wip(compiler): tests for new stringification

This commit is contained in:
Evan You
2020-05-15 15:50:42 -04:00
parent dbf627f136
commit baa6973b13
5 changed files with 88 additions and 55 deletions

View File

@@ -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