Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-02 | Add isTTY function (#1622) | Dmitry Sharshakov | |
2019-01-21 | chore: update license lines (#1557) | Yoshiya Hinosawa | |
2019-01-13 | Remove unnecessary async keyword in test file (#1507) | JaePil Jung | |
2019-01-06 | Add deno.pid (#1464) | Ryan Dahl | |
2018-09-12 | feat: add deno.makeTempDir | Yoshiya Hinosawa | |
2018-09-12 | Implement deno.rename() (#731) | Mani Maghsoudlou | |
2018-09-11 | Implement deno.stat() and deno.lstat() | Sajjad Hashemian | |
2018-09-11 | Move writeFileSync to write_file.ts, add writeFile and tests (#728) | Kevin (Kun) "Kassimo" Qian | |
2018-09-10 | Implement deno.mkdir() | Sajjad Hashemian | |
2018-09-10 | Implement deno.readFile() | Ryan Dahl | |
As an example of how to implement ops that have both sync and async versions. | |||
2018-09-09 | Expose deno.ErrorKind | Ryan Dahl | |
Originally we planned to have a JS class for each error code. But it seems better to just have a single DenoError class with a "kind" property. One nice thing about using an enum instead of classes for errors is that switch() can be used during error handling instead of a bunch of instanceof branches. | |||
2018-09-05 | Format | Ryan Dahl | |
2018-09-04 | lStat -> lstat | Ryan Dahl | |
2018-09-04 | Implement renameSync | Mani Maghsoudlou | |
2018-09-03 | Implement mkdirSync | Sajjad Hashemian | |
2018-08-31 | Implemented deno.env and refactored flags.rs | Aaron Power | |
2018-08-30 | Reorganize js/unit_tests.ts | Ryan Dahl | |