Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add missing promises in node:dns #3292

Merged
merged 1 commit into from
Jan 6, 2025
Merged

Conversation

anonrig
Copy link
Member

@anonrig anonrig commented Jan 6, 2025

Fixes #3291

@anonrig anonrig requested review from vicb and jasnell January 6, 2025 16:14
@anonrig anonrig requested review from a team as code owners January 6, 2025 16:14
@anonrig anonrig merged commit 094c9e4 into main Jan 6, 2025
15 checks passed
@anonrig anonrig deleted the yagiz/fix-node-dns-promises branch January 6, 2025 16:59
@@ -22,3 +22,6 @@ export const NOTINITIALIZED = 'ENOTINITIALIZED';
export const LOADIPHLPAPI = 'ELOADIPHLPAPI';
export const ADDRGETNETWORKPARAMS = 'EADDRGETNETWORKPARAMS';
export const CANCELLED = 'ECANCELLED';
export const ADDRCONFIG = 1024;
Copy link
Contributor

@vicb vicb Jan 6, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

those 3 are not on dns.promises (nor dns/promises) in node

@vicb
Copy link
Contributor

vicb commented Jan 6, 2025

That was fast, thanks @anonrig!

I added a minor comment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🐛 Bug Report — a few quirks in node:dns
3 participants