ruby-coffee-script
ruby-coffee-script copied to clipboard
Ruby CoffeeScript Compiler
The documentation says, “This library depends on the coffee-script-source gem which is updated any time a new version of CoffeeScript is released.” Several new versions of CoffeeScript have been released,...
- Refactor conditional statements in `compile` - Rename `test_compile_with_no_wrap` to `test_compile_with_no_wrap_false`
|Compiler|Compile time|Compile time w/ Source maps| |--------|------------|---------------------------| |CoffeeScript CLI|18s|18s| |coffee-script-source gem (Node)|18s|18s| |Coffee-Script gem (irb)|18s|220s| I tested with a single CoffeeScript file of ~20,000 lines to try to rule out...
Hi there, I'm in the process of packaging ruby-coffee-script for GNU Guix, and I came across this failing test. Seemed easy enough to fix, so here it is. Beforehand: ```...