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:
Diffstat (limited to 'doc/api/cli.md')
-rw-r--r--doc/api/cli.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/api/cli.md b/doc/api/cli.md
index ca6689459e1..979c1214f5c 100644
--- a/doc/api/cli.md
+++ b/doc/api/cli.md
@@ -193,7 +193,7 @@ Enable experimental diagnostic report feature.
### `--experimental-specifier-resolution=mode`
<!-- YAML
-added: REPLACEME
+added: v12.16.0
-->
Sets the resolution algorithm for resolving ES module specifiers. Valid options
@@ -214,7 +214,7 @@ Enable experimental ES Module support in the `vm` module.
### `--experimental-wasi-unstable-preview1`
<!-- YAML
-added: REPLACEME
+added: v12.16.0
-->
Enable experimental WebAssembly System Interface (WASI) support.
@@ -708,7 +708,7 @@ with crypto support (default).
### `--tls-keylog=file`
<!-- YAML
-added: REPLACEME
+added: v12.16.0
-->
Log TLS key material to a file. The key material is in NSS `SSLKEYLOGFILE`
@@ -796,7 +796,7 @@ Enables the collection of trace event tracing information.
### `--trace-exit`
<!-- YAML
-added: REPLACEME
+added: v12.16.0
-->
Prints a stack trace whenever an environment is exited proactively,
@@ -820,7 +820,7 @@ connection problems.
### `--trace-uncaught`
<!-- YAML
-added: REPLACEME
+added: v12.16.0
-->
Print stack traces for uncaught exceptions; usually, the stack trace associated
@@ -883,7 +883,7 @@ See `SSL_CERT_DIR` and `SSL_CERT_FILE`.
### `--use-largepages=mode`
<!-- YAML
-added: REPLACEME
+added: v12.16.0
-->
Re-map the Node.js static code to large memory pages at startup. If supported on
@@ -1230,7 +1230,7 @@ to an empty string (`''` or `' '`) disables persistent REPL history.
### `NODE_REPL_EXTERNAL_MODULE=file`
<!-- YAML
-added: REPLACEME
+added: v12.16.0
-->
Path to a Node.js module which will be loaded in place of the built-in REPL.