| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -28,6 +28,8 @@ added: | |||
| 28 | 28 | A list of the names of all modules provided by Node.js. Can be used to verify | |
| 29 | 29 | if a module is maintained by a third party or not. | |
| 30 | 30 | ||
| 31 | + Note: the list doesn't contain [prefix-only modules][] like `node:test`. | ||
| 32 | + | ||
| 31 | 33 | `module` in this context isn't the same object that's provided | |
| 32 | 34 | by the [module wrapper][]. To access it, require the `Module` module: | |
| 33 | 35 | ||
@@ -1135,6 +1137,7 @@ returned object contains the following keys: | |||
| 1135 | 1137 | [hooks]: #customization-hooks | |
| 1136 | 1138 | [load hook]: #loadurl-context-nextload | |
| 1137 | 1139 | [module wrapper]: modules.md#the-module-wrapper | |
| 1140 | + [prefix-only modules]: modules.md#built-in-modules-with-mandatory-node-prefix | ||
| 1138 | 1141 | [realm]: https://tc39.es/ecma262/#realm | |
| 1139 | 1142 | [source map include directives]: https://sourcemaps.info/spec.html#h.lmz475t4mvbx | |
| 1140 | 1143 | [transferrable objects]: worker_threads.md#portpostmessagevalue-transferlist | |
| Back | FazBrowse Home | New Git URL |
0 commit comments