std/streams
denobot df6f32c6bc
chore: release 2024.11.01 (#6167)
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2024-11-01 19:33:15 +09:00
..
_common.ts
_test_utils.ts chore: ignore test utils in coverage reporting (#5133) 2024-06-25 16:35:00 +09:00
buffer_test.ts refactor(path,streams): align additional error messages (#5718) 2024-08-23 12:31:01 +09:00
buffer.ts fix: update codebase to work with Deno RC (#6018) 2024-09-20 09:29:31 +10:00
byte_slice_stream_test.ts
byte_slice_stream.ts refactor(path,streams): align additional error messages (#5718) 2024-08-23 12:31:01 +09:00
concat_readable_streams_test.ts test(streams): improve test coverage (#5078) 2024-06-20 12:58:45 +10:00
concat_readable_streams.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
delimiter_stream_test.ts chore: ignore test utils in coverage reporting (#5133) 2024-06-25 16:35:00 +09:00
delimiter_stream.ts refactor(path,streams): align additional error messages (#5718) 2024-08-23 12:31:01 +09:00
deno.json chore: release 2024.11.01 (#6167) 2024-11-01 19:33:15 +09:00
early_zip_readable_streams_test.ts fix(streams): prevent earlyZipReadableStreams() from possibly using excessive memory (#5082) 2024-06-20 05:36:58 +00:00
early_zip_readable_streams.ts docs(streams): rest arguments not being asserted in docs (#6155) 2024-10-29 14:24:18 +09:00
limited_bytes_transform_stream_test.ts
limited_bytes_transform_stream.ts chore(streams): remove redundant constructor examples (#5514) 2024-07-23 12:07:22 +09:00
limited_transform_stream_test.ts
limited_transform_stream.ts chore(streams): remove redundant constructor examples (#5514) 2024-07-23 12:07:22 +09:00
merge_readable_streams_test.ts
merge_readable_streams.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
mod.ts BREAKING(streams/unstable): move fixed-chunk-stream module to unstable-fixed-chunk-stream (#5951) 2024-09-12 13:50:22 +09:00
text_delimiter_stream_test.ts chore: ignore test utils in coverage reporting (#5133) 2024-06-25 16:35:00 +09:00
text_delimiter_stream.ts chore(streams): remove redundant constructor examples (#5514) 2024-07-23 12:07:22 +09:00
text_line_stream_test.ts fix(csv,streams): use string arrays in ReadableStream.from() in docs and tests (#5635) 2024-08-06 02:21:57 -07:00
text_line_stream.ts chore(streams): remove redundant constructor examples (#5514) 2024-07-23 12:07:22 +09:00
to_array_buffer_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
to_array_buffer.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
to_blob_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
to_blob.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
to_json_test.ts fix(streams): strictly define toJson() and toText() input (#5517) 2024-07-23 12:23:35 +09:00
to_json.ts fix(streams): strictly define toJson() and toText() input (#5517) 2024-07-23 12:23:35 +09:00
to_text_test.ts fix(streams): strictly define toJson() and toText() input (#5517) 2024-07-23 12:23:35 +09:00
to_text.ts fix(streams): strictly define toJson() and toText() input (#5517) 2024-07-23 12:23:35 +09:00
to_transform_stream_test.ts
to_transform_stream.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
unstable_fixed_chunk_stream_test.ts BREAKING(streams/unstable): move fixed-chunk-stream module to unstable-fixed-chunk-stream (#5951) 2024-09-12 13:50:22 +09:00
unstable_fixed_chunk_stream.ts BREAKING(streams/unstable): move fixed-chunk-stream module to unstable-fixed-chunk-stream (#5951) 2024-09-12 13:50:22 +09:00
unstable_to_byte_stream_test.ts feat(streams/unstable): toByteStream() (#6046) 2024-10-08 23:28:36 +09:00
unstable_to_byte_stream.ts feat(streams/unstable): toByteStream() (#6046) 2024-10-08 23:28:36 +09:00
unstable_to_bytes_test.ts feat(streams/unstable): toBytes() (#6011) 2024-09-18 18:57:38 +09:00
unstable_to_bytes.ts feat(streams/unstable): toBytes() (#6011) 2024-09-18 18:57:38 +09:00
unstable_to_lines_test.ts BREAKING(streams/unstable): move to-lines module to unstable-to-lines (#5950) 2024-09-12 04:04:21 +00:00
unstable_to_lines.ts BREAKING(streams/unstable): move to-lines module to unstable-to-lines (#5950) 2024-09-12 04:04:21 +00:00
zip_readable_streams_test.ts test(streams): improve test coverage (#5078) 2024-06-20 12:58:45 +10:00
zip_readable_streams.ts docs(streams): rest arguments not being asserted in docs (#6155) 2024-10-29 14:24:18 +09:00