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

@@ -84,6 +84,7 @@ export function parse(content: string, options: ParserOptions = {}): RootNode {
children: parseChildren(context, TextModes.DATA, []),
imports: [],
statements: [],
hoists: [],
loc: getSelection(context, start)
}
}