loaders icon indicating copy to clipboard operation
loaders copied to clipboard

ECMAScript Modules Loaders

Results 74 loaders issues
Sort by recently updated
recently updated
newest added

I think the most current docs for the loader hooks are here: https://github.com/nodejs/node/blob/master/doc/api/esm.md#loadurl-context-defaultload In the section above in the table for formats, it has a column called > Acceptable types...

Cf https://github.com/nodejs/loaders/issues/19#issuecomment-885932581 I was in vacation at the time of the past meetings (and I needed some time to ramp up on our implementation, since I didn't write it myself),...

Per web specifications the [HTTPS imports PR](https://github.com/nodejs/node/discussions/36430#discussioncomment-753311) has import.meta.url values that do not correspond to the cache key; Likely, it should be possible to make this intercept-able and recreate-able via...

It was never discussed with me (a core member who intends to make significant contributions and maintain the Node.js loader implementation) whether or not this should be a working group...

## Time **UTC Tue 09-Apr-2024 18:30 (06:30 PM)**: | Timezone | Date/Time | |---------------|-----------------------| | US / Pacific | Tue 09-Apr-2024 11:30 (11:30 AM) | | US / Mountain |...

I feel like users should be able to customize `import.meta`. For example, https://github.com/nodejs/node/pull/48740 might very well land in core sometime soon, but it also feels like something that should be...

question

*Opening this so there is an actual issue tracked on this repo and to get some attention.* ------------------ There is a problem when reporting test coverage while using loaders. I'm...

I've been quite lost for a few days not knowing where a SyntaxError was coming from in a module's import graph, as I'm compiling typescript imports by returning {source:output,shortCircuit:true,format:"module"} from...

## Time **UTC Tue 19-Dec-2023 19:00 (07:00 PM)**: | Timezone | Date/Time | |---------------|-----------------------| | US / Pacific | Tue 19-Dec-2023 11:00 (11:00 AM) | | US / Mountain |...

If you have serialized "content" of a specific loader format (say for example TypeScript, or whatever), it would be nice to be able to use the existing loader functionality to...