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-06-24 00:08:14 +0300
committerRobert Nagy <ronagy@icloud.com>2020-07-17 10:06:27 +0300
commit08e8997d54e2e16a191267a1c8b5676a7486e130 (patch)
tree7b4e175a24bb3eb4fd11c288ca43963548d927ee /node.gyp
parentbf0d82c1024710e13c9f2140cac2ed5acb273faf (diff)
stream: simpler and faster Readable async iterator
Reimplement as an async generator instead of a custom iterator class. PR-URL: https://github.com/nodejs/node/pull/34035 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: James M Snell <jasnell@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 da6745e1c5f..36cc88c629a 100644
--- a/node.gyp
+++ b/node.gyp
@@ -230,7 +230,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',