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 @@ -1117,6 +1117,8 @@ const { glob } = require('node:fs/promises');
1117
1117
deprecated: v10.0.0
1118
1118
-->
1119
1119
1120
+ > Stability: 0 - Deprecated
1121
+
1120
1122
* ` path` {string|Buffer|URL}
1121
1123
* ` mode` {integer}
1122
1124
* Returns: {Promise} Fulfills with ` undefined ` upon success.
@@ -3191,6 +3193,8 @@ changes:
3191
3193
it will emit a deprecation warning with id DEP0013.
3192
3194
-->
3193
3195
3196
+ > Stability: 0 - Deprecated
3197
+
3194
3198
* `path` {string|Buffer|URL}
3195
3199
* `mode` {integer}
3196
3200
* `callback` {Function}
@@ -5708,6 +5712,8 @@ console.log(globSync('**/*.js'));
5708
5712
deprecated: v0.4.7
5709
5713
-->
5710
5714
5715
+ > Stability: 0 - Deprecated
5716
+
5711
5717
* ` path` {string|Buffer|URL}
5712
5718
* ` mode` {integer}
5713
5719
You can’t perform that action at this time.
0 commit comments