Lawsun d230cfbce0 first commit пре 1 година
..
lib d230cfbce0 first commit пре 1 година
.npmignore d230cfbce0 first commit пре 1 година
README.md d230cfbce0 first commit пре 1 година
package.json d230cfbce0 first commit пре 1 година

README.md

babel-plugin-syntax-flow

Installation

$ npm install babel-plugin-syntax-flow

Usage

Via .babelrc (Recommended)

.babelrc

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

Via CLI

$ babel --plugins syntax-flow script.js

Via Node API

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