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 author ready PRs that have at least one approval, no pending requests for changes, and a CI started. 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…
Support clearing Node.js cache for package.json feature request Issues that request new features to be added to Node.js. loaders Issues and PRs related to ES module loaders
#54924 opened Sep 13, 2024 by davidfirst
Add support for dynamic import maps feature request Issues that request new features to be added to Node.js. loaders Issues and PRs related to ES module loaders web-standards Issues and PRs related to Web APIs
#54784 opened Sep 5, 2024 by yoavweiss
Use the compilation cache when running typescript files through --experimental-transform-types feature request Issues that request new features to be added to Node.js. loaders Issues and PRs related to ES module loaders strip-types Issues or PRs related to strip-types support
#54741 opened Sep 3, 2024 by ShenHongFei
module: support __cjsUnwrapDefault interop flag in require(esm) 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. tsc-agenda Issues and PRs to discuss during the meetings of the TSC.
#54563 opened Aug 26, 2024 by guybedford Loading…
the require-cache-Behavior of windows WHEN using lower-case-diskname : duplicated module(from same file) IN require.cache loaders Issues and PRs related to ES module loaders windows Issues and PRs related to the Windows platform.
#54132 opened Jul 31, 2024 by navegador5
Add async alternative to import.meta.resolve() with additional options feature request Issues that request new features to be added to Node.js. loaders Issues and PRs related to ES module loaders
#54051 opened Jul 26, 2024 by justinfagnani
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
Incorrect exitCode when process fails due to circular dependency of dynamic import loaders Issues and PRs related to ES module loaders process Issues and PRs related to the process subsystem.
#53551 opened Jun 22, 2024 by saurabhdaware
Relative require() in commonjs source not processed by ESM Loader confirmed-bug Issues with confirmed bugs. loaders Issues and PRs related to ES module loaders
#53198 opened May 29, 2024 by privatenumber
Support registering worker specific custom ESM loader hooks (Regression from #52706) feature request Issues that request new features to be added to Node.js. loaders Issues and PRs related to ES module loaders
#53195 opened May 29, 2024 by alan-agius4
Bare specifiers definition. doc Issues and PRs related to the documentations. loaders Issues and PRs related to ES module loaders
#53022 opened May 16, 2024 by gitspeaks
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
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
[Bug] Re-imports in ESM are 20-25 times slower than re-requires in CommonJS loaders Issues and PRs related to ES module loaders performance Issues and PRs related to the performance of Node.js.
#52369 opened Apr 4, 2024 by vitaliylag
Proposal for a simple, universal module loader hooks API to replace require() monkey-patching loaders Issues and PRs related to ES module loaders module Issues and PRs related to the module subsystem.
#52219 opened Mar 26, 2024 by joyeecheung
Error: request for 'node:process' is not in cache loaders Issues and PRs related to ES module loaders
#52187 opened Mar 22, 2024 by coderaiser
Add API for dumping or inspecting the consolidated CJS and EJS module graph feature request Issues that request new features to be added to Node.js. loaders Issues and PRs related to ES module loaders
#52180 opened Mar 21, 2024 by ggoodman
module: increased surface for hazards with require(esm) experimental flag feature request Issues that request new features to be added to Node.js. loaders Issues and PRs related to ES module loaders
#52173 opened Mar 21, 2024 by WebReflection
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
Provide a reliable way to find the entrypoint path or URL feature request Issues that request new features to be added to Node.js. loaders Issues and PRs related to ES module loaders
#51840 opened Feb 22, 2024 by nex3
ProTip! What’s not been updated in a month: updated:<2024-08-24.