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
committerDanielle Adams <adamzdanielle@gmail.com>2020-12-07 21:55:51 +0300
commit197ba212793728a36f23553061a9a4ff50bdc685 (patch)
tree3e5fc82a98d750bd2d0770f0393211cde3cb09cd /node.gyp
parentb39d150e60853df413a8b357b5be46f9261af9ad (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',