◐ Shell
clean mode source ↗

meta: warnings bypass deprecation cycle · nodejs/node@0c91186

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.