Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-19 | Port internal TS code to JS (#6793) | Bartek Iwańczuk | |
Co-authored-by: Ryan Dahl <ry@tinyclouds.org> | |||
2020-07-14 | Use dprint for internal formatting (#6682) | David Sherret | |
2020-07-08 | feat: add --no-check option (#6456) | Kitson Kelly | |
This commit adds a "--no-check" option to following subcommands: - "deno cache" - "deno info" - "deno run" - "deno test" The "--no-check" options allows to skip type checking step and instead directly transpiles TS sources to JS sources. This solution uses `ts.transpileModule()` API and is just an interim solution before implementing it fully in Rust. | |||
2020-07-06 | clean up code in cli/js (#6611) | Stanislav | |
2020-06-11 | feat: URL support in Deno filesystem methods (#5990) | River | |
2020-04-28 | BREAKING: Remove Deno.EOF, use null instead (#4953) | Nayeem Rahman | |
2020-04-28 | refactor: rename sync io interfaces (#4945) | Bartek Iwańczuk | |
This commit renames sync io interfaces: * SyncReader -> ReaderSync * SyncWriter -> WriterSync * SyncSeeker -> SeekerSync | |||
2020-04-25 | change type of stdio handles in JS api (#4891) | Bartek Iwańczuk | |
2020-04-25 | BREAKING 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-03-28 | Update to Prettier 2 and use ES Private Fields (#4498) | Kitson Kelly | |
2020-03-16 | Add mode option to open/create (#4289) | dubiousjim | |
2020-03-13 | Remove doc strings from cli/js TS files (#4329) | crowlKats | |
Co-authored-by: Ryan Dahl <ry@tinyclouds.org> | |||
2020-03-10 | reorg: move JS ops implementations to cli/js/ops/, part 3 (#4302) | Bartek Iwańczuk | |
Following JS ops were moved to separate files in cli/js/ops directory: - net - tls - fs | |||
2020-03-09 | reorg: move JS ops implementations to cli/js/ops/, part 2 (#4283) | Bartek Iwańczuk | |
Following JS ops were moved to separate files in cli/js/ops directory: - io - process - worker_host - web_worker - plugins - timers - signal - permissions | |||
2020-03-08 | reorg: move JS ops implementations to cli/js/ops/, part 1 (#4264) | Bartek Iwańczuk | |
Following JS ops were moved to separate files in cli/js/ops directory: - compiler - dispatch_json - dispatch_minimal - errors - fetch - fs_events - os - random - repl - resources - runtime_compiler - runtime - tty | |||
2020-03-06 | Rename name/filename arguments to path (#4227) | dubiousjim | |
There's a lot of variation in doc comments and internal code about whether the first parameter to file system calls is `path` or `name` or `filename`. For consistency, have made it always be `path`. | |||
2020-03-02 | seek should return cursor position (#4211) | bartOssh | |
2020-03-02 | Cleanup comments and internal variables (#4205) | dubiousjim | |
2020-02-29 | docs: fix broken Deno.write() example (#4190) | Chris Knight | |
2020-02-25 | Clean up how we use opIds (#4118) | Ryan Dahl | |
2020-01-21 | Implemented alternative open mode in files (#3119) | Michał Sabiniarz | |
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com> | |||
2020-01-08 | feat: Deno.create (#3629) | Luca Casonato | |
2020-01-02 | Happy new year! (#3578) | Ry Dahl | |
2019-12-28 | Fix: allow reading into a 0-length array (#3329) | Alexandre Szymocha | |
2019-10-29 | Use top-level await in jsdoc examples (#3239) | Andy Hayden | |
2019-10-04 | Merge deno_cli_snapshots into deno_cli (#3064) | Ryan Dahl | |