Skip to content

Commit 0c91186

Browse files
benjamingraduh95
authored andcommitted
meta: warnings bypass deprecation cycle
Allow for emitting new warnings without going through a deprecation cycle. Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com> PR-URL: #53513 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Yagiz Nizipli <yagiz.nizipli@sentry.io> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Chengzhong Wu <legendecas@gmail.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
1 parent a075267 commit 0c91186

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/contributing/collaborator-guide.md

+1
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,7 @@ Existing stable public APIs that change in a backward-incompatible way must
361361
undergo deprecation. The exceptions to this rule are:
362362

363363
* Adding or removing errors thrown or reported by a public API.
364+
* Emitting a runtime warning.
364365
* Changing error messages for errors without error code.
365366
* Altering the timing and non-internal side effects of the public API.
366367
* Changes to errors thrown by dependencies of Node.js, such as V8.

0 commit comments

Comments
 (0)