-
-
Notifications
You must be signed in to change notification settings - Fork 34.2k
Closed as not planned
Labels
moduleIssues and PRs related to the module subsystem.Issues and PRs related to the module subsystem.
Description
Version
23.6.0
Platform
Subsystem
No response
What steps will reproduce the bug?
import { builtinModules } from "node:module";
console.log(builtinModules.filter((r) => r.startsWith("node:")).length);How often does it reproduce? Is there a required condition?
every time
What is the expected behavior? Why is that the expected behavior?
0
What do you see instead?
4
Additional information
builtinModules docs say Note: the list doesn't contain prefix-only modules like node:test.
ExE-Boss
Metadata
Metadata
Assignees
Labels
moduleIssues and PRs related to the module subsystem.Issues and PRs related to the module subsystem.