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');
11171117deprecated: v10.0.0
11181118-->
11191119
1120+ > Stability: 0 - Deprecated
1121+
11201122* ` path` {string|Buffer|URL}
11211123* ` mode` {integer}
11221124* Returns: {Promise} Fulfills with ` undefined ` upon success.
@@ -3191,6 +3193,8 @@ changes:
31913193 it will emit a deprecation warning with id DEP0013.
31923194-->
31933195
3196+ > Stability: 0 - Deprecated
3197+
31943198* `path` {string|Buffer|URL}
31953199* `mode` {integer}
31963200* `callback` {Function}
@@ -5708,6 +5712,8 @@ console.log(globSync('**/*.js'));
57085712deprecated: v0.4.7
57095713-->
57105714
5715+ > Stability: 0 - Deprecated
5716+
57115717* ` path` {string|Buffer|URL}
57125718* ` mode` {integer}
57135719
You can’t perform that action at this time.
0 commit comments