- babel-core@^6.7.4
- babel-plugin-syntax-jsx@^6.5.0
- babel-plugin-syntax-flow@^6.5.0
- babel-plugin-syntax-decorators@^6.5.0
- babel-plugin-syntax-function-bind@^6.5.0
- babel-plugin-syntax-function-sent@^6.5.0
- babel-plugin-syntax-do-expressions@^6.5.0
- babel-plugin-syntax-async-functions@^6.5.0
- babel-plugin-syntax-async-generators@^6.5.0
- babel-plugin-syntax-class-properties@^6.5.0
- babel-plugin-transform-flow-comments@^6.7.0
- babel-plugin-syntax-export-extensions@^6.5.0
- babel-plugin-syntax-object-rest-spread@^6.5.0
- babel-plugin-transform-flow-strip-types@^6.7.0
- babel-plugin-syntax-class-constructor-call@^6.5.0
- babel-plugin-syntax-exponentiation-operator@^6.5.0
- babel-plugin-syntax-trailing-function-commas@^6.5.0
atom-codemod
A very straightforward package that wraps babel plugins in simple commands.
Currently, it is limited to flow type annotations.
You can easily:
- Wrap all your flow types annotations in flowtate comments
- Strip all flow types from your code.
The plugin simply works on the Currently active file. Even if it is unsaved.
Keyboard Short cuts.
ctrl-alt-f ctrl-alt-c: Comment out flow annotations
ctrl-alt-f ctrl-alt-s: Strip out flow annotations