-
Notifications
You must be signed in to change notification settings - Fork 30.7k
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
module: handle cached linked async jobs in require(esm)
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.
#57187
opened Feb 23, 2025 by
joyeecheung
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…
docs: module resolution pseudocode corrections
doc
Issues and PRs related to the documentations.
esm
Issues and PRs related to the ECMAScript Modules implementation.
#57080
opened Feb 15, 2025 by
laverdet
Loading…
esm: unflag --experimental-wasm-modules
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.
notable-change
PRs with changes that should be highlighted in changelogs.
semver-major
PRs that contain breaking changes and should be released in the next major 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…
esm: Source Phase Imports for WebAssembly
dont-land-on-v18.x
PRs that should not land on the v18.x-staging branch and should not be released in v18.x.
dont-land-on-v20.x
PRs that should not land on the v20.x-staging branch and should not be released in v20.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.
dont-land-on-v23.x
PRs that should not land on the v23.x-staging branch and should not be released in v23.x.
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.
needs-ci
PRs that need a full CI run.
semver-minor
PRs that contain new features and should be released in the next minor version.
wasm
Issues and PRs related to WebAssembly.
#56919
opened Feb 5, 2025 by
guybedford
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
module: add dynamic file-specific ESM warnings
c++
Issues and PRs that require attention from people who are familiar with C++.
commit-queue-squash
Add this label to instruct the Commit Queue to squash all the PR commits into the first one.
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.
#56628
opened Jan 16, 2025 by
mertcanaltin
Loading…
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…
WebAssembly source phase imports
esm
Issues and PRs related to the ECMAScript Modules implementation.
wasm
Issues and PRs related to WebAssembly.
web-standards
Issues and PRs related to Web APIs
#56056
opened Nov 28, 2024 by
legendecas
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
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
errors: include CLI solution in ESM error message
esm
Issues and PRs related to the ECMAScript Modules implementation.
needs-ci
PRs that need a full CI run.
#51963
opened Mar 4, 2024 by
DanKaplanSES
Loading…
Importing module on filesystem from data URL throws Issues and PRs related to the ECMAScript Modules implementation.
loaders
Issues and PRs related to ES module loaders
TypeError: Invalid URL
/ ERR_UNSUPPORTED_RESOLVE_REQUEST: Invalid relative URL or base scheme is not hierarchical.
esm
#51956
opened Mar 4, 2024 by
benjamingwynn
Previous Next
ProTip!
Updated in the last three days: updated:>2025-02-22.