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:
authorGuy Bedford <guybedford@gmail.com>2019-10-07 07:09:20 +0300
committerRich Trott <rtrott@gmail.com>2019-10-11 02:29:08 +0300
commitb798f645667c0b60cab84c467713a21c5676998d (patch)
tree45377fa6dd8fbf4bf58a842af61672f04329a9d5 /doc/api/modules.md
parent1294c7e48564a549ef391786b67798d29238aace (diff)
esm: unflag --experimental-exports
PR-URL: https://github.com/nodejs/node/pull/29867 Reviewed-By: Jan Krems <jan.krems@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Diffstat (limited to 'doc/api/modules.md')
-rw-r--r--doc/api/modules.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/modules.md b/doc/api/modules.md
index 9ed9273e0b5..29f7b32cd6d 100644
--- a/doc/api/modules.md
+++ b/doc/api/modules.md
@@ -202,7 +202,7 @@ NODE_MODULES_PATHS(START)
5. return DIRS
```
-If `--experimental-exports` is enabled, Node.js allows packages loaded via
+Node.js allows packages loaded via
`LOAD_NODE_MODULES` to explicitly declare which file paths to expose and how
they should be interpreted. This expands on the control packages already had
using the `main` field.