@@ -272,7 +272,7 @@ Relative paths are NOT supported through the CLI flag.
272
272
### ` --allow-wasi `
273
273
274
274
<!-- YAML
275
- added: REPLACEME
275
+ added: v22.3.0
276
276
-->
277
277
278
278
> Stability: 1.1 - Active development
@@ -676,7 +676,7 @@ code from strings throw an exception instead. This does not affect the Node.js
676
676
### ` --expose-gc `
677
677
678
678
<!-- YAML
679
- added: REPLACEME
679
+ added: v22.3.0
680
680
-->
681
681
682
682
> Stability: 1 - Experimental. This flag is inherited from V8 and is subject to
@@ -918,7 +918,7 @@ CommonJS. This includes the following:
918
918
### ` --experimental-eventsource `
919
919
920
920
<!-- YAML
921
- added: REPLACEME
921
+ added: v22.3.0
922
922
-->
923
923
924
924
Enable exposition of [ EventSource Web API] [ ] on the global scope.
@@ -1047,7 +1047,7 @@ report is not generated. See the documentation on
1047
1047
### ` --experimental-test-module-mocks `
1048
1048
1049
1049
<!-- YAML
1050
- added: REPLACEME
1050
+ added: v22.3.0
1051
1051
-->
1052
1052
1053
1053
> Stability: 1.0 - Early development
@@ -1057,7 +1057,7 @@ Enable module mocking in the test runner.
1057
1057
### ` --experimental-test-snapshots `
1058
1058
1059
1059
<!-- YAML
1060
- added: REPLACEME
1060
+ added: v22.3.0
1061
1061
-->
1062
1062
1063
1063
> Stability: 1.0 - Early development
@@ -1951,10 +1951,10 @@ Modules preloaded with `--require` will run before modules preloaded with `--imp
1951
1951
<!-- YAML
1952
1952
added: v22.0.0
1953
1953
changes:
1954
- - version: REPLACEME
1954
+ - version: v22.3.0
1955
1955
pr-url: https://github.com/nodejs/node/pull/53032
1956
1956
description: NODE_RUN_SCRIPT_NAME environment variable is added.
1957
- - version: REPLACEME
1957
+ - version: v22.3.0
1958
1958
pr-url: https://github.com/nodejs/node/pull/53058
1959
1959
description: NODE_RUN_PACKAGE_JSON_PATH environment variable is added.
1960
1960
- version: REPLACEME
@@ -2229,7 +2229,7 @@ subtests inherit this value from their parent. The default value is `Infinity`.
2229
2229
### ` --test-update-snapshots `
2230
2230
2231
2231
<!-- YAML
2232
- added: REPLACEME
2232
+ added: v22.3.0
2233
2233
-->
2234
2234
2235
2235
> Stability: 1.0 - Early development
@@ -3018,7 +3018,7 @@ added:
3018
3018
- v12.16.0
3019
3019
changes:
3020
3020
- version:
3021
- - REPLACEME
3021
+ - v22.3.0
3022
3022
pr-url: https://github.com/nodejs/node/pull/52905
3023
3023
description:
3024
3024
Remove the possibility to use this env var with
0 commit comments