summaryrefslogtreecommitdiff
path: root/cli/js/files.ts
AgeCommit message (Expand)Author
2020-07-19Port internal TS code to JS (#6793)Bartek Iwańczuk
2020-07-14Use dprint for internal formatting (#6682)David Sherret
2020-07-08feat: add --no-check option (#6456)Kitson Kelly
2020-07-06clean up code in cli/js (#6611)Stanislav
2020-06-11feat: URL support in Deno filesystem methods (#5990)River
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-25change type of stdio handles in JS api (#4891)Bartek Iwańczuk
2020-04-25BREAKING CHANGE: remove Deno.OpenMode (#4884)Bartek Iwańczuk
2020-03-28Update to Prettier 2 and use ES Private Fields (#4498)Kitson Kelly
2020-03-16Add mode option to open/create (#4289)dubiousjim
2020-03-13Remove doc strings from cli/js TS files (#4329)crowlKats
2020-03-10reorg: move JS ops implementations to cli/js/ops/, part 3 (#4302)Bartek Iwańczuk
2020-03-09reorg: move JS ops implementations to cli/js/ops/, part 2 (#4283)Bartek Iwańczuk
2020-03-08reorg: move JS ops implementations to cli/js/ops/, part 1 (#4264)Bartek Iwańczuk
2020-03-06Rename name/filename arguments to path (#4227)dubiousjim
2020-03-02seek should return cursor position (#4211)bartOssh
2020-03-02Cleanup comments and internal variables (#4205)dubiousjim
2020-02-29docs: fix broken Deno.write() example (#4190)Chris Knight
2020-02-25Clean up how we use opIds (#4118)Ryan Dahl
2020-01-21Implemented alternative open mode in files (#3119)Michał Sabiniarz
2020-01-08feat: Deno.create (#3629)Luca Casonato
2020-01-02Happy new year! (#3578)Ry Dahl
2019-12-28Fix: allow reading into a 0-length array (#3329)Alexandre Szymocha
2019-10-29Use top-level await in jsdoc examples (#3239)Andy Hayden
2019-10-04Merge deno_cli_snapshots into deno_cli (#3064)Ryan Dahl