summaryrefslogtreecommitdiff
path: root/node.gyp
diff options
context:
space:
mode:
authorSam Roberts <vieuxtech@gmail.com>2018-12-19 14:14:57 -0800
committerSam Roberts <vieuxtech@gmail.com>2018-12-28 12:57:46 -0800
commit00944c7cc25f391c3fbeba1e054a56a62cf0de12 (patch)
treeed5909000282156186e90a55c4a4696c628069c6 /node.gyp
parent03e23a3d10ba66141ff32d668e02a6ce1cdb6b46 (diff)
downloadandroid-node-v8-00944c7cc25f391c3fbeba1e054a56a62cf0de12.tar.gz
android-node-v8-00944c7cc25f391c3fbeba1e054a56a62cf0de12.tar.bz2
android-node-v8-00944c7cc25f391c3fbeba1e054a56a62cf0de12.zip
src: use consistent names for JSStream
Its confusing to call a js class with a handle a "Wrap", usually it's the C++ handle that is called a Wrap (tcp_wrap, tls_wrap, ...). Its derived from Socket, and makes a JS stream look like a Socket, so call it that. Also, remove use of lib/_stream_wrap.js so it can be deprecated some time. PR-URL: https://github.com/nodejs/node/pull/25153 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Anatoli Papirovski <apapirovski@mac.com>
Diffstat (limited to 'node.gyp')
-rw-r--r--node.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/node.gyp b/node.gyp
index 8c42ef446e..e36f9f26aa 100644
--- a/node.gyp
+++ b/node.gyp
@@ -126,6 +126,7 @@
'lib/internal/fs/watchers.js',
'lib/internal/http.js',
'lib/internal/inspector_async_hook.js',
+ 'lib/internal/js_stream_socket.js',
'lib/internal/linkedlist.js',
'lib/internal/modules/cjs/helpers.js',
'lib/internal/modules/cjs/loader.js',
@@ -188,7 +189,6 @@
'lib/internal/streams/state.js',
'lib/internal/streams/pipeline.js',
'lib/internal/streams/end-of-stream.js',
- 'lib/internal/wrap_js_stream.js',
'deps/v8/tools/splaytree.js',
'deps/v8/tools/codemap.js',
'deps/v8/tools/consarray.js',