node/lib/internal/streams
Matteo Collina cb75dec299
stream: fix finished regression when working with legacy Stream
Signed-off-by: Matteo Collina <hello@matteocollina.com>

PR-URL: https://github.com/nodejs/node/pull/40858
Reviewed-By: Robert Nagy <ronagy@icloud.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
2021-11-22 09:32:02 +00:00
..
add-abort-signal.js stream: unify stream utils 2021-07-11 10:40:30 +02:00
buffer_list.js stream: refactor to use more primordials 2021-02-01 15:18:25 +01:00
compose.js stream: remove no longer necessary ComposeDuplex 2021-10-23 22:23:35 +00:00
destroy.js stream: allow calling callback before promise 2021-11-14 15:52:22 +02:00
duplex.js stream: duplexify 2021-08-03 10:47:10 +02:00
duplexify.js stream: fix fromAsyncGen 2021-10-19 13:55:06 +00:00
end-of-stream.js stream: fix finished regression when working with legacy Stream 2021-11-22 09:32:02 +00:00
from.js lib: remove useless statement 2021-09-18 16:05:59 +02:00
lazy_transform.js lib: revert primordials in a hot path 2021-04-19 10:23:01 +02:00
legacy.js lib: revert primordials in a hot path 2021-04-19 10:23:01 +02:00
passthrough.js lib: revert primordials in a hot path 2021-04-19 10:23:01 +02:00
pipeline.js stream: pipeline should drain empty readable 2021-11-18 11:02:00 +01:00
readable.js stream: unify writableErrored and readableErrored 2021-11-18 14:31:43 +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 lib: revert primordials in a hot path 2021-04-19 10:23:01 +02:00
utils.js stream: add errored and closed props 2021-11-13 11:19:32 +02:00
writable.js stream: unify writableErrored and readableErrored 2021-11-18 14:31:43 +01:00