modules icon indicating copy to clipboard operation
modules copied to clipboard

Node.js Modules Team

Results 52 modules issues
Sort by recently updated
recently updated
newest added

See https://github.com/nodejs/node/issues/33460. tl;dr: it turns out that there's a number of tools that need to be able to locate a package's root directory, and with "exports", they can no longer...

cjs
esm
discussion
features

Split off from https://github.com/nodejs/modules/issues/389#issuecomment-537228049. I think it would be useful to have a function that returns how Node would try to interpret a file, in particular whether Node would try...

interoperability
discussion
features
proposal

In today's meeting (#565 ), @MylesBorins made a suggestion to discontinue team meetings and archiving this repo. The main reasons discussed are as follows: - The team didn't create a...

modules-agenda

[https://nodejs.org/api/esm.html (permalink)](https://github.com/nodejs/node/blame/91ca22106c8d20dd4b09741c59c2f24f3a287277/doc/api/esm.md#L754-L755) states the following. > Specifiers may not begin with / or //. These are reserved for potential future use. The root of the current volume may be referenced...

recently updated to attempting to use SourceTextModule so I could use `import` in scripts from the server; like I have been doing on the client side; in order to reduce...

Currently the entire modules implementation is marked as experimental status. With the completion of the major backports to v12, we effectively have a natural stability for the primary features of...

modules-agenda

As brought up by @boneskull today, we didn't have the time to discuss the full set of solutions to these problems. Specifically, is a custom `--loader` the only way to...

Hey! @Fishrock123 pointed me here for something I was thinking about. While I don't have a particularly large project, back when all I had was a `require` cache, I could...

I've just added https://github.com/nodejs/node/pull/35477 to the agenda which is new WhatWG URL resolution changes. I'm temporarily blocking that as it has effects on the modules system. As an example, we...

@ljharb brought up in the exports patterns PR that it would be worthwhile to ensure the `*` matching in exports patterns permits empty matches to ensure consistency with all other...

modules-agenda