summaryrefslogtreecommitdiff
path: root/cli/dts/lib.deno.ns.d.ts
AgeCommit message (Expand)Author
2021-06-22fix: move stable/unstable types/APIs to their correct places (#10880)Muthu Kumar
2021-06-03feat(cli): support URL overload for `Deno.chdir` (#10793)Casper Beyer
2021-06-03feat(runtime): support URL overloads for `Deno.symlink` and `Deno.symlinkSync...Casper Beyer
2021-06-03feat(runtime): support URL overloads for Deno.rename/Deno.renameSync (#10512)Casper Beyer
2021-06-01feat: add FsWatcher interface (#10798)Yoshiya Hinosawa
2021-05-21fix(docs): rename read to readSync (#10732)迷渡
2021-05-20fix(cli/dts): fix missing error class (NotSupported) in types (#10713)Carter Snook
2021-05-19docs(cli/dts): fix typo in `TestDefinition.only` description (#10697)Casper Beyer
2021-05-17feat(runtime): support urls for `Deno.realPath` and `Deno.realPathSync` (#10626)Casper Beyer
2021-05-11docs(cli/dts): fix `Deno.permissions.query` example (#10572)Casper Beyer
2021-05-11docs(cli/dts): fix Deno.watchFs example (#10570)Casper Beyer
2021-05-11docs(cli/dts): fix Deno.inspect examples (#10569)Casper Beyer
2021-05-11docs(cli/dts): fix Deno.seek and Deno.seekSync examples (#10568)Casper Beyer
2021-05-11docs(cli/dts): fix Deno.run example (#10567)Casper Beyer
2021-05-10fix(cli): typings for `Deno.os.arch` (#10541)Elias Sjögreen
2021-05-06docs: env.get will return `undefined` if not exist (#10514)迷渡
2021-05-05docs(cli/dts): add missing awaits (#10501)Casper Beyer
2021-05-05docs(cli/dts): fix env examples (#10500)Casper Beyer
2021-05-05docs(cli/dts): use one block per writeAll example (#10496)Casper Beyer
2021-05-05docs(cli/dts): explicitly import assert in examples (#10495)Casper Beyer
2021-05-05docs(cli/dts): use one code block per truncate example (#10494)Casper Beyer
2021-05-04docs(cli/ftruncateSync): use openSync in example (#10485)Casper Beyer
2021-04-28docs: document how to stop file watcher (#10403)Yoshiya Hinosawa
2021-04-27docs: fix ftruncateSync example (#10393)Yoshiya Hinosawa
2021-04-26fix: invalid types for asynchronous and synchronous `File#truncate` (#10353)Carter Snook
2021-04-26fix(#10360): clarify JSDoc for `Deno.noColor` (#10373)Carter Snook
2021-04-20revert: Conn type changes in #10012 and #10061 (#10255)Kitson Kelly
2021-04-16fix(#10200): weaken types so non-breaking (#10205)Kitson Kelly
2021-04-13feat(cli/dts): stricter typings for Listener & Conn (#10012)crowlKats
2021-04-13feat(permissions): allow env permission to take values (#9825)crowlKats
2021-04-12feat(runtime): add truncate and truncateSync methods to Deno.File (#10130)Casper Beyer
2021-04-12feat(runtime): add stat and statSync methods to Deno.File (#10107)Casper Beyer
2021-04-12feat(runtime): stabilize Deno.fstat and Deno.fstatSync (#10108)Casper Beyer
2021-04-11feat: stabilize Deno.ftruncate and Deno.ftruncateSync (#10126)Casper Beyer
2021-04-10feat(permissions): allow run permission to take values (#9833)crowlKats
2021-04-06chore: deprecate Deno.iter and Deno.iterSync (#10025)Luca Casonato
2021-04-06chore: deprecate Deno.Buffer and read/write utils (#9793)Luca Casonato
2021-02-26feat(runtime): stabilize Deno.symlink and Deno.symlinkSync (#9226)Casper Beyer
2021-02-25feat(runtime): stabilize Deno.link and Deno.linkSync (#9417)Casper Beyer
2021-02-25feat(runtime): stabilise permissions and add event target capabilities (#9573)Kitson Kelly
2021-02-24feat: add exit sanitizer to Deno.test (#9529)Casper Beyer
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