wip(compiler): tests for new stringification
This commit is contained in:
@@ -103,7 +103,7 @@ export interface RootNode extends Node {
|
||||
helpers: symbol[]
|
||||
components: string[]
|
||||
directives: string[]
|
||||
hoists: JSChildNode[]
|
||||
hoists: (JSChildNode | null)[]
|
||||
imports: ImportItem[]
|
||||
cached: number
|
||||
temps: number
|
||||
|
||||
Reference in New Issue
Block a user