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 c4fdb27 commit ca67145Copy full SHA for ca67145
doc/api/fs.md
@@ -1117,6 +1117,8 @@ const { glob } = require('node:fs/promises');
1117
deprecated: v10.0.0
1118
-->
1119
1120
+> Stability: 0 - Deprecated
1121
+
1122
* `path` {string|Buffer|URL}
1123
* `mode` {integer}
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
3195
3196
3197
3198
3199
3200
* `callback` {Function}
@@ -5708,6 +5712,8 @@ console.log(globSync('**/*.js'));
5708
5712
deprecated: v0.4.7
5709
5713
5710
5714
5715
5716
5711
5717
5718
5719
0 commit comments