Rollup plugin that generates .js.flow files from original source for Flow type checking. Current stable version 0.3.6. Released June 2020, last updated ~2020. Creates a re-export file alongside bundled output so Flow can find un-bundled types. Key differentiator: works with Rollup code splitting and @rollup/plugin-multi-entry, supports custom source mappings for TypeScript projects.
npm install rollup-plugin-flow-entryNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Configure Rollup to generate a .js.flow file alongside the bundle, pointing to original Flow source.
Manually delete generated .js.flow files when changing plugin configuration.
Use valid mode values: undefined, 'local', 'strict-local', or 'all'.
Test plugin with your version of @rollup/plugin-multi-entry and consider alternatives.
Ensure input path matches actual file location, e.g., 'src/index.js'.
No dependency data recorded yet.