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...