Doctor
5bcbb8f7f1
fix(streams): prevent earlyZipReadableStreams()
from possibly using excessive memory ( #5082 )
...
* refactor(streams): `earlyZipReadableStreams`
* add(streams): test for cancelling stream
* chore(streams): fmt
* nit(streams): Make one line into two
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
* improve(streams): test to assert all streams were actually cancelled
* adjust(streams): reason for cancelling streams
* tweak cancel reason
* tweak
---------
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-06-20 05:36:58 +00:00
Asher Gomez
572a53704b
test(streams): improve test coverage ( #5078 )
...
* tests(streams): improve test coverage
* tweak
* work
* work
* work
* work
* revert
* revert
2024-06-20 12:58:45 +10:00
Yusuke Tanaka
9c3c53e65b
docs(streams): improve docs for stabilization ( #4852 )
...
This commit improves docs of the streams module.
Towards #3764
---------
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2024-05-27 18:27:40 -07:00
Yoshiya Hinosawa
3155f0050a
chore: switch to JSR-oriented codebase ( #4650 )
2024-04-29 11:57:30 +09:00
Tim Reichen
b1b048d759
chore(streams): format test names ( #4378 )
...
* initial commit
* Update buffer_test.ts
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
* remove brackets for classes
---------
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-02-28 08:12:47 +12:00
Lino Le Van
c46143f0ac
chore: update copyright year ( #4046 )
...
* chore: update copyright year
* fix
---------
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-01-02 08:11:32 +11:00
Asher Gomez
56e2bc10e0
chore: use Array.fromAsync()
where possible ( #3788 )
2023-11-11 06:00:28 +11:00
Asher Gomez
af6c2d66f3
chore: use ReadableStream.from()
where possible ( #3787 )
2023-11-10 14:57:52 +11:00
Asher Gomez
239e85ad6a
BREAKING(testing, assert): move std/testing/asserts
to std/assert
( #3445 )
2023-07-13 16:04:30 +09:00
ayame113
b4239898d6
chore: update copyright header ( #3082 )
2023-01-03 19:47:44 +09:00
Asher Gomez
5dabeb2d91
refactor(streams): move to single-export files ( #2957 )
2022-11-29 08:55:38 -05:00