wip: element transforms
This commit is contained in:
@@ -22,7 +22,7 @@ export interface TransformOptions {
|
||||
onError?: (error: CompilerError) => void
|
||||
}
|
||||
|
||||
interface TransformContext {
|
||||
export interface TransformContext {
|
||||
transforms: Transform[]
|
||||
emitError: (error: CompilerError) => void
|
||||
parent: ParentNode
|
||||
|
||||
Reference in New Issue
Block a user