std/io
denobot b4e5d21762
chore: release 2024.10.10 (#6098)
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-10-10 18:46:27 +09: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 chore: remove redundant BinaryReader test class (#6068) 2024-09-27 12:30:41 +09:00
buffer_test.ts chore: switch to JSR-oriented codebase (#4650) 2024-04-29 11:57:30 +09:00
buffer.ts BREAKING(io): remove StringReader (#6062) 2024-09-26 03:25:37 +00:00
copy_test.ts refactor(io): use writeAll() within copy() (#5580) 2024-07-30 15:52:20 +10:00
copy.ts fix: update codebase to work with Deno RC (#6018) 2024-09-20 09:29:31 +10:00
deno.json chore: release 2024.10.10 (#6098) 2024-10-10 18:46:27 +09:00
iterate_reader_test.ts refactor(assert,async,bytes,cli,collections,crypto,csv,data-structures,datetime,dotenv,encoding,expect,fmt,front-matter,fs,html,http,ini,internal,io,json,jsonc,log,media-types,msgpack,net,path,semver,streams,testing,text,toml,ulid,url,uuid,webgpu,yaml): import from @std/assert (#5199) 2024-06-30 08:30:10 +00:00
iterate_reader.ts docs(io): document std/io (#5656) 2024-08-08 23:20:43 +09:00
mod.ts BREAKING(io): remove StringReader (#6062) 2024-09-26 03:25:37 +00:00
read_all_test.ts chore: switch to JSR-oriented codebase (#4650) 2024-04-29 11:57:30 +09:00
read_all.ts fix: update codebase to work with Deno RC (#6018) 2024-09-20 09:29:31 +10:00
reader_from_stream_reader_test.ts chore: switch to JSR-oriented codebase (#4650) 2024-04-29 11:57:30 +09:00
reader_from_stream_reader.ts fix: update codebase to work with Deno RC (#6018) 2024-09-20 09:29:31 +10:00
to_readable_stream_test.ts refactor(io): create a style guide for error messages, align error messages to the style guide (#5671) 2024-08-20 12:27:43 +09:00
to_readable_stream.ts fix: update codebase to work with Deno RC (#6018) 2024-09-20 09:29:31 +10:00
to_writable_stream_test.ts refactor(io): create a style guide for error messages, align error messages to the style guide (#5671) 2024-08-20 12:27:43 +09:00
to_writable_stream.ts fix: update codebase to work with Deno RC (#6018) 2024-09-20 09:29:31 +10:00
types.ts feat(io): add Seeker[Sync] interfaces (#5930) 2024-09-10 17:12:18 +10:00
write_all_test.ts chore: switch to JSR-oriented codebase (#4650) 2024-04-29 11:57:30 +09:00
write_all.ts fix: update codebase to work with Deno RC (#6018) 2024-09-20 09:29:31 +10:00