std/streams
Doctor 77345498a2
feat(streams/unstable): FixedChunkStream (#4995)
* feat(streams): new ResizeStreams(size)

* chore(streams): Renamed ResizeStream to FixedChunkStream

* Update streams/fixed_chunk_stream_test.ts

* update

* tweaks

* tweak test

* fix(streams): chunks getting lost if size was equally divisible by `size`

* work

* work

---------

Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-08-07 10:34:54 +02:00
..
_common.ts refactor(streams): prepare for noUncheckedIndexedAccess (#4377) 2024-02-25 07:22:50 +11:00
_test_utils.ts chore: ignore test utils in coverage reporting (#5133) 2024-06-25 16:35:00 +09:00
buffer_test.ts test(streams): improve Buffer test (#5061) 2024-06-17 19:09:36 +09:00
buffer.ts chore(streams): remove redundant constructor examples (#5514) 2024-07-23 12:07:22 +09:00
byte_slice_stream_test.ts chore: switch to JSR-oriented codebase (#4650) 2024-04-29 11:57:30 +09:00
byte_slice_stream.ts chore(streams): remove redundant constructor examples (#5514) 2024-07-23 12:07:22 +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 chore(streams): remove redundant constructor examples (#5514) 2024-07-23 12:07:22 +09:00
deno.json feat(streams/unstable): FixedChunkStream (#4995) 2024-08-07 10:34:54 +02: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 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
fixed_chunk_stream_test.ts feat(streams/unstable): FixedChunkStream (#4995) 2024-08-07 10:34:54 +02:00
fixed_chunk_stream.ts feat(streams/unstable): FixedChunkStream (#4995) 2024-08-07 10:34:54 +02:00
limited_bytes_transform_stream_test.ts docs(streams): improve docs for stabilization (#4852) 2024-05-27 18:27:40 -07:00
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 docs(streams): improve docs for stabilization (#4852) 2024-05-27 18:27:40 -07:00
limited_transform_stream.ts chore(streams): remove redundant constructor examples (#5514) 2024-07-23 12:07:22 +09:00
merge_readable_streams_test.ts chore: switch to JSR-oriented codebase (#4650) 2024-04-29 11:57:30 +09:00
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 feat(streams/unstable): FixedChunkStream (#4995) 2024-08-07 10:34:54 +02: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 chore: switch to JSR-oriented codebase (#4650) 2024-04-29 11:57:30 +09:00
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
zip_readable_streams_test.ts test(streams): improve test coverage (#5078) 2024-06-20 12:58:45 +10:00
zip_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