rollup-plugin-coffee-script icon indicating copy to clipboard operation
rollup-plugin-coffee-script copied to clipboard

Integration between Rollup and CoffeeScript.

Results 1 rollup-plugin-coffee-script issues
Sort by recently updated
recently updated
newest added

When an operation is performed in the class (like `Tags.forEach` in the following example), CoffeeScript generates a function to call that. However, rollup rewrites `this` to `undefied` ```coffee Tags =...