File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -1119,6 +1119,8 @@ const { glob } = require('node:fs/promises');
1119
1119
deprecated: v10.0.0
1120
1120
-->
1121
1121
1122
+ > Stability: 0 - Deprecated
1123
+
1122
1124
* ` path` {string|Buffer|URL}
1123
1125
* ` mode` {integer}
1124
1126
* Returns: {Promise} Fulfills with ` undefined ` upon success.
@@ -3195,6 +3197,8 @@ changes:
3195
3197
it will emit a deprecation warning with id DEP0013.
3196
3198
-->
3197
3199
3200
+ > Stability: 0 - Deprecated
3201
+
3198
3202
* `path` {string|Buffer|URL}
3199
3203
* `mode` {integer}
3200
3204
* `callback` {Function}
@@ -5714,6 +5718,8 @@ console.log(globSync('**/*.js'));
5714
5718
deprecated: v0.4.7
5715
5719
-->
5716
5720
5721
+ > Stability: 0 - Deprecated
5722
+
5717
5723
* ` path` {string|Buffer|URL}
5718
5724
* ` mode` {integer}
5719
5725
You can’t perform that action at this time.
0 commit comments