You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
doc,lib,src,test: make --experimental-report a nop
This commit makes the --experimental-report CLI flag a no-op.
PR-URL: #32242Fixes: #26293
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: David Carlier <devnexen@gmail.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Copy file name to clipboardExpand all lines: doc/node.1
+8-14Lines changed: 8 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -138,11 +138,6 @@ keyword support in REPL.
138
138
.ItFl-experimental-specifier-resolution
139
139
Select extension resolution algorithm for ES Modules; either 'explicit' (default) or 'node'
140
140
.
141
-
.ItFl-experimental-report
142
-
Enable experimental
143
-
.Sydiagnosticreport
144
-
feature.
145
-
.
146
141
.ItFl-experimental-vm-modules
147
142
Enable experimental ES module support in VM module.
148
143
.
@@ -308,16 +303,16 @@ will be written.
308
303
.ItFl-report-on-fatalerror
309
304
Enables the
310
305
.Sydiagnosticreport
311
-
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
312
-
.Sy--experimental-report
313
-
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.
306
+
to be triggered on fatal errors (internal errors within the Node.js runtime such
307
+
as out of memory) that leads to termination of the application. Useful to
308
+
inspect various diagnostic data elements such as heap, stack, event loop state,
309
+
resource consumption etc. to reason about the fatal error.
314
310
.
315
311
.ItFl-report-on-signal
316
312
Enables
317
313
.Sydiagnosticreport
318
-
to be generated upon receiving the specified (or predefined) signal to the running Node.js process, if
319
-
.Sy--experimental-report
320
-
is enabled. Default signal is SIGUSR2.
314
+
to be generated upon receiving the specified (or predefined) signal to the
315
+
running Node.js process. Default signal is SIGUSR2.
321
316
.
322
317
.ItFl-report-signal
323
318
Sets or resets the signal for
@@ -327,9 +322,8 @@ generation (not supported on Windows). Default signal is SIGUSR2.
327
322
.ItFl-report-uncaught-exception
328
323
Enables
329
324
.Sydiagnosticreport
330
-
to be generated on un-caught exceptions, if
331
-
.Sy--experimental-report
332
-
is enabled. Useful when inspecting JavaScript stack in conjunction with native stack and other runtime environment data.
325
+
to be generated on un-caught exceptions. Useful when inspecting JavaScript
326
+
stack in conjunction with native stack and other runtime environment data.
0 commit comments