Geoffrey Booth
Geoffrey Booth
> Does it make sense to ask people to use a hook named cjsEvaluate to customize the edges above? I did have the same thought as Guy, that perhaps people...
> I saw wrong, all the tests passed my local. 🙏 There’s a test failing in here, in the relevant file: https://github.com/nodejs/node/actions/runs/12133213207/job/33828380981?pr=55874 @cjihrig why isn’t the CI output showing me...
> IIRC, you asked me a similar question in Slack last year. Yes, last August: https://openjs-foundation.slack.com/archives/C019Y2T6STH/p1691860008875109. I’m lucky if I can remember last month, much less last year. Sorry to...
Please don't start issues related to loaders without tagging @nodejs/loaders
In an app with `"type": "module"` in its `package.json`, you get this: ```shell node script.ts node:internal/errors:477 ErrorCaptureStackTrace(err); ^ TypeError [ERR_UNKNOWN_FILE_EXTENSION]: Unknown file extension ".ts" for /private/tmp/test/script.ts at new NodeError (node:internal/errors:388:5)...
> Code Integrity feature for Node.js. Regarding this, there’s a WIP PR for import maps: https://github.com/nodejs/node/issues/49443. Import maps could be used as a place to store the subresource integrity hashes...
@nodejs/loaders
@alan-agius4 Thanks for this. I’m a little confused by your example, because it has `execArgv: ["--import", "./lib/register.js"]` sent into both workers. Are you intending to have the same hooks apply...
> * Will loaders registered in thread workers eventually apply to the main process? I believe they shouldn’t. I don't know; we haven't decided yet. > * Would a hook...
One thing that’s come up while working on these PRs is that it’s very hard to reason about and debug multiple hooks threads. There’s also the question of how to...