std/streams
David Sherret ef6b95f0c7
refactor: make the code work under verbatimModuleSyntax (#4406)
* Start

* Update

* Format

* Revert deno.json change

---------

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-02-27 21:57:25 +00:00
..
_common.ts refactor(streams): prepare for noUncheckedIndexedAccess (#4377) 2024-02-25 07:22:50 +11:00
_test_common.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
buffer_test.ts chore(streams): format test names (#4378) 2024-02-28 08:12:47 +12:00
buffer.ts docs: replace markdown hyperlink syntax with {@link} tag where necessary. (#4253) 2024-02-01 09:19:46 +11:00
byte_slice_stream_test.ts chore(streams): format test names (#4378) 2024-02-28 08:12:47 +12:00
byte_slice_stream.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
delimiter_stream_test.ts chore(streams): format test names (#4378) 2024-02-28 08:12:47 +12:00
delimiter_stream.ts refactor(streams): prepare for noUncheckedIndexedAccess (#4377) 2024-02-25 07:22:50 +11:00
early_zip_readable_streams_test.ts chore(streams): format test names (#4378) 2024-02-28 08:12:47 +12:00
early_zip_readable_streams.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
iterate_reader_test.ts chore(streams): format test names (#4378) 2024-02-28 08:12:47 +12:00
iterate_reader.ts feat(io): iterateReader[Sync]() (#4247) 2024-02-19 19:24:22 +09:00
limited_bytes_transform_stream_test.ts chore(streams): format test names (#4378) 2024-02-28 08:12:47 +12:00
limited_bytes_transform_stream.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
limited_transform_stream_test.ts chore(streams): format test names (#4378) 2024-02-28 08:12:47 +12:00
limited_transform_stream.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
merge_readable_streams_test.ts chore(streams): format test names (#4378) 2024-02-28 08:12:47 +12:00
merge_readable_streams.ts refactor(streams): prepare for noUncheckedIndexedAccess (#4377) 2024-02-25 07:22:50 +11:00
mod.ts docs: replace markdown hyperlink syntax with {@link} tag where necessary. (#4253) 2024-02-01 09:19:46 +11:00
readable_stream_from_reader_test.ts chore(streams): format test names (#4378) 2024-02-28 08:12:47 +12:00
readable_stream_from_reader.ts feat(io): re-introduce IO functions (#4128) 2024-01-12 18:34:12 +11:00
reader_from_iterable_test.ts chore(streams): format test names (#4378) 2024-02-28 08:12:47 +12:00
reader_from_iterable.ts refactor: make the code work under verbatimModuleSyntax (#4406) 2024-02-27 21:57:25 +00:00
reader_from_stream_reader_test.ts chore(streams): format test names (#4378) 2024-02-28 08:12:47 +12:00
reader_from_stream_reader.ts feat(io): un-deprecate readerFromStreamReader() (#4343) 2024-02-19 16:34:51 +11:00
text_delimiter_stream_test.ts chore(streams): format test names (#4378) 2024-02-28 08:12:47 +12:00
text_delimiter_stream.ts refactor(streams): prepare for noUncheckedIndexedAccess (#4377) 2024-02-25 07:22:50 +11:00
text_line_stream_test.ts chore(streams): format test names (#4378) 2024-02-28 08:12:47 +12:00
text_line_stream.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
to_array_buffer_test.ts chore(streams): format test names (#4378) 2024-02-28 08:12:47 +12:00
to_array_buffer.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
to_blob_test.ts chore(streams): format test names (#4378) 2024-02-28 08:12:47 +12:00
to_blob.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
to_json_test.ts chore(streams): format test names (#4378) 2024-02-28 08:12:47 +12:00
to_json.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
to_text_test.ts chore(streams): format test names (#4378) 2024-02-28 08:12:47 +12:00
to_text.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
to_transform_stream_test.ts chore(streams): format test names (#4378) 2024-02-28 08:12:47 +12:00
to_transform_stream.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
writable_stream_from_writer_test.ts chore(streams): format test names (#4378) 2024-02-28 08:12:47 +12:00
writable_stream_from_writer.ts refactor: cleanup deprecated-related APIs in std/io and std/streams (#4201) 2024-01-15 13:23:04 +09:00
writer_from_stream_writer_test.ts chore(streams): format test names (#4378) 2024-02-28 08:12:47 +12:00
writer_from_stream_writer.ts refactor: cleanup deprecated-related APIs in std/io and std/streams (#4201) 2024-01-15 13:23:04 +09:00
zip_readable_streams_test.ts chore(streams): format test names (#4378) 2024-02-28 08:12:47 +12:00
zip_readable_streams.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00