lodash-modularize icon indicating copy to clipboard operation
lodash-modularize copied to clipboard

support for coffeescript files?

Open gingerlime opened this issue 9 years ago • 2 comments

lodash-modularize looks great. I'm wondering if it can support coffeescript files (maybe via an auto-compile step)?

gingerlime avatar Jun 05 '15 08:06 gingerlime

Could work reasonably well if theres a library that can parse coffeescript into a estree compatible AST

I'd have to dig into it


Doesn't seem possible https://twitter.com/GraemeYeates/status/607956987389820928

megawac avatar Jun 06 '15 23:06 megawac

Sorry if this is a dumb question, but why not just compile it to javascript and then run it over the compiled javascript?

gingerlime avatar Jun 11 '15 13:06 gingerlime