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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.1.0
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.1.0
    1
  • 1.0.1
    1
  • 1.0.0
    1

Package Sidebar

Install

npm i flow-compile

Weekly Downloads

3

Version

1.1.0

License

MIT

Unpacked Size

5.66 kB

Total Files

9

Last publish

Collaborators

  • abramov