@@ -77,7 +77,7 @@ $ source node_bash_completion
77
77
78
78
### ` --cpu-prof `
79
79
<!-- YAML
80
- added: REPLACEME
80
+ added: v12.0.0
81
81
-->
82
82
83
83
> Stability: 1 - Experimental
@@ -99,7 +99,7 @@ CPU.20190409.202950.15293.0.0.cpuprofile
99
99
100
100
### ` --cpu-prof-dir `
101
101
<!-- YAML
102
- added: REPLACEME
102
+ added: v12.0.0
103
103
-->
104
104
105
105
> Stability: 1 - Experimental
@@ -109,7 +109,7 @@ be placed.
109
109
110
110
### ` --cpu-prof-name `
111
111
<!-- YAML
112
- added: REPLACEME
112
+ added: v12.0.0
113
113
-->
114
114
115
115
> Stability: 1 - Experimental
@@ -126,7 +126,7 @@ Enable FIPS-compliant crypto at startup. (Requires Node.js to be built with
126
126
127
127
### ` --es-module-specifier-resolution=mode `
128
128
<!-- YAML
129
- added: REPLACEME
129
+ added: v12.0.0
130
130
-->
131
131
132
132
To be used in conjunction with ` --experimental-modules ` . Sets the resolution
@@ -140,7 +140,7 @@ Please see [customizing esm specifier resolution][] for example usage.
140
140
141
141
### ` --experimental-json-modules `
142
142
<!-- YAML
143
- added: REPLACEME
143
+ added: v12.0.0
144
144
-->
145
145
146
146
Enable experimental JSON support for the ES Module loader.
@@ -209,7 +209,7 @@ Both of the above may change in future updates, which will be breaking changes.
209
209
210
210
### ` --heapsnapshot-signal=signal `
211
211
<!-- YAML
212
- added: REPLACEME
212
+ added: v12.0.0
213
213
-->
214
214
215
215
Generates a heap snapshot each time the process receives the specified signal.
@@ -240,7 +240,7 @@ Specify ICU data load path. (Overrides `NODE_ICU_DATA`.)
240
240
241
241
### ` --input-type=type `
242
242
<!-- YAML
243
- added: REPLACEME
243
+ added: v12.0.0
244
244
-->
245
245
246
246
Used with ` --experimental-modules ` , this configures Node.js to interpret string
@@ -455,7 +455,7 @@ warning will be written to stderr instead.
455
455
<!-- YAML
456
456
added: v11.8.0
457
457
changes:
458
- - version: REPLACEME
458
+ - version: v12.0.0
459
459
pr-url: https://github.com/nodejs/node/pull/27312
460
460
description: Changed from `--diagnostic-report-directory` to
461
461
`--report-directory`
@@ -467,7 +467,7 @@ Location at which the report will be generated.
467
467
<!-- YAML
468
468
added: v11.8.0
469
469
changes:
470
- - version: REPLACEME
470
+ - version: v12.0.0
471
471
pr-url: https://github.com/nodejs/node/pull/27312
472
472
description: changed from `--diagnostic-report-filename` to
473
473
`--report-filename`
@@ -479,7 +479,7 @@ Name of the file to which the report will be written.
479
479
<!-- YAML
480
480
added: v11.8.0
481
481
changes:
482
- - version: REPLACEME
482
+ - version: v12.0.0
483
483
pr-url: https://github.com/nodejs/node/pull/27312
484
484
description: changed from `--diagnostic-report-on-fatalerror` to
485
485
`--report-on-fatalerror`
@@ -495,7 +495,7 @@ consumption etc. to reason about the fatal error.
495
495
<!-- YAML
496
496
added: v11.8.0
497
497
changes:
498
- - version: REPLACEME
498
+ - version: v12.0.0
499
499
pr-url: https://github.com/nodejs/node/pull/27312
500
500
description: changed from `--diagnostic-report-on-signal` to
501
501
`--report-on-signal`
@@ -509,7 +509,7 @@ The signal to trigger the report is specified through `--report-signal`.
509
509
<!-- YAML
510
510
added: v11.8.0
511
511
changes:
512
- - version: REPLACEME
512
+ - version: v12.0.0
513
513
pr-url: https://github.com/nodejs/node/pull/27312
514
514
description: changed from `--diagnostic-report-signal` to
515
515
`--report-signal`
@@ -522,7 +522,7 @@ Default signal is `SIGUSR2`.
522
522
<!-- YAML
523
523
added: v11.8.0
524
524
changes:
525
- - version: REPLACEME
525
+ - version: v12.0.0
526
526
pr-url: https://github.com/nodejs/node/pull/27312
527
527
description: changed from `--diagnostic-report-uncaught-exception` to
528
528
`--report-uncaught-exception`
@@ -556,39 +556,39 @@ with crypto support (default).
556
556
557
557
### ` --tls-max-v1.2 `
558
558
<!-- YAML
559
- added: REPLACEME
559
+ added: v12.0.0
560
560
-->
561
561
562
562
Set [ ` tls.DEFAULT_MAX_VERSION ` ] [ ] to 'TLSv1.2'. Use to disable support for
563
563
TLSv1.3.
564
564
565
565
### ` --tls-max-v1.3 `
566
566
<!-- YAML
567
- added: REPLACEME
567
+ added: v12.0.0
568
568
-->
569
569
570
570
Set default [ ` tls.DEFAULT_MAX_VERSION ` ] [ ] to 'TLSv1.3'. Use to enable support
571
571
for TLSv1.3.
572
572
573
573
### ` --tls-min-v1.0 `
574
574
<!-- YAML
575
- added: REPLACEME
575
+ added: v12.0.0
576
576
-->
577
577
578
578
Set default [ ` tls.DEFAULT_MIN_VERSION ` ] [ ] to 'TLSv1'. Use for compatibility with
579
579
old TLS clients or servers.
580
580
581
581
### ` --tls-min-v1.1 `
582
582
<!-- YAML
583
- added: REPLACEME
583
+ added: v12.0.0
584
584
-->
585
585
586
586
Set default [ ` tls.DEFAULT_MIN_VERSION ` ] [ ] to 'TLSv1.1'. Use for compatibility
587
587
with old TLS clients or servers.
588
588
589
589
### ` --tls-min-v1.3 `
590
590
<!-- YAML
591
- added: REPLACEME
591
+ added: v12.0.0
592
592
-->
593
593
594
594
Set default [ ` tls.DEFAULT_MIN_VERSION ` ] [ ] to 'TLSv1.3'. Use to disable support
@@ -648,7 +648,7 @@ Track heap object allocations for heap snapshots.
648
648
649
649
### ` --unhandled-rejections=mode `
650
650
<!-- YAML
651
- added: REPLACEME
651
+ added: v12.0.0
652
652
-->
653
653
654
654
By default all unhandled rejections trigger a warning plus a deprecation warning
0 commit comments