File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828A list of the names of all modules provided by Node.js. Can be used to verify
2929if a module is maintained by a third party or not.
3030
31+ Note: the list doesn't contain [ prefix-only modules] [ ] like ` node:test ` .
32+
3133` module ` in this context isn't the same object that's provided
3234by the [ module wrapper] [ ] . To access it, require the ` Module ` module:
3335
@@ -1071,6 +1073,7 @@ returned object contains the following keys:
10711073[hooks]: #customization-hooks
10721074[load hook]: #loadurl-context-nextload
10731075[module wrapper]: modules.md#the-module-wrapper
1076+ [prefix-only modules]: modules.md#built-in-modules-with-mandatory-node-prefix
10741077[realm]: https://tc39.es/ecma262/#realm
10751078[source map include directives]: https://sourcemaps.info/spec.html#h.lmz475t4mvbx
10761079[transferrable objects]: worker_threads.md#portpostmessagevalue-transferlist
You can’t perform that action at this time.
0 commit comments