From efc97fd927f61dbf2c9bff92bebe457abced8eea Mon Sep 17 00:00:00 2001 From: cjihrig Date: Mon, 23 Dec 2019 23:15:58 -0500 Subject: [PATCH] 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 Reviewed-By: Beth Griggs Reviewed-By: Anto Aravinth Reviewed-By: Ruben Bridgewater Reviewed-By: James M Snell Reviewed-By: Luigi Pinca --- doc/node.1 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/node.1 b/doc/node.1 index 4c6347788942ea..99359acc2c07a4 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. .