std/streams
Asher Gomez 88b5f471ed
feat: print warning on use of deprecated API (#4200)
* feat: `warnDeprecatedApi()`

* refactor: fixes and tweaks

* refactor: tweaks and improvements

* refactor: further work

* refactor

* fix

* tweaks

* tweak

* tweak

* tweaks

* tweak

* add test

* tweaks

* make compatible with Deploy

* tweak

* fix
2024-01-22 15:21:31 +11:00
..
_common.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
_test_common.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
buffer_test.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
buffer.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
byte_slice_stream_test.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
byte_slice_stream.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
copy.ts feat(io): re-introduce IO functions (#4128) 2024-01-12 18:34:12 +11:00
delimiter_stream_test.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
delimiter_stream.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
early_zip_readable_streams_test.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
early_zip_readable_streams.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
iterate_reader_test.ts deprecation(io): move types file (#4133) 2024-01-09 16:14:28 +11:00
iterate_reader.ts refactor: cleanup deprecated-related APIs in std/io and std/streams (#4201) 2024-01-15 13:23:04 +09:00
limited_bytes_transform_stream_test.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
limited_bytes_transform_stream.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
limited_transform_stream_test.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
limited_transform_stream.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
merge_readable_streams_test.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
merge_readable_streams.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
mod.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
read_all_test.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
read_all.ts feat: print warning on use of deprecated API (#4200) 2024-01-22 15:21:31 +11:00
readable_stream_from_reader_test.ts deprecation(io): move types file (#4133) 2024-01-09 16:14:28 +11:00
readable_stream_from_reader.ts feat(io): re-introduce IO functions (#4128) 2024-01-12 18:34:12 +11:00
reader_from_iterable_test.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
reader_from_iterable.ts docs(streams): remove Deno.metrics() use in example (#4217) 2024-01-17 16:13:05 +09:00
reader_from_stream_reader_test.ts refactor: cleanup deprecated-related APIs in std/io and std/streams (#4201) 2024-01-15 13:23:04 +09:00
reader_from_stream_reader.ts refactor: cleanup deprecated-related APIs in std/io and std/streams (#4201) 2024-01-15 13:23:04 +09:00
text_delimiter_stream_test.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
text_delimiter_stream.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
text_line_stream_test.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
text_line_stream.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
to_array_buffer_test.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
to_array_buffer.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
to_blob_test.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
to_blob.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
to_json_test.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
to_json.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
to_text_test.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
to_text.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
to_transform_stream_test.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
to_transform_stream.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
writable_stream_from_writer_test.ts deprecation(io): move types file (#4133) 2024-01-09 16:14:28 +11:00
writable_stream_from_writer.ts refactor: cleanup deprecated-related APIs in std/io and std/streams (#4201) 2024-01-15 13:23:04 +09:00
write_all_test.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
write_all.ts refactor: cleanup deprecated-related APIs in std/io and std/streams (#4201) 2024-01-15 13:23:04 +09:00
writer_from_stream_writer_test.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
writer_from_stream_writer.ts refactor: cleanup deprecated-related APIs in std/io and std/streams (#4201) 2024-01-15 13:23:04 +09:00
zip_readable_streams_test.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
zip_readable_streams.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00