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
committerRuben Bridgewater <ruben@bridgewater.de>2020-01-03 18:21:45 +0300
commitefc97fd927f61dbf2c9bff92bebe457abced8eea (patch)
treeec6b725b8a69a45723e62f3417956e6ccf3a67c6 /doc
parent87f15c03bc0180efe44a42603fb2595b4b482394 (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.
.