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.
@@ -3199,6 +3201,8 @@ changes:
3199
3201
it will emit a deprecation warning with id DEP0013.
3200
3202
-->
3201
3203
3204
+ > Stability: 0 - Deprecated
3205
+
3202
3206
* `path` {string|Buffer|URL}
3203
3207
* `mode` {integer}
3204
3208
* `callback` {Function}
@@ -5718,6 +5722,8 @@ console.log(globSync('**/*.js'));
5718
5722
deprecated: v0.4.7
5719
5723
-->
5720
5724
5725
+ > Stability: 0 - Deprecated
5726
+
5721
5727
* ` path` {string|Buffer|URL}
5722
5728
* ` mode` {integer}
5723
5729
You can’t perform that action at this time.
0 commit comments