Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorshisama <shisama07@gmail.com>2020-04-20 22:46:26 +0300
committerRuben Bridgewater <ruben@bridgewater.de>2020-05-24 04:26:21 +0300
commit039cd00a9acfacd3a5a304be09bf17debd54aaaf (patch)
treebe7cb71c5df4c0add927adbb2387d65adbad302f /node.gyp
parent7a094dc5056be640b7c9982074a8cda53de81afa (diff)
dns: add dns/promises alias
PR-URL: https://github.com/nodejs/node/pull/32953 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Diffstat (limited to 'node.gyp')
-rw-r--r--node.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/node.gyp b/node.gyp
index 2c1a26c28cc..73339c96371 100644
--- a/node.gyp
+++ b/node.gyp
@@ -48,6 +48,7 @@
'lib/cluster.js',
'lib/dgram.js',
'lib/dns.js',
+ 'lib/dns/promises.js',
'lib/domain.js',
'lib/events.js',
'lib/fs.js',