Skip to content

Issues: nodejs/node

Upcoming Node.js Major Release (v24)
#57057 opened Feb 15, 2025 by github-actions bot
Open
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

doc: fix usage of module.registerSync in comment doc Issues and PRs related to the documentations. module Issues and PRs related to the module subsystem.
#57328 opened Mar 5, 2025 by timokoessler Loading…
module: implement synchronous module evaluate hooks errors Issues and PRs related to JavaScript errors originated in Node.js core. esm Issues and PRs related to the ECMAScript Modules implementation. loaders Issues and PRs related to ES module loaders module Issues and PRs related to the module subsystem. needs-ci PRs that need a full CI run.
#57139 opened Feb 19, 2025 by joyeecheung Loading…
[v18.x backport] doc: fix link and history of SourceMap sections doc Issues and PRs related to the documentations. module Issues and PRs related to the module subsystem. v18.x Issues that can be reproduced on v18.x or PRs targeting the v18.x-staging branch.
#57131 opened Feb 18, 2025 by aduh95 Loading…
tools: enable type checking within the internal/modules directory loaders-agenda Issues and PRs to discuss during the meetings of the Loaders team module Issues and PRs related to the module subsystem. needs-ci PRs that need a full CI run.
#56500 opened Jan 7, 2025 by JakobJingleheimer Draft
module.registerHooks() tracking issue loaders Issues and PRs related to ES module loaders module Issues and PRs related to the module subsystem.
#56241 opened Dec 12, 2024 by joyeecheung
3 of 13 tasks
module: improve error message for top-level await in CommonJS c++ Issues and PRs that require attention from people who are familiar with C++. esm Issues and PRs related to the ECMAScript Modules implementation. module Issues and PRs related to the module subsystem. needs-ci PRs that need a full CI run. review wanted PRs that need reviews. vm Issues and PRs related to the vm subsystem.
#55874 opened Nov 15, 2024 by mertcanaltin Loading…
Add a way to get the enabled conditions feature request Issues that request new features to be added to Node.js. module Issues and PRs related to the module subsystem.
#55824 opened Nov 12, 2024 by sapphi-red
detect-module: confusing error when parsing a CommonJS module with top-level await esm Issues and PRs related to the ECMAScript Modules implementation. module Issues and PRs related to the module subsystem.
#55776 opened Nov 8, 2024 by GeoffreyBooth
2
3
module: expose resolveLoadAndCache API module Issues and PRs related to the module subsystem. needs-ci PRs that need a full CI run.
#55756 opened Nov 6, 2024 by aduh95 Draft
module,win: make module cache case-insensitive blocked PRs that are blocked by other issues or PRs. module Issues and PRs related to the module subsystem. needs-ci PRs that need a full CI run. windows Issues and PRs related to the Windows platform.
#54478 opened Aug 21, 2024 by huseyinacacak-janea Loading…
Tracking issue: require(esm) esm Issues and PRs related to the ECMAScript Modules implementation. module Issues and PRs related to the module subsystem.
#52697 opened Apr 25, 2024 by joyeecheung
8 of 9 tasks
Tracking issue: compile cache esm Issues and PRs related to the ECMAScript Modules implementation. module Issues and PRs related to the module subsystem.
#52696 opened Apr 25, 2024 by joyeecheung
3 of 11 tasks
module: package imports targets outside package esm Issues and PRs related to the ECMAScript Modules implementation. module Issues and PRs related to the module subsystem. needs-ci PRs that need a full CI run.
#52641 opened Apr 22, 2024 by bmeck Loading…
Registering customization hooks via --require results in double registration loaders Issues and PRs related to ES module loaders module Issues and PRs related to the module subsystem.
#52377 opened Apr 5, 2024 by Flarna
Indirectly static import cjs with error will cause an uncaughtException confirmed-bug Issues with confirmed bugs. module Issues and PRs related to the module subsystem.
#51603 opened Jan 30, 2024 by LongTengDao
module: warn of potential for deadlock with hooks worker doc Issues and PRs related to the documentations. esm Issues and PRs related to the ECMAScript Modules implementation. module Issues and PRs related to the module subsystem.
#51035 opened Dec 3, 2023 by JakobJingleheimer Draft
Improve DX of importing ESM-compiled-to-CJS from native ESM esm Issues and PRs related to the ECMAScript Modules implementation. feature request Issues that request new features to be added to Node.js. module Issues and PRs related to the module subsystem. never-stale Mark issue so that it is never considered stale
#50981 opened Nov 30, 2023 by nicolo-ribaudo
ESM Hook deadlocks since 21.2.0 a3e09b3 confirmed-bug Issues with confirmed bugs. esm Issues and PRs related to the ECMAScript Modules implementation. loaders-agenda Issues and PRs to discuss during the meetings of the Loaders team module Issues and PRs related to the module subsystem.
#50948 opened Nov 28, 2023 by isaacs
--conditions xxx cannot pass into worker_thread confirmed-bug Issues with confirmed bugs. esm Issues and PRs related to the ECMAScript Modules implementation. loaders Issues and PRs related to ES module loaders module Issues and PRs related to the module subsystem. worker Issues and PRs related to Worker support.
#50885 opened Nov 23, 2023 by himself65
module: add import map support esm Issues and PRs related to the ECMAScript Modules implementation. lib / src Issues and PRs related to general changes in the lib or src directory. loaders Issues and PRs related to ES module loaders module Issues and PRs related to the module subsystem. needs-ci PRs that need a full CI run.
#50590 opened Nov 7, 2023 by wesleytodd Draft
7 of 15 tasks
ESM Loaders: Primetime
Discussion: Missing use cases with module customization hooks esm Issues and PRs related to the ECMAScript Modules implementation. loaders Issues and PRs related to ES module loaders module Issues and PRs related to the module subsystem.
#50392 opened Oct 25, 2023 by GeoffreyBooth
Proposal: Have the ESM loader handle all entry points esm Issues and PRs related to the ECMAScript Modules implementation. module Issues and PRs related to the module subsystem. performance Issues and PRs related to the performance of Node.js.
#50356 opened Oct 24, 2023 by GeoffreyBooth ESM Loaders: Primetime
Discussion: Name of the flag for the “ESM by default” mode cli Issues and PRs related to the Node.js command line interface. esm Issues and PRs related to the ECMAScript Modules implementation. module Issues and PRs related to the module subsystem.
#49541 opened Sep 7, 2023 by GeoffreyBooth
Discussion: In an ESM-first mode, how should a package.json file with no type field be handled? esm Issues and PRs related to the ECMAScript Modules implementation. module Issues and PRs related to the module subsystem.
#49494 opened Sep 4, 2023 by GeoffreyBooth
Discussion: New “ESM by default” mode cli Issues and PRs related to the Node.js command line interface. esm Issues and PRs related to the ECMAScript Modules implementation. module Issues and PRs related to the module subsystem. wasi Issues and PRs related to the WebAssembly System Interface. wasm Issues and PRs related to WebAssembly.
#49432 opened Sep 1, 2023 by GeoffreyBooth
ProTip! Adding no:label will show everything without a label.