node/lib/internal/streams
Raz Luvaton ddb3ae7c30
stream: add compose operator
PR-URL: https://github.com/nodejs/node/pull/44937
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Robert Nagy <ronagy@icloud.com>
2022-10-31 13:57:02 +00:00
..
add-abort-signal.js stream: use cause options in AbortError constructors 2021-12-02 12:14:10 -08:00
buffer_list.js stream: check for null instead of falsy in loops 2022-01-22 19:38:06 -08:00
compose.js stream: remove no longer necessary ComposeDuplex 2021-10-23 22:23:35 +00:00
destroy.js stream: refactor use es2020 statement 2022-09-13 14:14:48 +00:00
duplex.js lib: use null-prototype objects for property descriptors 2022-06-03 09:23:58 +01:00
duplexify.js stream: fix duplexify premature destroy 2022-10-27 17:49:51 -05:00
end-of-stream.js lib: promise version of streams.finished call clean up 2022-10-15 10:07:47 +00:00
from.js lib: remove useless statement 2021-09-18 16:05:59 +02:00
lazy_transform.js lib: use null-prototype objects for property descriptors 2022-06-03 09:23:58 +01:00
legacy.js lib: revert primordials in a hot path 2021-04-19 10:23:01 +02:00
operators.js stream: add compose operator 2022-10-31 13:57:02 +00:00
passthrough.js lib: revert primordials in a hot path 2021-04-19 10:23:01 +02:00
pipeline.js stream: finish pipeline if dst closes before src 2022-07-11 11:25:05 +01:00
readable.js stream: initial approach to include strategy options on Readable.toWeb() 2022-07-13 11:14:38 +01:00
state.js lib: remove ERR_INVALID_OPT_VALUE and ERR_INVALID_OPT_VALUE_ENCODING 2020-09-11 17:54:42 +03:00
transform.js stream: fix 0 transform hwm backpressure 2022-07-24 13:55:11 +02:00
utils.js stream: avoid function call where possible 2022-01-17 05:31:30 +00:00
writable.js stream: use null for the error argument 2022-08-23 07:51:53 +00:00