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
path: root/doc
diff options
context:
space:
mode:
authorGuy Bedford <guybedford@gmail.com>2019-12-17 09:16:39 +0300
committerRuben Bridgewater <ruben@bridgewater.de>2020-01-03 19:47:43 +0300
commit72c64605c95e7fc1d4b327b180f14bf70fcbfb24 (patch)
tree91a23b7f3880d610068fd105caa67e4a7e94f757 /doc
parent827d3fea0e17ba1db642df43fb92b7d6f51e8d4a (diff)
module: unflag resolve self
PR-URL: https://github.com/nodejs/node/pull/31002 Reviewed-By: Myles Borins <myles.borins@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Jan Krems <jan.krems@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Diffstat (limited to 'doc')
-rw-r--r--doc/api/cli.md11
-rw-r--r--doc/node.13
2 files changed, 1 insertions, 13 deletions
diff --git a/doc/api/cli.md b/doc/api/cli.md
index d098a199e05..dfb7ec87568 100644
--- a/doc/api/cli.md
+++ b/doc/api/cli.md
@@ -178,7 +178,7 @@ added: v8.5.0
-->
Enable latest experimental modules features (currently
-`--experimental-conditional-exports` and `--experimental-resolve-self`).
+`--experimental-conditional-exports`).
### `--experimental-policy`
<!-- YAML
@@ -201,14 +201,6 @@ added: v11.8.0
Enable experimental diagnostic report feature.
-### `--experimental-resolve-self`
-<!-- YAML
-added: v13.1.0
--->
-
-Enable experimental support for a package using `require` or `import` to load
-itself.
-
### `--experimental-specifier-resolution=mode`
<!-- YAML
added: v13.4.0
@@ -1091,7 +1083,6 @@ Node.js options that are allowed are:
* `--experimental-policy`
* `--experimental-repl-await`
* `--experimental-report`
-* `--experimental-resolve-self`
* `--experimental-specifier-resolution`
* `--experimental-vm-modules`
* `--experimental-wasi-unstable-preview1`
diff --git a/doc/node.1 b/doc/node.1
index 4f59dc7d269..96a2df9151c 100644
--- a/doc/node.1
+++ b/doc/node.1
@@ -138,9 +138,6 @@ Enable experimental
.Sy diagnostic report
feature.
.
-.It Fl -experimental-resolve-self
-Enable experimental support for a package to load itself.
-.
.It Fl -experimental-vm-modules
Enable experimental ES module support in VM module.
.