JS: change notes for improved support for Flow

This commit is contained in:
Esben Sparre Andreasen 2019-01-03 14:07:52 +01:00
Родитель 64346e1321
Коммит 73af2adde0
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -18,5 +18,6 @@
## Changes to code extraction
* The extractor now supports additional [Flow](https://flow.org/) syntax.
* The extractor now supports [Nullish Coalescing](https://github.com/tc39/proposal-nullish-coalescing) expressions.
* The TypeScript extractor now handles the control-flow of logical operators and destructuring assignments more accurately.