summaryrefslogtreecommitdiff
path: root/cli/js/os.ts
AgeCommit message (Expand)Author
2020-02-26tty: Deno.setRaw(rid, mode) to turn on/off raw mode (#3958)Kevin (Kun) "Kassimo" Qian
2020-02-25Clean up how we use opIds (#4118)Ryan Dahl
2020-02-24rename Deno.Err -> Deno.errors (#4093)Bartek Iwańczuk
2020-02-24Add missing node os.release() implementation (#4065)ecyrbe
2020-02-22feat(std/node): add os.loadavg() (#4075)ecyrbe
2020-02-21refactor: remove unneeded ErrorKinds (#3936)Bartek Iwańczuk
2020-01-27refactor: isomorphic snapshot for CLI (#3728)Bartek Iwańczuk
2020-01-21refactor: Rename JS entry functions (#3732)Bartek Iwańczuk
2020-01-20Use globalThis to reference global scope (#3719)Kitson Kelly
2020-01-17feat: support individual async handler for each op (#3690)Andy Finch
2020-01-02Happy new year! (#3578)Ry Dahl
2019-12-21feat: Add Deno.dir("executable") (#3526)Nayeem Rahman
2019-12-20feat: Return null on error in Deno.dir() (#3531)Nayeem Rahman
2019-12-18Reduce all directory functions to Deno.dir() (#3518)Ry Dahl
2019-12-15Feat: Add more dir APIs for Deno (#3491)Axetroy
2019-11-14Turn on TS strict mode for deno_typescript (#3330)Ry Dahl
2019-11-13Make bundles fully standalone (#3325)Kitson Kelly
2019-10-19chore: remove xevalDelim from Start interface (#3147)Kevin (Kun) "Kassimo" Qian
2019-10-04Merge deno_cli_snapshots into deno_cli (#3064)Ryan Dahl