@@ -192,7 +192,9 @@ Error: Access to this API has been restricted
192192<!-- YAML
193193added: v20.0.0
194194changes:
195- - version: v23.5.0
195+ - version:
196+ - v23.5.0
197+ - v22.13.0
196198 pr-url: https://github.com/nodejs/node/pull/56201
197199 description: Permission Model and --allow-fs flags are stable.
198200 - version: v20.7.0
@@ -237,7 +239,9 @@ node --permission --allow-fs-read=/path/to/index.js index.js
237239<!-- YAML
238240added: v20.0.0
239241changes:
240- - version: v23.5.0
242+ - version:
243+ - v23.5.0
244+ - v22.13.0
241245 pr-url: https://github.com/nodejs/node/pull/56201
242246 description: Permission Model and --allow-fs flags are stable.
243247 - version: v20.7.0
@@ -886,7 +890,7 @@ It is possible to run code containing inline types unless the
886890### ` --experimental-addon-modules `
887891
888892<!-- YAML
889- added: REPLACEME
893+ added: v23.6.0
890894-->
891895
892896> Stability: 1.0 - Early development
@@ -1653,7 +1657,9 @@ See [Loading ECMAScript modules using `require()`][].
16531657<!-- YAML
16541658added: v22.5.0
16551659changes:
1656- - version: v23.4.0
1660+ - version:
1661+ - v23.4.0
1662+ - v22.13.0
16571663 pr-url: https://github.com/nodejs/node/pull/55890
16581664 description: SQLite is unflagged but still experimental.
16591665-->
@@ -1665,7 +1671,7 @@ Disable the experimental [`node:sqlite`][] module.
16651671<!-- YAML
16661672added: v22.6.0
16671673changes:
1668- - version: REPLACEME
1674+ - version: v23.6.0
16691675 pr-url: https://github.com/nodejs/node/pull/56350
16701676 description: Type stripping is enabled by default.
16711677-->
@@ -1802,7 +1808,9 @@ developers may leverage to detect deprecated API usage.
18021808<!-- YAML
18031809added: v20.0.0
18041810changes:
1805- - version: v23.5.0
1811+ - version:
1812+ - v23.5.0
1813+ - v22.13.0
18061814 pr-url: https://github.com/nodejs/node/pull/56201
18071815 description: Permission Model is now stable.
18081816-->
@@ -1960,7 +1968,9 @@ Location at which the report will be generated.
19601968### ` --report-exclude-env `
19611969
19621970<!-- YAML
1963- added: v23.3.0
1971+ added:
1972+ - v23.3.0
1973+ - v22.13.0
19641974-->
19651975
19661976When ` --report-exclude-env ` is passed the diagnostic report generated will not
@@ -2354,7 +2364,7 @@ finished executing even if the event loop would otherwise remain active.
23542364<!-- YAML
23552365added: v22.8.0
23562366changes:
2357- - version: REPLACEME
2367+ - version: v23.6.0
23582368 pr-url: https://github.com/nodejs/node/pull/56298
23592369 description: This flag was renamed from `--experimental-test-isolation` to
23602370 `--test-isolation`.
@@ -2481,7 +2491,9 @@ subtests inherit this value from their parent. The default value is `Infinity`.
24812491<!-- YAML
24822492added: v22.3.0
24832493changes:
2484- - version: v23.4.0
2494+ - version:
2495+ - v23.4.0
2496+ - v22.13.0
24852497 pr-url: https://github.com/nodejs/node/pull/55897
24862498 description: Snapsnot testing is no longer experimental.
24872499-->
@@ -2599,7 +2611,9 @@ Print stack traces for deprecations.
25992611### ` --trace-env `
26002612
26012613<!-- YAML
2602- added: v23.4.0
2614+ added:
2615+ - v23.4.0
2616+ - v22.13.0
26032617-->
26042618
26052619Print information about any access to environment variables done in the current Node.js
@@ -2622,15 +2636,19 @@ To print the stack trace of the access, use `--trace-env-js-stack` and/or
26222636### ` --trace-env-js-stack `
26232637
26242638<!-- YAML
2625- added: v23.4.0
2639+ added:
2640+ - v23.4.0
2641+ - v22.13.0
26262642-->
26272643
26282644In addition to what ` --trace-env ` does, this prints the JavaScript stack trace of the access.
26292645
26302646### ` --trace-env-native-stack `
26312647
26322648<!-- YAML
2633- added: v23.4.0
2649+ added:
2650+ - v23.4.0
2651+ - v22.13.0
26342652-->
26352653
26362654In addition to what ` --trace-env ` does, this prints the native stack trace of the access.
@@ -2677,6 +2695,7 @@ i.e. invoking `process.exit()`.
26772695<!-- YAML
26782696added:
26792697 - v23.5.0
2698+ - v22.13.0
26802699-->
26812700
26822701Prints information about usage of [ Loading ECMAScript modules using ` require() ` ] [ ] .
0 commit comments