Geoffrey Booth

Results 538 comments of Geoffrey Booth

If https://github.com/jashkenas/coffeescript/pull/5447 gets finished, it would resolve this issue.

> Feel encouraged to bundle up these “breaking changes” bug reports into a Coffee3 tag/milestone… a man can dream 🌟 Based on the tempo of PRs lately I think it’s...

I think we might want to wait a bit to see what happens to https://github.com/nodejs/node/issues/47880. Once there’s a clear way to handle both ESM and CJS code through a loader,...

Node 20.6.0 had the ESM hooks refactor I was waiting for. The module customization hooks in Node are now in their likely final shape, and we can refactor this PR...

`then` is a CoffeeScript keyword, that can only be used in particular places.

Oh sorry I just realized that the issue was that the error message was incorrect. Yes, that should be fixed.

In case anyone else stumbles across this, you can patch Node’s global `fetch` with `fetch-mock` via: ```js import fetchMock from 'fetch-mock' globalThis.fetch = fetchMock.sandbox() ```

Hi, I work on Node.js. The `--loader` flag is undocumented and there’s a good chance it will be removed in the future (along with `--experimental-loader`). For a few years now...

It seems especially odd that we’d bundle Yarn _1,_ when the current version is 4. [Especially since Yarn 1.x seems to be abandoned and has issues.](https://github.com/eslint/eslint/discussions/17215#discussioncomment-8042361)

If https://github.com/nodejs/node/pull/51886 lands, what would happen to the Yarn that’s included in the Docker image? Would we just stop including Yarn 1, and `/usr/local/bin/yarn` would be a symlink to Corepack,...