vue3-yuanma/packages/compiler-dom/src
Evan You 1f6e72b110 fix(compiler): support full range of entity decoding in browser builds
BREAKING CHANGE: compiler options have been adjusted.
    - new option `decodeEntities` is added.
    - `namedCharacterReferences` option has been removed.
    - `maxCRNameLength` option has been rmeoved.
2020-04-08 18:51:25 -04:00
..
transforms fix(transition): warn only when there is more than one rendered child (#903) 2020-03-31 18:12:51 -04:00
decodeHtml.ts fix(compiler): support full range of entity decoding in browser builds 2020-04-08 18:51:25 -04:00
decodeHtmlBrowser.ts fix(compiler): support full range of entity decoding in browser builds 2020-04-08 18:51:25 -04:00
errors.ts feat(compiler): warn invalid children for transition and keep-alive 2020-02-06 17:45:46 -05:00
index.ts fix(compiler): support full range of entity decoding in browser builds 2020-04-08 18:51:25 -04:00
namedChars.json build: move named char references to json file to speed up build 2019-09-19 23:19:48 -04:00
parserOptions.ts fix(compiler): support full range of entity decoding in browser builds 2020-04-08 18:51:25 -04:00
runtimeHelpers.ts feat(transition): properly handle transition & transition-group in compiler 2019-11-29 12:42:04 -05:00