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:
authorBenjamin Gruenbaum <benjamingr@gmail.com>2020-11-10 00:25:30 +0300
committerNode.js GitHub Bot <github-bot@iojs.org>2020-12-07 19:08:31 +0300
commit5bd1eecfa986f1d1ccec08dfdfb269489efc18cc (patch)
treeb4cd3c578944673e1ab19f2f07bd1658f5dffa9a /node.gyp
parent5122456883071d3a06047293f17c6f86b7476113 (diff)
stream: support abort signal
PR-URL: https://github.com/nodejs/node/pull/36061 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Robert Nagy <ronagy@icloud.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 643c8a43c6f..865a7de9317 100644
--- a/node.gyp
+++ b/node.gyp
@@ -245,6 +245,7 @@
'lib/internal/worker/js_transferable.js',
'lib/internal/watchdog.js',
'lib/internal/streams/lazy_transform.js',
+ 'lib/internal/streams/add-abort-signal.js',
'lib/internal/streams/buffer_list.js',
'lib/internal/streams/duplexpair.js',
'lib/internal/streams/from.js',