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

So for the last six months or so, the top priority of the loaders work has been fixing the last [bug](https://github.com/nodejs/node/pull/50752) standing in the way of stability, where the separate...

loaders-agenda

### Intro Since the previous [discussion](https://github.com/nodejs/loaders/issues/208) was successful in gathering feedback from the community, and I believe there is some consensus that [this feature](https://github.com/nodejs/node/pull/53725) is something that the project wants...

typescript
typescript-agenda

## Time **UTC Tue 22-Oct-2024 18:00 (06:00 PM)**: | Timezone | Date/Time | |---------------|-----------------------| | US / Pacific | Tue 22-Oct-2024 11:00 (11:00 AM) | | US / Mountain |...

Hello, My loader file is executed twice and it seems it is caused by a CJS dependency which calls `createRequire`. Importing `createRequire` in my ESM script does not execute loader...

Node Version: `v22.9.0` Command: `node --experimental-strip-types example.ts` ```typescript import { Http2SecureServer } from 'http2'; // causes error //import type { Http2SecureServer } from 'http2'; // no error console.log('done'); ``` ```...

## Time **UTC Tue 08-Oct-2024 18:00 (06:00 PM)**: | Timezone | Date/Time | |---------------|-----------------------| | US / Pacific | Tue 08-Oct-2024 11:00 (11:00 AM) | | US / Mountain |...

This is consolidating the ideas from https://github.com/nodejs/node/issues/53787 so far. Refs: https://github.com/nodejs/node/issues/53787

``` $ node --experimental-transform-types -e 'new Function(`console.log("hi" as 3)`)()' undefined:3 console.log("hi" as 3) ^^^^ SyntaxError: missing ) after argument list ```

### Current problem: - It is not possible to hook an Amaro version different from the one bundled in core. - It is also not possible to allow the user...

## Time **UTC Tue, Dec 16, 2025, 07:00 PM**: | Timezone | Date/Time | | -------- | --------- | | US / Pacific | Tue, Dec 16, 2025, 11:00 AM...