babel/packages/babel-plugin-transform-flow-comments
Ziad El Khoury Hanna 64041e1669 Fix flow comments plugin issues (#10329)
* Fix issues in flow-comments to preserve comments and there order (fixes #10324)

* Add support in flow-comments for extends in class declarations (fixes #10323, #10321)

* Refactoring and cleanup of flow-comments plugin

* Fix comments preservation logic of flow-comments

* Fix flow-comments where comments are class identifier and extends keyword
2019-08-14 15:46:26 +02:00
..
2017-03-25 21:46:16 -04:00
2019-07-17 23:08:08 +02:00

@babel/plugin-transform-flow-comments

Turn flow type annotations into comments

See our website @babel/plugin-transform-flow-comments for more information.

Install

Using npm:

npm install --save-dev @babel/plugin-transform-flow-comments

or using yarn:

yarn add @babel/plugin-transform-flow-comments --dev