std/io
Asher Gomez 4e6a86be9b
BREAKING(io): remove readShort() (#6050)
* BREAKING(io/unstable): remove `sliceLongToBytes()`

* BREAKINIG(io/unstable): remove `readLong()`

* BREAKING(io/unstable): remove `readInt()`

* BREAKING(io/unstable): remove `readShort()`
2024-09-25 04:18:45 +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 refactor(archive,expect,io,log,toml,yaml): remove private and public access modifiers (#5077) 2024-06-21 14:13:08 +10:00
buf_reader_test.ts refactor(assert,datetime,fmt,io,streams): consistently throw new Error() instead of throw Error() (#5855) 2024-08-29 08:55:24 +10:00
buf_reader.ts chore: release 2024.09.24 (#6043) 2024-09-24 19:25:09 +09:00
buf_writer_test.ts chore: switch to JSR-oriented codebase (#4650) 2024-04-29 11:57:30 +09:00
buf_writer.ts deprecation(io): deprecate BufWriter (#6041) 2024-09-24 11:11:32 +09:00
buffer_test.ts chore: switch to JSR-oriented codebase (#4650) 2024-04-29 11:57:30 +09:00
buffer.ts refactor(assert,datetime,fmt,io,streams): consistently throw new Error() instead of throw Error() (#5855) 2024-08-29 08:55:24 +10: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 BREAKING(io): remove readShort() (#6050) 2024-09-25 04:18:45 +00: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
limited_reader_test.ts chore: switch to JSR-oriented codebase (#4650) 2024-04-29 11:57:30 +09:00
limited_reader.ts deprecation(io/unstable): deprecate LimitedReader (#6024) 2024-09-23 20:30:52 +09:00
mod.ts BREAKING(io): remove readShort() (#6050) 2024-09-25 04:18:45 +00:00
multi_reader_test.ts BREAKING(io/unstable): remove copyN() (#5999) 2024-09-25 12:50:38 +09:00
multi_reader.ts deprecation(io/unstable): deprecate MultiReader (#6023) 2024-09-23 20:30:40 +09: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
read_delim.ts deprecation(io/unstable): deprecate readDelim() (#6022) 2024-09-23 20:30:11 +09: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
string_reader_test.ts chore: switch to JSR-oriented codebase (#4650) 2024-04-29 11:57:30 +09:00
string_reader.ts deprecation(io/unstable): deprecate StringReader (#6025) 2024-09-23 20:31:13 +09:00
string_writer_test.ts BREAKING(io/unstable): remove copyN() (#5999) 2024-09-25 12:50:38 +09:00
string_writer.ts BREAKING(io/unstable): remove copyN() (#5999) 2024-09-25 12:50:38 +09: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