summaryrefslogtreecommitdiff
path: root/cli/js/io.ts
AgeCommit message (Expand)Author
2020-04-28fix: bug in Deno.copy (#4977)Marcos Casagrande
2020-04-28BREAKING: Remove Deno.EOF, use null instead (#4953)Nayeem Rahman
2020-04-28refactor: rename sync io interfaces (#4945)Bartek Iwańczuk
2020-04-28refactor: remove combined io interface like ReadCloser (#4944)Bartek Iwańczuk
2020-04-28refactor: rename SeekMode variants to camelCase and stabilize (#4946)Bartek Iwańczuk
2020-04-26Add buffer size argument to copy (#4907)Marcos Casagrande
2020-04-25BREAKING CHANGE: change order of args in Deno.copy() (#4885)Bartek Iwańczuk
2020-04-25stabilize Deno.iter() and Deno.iterSync() (#4890)Bartek Iwańczuk
2020-04-22BREAKING CHANGE: rename Deno.toAsyncIterator() to Deno.iter() (#4848)Bartek Iwańczuk
2020-03-28Update to Prettier 2 and use ES Private Fields (#4498)Kitson Kelly
2020-03-13Remove doc strings from cli/js TS files (#4329)crowlKats
2020-03-02seek should return cursor position (#4211)bartOssh
2020-03-02Cleanup comments and internal variables (#4205)dubiousjim
2020-02-07toAsyncIterable: Remove unnecessary EOF check (#3914)Brad Dunbar
2020-01-02Happy new year! (#3578)Ry Dahl
2019-12-28Fix: allow reading into a 0-length array (#3329)Alexandre Szymocha
2019-10-31Make EOF unique symbol (#3244)Yoshiya Hinosawa
2019-10-04Merge deno_cli_snapshots into deno_cli (#3064)Ryan Dahl