loaders
loaders copied to clipboard
ECMAScript Modules Loaders
## Time **UTC Tue 21-Nov-2023 19:00 (07:00 PM)**: | Timezone | Date/Time | |---------------|-----------------------| | US / Pacific | Tue 21-Nov-2023 11:00 (11:00 AM) | | US / Mountain |...
With the addition of PRs like https://github.com/nodejs/node/pull/48658 or https://github.com/nodejs/node/pull/49593 virtual filesystem overlays are in an uncomfortable position where Node both doesn't respect anymore its own APIs (ie `fs`). We currently...
Consider this file: ```js import * as staticImport from "a"; const dynamicImport = await import("a"); console.log(staticImport === dynamicImport); ``` Two imports in the same file must always resolve to the...
Hey folks! @JakobJingleheimer and I sync'd up this week and discussed [a plan for an Import Maps PR](https://github.com/nodejs/node/issues/49443). The first step was to start an issue here with a more...
It occurs to me that someone could write a package that uses the module customization hooks to detect when someone does `require` of an ESM package and then that package...
I made a loader called [dynohot](https://github.com/braidnetworks/dynohot) which implements hot module reloading in nodejs as an experimental loader. One of the requirements of the loader is a code transformation written using...
This hook is extremely confusing, even for maintainers. The replacement needs to address: * cross-thread communication * determining what the entry-point is (since it's stripped from `process.argv`) as identified by...
## Time **UTC Tue 18-Jul-2023 15:30 (03:30 PM)**: 8:30 am PT / 15:30 UTC / 5:30 pm CEST Or in your local time: * https://www.timeanddate.com/worldclock/fixedtime.html?msg=Node.js+Foundation+Loaders+Team+Meeting+2023-07-18&iso=20230718T1530&p1=1440 ## Links * Minutes Google...
## Time **UTC Tue 06-Jun-2023 18:00 (06:00 PM)**: | Timezone | Date/Time | |---------------|-----------------------| | US / Pacific | Tue 06-Jun-2023 11:00 (11:00 AM) | | US / Mountain |...
## Time **UTC Tue 23-May-2023 18:00 (06:00 PM)**: | Timezone | Date/Time | |---------------|-----------------------| | US / Pacific | Tue 23-May-2023 11:00 (11:00 AM) | | US / Mountain |...