Skip to content

Commit 3140a8f

Browse files
y-hsgwmarco-ippolito
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 f1dc7d0 commit 3140a8f

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
@@ -1048,6 +1048,8 @@ behavior is similar to `cp dir1/ dir2/`.
10481048
deprecated: v10.0.0
10491049
-->
10501050
1051+
> Stability: 0 - Deprecated
1052+
10511053
* `path` {string|Buffer|URL}
10521054
* `mode` {integer}
10531055
* Returns: {Promise} Fulfills with `undefined` upon success.
@@ -3059,6 +3061,8 @@ changes:
30593061
it will emit a deprecation warning with id DEP0013.
30603062
-->
30613063
3064+
> Stability: 0 - Deprecated
3065+
30623066
* `path` {string|Buffer|URL}
30633067
* `mode` {integer}
30643068
* `callback` {Function}
@@ -5520,6 +5524,8 @@ Synchronous version of [`fs.futimes()`][]. Returns `undefined`.
55205524
deprecated: v0.4.7
55215525
-->
55225526
5527+
> Stability: 0 - Deprecated
5528+
55235529
* `path` {string|Buffer|URL}
55245530
* `mode` {integer}
55255531

0 commit comments

Comments
 (0)