chore: fix ci (#338)

This commit is contained in:
Dmitry Sharshakov
2019-10-20 03:03:15 +03:00
committed by Evan You
parent 58593c4714
commit 39157f7671
2 changed files with 100 additions and 1 deletions

View File

@@ -98,7 +98,8 @@ export function parse(content: string, options: ParserOptions = {}): RootNode {
directives: [],
hoists: [],
codegenNode: undefined,
loc: getSelection(context, start)
loc: getSelection(context, start),
cached: 0
}
}