chore: fix merge conflict

This commit is contained in:
Evan You 2019-10-21 10:33:10 -04:00
parent 920773fc6b
commit 4abd8d29ef

View File

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