summaryrefslogtreecommitdiff
path: root/cli/dts/lib.deno.ns.d.ts
AgeCommit message (Expand)Author
2021-02-10fix(console): log function object properties / do not log non-enumerable prop...David DeSimone
2021-02-04docs: update example for Deno.Process (#9390)Bartek Iwańczuk
2021-01-29refactor: IO resource types, fix concurrent read/write and graceful close (#9...Bert Belder
2021-01-12feat: stabilize Deno.shutdown() and Conn#closeWrite()Bartek Iwańczuk
2021-01-11chore: update copyright to 2021 (#9092)Yusuke Tanaka
2020-12-12docs: fix doc to remove annotation about removed function `Deno.dir` (#8732)Tatsuya Yamamoto
2020-11-23fix(cli): add file URL support for Deno.readLink (#8423)William Perron
2020-11-16Improve Deno.version type declaration (#8391)Mark Tiedemann
2020-11-03build: migrate to dlint (#8176)Bartek Iwańczuk
2020-10-20feat: stabilize Deno.fsync and Deno.fdatasync (#8038)Casper Beyer
2020-10-20fix(cli): use rid getter for stdio (#8014)Casper Beyer
2020-10-19docs: readTextFile / readTextFileSync throw when reading directory (#7999)vwkd
2020-10-14fix typos (#7964)vwkd
2020-10-11fix(cli/console): only inspect getters with option (#7830)Casper Beyer
2020-09-30feat(cli/console): Add Deno.InspectOptions::colors (#7742)Nayeem Rahman
2020-09-08feat(console): print proxy details (#7139)uki00a
2020-09-04docs: fix anchor link (#7346)迷渡
2020-08-31fix(doc): fix some typos in cli docs (#7292)Michael Kurze
2020-08-21fix(docs): remove Deno.dir (#7144)迷渡
2020-08-12feat: Support file URLs in Deno.run for executable (#6994)Nayeem Rahman
2020-08-10feat: Stabilize Deno.mainModule (#6993)Nayeem Rahman
2020-08-04docs: Removed unnecessary `await` (#6951)josephrocca
2020-07-22Reduce size of TypeScript Compiler snapshot (#6809)Ryan Dahl