diff --git a/doc/node.1 b/doc/node.1 index 4c6347788942ea..4f59dc7d269217 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. . @@ -147,6 +150,9 @@ Enable experimental WebAssembly System Interface support. .It Fl -experimental-wasm-modules Enable experimental WebAssembly module support. . +.It Fl -force-context-aware +Disable loading native addons that are not context-aware. +. .It Fl -force-fips Force FIPS-compliant crypto on startup (Cannot be disabled from script code). @@ -199,6 +205,15 @@ Set the .Ar host:port to be used when the inspector is activated. . +.It Fl -inspect-publish-uid=stderr,http +Specify how the inspector WebSocket URL is exposed. +Valid values are +.Sy stderr +and +.Sy http . +Default is +.Sy stderr,http . +. .It Fl -inspect Ns = Ns Ar [host:]port Activate inspector on .Ar host:port .