denoland / deno_std

The Deno Standard Library
https://jsr.io/@std
MIT License
2.83k stars 581 forks source link

refactor(streams): throw in `zipReadableStreams()` naturally #5165

Closed iuioiua closed 5 days ago

iuioiua commented 5 days ago

This has the same effect as the previous code. Just a little tidier.

codecov[bot] commented 5 days ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 93.31%. Comparing base (162e000) to head (af5c34b).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #5165 +/- ## ========================================== - Coverage 93.31% 93.31% -0.01% ========================================== Files 470 470 Lines 37941 37937 -4 Branches 5388 5388 ========================================== - Hits 35405 35401 -4 Misses 2493 2493 Partials 43 43 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

iuioiua commented 5 days ago

I realise this is likely wrong due to the errors that #5158 caused.