summaryrefslogtreecommitdiff
path: root/std/io/util.ts
AgeCommit message (Collapse)Author
2020-10-20fix(std/io): remove trivial internal util.ts module (#8032)Casper Beyer
2020-07-14Use dprint for internal formatting (#6682)David Sherret
2020-06-25refactor: shift copyBytes and tweak deps to reduce dependencies (#6469)Chris Knight
2020-06-12refactor: Don't destructure the Deno namespace (#6268)Nayeem Rahman
2020-06-06fix(std/io): StringReader implementation (#6148)Ryan Dahl
2020-04-30BREAKING: reorder std/io/utils copyBytes arguments (#5022)Marcos Casagrande
2020-04-25BREAKING CHANGE: remove Deno.OpenMode (#4884)Bartek Iwańczuk
This commit removes Deno.OpenMode along with overloaded variants of Deno.open() and Deno.openSync() that used OpenMode.
2020-04-17feature: synchronous buffered writer (#4693)Chris Knight
2020-04-01Move encode, decode helpers to /std/encoding/utf8.ts, delete /std/strings/ ↵Ryan Dahl
(#4565) also removes std/encoding/mod.ts and std/archive/mod.ts which are useless.
2020-01-07fix: Deno.mkdir should conform to style guide (#3617)Ry Dahl
2020-01-02Happy new year! (#3578)Ry Dahl
2019-10-16std: Move fs/path to the top-level (#3100)Nayeem Rahman
2019-10-09Move everything into std subdirRyan Dahl