gulpjs / interpret

A dictionary of file extensions and associated module loaders.
MIT License
259 stars 47 forks source link

fix: support coffeescript@next #44

Closed JaKXz closed 7 years ago

JaKXz commented 7 years ago

Since this is used by webpack, using coffeescript@next is broken ATM because it is published under a different name. I realize that this isn't the fault of this repo, but if I understand correctly this will act as a fallback and still use the original name first if it is available.

phated commented 7 years ago

Oh cool, they finally claimed the non-hyphenated name?!

tkellen commented 7 years ago

nice!

JaKXz commented 7 years ago

they finally claimed the non-hyphenated name?!

@phated @tkellen yep: http://coffeescript.org/v2/

So is there anything else I can do to help this get merged & released? :)

tkellen commented 7 years ago

No sir, this is published!

GeoffreyBooth commented 7 years ago

Hi, I’m one of the core contributors of CoffeeScript, the one who got coffeescript claimed on NPM. Thanks for making this change! FYI, we plan to make coffeescript the primary module name going forward. When 2.0.0 leaves beta, it will be released on coffeescript; we’re not sure if we plan to continue to release versions on coffee-script.

I’m not sure if this means anything regarding your project, e.g. if coffeescript should precede coffee-script in the order of the loaders, or if you need both (the 1.x versions are also hosted in NPM under the coffeescript name) but I thought I’d let you know. (EDIT: see #45.) Thanks for making CoffeeScript easier to use!