Skip to content

Commit 7819b0f

Browse files
y-hsgwRafaelGSS
authored andcommitted
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 3ddc840 commit 7819b0f

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.
@@ -3195,6 +3197,8 @@ changes:
31953197
it will emit a deprecation warning with id DEP0013.
31963198
-->
31973199
3200+
> Stability: 0 - Deprecated
3201+
31983202
* `path` {string|Buffer|URL}
31993203
* `mode` {integer}
32003204
* `callback` {Function}
@@ -5714,6 +5718,8 @@ console.log(globSync('**/*.js'));
57145718
deprecated: v0.4.7
57155719
-->
57165720
5721+
> Stability: 0 - Deprecated
5722+
57175723
* `path` {string|Buffer|URL}
57185724
* `mode` {integer}
57195725

0 commit comments

Comments
 (0)