maxtaco / coffee-script

IcedCoffeeScript
http://maxtaco.github.com/coffee-script
MIT License
727 stars 58 forks source link

changed behavior of require("iced-coffee-script") from pure nodejs JavaScript #101

Closed Artazor closed 10 years ago

Artazor commented 10 years ago

require("iced-coffe-script") in version 1.6.3-g allowed requiring .iced files from files written in JavaScript . After 1.6.3-g it is not possible any more (requited .iced files are treated as syntactically incorrect *.js).

I believe it's related to the deprecated require.extensions mechanism

maxtaco commented 10 years ago

Yeah, this is true, see #100. There's a workaround. This is inherited from the upstream changed to coffeescript. Thanks.