File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -404,13 +404,11 @@ Runtime Deprecations and End-of-life APIs (internal or public) must be
404
404
handled as semver-major changes unless there is TSC consensus to land the
405
405
deprecation as a semver-minor.
406
406
407
- All Documentation-Only and Runtime deprecations will be assigned a unique
408
- identifier that can be used to persistently refer to the deprecation in
409
- documentation, emitted process warnings, or errors thrown. Documentation for
410
- these identifiers will be included in the Node.js API documentation and will
411
- be immutable once assigned. Even if End-of-Life code is removed from Node.js,
412
- the documentation for the assigned deprecation identifier must remain in the
413
- Node.js API documentation.
407
+ All deprecations receive a unique and immutable identifier. Documentation,
408
+ warnings, and errors use the identifier when referring to the deprecation. The
409
+ documentation for the assigned deprecation identifier must always remain in the
410
+ API documentation. This is true even if the deprecation is no longer in use (for
411
+ example, due to removal of an End-of-Life deprecated API).
414
412
415
413
<a id =" deprecation-cycle " ></a >
416
414
A _ Deprecation cycle_ is a major release during which an API has been in one of
You can’t perform that action at this time.
0 commit comments