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');
11191119deprecated: v10.0.0
11201120-->
11211121
1122+ > Stability: 0 - Deprecated
1123+
11221124* ` path` {string|Buffer|URL}
11231125* ` mode` {integer}
11241126* Returns: {Promise} Fulfills with ` undefined ` upon success.
@@ -3199,6 +3201,8 @@ changes:
31993201 it will emit a deprecation warning with id DEP0013.
32003202-->
32013203
3204+ > Stability: 0 - Deprecated
3205+
32023206* `path` {string|Buffer|URL}
32033207* `mode` {integer}
32043208* `callback` {Function}
@@ -5718,6 +5722,8 @@ console.log(globSync('**/*.js'));
57185722deprecated: v0.4.7
57195723-->
57205724
5725+ > Stability: 0 - Deprecated
5726+
57215727* ` path` {string|Buffer|URL}
57225728* ` mode` {integer}
57235729
You can’t perform that action at this time.
0 commit comments