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:
authorJames M Snell <jasnell@gmail.com>2021-03-25 22:19:30 +0300
committerJames M Snell <jasnell@gmail.com>2021-04-02 16:16:40 +0300
commit0b90d352948393e5f92ceb2ef749c643b1002a68 (patch)
treeaf799b4214eb4d855b6582fadc0f17d2e724ac84 /node.gyp
parentfb9257f6597f0581592826d236cfc7196afebaca (diff)
net: add SocketAddress class
Signed-off-by: James M Snell <jasnell@gmail.com> PR-URL: https://github.com/nodejs/node/pull/37917 Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
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 b22d8f515d5..acae34fa393 100644
--- a/node.gyp
+++ b/node.gyp
@@ -220,6 +220,7 @@
'lib/internal/repl/await.js',
'lib/internal/repl/history.js',
'lib/internal/repl/utils.js',
+ 'lib/internal/socketaddress.js',
'lib/internal/socket_list.js',
'lib/internal/source_map/prepare_stack_trace.js',
'lib/internal/source_map/source_map.js',