Skip to content

Commit 10722bc

Browse files
y-hsgwRafaelGSS
authored andcommitted
doc: add missing deprecated badges in fs.md
PR-URL: #57384 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 1f3febc commit 10722bc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/api/fs.md

+6
Original file line numberDiff line numberDiff line change
@@ -1117,6 +1117,8 @@ const { glob } = require('node:fs/promises');
11171117
deprecated: 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'));
57085712
deprecated: v0.4.7
57095713
-->
57105714
5715+
> Stability: 0 - Deprecated
5716+
57115717
* `path` {string|Buffer|URL}
57125718
* `mode` {integer}
57135719

0 commit comments

Comments
 (0)