Skip to content

Commit 5de3cf0

Browse files
committed
lib: add static identifier codes for all deprecations
Assigns a static identifier code to all runtime and documentation only deprecations. The identifier code is included in the emitted DeprecationWarning. Also adds a deprecations.md to the API docs to provide a central location where deprecation codes can be referenced and explained. PR-URL: #10116 Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Michal Zasso <[email protected]> Reviewed-By: Fedor Indutny <[email protected]>
1 parent 03e89b3 commit 5de3cf0

24 files changed

+636
-45
lines changed

doc/api/_toc.md

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
* [Console](console.html)
1515
* [Crypto](crypto.html)
1616
* [Debugger](debugger.html)
17+
* [Deprecated APIs](deprecations.html)
1718
* [DNS](dns.html)
1819
* [Domain](domain.html)
1920
* [Errors](errors.html)

0 commit comments

Comments
 (0)