Skip to content

Commit

Permalink
BREAKING(io): remove LimitedReader (#6058)
Browse files Browse the repository at this point in the history
  • Loading branch information
iuioiua authored Sep 26, 2024
1 parent 33915af commit 6c75ccb
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 148 deletions.
1 change: 0 additions & 1 deletion io/deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"./buffer": "./buffer.ts",
"./copy": "./copy.ts",
"./iterate-reader": "./iterate_reader.ts",
"./limited-reader": "./limited_reader.ts",
"./multi-reader": "./multi_reader.ts",
"./read-all": "./read_all.ts",
"./reader-from-stream-reader": "./reader_from_stream_reader.ts",
Expand Down
113 changes: 0 additions & 113 deletions io/limited_reader.ts

This file was deleted.

33 changes: 0 additions & 33 deletions io/limited_reader_test.ts

This file was deleted.

1 change: 0 additions & 1 deletion io/mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
export * from "./buffer.ts";
export * from "./copy.ts";
export * from "./iterate_reader.ts";
export * from "./limited_reader.ts";
export * from "./multi_reader.ts";
export * from "./read_all.ts";
export * from "./reader_from_stream_reader.ts";
Expand Down

0 comments on commit 6c75ccb

Please sign in to comment.