Skip to content

Commit

Permalink
meta: warnings bypass deprecation cycle
Browse files Browse the repository at this point in the history
Allow for emitting new warnings (in particular, in case of developer bugs)
without going through a deprecation cycle.

Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
  • Loading branch information
benjamingr and aduh95 committed Jun 22, 2024
1 parent 4a72b2f commit 1177859
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/contributing/collaborator-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,7 @@ Existing stable public APIs that change in a backward-incompatible way must
undergo deprecation. The exceptions to this rule are:

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

0 comments on commit 1177859

Please sign in to comment.