std/io
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
..
testdata feat(io): re-introduce IO functions (#4128) 2024-01-12 18:34:12 +11:00
_common.ts feat(io): re-introduce IO functions (#4128) 2024-01-12 18:34:12 +11:00
_constants.ts feat(io): re-introduce IO functions (#4128) 2024-01-12 18:34:12 +11:00
_test_common.ts feat(io): re-introduce IO functions (#4128) 2024-01-12 18:34:12 +11:00
buf_reader_test.ts deprecation(io): move types file (#4133) 2024-01-09 16:14:28 +11:00
buf_reader.ts docs(io): fix io module is marked deprecated (#4252) 2024-01-31 16:13:58 +11:00
buf_writer_test.ts deprecation(io): move types file (#4133) 2024-01-09 16:14:28 +11:00
buf_writer.ts docs: fix broken {@link} hyperlinks (#4241) 2024-01-26 01:08:29 +11:00
buffer_test.ts feat(io): re-introduce IO functions (#4128) 2024-01-12 18:34:12 +11:00
buffer.ts docs: replace markdown hyperlink syntax with {@link} tag where necessary. (#4253) 2024-02-01 09:19:46 +11:00
copy_n_test.ts refactor(using): use using keyword for Explicit Resource Management (#4143) 2024-01-15 08:35:50 +11:00
copy_n.ts docs: fix broken {@link} hyperlinks (#4241) 2024-01-26 01:08:29 +11:00
copy_test.ts feat(io): re-introduce IO functions (#4128) 2024-01-12 18:34:12 +11:00
copy.ts feat(io): re-introduce IO functions (#4128) 2024-01-12 18:34:12 +11:00
iterate_reader_test.ts feat(io): iterateReader[Sync]() (#4247) 2024-02-19 19:24:22 +09:00
iterate_reader.ts feat(io): iterateReader[Sync]() (#4247) 2024-02-19 19:24:22 +09:00
limited_reader_test.ts refactor: cleanup deprecated-related APIs in std/io and std/streams (#4201) 2024-01-15 13:23:04 +09:00
limited_reader.ts docs: fix broken {@link} hyperlinks (#4241) 2024-01-26 01:08:29 +11:00
mod.ts feat(io): iterateReader[Sync]() (#4247) 2024-02-19 19:24:22 +09:00
multi_reader_test.ts refactor: cleanup deprecated-related APIs in std/io and std/streams (#4201) 2024-01-15 13:23:04 +09:00
multi_reader.ts docs: fix broken {@link} hyperlinks (#4241) 2024-01-26 01:08:29 +11:00
read_all_test.ts feat(io): re-introduce IO functions (#4128) 2024-01-12 18:34:12 +11:00
read_all.ts refactor(using): use using keyword for Explicit Resource Management (#4143) 2024-01-15 08:35:50 +11:00
read_delim.ts docs: fix broken {@link} hyperlinks (#4241) 2024-01-26 01:08:29 +11:00
read_int_test.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
read_int.ts refactor: make the code work under verbatimModuleSyntax (#4406) 2024-02-27 21:57:25 +00:00
read_lines_test.ts refactor(using): use using keyword for Explicit Resource Management (#4143) 2024-01-15 08:35:50 +11:00
read_lines.ts refactor: make the code work under verbatimModuleSyntax (#4406) 2024-02-27 21:57:25 +00:00
read_long_test.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
read_long.ts refactor: make the code work under verbatimModuleSyntax (#4406) 2024-02-27 21:57:25 +00:00
read_range_test.ts deprecation(io): move types file (#4133) 2024-01-09 16:14:28 +11:00
read_range.ts docs: fix broken {@link} hyperlinks (#4241) 2024-01-26 01:08:29 +11:00
read_short_test.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
read_short.ts refactor: make the code work under verbatimModuleSyntax (#4406) 2024-02-27 21:57:25 +00:00
read_string_delim_test.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
read_string_delim.ts refactor: make the code work under verbatimModuleSyntax (#4406) 2024-02-27 21:57:25 +00:00
reader_from_stream_reader_test.ts feat(io): un-deprecate readerFromStreamReader() (#4343) 2024-02-19 16:34:51 +11:00
reader_from_stream_reader.ts feat(io): un-deprecate readerFromStreamReader() (#4343) 2024-02-19 16:34:51 +11:00
slice_long_to_bytes_test.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
slice_long_to_bytes.ts docs: fix broken {@link} hyperlinks (#4241) 2024-01-26 01:08:29 +11:00
string_reader_test.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
string_reader.ts docs: fix broken {@link} hyperlinks (#4241) 2024-01-26 01:08:29 +11:00
string_writer_test.ts refactor: cleanup deprecated-related APIs in std/io and std/streams (#4201) 2024-01-15 13:23:04 +09:00
string_writer.ts docs: fix broken {@link} hyperlinks (#4241) 2024-01-26 01:08:29 +11:00
to_readable_stream_test.ts feat(io): re-introduce IO functions (#4128) 2024-01-12 18:34:12 +11:00
to_readable_stream.ts feat(io): re-introduce IO functions (#4128) 2024-01-12 18:34:12 +11:00
to_writable_stream_test.ts feat(io): re-introduce IO functions (#4128) 2024-01-12 18:34:12 +11:00
to_writable_stream.ts feat(io): re-introduce IO functions (#4128) 2024-01-12 18:34:12 +11:00
types.ts feat(io): iterateReader[Sync]() (#4247) 2024-02-19 19:24:22 +09:00
write_all_test.ts feat(io): re-introduce IO functions (#4128) 2024-01-12 18:34:12 +11:00
write_all.ts refactor(using): use using keyword for Explicit Resource Management (#4143) 2024-01-15 08:35:50 +11:00