We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b215b16 commit 66c6818Copy full SHA for 66c6818
COLLABORATOR_GUIDE.md
@@ -341,6 +341,9 @@ Runtime Deprecations and End-of-Life APIs (internal or public) are breaking
341
changes (`semver-major`). The TSC may make exceptions, deciding that one of
342
these deprecations is not a breaking change.
343
344
+Avoid Runtime Deprecations when an alias or a stub/no-op will suffice. An alias
345
+or stub will have lower maintenance costs for end users and Node.js core.
346
+
347
All deprecations receive a unique and immutable identifier. Documentation,
348
warnings, and errors use the identifier when referring to the deprecation. The
349
documentation for the deprecation identifier must always remain in the API
0 commit comments