Avoid normalizing sync iterable sources through from() when pipeTo() has no transforms or signal and the writer can accept sync writes. This keeps writes incremental while preserving async fallback for values that still need it. Signed-off-by: Kamat, Trivikram <16024985+trivikr@users.noreply.github.com> Assisted-by: openai:gpt-5.5 PR-URL: https://github.com/nodejs/node/pull/63318 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ethan Arrowood <ethan@arrowood.dev> |
||
|---|---|---|
| .. | ||
| iter | ||
| add-abort-signal.js | ||
| compose.js | ||
| destroy.js | ||
| duplex.js | ||
| duplexify.js | ||
| duplexpair.js | ||
| end-of-stream.js | ||
| fast-utf8-stream.js | ||
| from.js | ||
| lazy_transform.js | ||
| legacy.js | ||
| operators.js | ||
| passthrough.js | ||
| pipeline.js | ||
| readable.js | ||
| state.js | ||
| transform.js | ||
| utils.js | ||
| writable.js | ||