Skip to content

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
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

module: unflag --experimental-require-module 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. esm Issues and PRs related to the ECMAScript Modules implementation. experimental Issues and PRs related to experimental features. 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. 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.
#55085 opened Sep 23, 2024 by joyeecheung Loading…
test: fix some tests when path contains % author ready PRs that have at least one approval, no pending requests for changes, and a CI started. commit-queue Add this label to land a pull request using GitHub Actions. esm Issues and PRs related to the ECMAScript Modules implementation. needs-ci PRs that need a full CI run. test Issues and PRs related to the tests.
#55082 opened Sep 23, 2024 by aduh95 Loading…
test: fix typos addons Issues and PRs related to native addons. esm Issues and PRs related to the ECMAScript Modules implementation. needs-ci PRs that need a full CI run. test Issues and PRs related to the tests.
#55063 opened Sep 22, 2024 by NathanBaulch Loading…
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…
esm: do not interpret "main" as a URL author ready 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. fs Issues and PRs related to the fs subsystem / file system. needs-ci PRs that need a full CI run.
#55003 opened Sep 19, 2024 by aduh95 Loading…
test: adding more tests for strip-types 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. needs-ci PRs that need a full CI run. strip-types Issues or PRs related to strip-types support test Issues and PRs related to the tests.
#54929 opened Sep 13, 2024 by kevinuehara Loading…
test: check typescript loader esm Issues and PRs related to the ECMAScript Modules implementation. needs-ci PRs that need a full CI run. strip-types Issues or PRs related to strip-types support test Issues and PRs related to the tests. wip Issues and PRs that are still a work in progress.
#54657 opened Aug 30, 2024 by marco-ippolito Loading…
module: implement the "module-sync" exports condition 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. semver-minor PRs that contain new features and should be released in the next minor version.
#54648 opened Aug 29, 2024 by joyeecheung Loading…
Means to detect if the current code is run via --import esm Issues and PRs related to the ECMAScript Modules implementation. feature request Issues that request new features to be added to Node.js. loaders Issues and PRs related to ES module loaders
#53882 opened Jul 17, 2024 by timfish
module: __cjsModule on ESM CJS wrapper and in require ESM esm Issues and PRs related to the ECMAScript Modules implementation. loaders Issues and PRs related to ES module loaders needs-ci PRs that need a full CI run. semver-major PRs that contain breaking changes and should be released in the next major version.
#53848 opened Jul 14, 2024 by guybedford 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 bojavou
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 Issues and PRs related to the ECMAScript Modules implementation. loaders Issues and PRs related to ES module loaders
#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
3 of 8 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
1 of 9 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…
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 TypeError: Invalid URL / ERR_UNSUPPORTED_RESOLVE_REQUEST: Invalid relative URL or base scheme is not hierarchical. esm Issues and PRs related to the ECMAScript Modules implementation. loaders Issues and PRs related to ES module loaders
#51956 opened Mar 4, 2024 by benjamingwynn
Module resolution failure when using "#/" in imports esm Issues and PRs related to the ECMAScript Modules implementation. loaders Issues and PRs related to ES module loaders
#51949 opened Mar 3, 2024 by jakezatecky
Expose file resolution as a utility esm Issues and PRs related to the ECMAScript Modules implementation. feature request Issues that request new features to be added to Node.js. loaders Issues and PRs related to ES module loaders
#51855 opened Feb 23, 2024 by ef4
Trying to load two modules with the same URL throws an empty object esm Issues and PRs related to the ECMAScript Modules implementation. loaders Issues and PRs related to ES module loaders
#51694 opened Feb 7, 2024 by bpstrngr
module: compute module.paths lazily 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. esm Issues and PRs related to the ECMAScript Modules implementation. needs-ci PRs that need a full CI run. needs-citgm PRs that need a CITGM CI run. util Issues and PRs related to the built-in util module.
#51611 opened Jan 30, 2024 by kvakil Loading…
esm: implement import.meta.command 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.
#51538 opened Jan 22, 2024 by guybedford Loading…
ProTip! Type g i on any issue or pull request to go back to the issue listing page.