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

IcedCoffeeScript

Results 84 coffee-script issues
Sort by recently updated
recently updated
newest added

It still works at 1.2.0l. I'll later try to figure out where it went wrong.

in iced-coffee-script, `class Class` will be compiled into: ``` var Class; Class = (function() { Class.name = 'Class'; function Class() {} return Class; })(); ``` in strict mode while add...

This is just a suggestion of a possible direction for coffee-script extension. Make language extensions (like _iced_) live in a library instead of parallel forks/branches of the compiler. benefits: -...