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:
authorcjihrig <cjihrig@gmail.com>2019-12-24 07:15:58 +0300
committercjihrig <cjihrig@gmail.com>2019-12-26 07:35:13 +0300
commitddcab72173bac2c4b9123e2d2b8a450bf3351d5a (patch)
treefd42e55b3b3756fa4731a1ca3c25f3c10c672d48 /doc
parent208453ef42074e3d0df66c390c1fd699003f1249 (diff)
doc: add --enable-source-maps man page entry
This commit adds the --enable-source-maps CLI flag to the man page. PR-URL: https://github.com/nodejs/node/pull/31077 Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Beth Griggs <Bethany.Griggs@uk.ibm.com> Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/node.13
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/node.1 b/doc/node.1
index 4c634778894..99359acc2c0 100644
--- a/doc/node.1
+++ b/doc/node.1
@@ -110,6 +110,9 @@ Enable FIPS-compliant crypto at startup.
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.
+.
.It Fl -experimental-conditional-exports
Enable experimental support for "require" and "node" conditional export targets.
.