◐ Shell
clean mode source ↗

doc: update `module.builtinModules` sentence by dario-piotrowicz · Pull Request #57089 · nodejs/node

updates the sentence saying that `module.builtinModule`
only contains the modules that can be loaded without
`node:` (since v23.5.0 also prefix-only modules are
included in the list)

@nodejs-github-bot added doc

Issues and PRs related to the documentations.

module

Issues and PRs related to the module subsystem.

labels

Feb 16, 2025

@aduh95 aduh95 added the commit-queue

Add this label to land a pull request using GitHub Actions.

label

Feb 16, 2025

targos pushed a commit that referenced this pull request

Feb 17, 2025
updates the sentence saying that `module.builtinModule`
only contains the modules that can be loaded without
`node:` (since v23.5.0 also prefix-only modules are
included in the list)

PR-URL: #57089
Refs: #56185
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Jordan Harband <ljharb@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>

acidiney pushed a commit to acidiney/node that referenced this pull request

Feb 23, 2025
updates the sentence saying that `module.builtinModule`
only contains the modules that can be loaded without
`node:` (since v23.5.0 also prefix-only modules are
included in the list)

PR-URL: nodejs#57089
Refs: nodejs#56185
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Jordan Harband <ljharb@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>