summaryrefslogtreecommitdiff
path: root/cli/dts/lib.deno.ns.d.ts
AgeCommit message (Expand)Author
2022-11-25refactor: move dts files, diagnostics.rs, and tsc.rs to tsc folder (#16820)David Sherret
2022-11-23chore: remove unnecessary qualifier in declaration file (#16767)David Sherret
2022-11-11feat: Stabilize Deno.bench() and 'deno bench' subcommand (#16485)Bartek Iwańczuk
2022-11-09feat: stabilize Deno.uid() and Deno.gid() (#16424)Colin Ihrig
2022-11-09feat: stabilize Deno.systemMemoryInfo() (#16445)Colin Ihrig
2022-11-09feat: stabilize Deno.networkInterfaces() (#16451)Colin Ihrig
2022-10-30fix: update env to sys permission in jsdoc for Deno.osRelease (#16483)Geert-Jan Zwiers
2022-10-26chore(unstable): rename Deno.getUid() and Deno.getGid() (#16432)Colin Ihrig
2022-10-26feat(runtime): make kill signal optional (#16299)Leo Kettmeir
2022-10-26chore: improve built-in API documentation (#16158)Kitson Kelly
2022-10-26feat: Stabilize Deno.osRelease() API (#15973)Bartek Iwańczuk
2022-10-26feat: Stabilize Deno.consoleSize() API (#15933)Bartek Iwańczuk
2022-10-25feat: stabilize Deno.utime() and Deno.utimeSync() (#16421)Colin Ihrig
2022-10-25feat: stabilize Deno.futime() and Deno.futimeSync() (#16415)Colin Ihrig
2022-10-25feat: stabilize Deno.loadavg() (#16412)Colin Ihrig
2022-10-24feat: Stabilize Deno.stdin.setRaw() (#16399)Bartek Iwańczuk
2022-10-18fix(ext/net): return an error from `startTls` and `serveHttp` if the original...Yusuke Tanaka
2022-10-03docs(fs): add default info of `OpenOptions` (#16104)Hirotaka Tagawa / wafuwafu13
2022-09-28chore: improve JSDoc for built-in APIs (#16048)Kitson Kelly
2022-09-28feat: Stabilize Deno.hostname() API (#15932)Bartek Iwańczuk
2022-09-28feat(unstable): Deno.setRaw -> Deno.stdin.setRaw (#15797)Luca Casonato
2022-09-28feat: add --allow-sys permission flag (#16028)Yoshiya Hinosawa
2022-09-27feat: Stabilize Deno.refTimer() and Deno.unrefTimer() APIs (#16036)Bartek Iwańczuk
2022-09-08fix(docs): change category for Deno.Process to "Sub Process" (#15812)Leo Kettmeir
2022-08-30fix(docs): add missing categories (#15684)Leo Kettmeir
2022-08-23docs: add permission tags to JSDocs (#15541)Kitson Kelly
2022-08-17docs: add category tag for built-in APIs (#15480)Kitson Kelly
2022-07-18feat: import.meta.resolve() (#15074)Bartek Iwańczuk
2022-06-22fix: upgrade swc via deno_ast 0.16 (#14930)David Sherret
2022-06-13Deno.exit() is an alias to self.close() in worker contexts (#14826)Bartek Iwańczuk
2022-06-13feat(runtime/signal): implement SIGINT and SIGBREAK for windows (#14694)Geert-Jan Zwiers
2022-06-11chore(docs): remove senseless `await` (#14844)Roj
2022-05-30chore(docs): use cross-platform example in `Deno.run` jsdoc (#14754)Geert-Jan Zwiers
2022-05-30chore: update deprecated APIs docs (#14756)Bartek Iwańczuk
2022-05-16feat(ext/net): add `CAA` DNS record support in Deno.resolveDns() API (#14624)Craig Morten
2022-05-15feat(ext/net): support NAPTR records in Deno.resolveDns() API (#14613)Craig Morten
2022-05-15feat(ext/net): support full `SOA` record interface (#14617)Craig Morten
2022-05-14feat(ext/net): add support for SOA records in Deno.resolveDns() API (#14534)Thanapat Chotipun
2022-05-03feat(ext/net): add "NS" record support in Deno.resolveDns API (#14372)Thanapat Chotipun
2022-04-25feat(ext/console): Add string abbreviation size option for "Deno.inspect" (#1...Ben Heidemann
2022-04-06feat(test): Add "name", "origin" and "parent" to "Deno.TestContext" (#14007)Yongwook Choi
2022-03-25fix: `Deno.run` - do not modify user provided `cmd` array (#14109)David Sherret
2022-03-25docs(cli): fix typo in `PermissionOptionsObject` (#14114)Aleksandr Bukhalo
2022-03-16BREAKING: don't inherit permissions by default (#13668)Luca Casonato
2022-03-11feat: "deno bench" subcommand (#13713)Bartek Iwańczuk
2022-03-11types: add Deno.PermissionOptions and Deno.PermissionOptionsObject (#13892)Bartek Iwańczuk
2022-02-22docs: code example to `structuredClone`, `CompressionStream`, `DecompressionS...Geert-Jan Zwiers
2022-02-15fix: add missing fields to Deno.FsFile (#13674)Bartek Iwańczuk
2022-02-15feat: Add Deno.FsFile, deprecate Deno.File (#13660)Bartek Iwańczuk
2022-02-15feat(runtime): web streams in fs & net APIs (#13615)Luca Casonato