{"library":"rollup-plugin-coffee-script","title":"rollup-plugin-coffee-script","description":"Rollup plugin that compiles CoffeeScript 2 files during bundling. Version 2.0.0 integrates CoffeeScript 2.x into Rollup builds without an extra build step. Unlike generic transpilers, it supports standard Rollup plugin options (include/exclude patterns) and pairs with rollup-plugin-commonjs and rollup-plugin-node-resolve for CommonJS interop and module resolution. Requires peer dependency coffeescript@2.x. Maintained by a single contributor on a best-effort cadence.","language":"javascript","status":"active","last_verified":"Mon Apr 27","install":{"commands":["npm install rollup-plugin-coffee-script"],"cli":null},"imports":["import coffee from 'rollup-plugin-coffee-script'","import coffee from 'rollup-plugin-coffee-script'","No TypeScript types provided; use @types or declare module."],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"// rollup.config.js\nimport coffee from 'rollup-plugin-coffee-script';\n\nexport default {\n  input: 'src/main.coffee',\n  output: { file: 'bundle.js', format: 'iife' },\n  plugins: [\n    coffee({\n      include: '**/*.coffee',\n      bare: true\n    })\n  ]\n};","lang":"javascript","description":"Minimal config: compile all .coffee files with 'bare' output (no top-level function wrapper).","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}