https://github.com/alexeyraspopov/parcel-plugin-flow
📦Seamlessly integrate Flow type checking to your Parcel-based project
https://github.com/alexeyraspopov/parcel-plugin-flow
Last synced: about 1 month ago
JSON representation
📦Seamlessly integrate Flow type checking to your Parcel-based project
- Host: GitHub
- URL: https://github.com/alexeyraspopov/parcel-plugin-flow
- Owner: alexeyraspopov
- License: mit
- Created: 2018-06-11T21:00:37.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-12T17:55:59.000Z (almost 7 years ago)
- Last Synced: 2025-03-18T03:12:31.399Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# parcel-plugin-flow
Seamlessly integrate Flow type checking to your Parcel-based project
## Usage
Install the plugin
npm install --save-dev parcel-plugin-flow
Make sure you have `flow-bin` installed
npm install --save-dev flow-bin
And make Babel stripping the types (in case you don't use preset-react)
npm install --save-dev babel-plugin-transform-flow-strip-types
## Caveats
There is a known issue related to indirectly depending package `config-chaing`,
being tracked in https://github.com/parcel-bundler/parcel/issues/1526. To avoid
the issue, put `.*/node_modules/.*/test` to `[ignore]` section in `.flowconfig`.