wip(compiler): tests for new stringification
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user