domain: runtime-deprecate the module - #65074
Conversation
|
Review requested:
|
a0a1112 to
b375429
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #65074 +/- ##
==========================================
+ Coverage 90.27% 90.30% +0.03%
==========================================
Files 762 759 -3
Lines 247524 248264 +740
Branches 46693 46850 +157
==========================================
+ Hits 223451 224200 +749
+ Misses 15494 15471 -23
- Partials 8579 8593 +14
🚀 New features to boost your workflow:
|
Promote DEP0032 from a documentation-only deprecation to a runtime deprecation. Loading the `node:domain` module now emits a DeprecationWarning with code DEP0032, and the docs are updated to reflect the Runtime deprecation type. Signed-off-by: Matteo Collina <[email protected]>
b375429 to
6ae58dd
Compare
|
ping @nodejs/tsc as per #10843 |
|
The
notable-change
Please suggest a text for the release notes if you'd like to include a more detailed summary, then proceed to update the PR description with the text or a link to the notable change suggested text comment. Otherwise, the commit will be placed in the Other Notable Changes section. |
Commit Queue failed
The pull request was removed from the Commit Queue and labeled
commit-queue-failed
Full Commit Queue output |
Commit Queue failed
The pull request was removed from the Commit Queue and labeled
commit-queue-failed
Full Commit Queue output |
Promote DEP0032 from a documentation-only deprecation to a runtime deprecation. Loading the `node:domain` module now emits a DeprecationWarning with code DEP0032, and the docs are updated to reflect the Runtime deprecation type. Signed-off-by: Matteo Collina <[email protected]> PR-URL: #65074 Reviewed-By: Aviv Keller <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Chengzhong Wu <[email protected]>
|
Landed in 6071f8b |
Promote DEP0032 (
node:domainmodule) from a documentation-only deprecation to a runtime deprecation.Fixes #10843