Skip to content

Commit 05f36dd

Browse files
benjamingraduh95
authored and
Benjamin Gruenbaum
committed
meta: warnings bypass deprecation cycle
Allow for emitting new warnings without going through a deprecation cycle. Co-authored-by: Antoine du Hamel <[email protected]>
1 parent 4a72b2f commit 05f36dd

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
@@ -356,6 +356,7 @@ Existing stable public APIs that change in a backward-incompatible way must
356356
undergo deprecation. The exceptions to this rule are:
357357

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

0 commit comments

Comments
 (0)