diff options
author | Antoine du HAMEL <duhamelantoine1995@gmail.com> | 2020-08-07 12:16:08 +0200 |
---|---|---|
committer | James M Snell <jasnell@gmail.com> | 2020-08-19 10:44:06 -0700 |
commit | 21abb2545fdb9745cdd9e1ac718213719fbaae49 (patch) | |
tree | 96fcc5b0f344473eb308aff58d60754d95c4196b /doc/api/deprecations.md | |
parent | 9a819ddbac218c2003834706bad0d73afe7d9ba7 (diff) | |
download | node-new-21abb2545fdb9745cdd9e1ac718213719fbaae49.tar.gz |
doc: move module core module doc to separate page
The `module` core module is available for both CJS and ESM users, it
deserves its own page.
PR-URL: https://github.com/nodejs/node/pull/34747
Refs: https://github.com/nodejs/modules/issues/539
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'doc/api/deprecations.md')
-rw-r--r-- | doc/api/deprecations.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md index 941409ac09..c56e23f114 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -2843,7 +2843,7 @@ The [`crypto.Certificate()` constructor][] is deprecated. Use [`http.request()`]: http.html#http_http_request_options_callback [`https.get()`]: https.html#https_https_get_options_callback [`https.request()`]: https.html#https_https_request_options_callback -[`module.createRequire()`]: modules.html#modules_module_createrequire_filename +[`module.createRequire()`]: module.html#module_module_createrequire_filename [`os.networkInterfaces()`]: os.html#os_os_networkinterfaces [`os.tmpdir()`]: os.html#os_os_tmpdir [`process.env`]: process.html#process_process_env |