babel-plugin-syntax-flow

v6.18.0
Allow parsing of the flow syntax
babel-plugin

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"]
});

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 10/24/2016

Downloads