summaryrefslogtreecommitdiff
path: root/cli/tsc/dts/lib.deno.ns.d.ts
AgeCommit message (Expand)Author
2023-11-13chore: remove duplicate esnext.dispoable (#21184)David Sherret
2023-11-07docs: improve some JSDoc (#20841)Luca Casonato
2023-11-01feat: disposable Deno resources (#20845)Luca Casonato
2023-10-28Revert "chore: update deno_std submodule (#20994)" (#21001)Bartek Iwańczuk
2023-10-27chore: update deno_std submodule (#20994)Bartek Iwańczuk
2023-10-27feat: rename Deno.Server to Deno.HttpServer (#20842)Luca Casonato
2023-10-05docs: update alternative APIs for `write()`, `writeSync()`, `read()` and `rea...Asher Gomez
2023-09-26chore: deprecate Deno.metrics() API (#20684)Bartek Iwańczuk
2023-09-06feat(test): Add Deno.test.ignore and Deno.test.only (#20365)Bartek Iwańczuk
2023-08-27test(bench): mark explicit timer test as flaky (#20304)Nayeem Rahman
2023-08-26fix(bench): explicit timers don't force high precision measurements (#20272)Nayeem Rahman
2023-08-03feat(permissions): add "--deny-*" flags (#19070)Asher Gomez
2023-07-31feat(bench): add BenchContext::start() and BenchContext::end() (#18734)Nayeem Rahman
2023-07-04feat: Stabilize Deno.serve() API (#19141)Bartek Iwańczuk
2023-07-03fix: Update typings for Deno.errors namespace (#19688)Bartek Iwańczuk
2023-06-16chore: fix typos in HrtimePermissionDescriptor and performance.now docs (#19469)andy
2023-06-05feat: add more options to Deno.inspect (#19337)Leo Kettmeir
2023-05-24feat(ext/fs): add isBlockDevice, isCharDevice, isFifo, isSocket to FileInfo (...Hirotaka Tagawa / wafuwafu13
2023-05-10fix(dts): align `seekSync` `position` arg with `seek` (#19077)David Sherret
2023-05-04docs: update Deno.Writer docstring (#18987)Bartek Iwańczuk
2023-05-03fix(docs): replace "e.g." with "i.e." in `seek()`/`seekSync()` comment (#18964)kang
2023-05-02docs(lib): document `Deno.Command` requires the `allow-run` permission (#18958)Yarden Shoham
2023-05-01docs: correct example of piping the output of a subprocess to a file (#18933)Michael Lazarev
2023-04-27feat: Deprecate Deno.run API in favor of Deno.Command (#17630) (#18866)Bartek Iwańczuk
2023-03-30docs: clarify `Deno.consoleSize` returns the window size (#18508)David Sherret
2023-03-21chore: update formatting configuration (#18331)Bartek Iwańczuk
2023-03-21docs: fix broken `Deno.FsFile#readable` example code (#18277)ayame113
2023-03-17BREAKING(ext/fs): FileInfo.dev is defined on Windows (#18237)Bartek Iwańczuk
2023-03-16feat(fs): support FileInfo.dev on Windows (#18073)Bartek Iwańczuk
2023-03-07chore(docs): Fixed manual link (#18060)ayame113
2023-03-05fix(check): include dts files in tsc roots (#18026)Nayeem Rahman
2023-03-04chore(docs): add note about loadavg returning 0 on windows (#18006)Geert-Jan Zwiers
2023-02-22Revert "feat: Deprecate Deno.run API in favor of Deno.Command (#17630)" (#17875)Ryan Dahl
2023-02-16feat: Deprecate Deno.run API in favor of Deno.Command (#17630)Bartek Iwańczuk
2023-02-14feat: stabilize Deno.osUptime() (#17554)Bartek Iwańczuk
2023-02-13feat: Stabilize Deno.Command API (#17628)Bartek Iwańczuk
2023-02-12fix: add WouldBlock error (#17339)Leo Kettmeir
2023-02-11feat: add signal option to Deno.resolveDns (#17384)Leo Kettmeir
2023-02-11feat: add more variants to Deno.build.os (#17340)Leo Kettmeir
2023-01-28docs: fix typos in `WriteFileOptions`'s JSDoc (#17507)RA80533
2023-01-25feat: Add sync APIs for "Deno.permissions" (#17019)Asher Gomez
2023-01-24feat: allow first arg in test step to be a function (#17096)Leo Kettmeir
2023-01-19feat(runtime): add bigint to seek typings (#17314)Leo Kettmeir
2023-01-15chore: update std submodule and its imports (#17408)Asher Gomez
2023-01-12feat: allow passing a ReadableStream to Deno.writeFile/Deno.writeTextFile (#1...Leo Kettmeir
2023-01-09feat(runtime/os): add `Deno.env.has()` (#17315)Leo Kettmeir
2023-01-03fix(declaration): change `Deno.open` example to not use `Deno.close(rid)` (#1...David Sherret
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
2022-12-27feat(unstable): Add "Deno.osUptime()" API (#17179)Kamil Ogórek
2022-12-13docs: use example & default tags (#17032)Leo Kettmeir