vue3-yuanma/packages/compiler-dom
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
..
__tests__ fix(compiler-dom): bail static stringfication on non-attr bindings 2020-05-07 10:32:54 -04:00
src refactor(compiler/types): convert compiler options documentation to jsdoc 2020-05-07 11:01:36 -04:00
api-extractor.json refactor(types): mark internal API exports and exclude from d.ts 2020-04-30 17:04:35 -04:00
index.js feat(compiler): scaffold compiler-dom 2019-09-16 15:06:45 -04:00
LICENSE chore: license 2019-10-28 11:15:17 -04:00
package.json release: v3.0.0-beta.9 2020-05-04 17:14:42 -04:00
README.md feat(compiler): scaffold compiler-dom 2019-09-16 15:06:45 -04:00

@vue/compiler-dom