flow-compile

1.1.0 • Public • Published

flow-compile

Recursive find *.fl files and run remove-flow-types for each of them. Useful for using flowtypes in Node.js without source maps.

npm install -g flow-compile
flow-compile ./path

or

const flowCompile = require('flow-compile');
flowCompile.compile('./path'); // async, returns Promise

Readme

Keywords

Package Sidebar

Install

npm i flow-compile

Weekly Downloads

1

Version

1.1.0

License

MIT

Unpacked Size

5.66 kB

Total Files

9

Last publish

Collaborators

  • abramov