std/streams
Asher Gomez 88477d1117
refactor: remove use of deferred() (#3786)
* refactor: remove use of `deferred()`

* fix

* fix
2023-11-10 14:31:16 +11:00
..
_common.ts BREAKING(bytes): deprecate BytesList class (#3589) 2023-08-31 19:40:32 +09:00
_test_common.ts BREAKING(streams): deprecate readableStreamFromIterable (#3486) 2023-07-17 15:08:20 +09:00
buffer_test.ts BREAKING(testing, assert): move std/testing/asserts to std/assert (#3445) 2023-07-13 16:04:30 +09:00
buffer.ts BREAKING(testing, assert): move std/testing/asserts to std/assert (#3445) 2023-07-13 16:04:30 +09:00
byte_slice_stream_test.ts BREAKING(testing, assert): move std/testing/asserts to std/assert (#3445) 2023-07-13 16:04:30 +09:00
byte_slice_stream.ts BREAKING(testing, assert): move std/testing/asserts to std/assert (#3445) 2023-07-13 16:04:30 +09:00
copy.ts BREAKING(streams): deprecate APIs based on legacy Reader/Writer interfaces (#3640) 2023-09-15 17:12:07 +09:00
delimiter_stream_test.ts perf(streams): add single-character fast path for DelimiterStream() (#3739) 2023-11-10 11:21:37 +11:00
delimiter_stream.ts perf(streams): add single-character fast path for DelimiterStream() (#3739) 2023-11-10 11:21:37 +11:00
early_zip_readable_streams_test.ts BREAKING(testing, assert): move std/testing/asserts to std/assert (#3445) 2023-07-13 16:04:30 +09:00
early_zip_readable_streams.ts chore(tools): improved web-compatibility checks (#3263) 2023-03-18 21:36:00 +09:00
iterate_reader_test.ts BREAKING(testing, assert): move std/testing/asserts to std/assert (#3445) 2023-07-13 16:04:30 +09:00
iterate_reader.ts BREAKING(streams): deprecate APIs based on legacy Reader/Writer interfaces (#3640) 2023-09-15 17:12:07 +09:00
limited_bytes_transform_stream_test.ts BREAKING(testing, assert): move std/testing/asserts to std/assert (#3445) 2023-07-13 16:04:30 +09:00
limited_bytes_transform_stream.ts chore(tools): improved web-compatibility checks (#3263) 2023-03-18 21:36:00 +09:00
limited_transform_stream_test.ts BREAKING(testing, assert): move std/testing/asserts to std/assert (#3445) 2023-07-13 16:04:30 +09:00
limited_transform_stream.ts chore(tools): improved web-compatibility checks (#3263) 2023-03-18 21:36:00 +09:00
merge_readable_streams_test.ts BREAKING(testing, assert): move std/testing/asserts to std/assert (#3445) 2023-07-13 16:04:30 +09:00
merge_readable_streams.ts refactor: remove use of deferred() (#3786) 2023-11-10 14:31:16 +11:00
mod.ts feat(streams): to ArrayBuffer/Blob/Json/Text (#3631) 2023-09-13 17:21:52 +09:00
read_all_test.ts BREAKING(testing, assert): move std/testing/asserts to std/assert (#3445) 2023-07-13 16:04:30 +09:00
read_all.ts BREAKING(streams): deprecate APIs based on legacy Reader/Writer interfaces (#3640) 2023-09-15 17:12:07 +09:00
readable_stream_from_reader_test.ts BREAKING(testing, assert): move std/testing/asserts to std/assert (#3445) 2023-07-13 16:04:30 +09:00
readable_stream_from_reader.ts BREAKING(streams): deprecate APIs based on legacy Reader/Writer interfaces (#3640) 2023-09-15 17:12:07 +09:00
reader_from_iterable_test.ts refactor: cleanup usage of double equals (#3566) 2023-08-25 18:04:43 +09:00
reader_from_iterable.ts BREAKING(streams): deprecate APIs based on legacy Reader/Writer interfaces (#3640) 2023-09-15 17:12:07 +09:00
reader_from_stream_reader_test.ts BREAKING(testing, assert): move std/testing/asserts to std/assert (#3445) 2023-07-13 16:04:30 +09:00
reader_from_stream_reader.ts BREAKING(streams): deprecate APIs based on legacy Reader/Writer interfaces (#3640) 2023-09-15 17:12:07 +09:00
text_delimiter_stream_test.ts feat: disposition on TextDelimiterStream (#3273) 2023-03-30 00:21:00 +02:00
text_delimiter_stream.ts refactor: cleanup usage of double equals (#3566) 2023-08-25 18:04:43 +09:00
text_line_stream_test.ts work 2023-11-06 14:33:29 +11:00
text_line_stream.ts work 2023-11-06 14:33:29 +11:00
to_array_buffer_test.ts feat(streams): to ArrayBuffer/Blob/Json/Text (#3631) 2023-09-13 17:21:52 +09:00
to_array_buffer.ts feat(streams): to ArrayBuffer/Blob/Json/Text (#3631) 2023-09-13 17:21:52 +09:00
to_blob_test.ts feat(streams): to ArrayBuffer/Blob/Json/Text (#3631) 2023-09-13 17:21:52 +09:00
to_blob.ts feat(streams): to ArrayBuffer/Blob/Json/Text (#3631) 2023-09-13 17:21:52 +09:00
to_json_test.ts feat(streams): to ArrayBuffer/Blob/Json/Text (#3631) 2023-09-13 17:21:52 +09:00
to_json.ts feat(streams): to ArrayBuffer/Blob/Json/Text (#3631) 2023-09-13 17:21:52 +09:00
to_text_test.ts feat(streams): to ArrayBuffer/Blob/Json/Text (#3631) 2023-09-13 17:21:52 +09:00
to_text.ts feat(streams): to ArrayBuffer/Blob/Json/Text (#3631) 2023-09-13 17:21:52 +09:00
to_transform_stream_test.ts BREAKING(streams): remove readable_stream_from_iterable (#3579) 2023-08-28 15:39:55 +09:00
to_transform_stream.ts refactor: cleanup usage of double equals (#3566) 2023-08-25 18:04:43 +09:00
writable_stream_from_writer_test.ts BREAKING(testing, assert): move std/testing/asserts to std/assert (#3445) 2023-07-13 16:04:30 +09:00
writable_stream_from_writer.ts BREAKING(streams): deprecate APIs based on legacy Reader/Writer interfaces (#3640) 2023-09-15 17:12:07 +09:00
write_all_test.ts BREAKING(testing, assert): move std/testing/asserts to std/assert (#3445) 2023-07-13 16:04:30 +09:00
write_all.ts BREAKING(streams): deprecate APIs based on legacy Reader/Writer interfaces (#3640) 2023-09-15 17:12:07 +09:00
writer_from_stream_writer_test.ts BREAKING(testing, assert): move std/testing/asserts to std/assert (#3445) 2023-07-13 16:04:30 +09:00
writer_from_stream_writer.ts BREAKING(streams): deprecate APIs based on legacy Reader/Writer interfaces (#3640) 2023-09-15 17:12:07 +09:00
zip_readable_streams_test.ts BREAKING(testing, assert): move std/testing/asserts to std/assert (#3445) 2023-07-13 16:04:30 +09:00
zip_readable_streams.ts refactor: avoid internally using strings for numbers (#3665) 2023-09-21 19:23:28 +09:00