Skip to content

Commit d55f11b

Browse files
authored
doc: add missing deprecated badges in fs.md
PR-URL: #57384 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent dfb2536 commit d55f11b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/api/fs.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1119,6 +1119,8 @@ const { glob } = require('node:fs/promises');
11191119
deprecated: 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'));
57185722
deprecated: v0.4.7
57195723
-->
57205724
5725+
> Stability: 0 - Deprecated
5726+
57215727
* `path` {string|Buffer|URL}
57225728
* `mode` {integer}
57235729

0 commit comments

Comments
 (0)