vue3-core/packages/compiler-core/src
Evan You e58beecc97 refactor(compiler/types): convert compiler options documentation to jsdoc
BREAKING CHANGE: `getTextMode` compiler option signature has changed from

  ```ts
  (tag: string, ns: string, parent: ElementNode | undefined) => TextModes
  ```

  to

  ```ts
  (node: ElementNode, parent: ElementNode | undefined) => TextModes
  ```
2020-05-07 11:01:36 -04:00
..
transforms fix(compiler): warn against v-bind with empty attribute value 2020-05-07 10:32:54 -04:00
ast.ts fix(compiler): bail strigification on runtime constant expressions 2020-05-04 15:15:26 -04:00
codegen.ts fix(compiler-core): hoist pure annotations should apply to all nested calls 2020-05-01 18:36:34 -04:00
compile.ts refactor(template-ref): improve template ref handling 2020-03-16 13:06:46 -04:00
errors.ts fix(compiler): support full range of entity decoding in browser builds 2020-04-08 18:51:25 -04:00
index.ts chore: run prettier 2020-04-15 10:51:07 -04:00
options.ts refactor(compiler/types): convert compiler options documentation to jsdoc 2020-05-07 11:01:36 -04:00
parse.ts refactor(compiler/types): convert compiler options documentation to jsdoc 2020-05-07 11:01:36 -04:00
runtimeHelpers.ts refactor: rename `<portal>` to `<teleport>` 2020-04-01 21:55:19 -04:00
transform.ts feat(compiler-core): switch to @babel/parser for expression parsing 2020-02-27 16:53:51 -05:00
utils.ts build: add browser builds for @vue/compiler-sfc 2020-04-26 01:24:25 -04:00