Skip to content

Commit 50c4e1d

Browse files
y-hsgwrichardlau
authored andcommittedMar 20, 2025··
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 c3babb4 commit 50c4e1d

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
@@ -1022,6 +1022,8 @@ behavior is similar to `cp dir1/ dir2/`.
10221022
deprecated: v10.0.0
10231023
-->
10241024
1025+
> Stability: 0 - Deprecated
1026+
10251027
* `path` {string|Buffer|URL}
10261028
* `mode` {integer}
10271029
* Returns: {Promise} Fulfills with `undefined` upon success.
@@ -2994,6 +2996,8 @@ changes:
29942996
it will emit a deprecation warning with id DEP0013.
29952997
-->
29962998
2999+
> Stability: 0 - Deprecated
3000+
29973001
* `path` {string|Buffer|URL}
29983002
* `mode` {integer}
29993003
* `callback` {Function}
@@ -5354,6 +5358,8 @@ Synchronous version of [`fs.futimes()`][]. Returns `undefined`.
53545358
deprecated: v0.4.7
53555359
-->
53565360
5361+
> Stability: 0 - Deprecated
5362+
53575363
* `path` {string|Buffer|URL}
53585364
* `mode` {integer}
53595365

0 commit comments

Comments
 (0)
Please sign in to comment.