{"library":"rollup-plugin-flow-no-whitespace","title":"rollup-plugin-flow-no-whitespace","description":"A Rollup plugin that removes Flow type annotations from JavaScript files without leaving extra whitespace. Current stable version 1.0.0. Useful for developers using Flow type checking who want to produce clean output after stripping types, avoiding double spaces or blank lines that other plugins may leave. Minimal and focused utility, likely with low release cadence.","language":"javascript","status":"active","last_verified":"Mon Apr 27","install":{"commands":["npm install rollup-plugin-flow-no-whitespace"],"cli":null},"imports":["import flowNoWhitespace from 'rollup-plugin-flow-no-whitespace'","import flowNoWhitespace from 'rollup-plugin-flow-no-whitespace'","export default { plugins: [flowNoWhitespace()] }"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"import flowNoWhitespace from 'rollup-plugin-flow-no-whitespace';\n\nexport default {\n  input: 'src/index.js',\n  output: { file: 'dist/bundle.js', format: 'cjs' },\n  plugins: [flowNoWhitespace()]\n};","lang":"javascript","description":"Shows how to import and use the plugin in a Rollup configuration to remove Flow types without whitespace artifacts.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}