-
Notifications
You must be signed in to change notification settings - Fork 31.2k
Issues: nodejs/node
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
Label
Projects
Milestones
Assignee
Sort
Issues list
esm: implement import.meta.main
esm
Issues and PRs related to the ECMAScript Modules implementation.
needs-ci
PRs that need a full CI run.
#57804
opened Apr 9, 2025 by
Lordfirespeed
Loading…
module: expose module format by module loader
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.
#57777
opened Apr 6, 2025 by
legendecas
Loading…
module: clarify esm error message in PRs that have at least one approval, no pending requests for changes, and a CI started.
esm
Issues and PRs related to the ECMAScript Modules implementation.
needs-ci
PRs that need a full CI run.
require
calls
author ready
#57774
opened Apr 6, 2025 by
dario-piotrowicz
Loading…
esm: remove check for trailing slash during resolve
esm
Issues and PRs related to the ECMAScript Modules implementation.
needs-ci
PRs that need a full CI run.
#57773
opened Apr 6, 2025 by
cyyynthia
Loading…
esm: WebAssembly.Global unwrapping for Wasm Namespaces
esm
Issues and PRs related to the ECMAScript Modules implementation.
needs-ci
PRs that need a full CI run.
#57525
opened Mar 18, 2025 by
guybedford
•
Draft
esm: syncify default path of Issues and PRs related to the ECMAScript Modules implementation.
needs-ci
PRs that need a full CI run.
ModuleLoader.load
esm
#57419
opened Mar 12, 2025 by
JakobJingleheimer
Loading…
src: port PRs that have at least one approval, no pending requests for changes, and a CI started.
c++
Issues and PRs that require attention from people who are familiar with C++.
esm
Issues and PRs related to the ECMAScript Modules implementation.
needs-ci
PRs that need a full CI run.
initializeImportMeta
to native
author ready
#57286
opened Mar 3, 2025 by
aduh95
Loading…
import.meta.main
esm
Issues and PRs related to the ECMAScript Modules implementation.
feature request
Issues that request new features to be added to Node.js.
#57226
opened Feb 27, 2025 by
arslivinski
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
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.
#57139
opened Feb 19, 2025 by
joyeecheung
Loading…
esm: unflag --experimental-wasm-modules
blocked
PRs that are blocked by other issues or PRs.
c++
Issues and PRs that require attention from people who are familiar with C++.
esm
Issues and PRs related to the ECMAScript Modules implementation.
experimental
Issues and PRs related to experimental features.
needs-ci
PRs that need a full CI run.
notable-change
PRs with changes that should be highlighted in changelogs.
semver-minor
PRs that contain new features and should be released in the next minor version.
#57038
opened Feb 13, 2025 by
guybedford
Loading…
esm: avoid Issues and PRs related to the ECMAScript Modules implementation.
needs-ci
PRs that need a full CI run.
import.meta
setup costs for unused properties
esm
#57003
opened Feb 11, 2025 by
JakobJingleheimer
Loading…
v23 regression: Crash when throwing error with imports and multiple TLAs
confirmed-bug
Issues with confirmed bugs.
esm
Issues and PRs related to the ECMAScript Modules implementation.
v8 engine
Issues and PRs related to the V8 dependency.
v23.x
v23.x Issues that can be reproduced on v23.x or PRs targeting the v23.x-staging branch.
#56854
opened Jan 31, 2025 by
abrahamguo
Confusing error message when using Issues and PRs related to the ECMAScript Modules implementation.
import
inside CJS file
esm
#56518
opened Jan 8, 2025 by
nicolo-ribaudo
module: clarify cjs global-like error on ModuleJobSync
esm
Issues and PRs related to the ECMAScript Modules implementation.
needs-ci
PRs that need a full CI run.
#56491
opened Jan 6, 2025 by
Ceres6
Loading…
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…
Tracking Issue: Syncify the ESM Loader
esm
Issues and PRs related to the ECMAScript Modules implementation.
loaders
Issues and PRs related to ES module loaders
performance
Issues and PRs related to the performance of Node.js.
#55782
opened Nov 8, 2024 by
GeoffreyBooth
2 of 21 tasks
detect-module: confusing error when parsing a CommonJS module with top-level Issues and PRs related to the ECMAScript Modules implementation.
module
Issues and PRs related to the module subsystem.
await
esm
#55776
opened Nov 8, 2024 by
GeoffreyBooth
benchmark: use options.filename when, for esm, require.main.filename is undefined
benchmark
Issues and PRs related to the benchmark subsystem.
esm
Issues and PRs related to the ECMAScript Modules implementation.
#55027
opened Sep 20, 2024 by
iambumblehead
Loading…
Namespaces are not disambiguated by star exports
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
v8 engine
Issues and PRs related to the V8 dependency.
#53707
opened Jul 3, 2024 by
ghost
Node SEA ESM support
esm
Issues and PRs related to the ECMAScript Modules implementation.
feature request
Issues that request new features to be added to Node.js.
single-executable
Issues and PRs related to single-executable applications
#53565
opened Jun 24, 2024 by
guoh27
module: improve error message for cjs code in an esm module
esm
Issues and PRs related to the ECMAScript Modules implementation.
needs-ci
PRs that need a full CI run.
#53152
opened May 25, 2024 by
DanKaplanSES
Loading…
module: fix error message for not found
esm
Issues and PRs related to the ECMAScript Modules implementation.
needs-ci
PRs that need a full CI run.
#53110
opened May 23, 2024 by
JacksonTian
Loading…
import-in-the-middle
causes exception when creating ERR_MODULE_NOT_FOUND
message
esm
#52987
opened May 14, 2024 by
timfish
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
Previous Next
ProTip!
Adding no:label will show everything without a label.