◐ Shell
clean mode source ↗

module: unflag detect-module by GeoffreyBooth · Pull Request #53619 · nodejs/node

@GeoffreyBooth added module

Issues and PRs related to the module subsystem.

esm

Issues and PRs related to the ECMAScript Modules implementation.

loaders

Issues and PRs related to ES module loaders

dont-land-on-v18.x dont-land-on-v22.x

PRs that should not land on the v22.x-staging branch and should not be released in v22.x.

labels

Jun 28, 2024

benjamingr

aduh95

joyeecheung

RafaelGSS added a commit that referenced this pull request

Aug 22, 2024
Notable changes:

buffer:
  * use fast API for writing one-byte strings (Robert Nagy) #54311
  * optimize createFromString (Robert Nagy) #54324
  * use native copy impl (Robert Nagy) #54087
inspector:
  * (SEMVER-MINOR) support `Network.loadingFailed` event (Kohei Ueno) #54246
lib:
  * (SEMVER-MINOR) rewrite AsyncLocalStorage without async_hooks (Stephen Belanger) #48528
module:
  * (SEMVER-MINOR) add --experimental-transform-types flag (Marco Ippolito) #54283
  * (SEMVER-MINOR) unflag detect-module (Geoffrey Booth) #53619

PR-URL: #54452

joyeecheung pushed a commit to joyeecheung/node that referenced this pull request

Feb 4, 2025
PR-URL: nodejs#53619
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>

joyeecheung pushed a commit to joyeecheung/node that referenced this pull request

Feb 5, 2025
PR-URL: nodejs#53619
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>

joyeecheung pushed a commit to joyeecheung/node that referenced this pull request

Feb 5, 2025
PR-URL: nodejs#53619
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>

joyeecheung pushed a commit to joyeecheung/node that referenced this pull request

Feb 5, 2025
PR-URL: nodejs#53619
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>

joyeecheung pushed a commit to joyeecheung/node that referenced this pull request

Feb 6, 2025
PR-URL: nodejs#53619
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>

joyeecheung pushed a commit to joyeecheung/node that referenced this pull request

Feb 6, 2025
PR-URL: nodejs#53619
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>

joyeecheung pushed a commit to joyeecheung/node that referenced this pull request

Feb 10, 2025
PR-URL: nodejs#53619
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>

marco-ippolito pushed a commit that referenced this pull request

Feb 11, 2025
PR-URL: #53619
Backport-PR-URL: #56927
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Refs: #52697

marco-ippolito added a commit that referenced this pull request

Mar 6, 2025
Notable changes:

crypto:
  * update root certificates to NSS 3.107 (Node.js GitHub Bot) #56566
module:
  * (SEMVER-MINOR) only emit require(esm) warning under --trace-require-module (Joyee Cheung) #56194
  * (SEMVER-MINOR) unflag --experimental-require-module (Joyee Cheung) #55085
  * (SEMVER-MINOR) implement the "module-sync" exports condition (Joyee Cheung) #54648
  * (SEMVER-MINOR) unflag detect-module (Geoffrey Booth) #53619
  * (SEMVER-MINOR) add __esModule to require()'d ESM (Joyee Cheung) #52166
process:
  * (SEMVER-MINOR) add process.features.require_module (Joyee Cheung) #55241
worker:
  * (SEMVER-MINOR) add postMessageToThread (Paolo Insogna) #53682

PR-URL: TODO

This was referenced

Mar 17, 2025

This was referenced

Apr 2, 2025