domain: runtime-deprecate the module - #65074
Open
mcollina wants to merge 1 commit into
Open
Conversation
Collaborator
|
Review requested:
|
mcollina
force-pushed
the
domain-runtime-deprecation
branch
from
August 6, 2026 10:29
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 <hello@matteocollina.com>
mcollina
force-pushed
the
domain-runtime-deprecation
branch
from
August 6, 2026 12:59
b375429 to
6ae58dd
Compare
|
|
||
| The [`domain`][] module is deprecated and should not be used. |
Member
There was a problem hiding this comment.
is there are "equivalent" api that they can use. as my knowledge there aren't any 1:1 api for that.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Promote DEP0032 (
node:domainmodule) from a documentation-only deprecation to a runtime deprecation.Fixes #10843