Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
stream: refactor to use more primordials
PR-URL: #36346 Reviewed-By: Zijian Liu <lxxyxzj@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com>
- Loading branch information
Showing
with
112 additions
and 80 deletions.
- +10 −6 lib/internal/streams/buffer_list.js
- +8 −3 lib/internal/streams/destroy.js
- +13 −7 lib/internal/streams/end-of-stream.js
- +3 −1 lib/internal/streams/from.js
- +2 −1 lib/internal/streams/lazy_transform.js
- +4 −2 lib/internal/streams/legacy.js
- +2 −1 lib/internal/streams/passthrough.js
- +9 −5 lib/internal/streams/pipeline.js
- +23 −14 lib/internal/streams/readable.js
- +6 −3 lib/internal/streams/transform.js
- +31 −36 lib/internal/streams/writable.js
- +1 −1 test/parallel/test-stream-pipe-await-drain.js
Oops, something went wrong.

