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
..
2018-10-26 15:44:50 -04:00
2019-10-28 11:15:17 -04:00
2020-05-04 17:14:42 -04:00
2018-10-26 15:44:50 -04:00

@vue/compiler-core