summaryrefslogtreecommitdiff
path: root/cli/js/lib.deno.ns.d.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-24rename Deno.Err -> Deno.errors (#4093)Bartek Iwańczuk
2020-02-24feat: Add Deno.formatDiagnostics (#4032)Kitson Kelly
2020-02-24Add missing node os.release() implementation (#4065)ecyrbe
2020-02-22feat(std/node): add os.loadavg() (#4075)ecyrbe
2020-02-21feat: Deno.fsEvents() (#3452)Bartek Iwańczuk
2020-02-21feat: support UDP sockets (#3946)hazæ41
2020-02-21refactor: remove unneeded ErrorKinds (#3936)Bartek Iwańczuk
2020-02-19Support loading additional TS lib files (#3863)Kitson Kelly
2020-02-18feat: Deno.makeTempFile (#4024)Kevin (Kun) "Kassimo" Qian
2020-02-11refactor: rewrite deno test, add Deno.test() (#3865)Bartek Iwańczuk
2020-02-07Improve support for diagnostics from runtime compiler APIs (#3911)Kitson Kelly
2020-02-07feat: add std/signal/mod.ts (#3913)Yoshiya Hinosawa
2020-02-05Fix: jsDoc for Deno.dir() (#3888)Chris Knight
2020-01-29workers: proper TS libs, more spec-compliant APIs (#3812)Bartek Iwańczuk