@@ -167,7 +167,9 @@ Currently, overriding `Error.prepareStackTrace` is ignored when the
167
167
168
168
### ` --experimental-import-meta-resolve `
169
169
<!-- YAML
170
- added: v13.9.0
170
+ added:
171
+ - v13.9.0
172
+ - v12.16.2
171
173
-->
172
174
173
175
Enable experimental ` import.meta.resolve() ` support.
@@ -210,7 +212,9 @@ Enable experimental top-level `await` keyword support in REPL.
210
212
211
213
### ` --experimental-specifier-resolution=mode `
212
214
<!-- YAML
213
- added: v13.4.0
215
+ added:
216
+ - v13.4.0
217
+ - v12.16.0
214
218
-->
215
219
216
220
Sets the resolution algorithm for resolving ES module specifiers. Valid options
@@ -231,7 +235,9 @@ Enable experimental ES Module support in the `vm` module.
231
235
232
236
### ` --experimental-wasi-unstable-preview1 `
233
237
<!-- YAML
234
- added: v13.3.0
238
+ added:
239
+ - v13.3.0
240
+ - v12.16.0
235
241
changes:
236
242
- version: v13.6.0
237
243
pr-url: https://github.com/nodejs/node/pull/30980
@@ -417,7 +423,10 @@ endpoint on `http://host:port/json/list`.
417
423
418
424
### ` --insecure-http-parser `
419
425
<!-- YAML
420
- added: v13.4.0
426
+ added:
427
+ - v13.4.0
428
+ - v12.15.0
429
+ - v10.19.0
421
430
-->
422
431
423
432
Use an insecure HTTP parser that accepts invalid HTTP headers. This may allow
@@ -439,7 +448,9 @@ disappear in a non-semver-major release.
439
448
440
449
### ` --max-http-header-size=size `
441
450
<!-- YAML
442
- added: v11.6.0
451
+ added:
452
+ - v11.6.0
453
+ - v10.15.0
443
454
changes:
444
455
- version: v14.0.0
445
456
pr-url: https://github.com/nodejs/node/pull/32520
@@ -737,7 +748,9 @@ with crypto support (default).
737
748
738
749
### ` --tls-keylog=file `
739
750
<!-- YAML
740
- added: v13.2.0
751
+ added:
752
+ - v13.2.0
753
+ - v12.16.0
741
754
-->
742
755
743
756
Log TLS key material to a file. The key material is in NSS ` SSLKEYLOGFILE `
@@ -746,7 +759,9 @@ traffic.
746
759
747
760
### ` --tls-max-v1.2 `
748
761
<!-- YAML
749
- added: v12.0.0
762
+ added:
763
+ - v12.0.0
764
+ - v10.20.0
750
765
-->
751
766
752
767
Set [ ` tls.DEFAULT_MAX_VERSION ` ] [ ] to 'TLSv1.2'. Use to disable support for
@@ -762,23 +777,29 @@ for TLSv1.3.
762
777
763
778
### ` --tls-min-v1.0 `
764
779
<!-- YAML
765
- added: v12.0.0
780
+ added:
781
+ - v12.0.0
782
+ - v10.20.0
766
783
-->
767
784
768
785
Set default [ ` tls.DEFAULT_MIN_VERSION ` ] [ ] to 'TLSv1'. Use for compatibility with
769
786
old TLS clients or servers.
770
787
771
788
### ` --tls-min-v1.1 `
772
789
<!-- YAML
773
- added: v12.0.0
790
+ added:
791
+ - v12.0.0
792
+ - v10.20.0
774
793
-->
775
794
776
795
Set default [ ` tls.DEFAULT_MIN_VERSION ` ] [ ] to 'TLSv1.1'. Use for compatibility
777
796
with old TLS clients or servers.
778
797
779
798
### ` --tls-min-v1.2 `
780
799
<!-- YAML
781
- added: v12.2.0
800
+ added:
801
+ - v12.2.0
802
+ - v10.20.0
782
803
-->
783
804
784
805
Set default [ ` tls.DEFAULT_MIN_VERSION ` ] [ ] to 'TLSv1.2'. This is the default for
@@ -825,7 +846,9 @@ Enables the collection of trace event tracing information.
825
846
826
847
### ` --trace-exit `
827
848
<!-- YAML
828
- added: v13.5.0
849
+ added:
850
+ - v13.5.0
851
+ - v12.16.0
829
852
-->
830
853
831
854
Prints a stack trace whenever an environment is exited proactively,
@@ -882,7 +905,9 @@ Track heap object allocations for heap snapshots.
882
905
883
906
### ` --unhandled-rejections=mode `
884
907
<!-- YAML
885
- added: v12.0.0
908
+ added:
909
+ - v12.0.0
910
+ - v10.17.0
886
911
-->
887
912
888
913
By default all unhandled rejections trigger a warning plus a deprecation warning
@@ -1273,7 +1298,9 @@ to an empty string (`''` or `' '`) disables persistent REPL history.
1273
1298
1274
1299
### ` NODE_REPL_EXTERNAL_MODULE=file `
1275
1300
<!-- YAML
1276
- added: v13.0.0
1301
+ added:
1302
+ - v13.0.0
1303
+ - v12.16.0
1277
1304
-->
1278
1305
1279
1306
Path to a Node.js module which will be loaded in place of the built-in REPL.
0 commit comments