Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit bab9f5a

Browse filesBrowse files
cjihrigtargos
authored andcommitted
doc: add information to revoked deprecations
Revoked deprecations are supposed to have some sort of information explaining why the deprecation was reversed. This commit adds some information to the two existing revoked deprecations. PR-URL: #27952 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent f4fc75d commit bab9f5a
Copy full SHA for bab9f5a

File tree

Expand file treeCollapse file tree

1 file changed

+5
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+5
-2
lines changed
Open diff view settings
Collapse file

‎doc/api/deprecations.md‎

Copy file name to clipboardExpand all lines: doc/api/deprecations.md
+5-2Lines changed: 5 additions & 2 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -796,7 +796,9 @@ changes:
796796

797797
Type: Deprecation revoked
798798

799-
The [`fs.lchown(path, uid, gid, callback)`][] API is deprecated.
799+
The [`fs.lchown(path, uid, gid, callback)`][] API was deprecated. The
800+
deprecation was revoked because the requisite supporting APIs were added in
801+
libuv.
800802

801803
<a id="DEP0038"></a>
802804
### DEP0038: fs.lchownSync(path, uid, gid)
@@ -816,7 +818,8 @@ changes:
816818

817819
Type: Deprecation revoked
818820

819-
The [`fs.lchownSync(path, uid, gid)`][] API is deprecated.
821+
The [`fs.lchownSync(path, uid, gid)`][] API was deprecated. The deprecation was
822+
revoked because the requisite supporting APIs were added in libuv.
820823

821824
<a id="DEP0039"></a>
822825
### DEP0039: require.extensions

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.