JS(extractor): improve parser support for flowtype syntax

This commit is contained in:
Esben Sparre Andreasen
2018-11-22 09:01:36 +01:00
parent 733acaccfa
commit 8c7ca38b8d
12 changed files with 1636 additions and 20 deletions

View File

@@ -26,3 +26,6 @@
point to an installation of the `typescript` NPM package.
* The extractor now supports [Optional Chaining](https://github.com/tc39/proposal-optional-chaining) expressions.
* The extractor now supports additional [Flow](https://flow.org/) syntax.