fix(compiler): should not condense  

fix #945
This commit is contained in:
Evan You
2020-04-08 17:33:07 -04:00
parent be666ebd59
commit 8c17535a47
3 changed files with 16 additions and 4 deletions

View File

@@ -2,6 +2,8 @@ import { ParserOptions } from '@vue/compiler-core'
import { parserOptionsMinimal } from './parserOptionsMinimal'
import namedCharacterReferences from './namedChars.json'
export { DOMNamespaces } from './parserOptionsMinimal'
export const parserOptionsStandard: ParserOptions = {
// extends the minimal options with more spec-compliant overrides
...parserOptionsMinimal,