We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
deprecated
fs.md
1 parent a6ee5d4 commit 7130122Copy full SHA for 7130122
1 file changed
doc/api/fs.md
@@ -1119,6 +1119,8 @@ const { glob } = require('node:fs/promises');
1119
deprecated: v10.0.0
1120
-->
1121
1122
+> Stability: 0 - Deprecated
1123
+
1124
* `path` {string|Buffer|URL}
1125
* `mode` {integer}
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
3199
3200
3201
3202
3203
3204
* `callback` {Function}
@@ -5714,6 +5718,8 @@ console.log(globSync('**/*.js'));
5714
5718
deprecated: v0.4.7
5715
5719
5716
5720
5721
5722
5717
5723
5724
5725
0 commit comments