feat(compiler): transformStyle + context.hoist

This commit is contained in:
Evan You
2019-09-25 14:13:33 -04:00
parent 3e8cd3f25f
commit b43f3b61b7
13 changed files with 290 additions and 59 deletions

View File

@@ -68,6 +68,7 @@ export interface RootNode extends Node {
children: ChildNode[]
imports: string[]
statements: string[]
hoists: JSChildNode[]
}
export interface ElementNode extends Node {