@@ -192,7 +192,7 @@ Error: Access to this API has been restricted
192
192
<!-- YAML
193
193
added: v20.0.0
194
194
changes:
195
- - version: REPLACEME
195
+ - version: v22.13.0
196
196
pr-url: https://github.com/nodejs/node/pull/56201
197
197
description: Permission Model and --allow-fs flags are stable.
198
198
- version: v20.7.0
@@ -237,7 +237,7 @@ node --permission --allow-fs-read=/path/to/index.js index.js
237
237
<!-- YAML
238
238
added: v20.0.0
239
239
changes:
240
- - version: REPLACEME
240
+ - version: v22.13.0
241
241
pr-url: https://github.com/nodejs/node/pull/56201
242
242
description: Permission Model and --allow-fs flags are stable.
243
243
- version: v20.7.0
@@ -1666,7 +1666,7 @@ See [Loading ECMAScript modules using `require()`][].
1666
1666
<!-- YAML
1667
1667
added: v22.5.0
1668
1668
changes:
1669
- - version: REPLACEME
1669
+ - version: v22.13.0
1670
1670
pr-url: https://github.com/nodejs/node/pull/55890
1671
1671
description: SQLite is unflagged but still experimental.
1672
1672
-->
@@ -1800,7 +1800,7 @@ developers may leverage to detect deprecated API usage.
1800
1800
<!-- YAML
1801
1801
added: v20.0.0
1802
1802
changes:
1803
- - version: REPLACEME
1803
+ - version: v22.13.0
1804
1804
pr-url: https://github.com/nodejs/node/pull/56201
1805
1805
description: Permission Model is now stable.
1806
1806
-->
@@ -1958,7 +1958,7 @@ Location at which the report will be generated.
1958
1958
### ` --report-exclude-env `
1959
1959
1960
1960
<!-- YAML
1961
- added: REPLACEME
1961
+ added: v22.13.0
1962
1962
-->
1963
1963
1964
1964
When ` --report-exclude-env ` is passed the diagnostic report generated will not
@@ -2455,7 +2455,7 @@ subtests inherit this value from their parent. The default value is `Infinity`.
2455
2455
<!-- YAML
2456
2456
added: v22.3.0
2457
2457
changes:
2458
- - version: REPLACEME
2458
+ - version: v22.13.0
2459
2459
pr-url: https://github.com/nodejs/node/pull/55897
2460
2460
description: Snapsnot testing is no longer experimental.
2461
2461
-->
@@ -2606,7 +2606,7 @@ Print stack traces for deprecations.
2606
2606
### ` --trace-env `
2607
2607
2608
2608
<!-- YAML
2609
- added: REPLACEME
2609
+ added: v22.13.0
2610
2610
-->
2611
2611
2612
2612
Print information about any access to environment variables done in the current Node.js
@@ -2629,15 +2629,15 @@ To print the stack trace of the access, use `--trace-env-js-stack` and/or
2629
2629
### ` --trace-env-js-stack `
2630
2630
2631
2631
<!-- YAML
2632
- added: REPLACEME
2632
+ added: v22.13.0
2633
2633
-->
2634
2634
2635
2635
In addition to what ` --trace-env ` does, this prints the JavaScript stack trace of the access.
2636
2636
2637
2637
### ` --trace-env-native-stack `
2638
2638
2639
2639
<!-- YAML
2640
- added: REPLACEME
2640
+ added: v22.13.0
2641
2641
-->
2642
2642
2643
2643
In addition to what ` --trace-env ` does, this prints the native stack trace of the access.
@@ -2683,7 +2683,7 @@ i.e. invoking `process.exit()`.
2683
2683
2684
2684
<!-- YAML
2685
2685
added:
2686
- - REPLACEME
2686
+ - v22.13.0
2687
2687
-->
2688
2688
2689
2689
Prints information about usage of [ Loading ECMAScript modules using ` require() ` ] [ ] .
0 commit comments