babel/packages/babel-plugin-syntax-flow
Sebastian McKenzie 8dcf4aedc0 v6.1.7
2015-11-11 23:37:19 -08:00
..
2015-10-05 16:37:49 +01:00
2015-09-15 06:12:46 +01:00
2015-11-11 23:37:19 -08:00
2015-09-15 06:12:46 +01:00

babel-plugin-syntax-flow

Installation

$ npm install babel-plugin-syntax-flow

Usage

.babelrc

{
  "plugins": ["syntax-flow"]
}

Via CLI

$ babel --plugins syntax-flow script.js

Via Node API

require("babel-core").transform("code", {
  plugins: ["syntax-flow"]
});