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

@@ -82,7 +82,7 @@ export interface TransformContext extends Required<TransformOptions> {
helpers: Set<symbol>
components: Set<string>
directives: Set<string>
hoists: JSChildNode[]
hoists: (JSChildNode | null)[]
imports: Set<ImportItem>
temps: number
cached: number