A utility package designed to parse `.flowconfig` files, enabling programmatic access to Flow type checker's configuration settings. The current and last published version of `flow-config-parser` is 0.3.0, released over seven years ago. While its repository `https://github.com/codemix/flow-runtime` remains active for other, related packages, `flow-config-parser` itself is no longer actively developed or maintained, making it effectively abandoned as a standalone package. It provides functions to inspect specific settings like `munge_underscores`, determine suppressed types, identify ignored files, and resolve module remapping directives within Flow's configuration.
npm install flow-config-parserVerified import paths — ran on the pinned version, not inferred.
Demonstrates how to import the parser, read a `.flowconfig` file, and use the resulting configuration object to query various Flow settings.
Consider parsing `.flowconfig` manually or finding a more actively maintained alternative. If used, pin the version carefully and ensure compatibility with your specific environment.
Refer to `flow-config-parser`'s npm page for its specific version history and package details. Do not rely on release notes from `flow-runtime` for this package.
No dependency data recorded yet.