std/streams
Ian Bull 3b3a7617ab
refactor(assert,datetime,fmt,io,streams): consistently throw new Error() instead of throw Error() (#5855)
refactor(assert, datetime, fmt, io, streams): use `throw new Error` instead of `throw`

To ensure consistency across the codebase, this commit refactors the
codebase to use `throw new Error` instead of `throw` for throwing
errors.

https://github.com/denoland/std/issues/5854
2024-08-29 08:55:24 +10:00
..
_common.ts
_test_utils.ts
buffer_test.ts refactor(path,streams): align additional error messages (#5718) 2024-08-23 12:31:01 +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
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
concat_readable_streams.ts
delimiter_stream_test.ts
delimiter_stream.ts refactor(path,streams): align additional error messages (#5718) 2024-08-23 12:31:01 +09:00
deno.json chore: release 2024.08.26 (#5824) 2024-08-26 17:33:29 +09:00
early_zip_readable_streams_test.ts
early_zip_readable_streams.ts
fixed_chunk_stream_test.ts feat(streams/unstable): FixedChunkStream (#4995) 2024-08-07 10:34:54 +02:00
fixed_chunk_stream.ts docs(archive,assert,cache,cli,encoding,html,http,net,streams,text): remove unstable Markdown alert (#5672) 2024-08-22 02:55:17 -04: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
mod.ts feat(streams/unstable): toLines() (#5121) 2024-08-09 13:26:39 +02:00
text_delimiter_stream_test.ts
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
to_array_buffer.ts
to_blob_test.ts
to_blob.ts
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_lines_test.ts feat(streams/unstable): toLines() (#5121) 2024-08-09 13:26:39 +02:00
to_lines.ts docs(archive,assert,cache,cli,encoding,html,http,net,streams,text): remove unstable Markdown alert (#5672) 2024-08-22 02:55:17 -04: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
zip_readable_streams_test.ts
zip_readable_streams.ts