Update plugins READMEs from babel.github.io [skip ci] (#4931)

This commit is contained in:
Tommaso
2016-12-02 15:07:16 -08:00
committed by Brian Ng
parent 81575bcdfe
commit 27e201e0e1
24 changed files with 482 additions and 42 deletions

View File

@@ -1,10 +1,10 @@
# babel-plugin-transform-flow-comments
Turn flow type annotations into comments.
> Turn flow type annotations into comments.
You should be able to use this plugin instead of `babel-plugin-flow-strip-types` to preserve the `/* @flow */` directive and still use flow.
http://flowtype.org/blog/2015/02/20/Flow-Comments.html
[Flow Comments Blog Post](http://flowtype.org/blog/2015/02/20/Flow-Comments.html)
## Example