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-11-02 00:24:36 +0300
committerMyles Borins <mylesborins@google.com>2019-11-17 11:28:54 +0300
commit085af30361207e358d73b9db9688f1ce1d93a341 (patch)
treed6b85efc838a47a30a0146923cba45f204715042
parenta37ade8648601a2e4ef8dea85f3ddf1823b191d1 (diff)
doc: include --experimental-resolve-self in manpage
PR-URL: https://github.com/nodejs/node/pull/29978 Reviewed-By: Jan Krems <jan.krems@gmail.com> Reviewed-By: Myles Borins <myles.borins@gmail.com>
-rw-r--r--doc/node.13
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/node.1 b/doc/node.1
index e9b7855b9be..30d63b216df 100644
--- a/doc/node.1
+++ b/doc/node.1
@@ -119,6 +119,9 @@ Enable experimental JSON interop support for the ES Module loader.
.It Fl -experimental-modules
Enable experimental ES module support and caching modules.
.
+.It Fl -experimental-resolve-self
+Enable experimental support for a package to load itself.
+.
.It Fl -experimental-policy
Use the specified file as a security policy.
.