@@ -193,6 +193,7 @@ Error: Access to this API has been restricted
193
193
added: v20.0.0
194
194
changes:
195
195
- version: v23.5.0
196
+ - version: v22.13.0
196
197
pr-url: https://github.com/nodejs/node/pull/56201
197
198
description: Permission Model and --allow-fs flags are stable.
198
199
- version: v20.7.0
@@ -238,6 +239,7 @@ node --permission --allow-fs-read=/path/to/index.js index.js
238
239
added: v20.0.0
239
240
changes:
240
241
- version: v23.5.0
242
+ - version: v22.13.0
241
243
pr-url: https://github.com/nodejs/node/pull/56201
242
244
description: Permission Model and --allow-fs flags are stable.
243
245
- version: v20.7.0
@@ -1654,6 +1656,7 @@ See [Loading ECMAScript modules using `require()`][].
1654
1656
added: v22.5.0
1655
1657
changes:
1656
1658
- version: v23.4.0
1659
+ - version: v22.13.0
1657
1660
pr-url: https://github.com/nodejs/node/pull/55890
1658
1661
description: SQLite is unflagged but still experimental.
1659
1662
-->
@@ -1803,6 +1806,7 @@ developers may leverage to detect deprecated API usage.
1803
1806
added: v20.0.0
1804
1807
changes:
1805
1808
- version: v23.5.0
1809
+ - version: v22.13.0
1806
1810
pr-url: https://github.com/nodejs/node/pull/56201
1807
1811
description: Permission Model is now stable.
1808
1812
-->
@@ -1960,7 +1964,9 @@ Location at which the report will be generated.
1960
1964
### ` --report-exclude-env `
1961
1965
1962
1966
<!-- YAML
1963
- added: v23.3.0
1967
+ added:
1968
+ - v23.3.0
1969
+ - v22.13.0
1964
1970
-->
1965
1971
1966
1972
When ` --report-exclude-env ` is passed the diagnostic report generated will not
@@ -2482,6 +2488,7 @@ subtests inherit this value from their parent. The default value is `Infinity`.
2482
2488
added: v22.3.0
2483
2489
changes:
2484
2490
- version: v23.4.0
2491
+ - version: v22.13.0
2485
2492
pr-url: https://github.com/nodejs/node/pull/55897
2486
2493
description: Snapsnot testing is no longer experimental.
2487
2494
-->
@@ -2599,7 +2606,9 @@ Print stack traces for deprecations.
2599
2606
### ` --trace-env `
2600
2607
2601
2608
<!-- YAML
2602
- added: v23.4.0
2609
+ added:
2610
+ - v23.4.0
2611
+ - v22.13.0
2603
2612
-->
2604
2613
2605
2614
Print information about any access to environment variables done in the current Node.js
@@ -2622,15 +2631,19 @@ To print the stack trace of the access, use `--trace-env-js-stack` and/or
2622
2631
### ` --trace-env-js-stack `
2623
2632
2624
2633
<!-- YAML
2625
- added: v23.4.0
2634
+ added:
2635
+ - v23.4.0
2636
+ - v22.13.0
2626
2637
-->
2627
2638
2628
2639
In addition to what ` --trace-env ` does, this prints the JavaScript stack trace of the access.
2629
2640
2630
2641
### ` --trace-env-native-stack `
2631
2642
2632
2643
<!-- YAML
2633
- added: v23.4.0
2644
+ added:
2645
+ - v23.4.0
2646
+ - v22.13.0
2634
2647
-->
2635
2648
2636
2649
In addition to what ` --trace-env ` does, this prints the native stack trace of the access.
@@ -2677,6 +2690,7 @@ i.e. invoking `process.exit()`.
2677
2690
<!-- YAML
2678
2691
added:
2679
2692
- v23.5.0
2693
+ - v22.13.0
2680
2694
-->
2681
2695
2682
2696
Prints information about usage of [ Loading ECMAScript modules using ` require() ` ] [ ] .
0 commit comments