Skip to content

Commit

Permalink
doc: mark util.inherits as legacy
Browse files Browse the repository at this point in the history
PR-URL: #38896
Refs: #38893
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Zijian Liu <lxxyxzj@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Reviewed-By: Zeyu Yang <himself65@outlook.com>
  • Loading branch information
VoltrexKeyva authored and danielleadams committed Jun 17, 2021
1 parent 4ec46a3 commit f0e0e2f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/api/util.md
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,8 @@ changes:
description: The `constructor` parameter can refer to an ES6 class now.
-->

> Stability: 3 - Legacy: Use ES2015 class syntax and `extends` keyword instead.
* `constructor` {Function}
* `superConstructor` {Function}

Expand Down

0 comments on commit f0e0e2f

Please sign in to comment.