mirror of
https://github.com/denoland/std.git
synced 2024-11-22 04:59:05 +00:00
refactor(streams): clean up mod.ts
(#3003)
This commit is contained in:
parent
2b0ca48dfb
commit
4dd1ae7a56
@ -8,33 +8,24 @@
|
||||
* @module
|
||||
*/
|
||||
|
||||
export * from "./buffer.ts";
|
||||
/**
|
||||
* @deprecated (will be removed after 0.169.0) TODO: remove the following section.
|
||||
*/
|
||||
export * from "./conversion.ts";
|
||||
export * from "./delimiter.ts";
|
||||
export * from "./merge.ts";
|
||||
/**
|
||||
* @deprecated (will be removed after 0.169.0) TODO: uncomment the following section.
|
||||
*/
|
||||
// export * from "./byte_slice_stream.ts";
|
||||
// export * from "./copy.ts"
|
||||
// export * from "./delimiter_stream.ts";
|
||||
// export * from "./early_zip_readable_streams.ts";
|
||||
// export * from "./iterate_reader.ts";
|
||||
// export * from "./limited_bytes_transform_stream.ts";
|
||||
// export * from "./limited_transform_stream.ts";
|
||||
// export * from "./merge_readable_streams.ts";
|
||||
// export * from "./read_all.ts";
|
||||
// export * from "./readable_stream_from_iterable.ts";
|
||||
// export * from "./readable_stream_from_reader.ts";
|
||||
// export * from "./reader_from_iterable.ts";
|
||||
// export * from "./reader_from_stream_reader.ts";
|
||||
// export * from "./text_delimiter_stream.ts";
|
||||
// export * from "./text_line_stream.ts";
|
||||
// export * from "./to_transform_stream.ts";
|
||||
// export * from "./writable_stream_from_writer.ts";
|
||||
// export * from "./write_all.ts";
|
||||
// export * from "./writer_from_stream_writer.ts";
|
||||
// export * from "./zip_readable_streams.ts";
|
||||
export { Buffer } from "./buffer.ts";
|
||||
export * from "./byte_slice_stream.ts";
|
||||
export * from "./copy.ts";
|
||||
export * from "./delimiter_stream.ts";
|
||||
export * from "./early_zip_readable_streams.ts";
|
||||
export * from "./iterate_reader.ts";
|
||||
export * from "./limited_bytes_transform_stream.ts";
|
||||
export * from "./limited_transform_stream.ts";
|
||||
export * from "./merge_readable_streams.ts";
|
||||
export * from "./read_all.ts";
|
||||
export * from "./readable_stream_from_iterable.ts";
|
||||
export * from "./readable_stream_from_reader.ts";
|
||||
export * from "./reader_from_iterable.ts";
|
||||
export * from "./reader_from_stream_reader.ts";
|
||||
export * from "./text_delimiter_stream.ts";
|
||||
export * from "./text_line_stream.ts";
|
||||
export * from "./to_transform_stream.ts";
|
||||
export * from "./writable_stream_from_writer.ts";
|
||||
export * from "./write_all.ts";
|
||||
export * from "./writer_from_stream_writer.ts";
|
||||
export * from "./zip_readable_streams.ts";
|
||||
|
Loading…
Reference in New Issue
Block a user