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 <[email protected]> PR-URL: #53513 Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Geoffrey Booth <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Chengzhong Wu <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]> Reviewed-By: Moshe Atlow <[email protected]>
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)