Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine du HAMEL <duhamelantoine1995@gmail.com>2020-08-07 13:16:08 +0300
committerJames M Snell <jasnell@gmail.com>2020-08-19 20:44:06 +0300
commit21abb2545fdb9745cdd9e1ac718213719fbaae49 (patch)
tree96fcc5b0f344473eb308aff58d60754d95c4196b /doc/api/index.md
parent9a819ddbac218c2003834706bad0d73afe7d9ba7 (diff)
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/index.md')
-rw-r--r--doc/api/index.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/api/index.md b/doc/api/index.md
index 3f28eb7b0db..304685d77b9 100644
--- a/doc/api/index.md
+++ b/doc/api/index.md
@@ -36,6 +36,7 @@
* [Inspector](inspector.html)
* [Internationalization](intl.html)
* [Modules](modules.html)
+* [Modules: `module` core module](module.html)
* [Net](net.html)
* [OS](os.html)
* [Path](path.html)