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 /.eslintrc.js | |
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 '.eslintrc.js')
-rw-r--r-- | .eslintrc.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.eslintrc.js b/.eslintrc.js index 8542d2e77e..c13291adaa 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -43,6 +43,7 @@ module.exports = { { files: [ 'doc/api/esm.md', + 'doc/api/module.md', 'doc/api/modules.md', 'test/es-module/test-esm-type-flag.js', 'test/es-module/test-esm-type-flag-alias.js', |