Jacob Smith
Jacob Smith
Should we reschedule this occurrence for a different day? (Any later is too late for me)
Sweeeet! Lemme get the existing register PR stable (I think there are 1–2 small issues with it remaining), and then let's get that in 🎉 PS haven't had time to...
> @targos @GeoffreyBooth how is this going? I think this is blocking a few use cases to fully support Node.js v20. > > Happy to help in shipping this. I...
> The question (or is it a thinly-veiled ask? 😁) is this: how can I know whether I already registered the loader or not? As far as what node will...
Would we want to expose the whole registry or would just name and position do the job? Would someone want to use the loader or just know about it?
> 2. That is better handled by userland hooks. If https://github.com/nodejs/node/pull/49704 ever gets revived, that could also facilitate this so users don't have to manually sort out something almost everyone...
> For example @JakobJingleheimer was working on learning material for Node.js Loaders :) Indeed 🙂 the first draft is nearly ready (have to first write a package to facilitate an...
I think this is what people are already advocating here, but just in case and to be explicit: We have precedent for this in `import(esm)` (and `import * as mod...
> unless we also insert it to the result of `import(esm)` 🤔 sure? No reason comes to mind to _not_ do that.