lodash-modularize
lodash-modularize copied to clipboard
support for coffeescript files?
lodash-modularize looks great. I'm wondering if it can support coffeescript files (maybe via an auto-compile step)?
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
Sorry if this is a dumb question, but why not just compile it to javascript and then run it over the compiled javascript?