flow-src

0.1.4 • Public • Published

Flow-Src

This project is intentionally abandoned and dead ... now that Flow 0.57.3 ignores /node_modules/.

The code is left here in case it's useful as a reference but no one should actually use this software.

Original docs...

Flow goes into /node_modules/ looking for typing errors, but because those errors are typically in 3rd-party modules you (as a developer) can't fix them so the default Flow configuration has a lot of noise that flow-src filters for you.

Note that Flow does have an [ignore] config option where you could add /node_modules/ but this would prevent Flow going into that directory entirely, and what we want is slightly different. We want flow to check that directory but we only want results when we could fix them ourselves.

Install:

npm install flow-src

Usage:

./node_modules/.bin/flow-src

flow-src is part of the XML-Zero.js project.

/flow-src/

    Package Sidebar

    Install

    npm i flow-src

    Weekly Downloads

    18

    Version

    0.1.4

    License

    GPL-3.0

    Last publish

    Collaborators

    • holloway