@@ -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
@@ -696,7 +696,7 @@ code from strings throw an exception instead. This does not affect the Node.js
696
696
### ` --expose-gc `
697
697
698
698
<!-- YAML
699
- added: REPLACEME
699
+ added: v22.3.0
700
700
-->
701
701
702
702
> Stability: 1 - Experimental. This flag is inherited from V8 and is subject to
@@ -940,7 +940,7 @@ CommonJS. This includes the following:
940
940
### ` --experimental-eventsource `
941
941
942
942
<!-- YAML
943
- added: REPLACEME
943
+ added: v22.3.0
944
944
-->
945
945
946
946
Enable exposition of [ EventSource Web API] [ ] on the global scope.
@@ -1069,7 +1069,7 @@ report is not generated. See the documentation on
1069
1069
### ` --experimental-test-module-mocks `
1070
1070
1071
1071
<!-- YAML
1072
- added: REPLACEME
1072
+ added: v22.3.0
1073
1073
-->
1074
1074
1075
1075
> Stability: 1.0 - Early development
@@ -1079,7 +1079,7 @@ Enable module mocking in the test runner.
1079
1079
### ` --experimental-test-snapshots `
1080
1080
1081
1081
<!-- YAML
1082
- added: REPLACEME
1082
+ added: v22.3.0
1083
1083
-->
1084
1084
1085
1085
> Stability: 1.0 - Early development
@@ -1973,13 +1973,13 @@ Modules preloaded with `--require` will run before modules preloaded with `--imp
1973
1973
<!-- YAML
1974
1974
added: v22.0.0
1975
1975
changes:
1976
- - version: REPLACEME
1976
+ - version: v22.3.0
1977
1977
pr-url: https://github.com/nodejs/node/pull/53032
1978
1978
description: NODE_RUN_SCRIPT_NAME environment variable is added.
1979
- - version: REPLACEME
1979
+ - version: v22.3.0
1980
1980
pr-url: https://github.com/nodejs/node/pull/53058
1981
1981
description: NODE_RUN_PACKAGE_JSON_PATH environment variable is added.
1982
- - version: REPLACEME
1982
+ - version: v22.3.0
1983
1983
pr-url: https://github.com/nodejs/node/pull/53154
1984
1984
description: Traverses up to the root directory and finds
1985
1985
a `package.json` file to run the command from, and updates
@@ -2253,7 +2253,7 @@ subtests inherit this value from their parent. The default value is `Infinity`.
2253
2253
### ` --test-update-snapshots `
2254
2254
2255
2255
<!-- YAML
2256
- added: REPLACEME
2256
+ added: v22.3.0
2257
2257
-->
2258
2258
2259
2259
> Stability: 1.0 - Early development
@@ -3009,7 +3009,7 @@ added:
3009
3009
- v12.16.0
3010
3010
changes:
3011
3011
- version:
3012
- - REPLACEME
3012
+ - v22.3.0
3013
3013
pr-url: https://github.com/nodejs/node/pull/52905
3014
3014
description:
3015
3015
Remove the possibility to use this env var with
0 commit comments