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:
authorcjihrig <cjihrig@gmail.com>2021-02-27 22:16:06 +0300
committerMichaƫl Zasso <targos@protonmail.com>2021-03-02 16:08:54 +0300
commit725d48ae777ec23e915370019a60a835a2569711 (patch)
tree35962a691555eee06ecd5400a8b5e8f7fd6e538f
parent5d939b7a4932f516fd007e1ddfd89710fb3ff2a3 (diff)
doc: remove experimental from --enable-source-maps
PR-URL: https://github.com/nodejs/node/pull/37540 Refs: https://github.com/nodejs/node/pull/37362 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: James M Snell <jasnell@gmail.com>
-rw-r--r--doc/node.12
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/node.1 b/doc/node.1
index 6b091f5a795..951190e6ce8 100644
--- a/doc/node.1
+++ b/doc/node.1
@@ -137,7 +137,7 @@ Requires Node.js to be built with
.Sy ./configure --openssl-fips .
.
.It Fl -enable-source-maps
-Enable experimental Source Map V3 support for stack traces.
+Enable Source Map V3 support for stack traces.
.
.It Fl -experimental-import-meta-resolve
Enable experimental ES modules support for import.meta.resolve().