@@ -272,7 +272,7 @@ Relative paths are NOT supported through the CLI flag.
272272### ` --allow-wasi `
273273
274274<!-- YAML
275- added: REPLACEME
275+ added: v22.3.0
276276-->
277277
278278> Stability: 1.1 - Active development
@@ -696,7 +696,7 @@ code from strings throw an exception instead. This does not affect the Node.js
696696### ` --expose-gc `
697697
698698<!-- YAML
699- added: REPLACEME
699+ added: v22.3.0
700700-->
701701
702702> Stability: 1 - Experimental. This flag is inherited from V8 and is subject to
@@ -940,7 +940,7 @@ CommonJS. This includes the following:
940940### ` --experimental-eventsource `
941941
942942<!-- YAML
943- added: REPLACEME
943+ added: v22.3.0
944944-->
945945
946946Enable exposition of [ EventSource Web API] [ ] on the global scope.
@@ -1069,7 +1069,7 @@ report is not generated. See the documentation on
10691069### ` --experimental-test-module-mocks `
10701070
10711071<!-- YAML
1072- added: REPLACEME
1072+ added: v22.3.0
10731073-->
10741074
10751075> Stability: 1.0 - Early development
@@ -1079,7 +1079,7 @@ Enable module mocking in the test runner.
10791079### ` --experimental-test-snapshots `
10801080
10811081<!-- YAML
1082- added: REPLACEME
1082+ added: v22.3.0
10831083-->
10841084
10851085> Stability: 1.0 - Early development
@@ -1973,13 +1973,13 @@ Modules preloaded with `--require` will run before modules preloaded with `--imp
19731973<!-- YAML
19741974added: v22.0.0
19751975changes:
1976- - version: REPLACEME
1976+ - version: v22.3.0
19771977 pr-url: https://github.com/nodejs/node/pull/53032
19781978 description: NODE_RUN_SCRIPT_NAME environment variable is added.
1979- - version: REPLACEME
1979+ - version: v22.3.0
19801980 pr-url: https://github.com/nodejs/node/pull/53058
19811981 description: NODE_RUN_PACKAGE_JSON_PATH environment variable is added.
1982- - version: REPLACEME
1982+ - version: v22.3.0
19831983 pr-url: https://github.com/nodejs/node/pull/53154
19841984 description: Traverses up to the root directory and finds
19851985 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`.
22532253### ` --test-update-snapshots `
22542254
22552255<!-- YAML
2256- added: REPLACEME
2256+ added: v22.3.0
22572257-->
22582258
22592259> Stability: 1.0 - Early development
@@ -3009,7 +3009,7 @@ added:
30093009 - v12.16.0
30103010changes:
30113011 - version:
3012- - REPLACEME
3012+ - v22.3.0
30133013 pr-url: https://github.com/nodejs/node/pull/52905
30143014 description:
30153015 Remove the possibility to use this env var with
0 commit comments