feat(compiler): block optimization codegen for RootNode
This commit is contained in:
@@ -78,6 +78,7 @@ export interface RootNode extends Node {
|
||||
imports: string[]
|
||||
statements: string[]
|
||||
hoists: JSChildNode[]
|
||||
codegenNode: TemplateChildNode | JSChildNode | undefined
|
||||
}
|
||||
|
||||
export interface ElementNode extends Node {
|
||||
|
||||
Reference in New Issue
Block a user