doc: add info about prefix-only modules to module.builtinModules

PR-URL: https://github.com/nodejs/node/pull/53954
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
This commit is contained in:
Grigory 2024-07-21 22:51:20 +05:00 committed by GitHub
parent 036ff03691
commit acd1d22ff8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,6 +28,8 @@ added:
A list of the names of all modules provided by Node.js. Can be used to verify
if a module is maintained by a third party or not.
Note: the list doesn't contain [prefix-only modules][] like `node:test`.
`module` in this context isn't the same object that's provided
by the [module wrapper][]. To access it, require the `Module` module:
@ -1071,6 +1073,7 @@ returned object contains the following keys:
[hooks]: #customization-hooks
[load hook]: #loadurl-context-nextload
[module wrapper]: modules.md#the-module-wrapper
[prefix-only modules]: modules.md#built-in-modules-with-mandatory-node-prefix
[realm]: https://tc39.es/ecma262/#realm
[source map include directives]: https://sourcemaps.info/spec.html#h.lmz475t4mvbx
[transferrable objects]: worker_threads.md#portpostmessagevalue-transferlist