From 9d1a3b6f608d864f3e4b1e8dc667f733f5acdcb8 Mon Sep 17 00:00:00 2001 From: cjihrig Date: Thu, 12 Mar 2020 23:24:01 -0400 Subject: doc,lib,src,test: make --experimental-report a nop This commit makes the --experimental-report CLI flag a no-op. PR-URL: https://github.com/nodejs/node/pull/32242 Fixes: https://github.com/nodejs/node/issues/26293 Reviewed-By: Richard Lau Reviewed-By: David Carlier Reviewed-By: Gireesh Punathil Reviewed-By: James M Snell Reviewed-By: Matteo Collina --- doc/node.1 | 22 ++++++++-------------- 1 file changed, 8 insertions(+), 14 deletions(-) (limited to 'doc/node.1') diff --git a/doc/node.1 b/doc/node.1 index 71325cc1cd..9d75596c60 100644 --- a/doc/node.1 +++ b/doc/node.1 @@ -138,11 +138,6 @@ keyword support in REPL. .It Fl -experimental-specifier-resolution Select extension resolution algorithm for ES Modules; either 'explicit' (default) or 'node' . -.It Fl -experimental-report -Enable experimental -.Sy diagnostic report -feature. -. .It Fl -experimental-vm-modules Enable experimental ES module support in VM module. . @@ -299,16 +294,16 @@ will be written. .It Fl -report-on-fatalerror Enables the .Sy diagnostic report -to be triggered on fatal errors (internal errors within the Node.js runtime such as out of memory) that leads to termination of the application, if -.Sy --experimental-report -is enabled. Useful to inspect various diagnostic data elements such as heap, stack, event loop state, resource consumption etc. to reason about the fatal error. +to be triggered on fatal errors (internal errors within the Node.js runtime such +as out of memory) that leads to termination of the application. Useful to +inspect various diagnostic data elements such as heap, stack, event loop state, +resource consumption etc. to reason about the fatal error. . .It Fl -report-on-signal Enables .Sy diagnostic report -to be generated upon receiving the specified (or predefined) signal to the running Node.js process, if -.Sy --experimental-report -is enabled. Default signal is SIGUSR2. +to be generated upon receiving the specified (or predefined) signal to the +running Node.js process. Default signal is SIGUSR2. . .It Fl -report-signal Sets or resets the signal for @@ -318,9 +313,8 @@ generation (not supported on Windows). Default signal is SIGUSR2. .It Fl -report-uncaught-exception Enables .Sy diagnostic report -to be generated on un-caught exceptions, if -.Sy --experimental-report -is enabled. Useful when inspecting JavaScript stack in conjunction with native stack and other runtime environment data. +to be generated on un-caught exceptions. Useful when inspecting JavaScript +stack in conjunction with native stack and other runtime environment data. . .It Fl -throw-deprecation Throw errors for deprecations. -- cgit v1.2.1