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:
authorRobert Nagy <ronagy@icloud.com>2020-10-10 13:38:44 +0300
committerMyles Borins <mylesborins@github.com>2020-10-15 22:48:14 +0300
commit573410fb69580f677ece9f383b3f00c5c38782ef (patch)
tree5bc5a4b2ea3b250b480e3653a11445437ac81b7c /node.gyp
parentb82fc409ca880b7b0b3fab0f0562f7f10ba05a8e (diff)
stream: multiple stream backports
includes: * stream: simpler and faster Readable async iterator * stream: don't destroy on async iterator success * stream: async iterator stop read if destroyed PR-URL: https://github.com/nodejs/node/pull/34887 Refs: https://github.com/nodejs/node/pull/34035 Refs: https://github.com/nodejs/node/pull/35122 Refs: https://github.com/nodejs/node/pull/35640 Refs: https://github.com/nodejs/node/issues/34680 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Diffstat (limited to 'node.gyp')
-rw-r--r--node.gyp1
1 files changed, 0 insertions, 1 deletions
diff --git a/node.gyp b/node.gyp
index 2c919528490..48ce65890c5 100644
--- a/node.gyp
+++ b/node.gyp
@@ -222,7 +222,6 @@
'lib/internal/worker/js_transferable.js',
'lib/internal/watchdog.js',
'lib/internal/streams/lazy_transform.js',
- 'lib/internal/streams/async_iterator.js',
'lib/internal/streams/buffer_list.js',
'lib/internal/streams/duplexpair.js',
'lib/internal/streams/from.js',