Geoffrey Booth
Geoffrey Booth
Closing as I don’t think this is something we _need_ to add to the docs, but if someone wants to write up a concise section explaining this and submit a...
Someone just emailed me about this, so maybe this is something we should add to the docs. @shreeve, do you feel like tackling a first draft?
> _migrated from #4856:_ I think first we need an example Node module written in CoffeeScript that uses CommonJS, with no transpilation. This is the simplest case. Next would be...
I converted my Ember app to Ember-CLI but then reverted back because of the lack of CoffeeScript source maps. I understand that this is maybe a “complain to Broccoli” issue,...
I’m very hesitant to modify the CommonJS resolution algorithm at this point. There are so many other tools that depend on it and reimplement it, like many of the bundlers...
> @GeoffreyBooth is that a general hesitancy to change something so central or are there also specific reasons to think such a change would not be compatible with existing code?...
@mcollina Did you have any other notes or can this land?
@achingbrain thanks for the report. I also noticed the difference in the `import` statements that others have pointed out. Also the CJS version does `module.exports = { CJSClass }` rather...
I’m growing concerned by the number of dependencies that are becoming part of core as part of shipping our own test runner. Like are we going to vendor https://github.com/isaacs/node-glob or...
> It looks like that [may already be in the works](https://github.com/nodejs/node/issues/40731#issuecomment-1054519184) independent of the test runner. If they do make it into core, there is no reason for the test...