summaryrefslogtreecommitdiff
path: root/cli/tsc
AgeCommit message (Expand)Author
2023-12-13chore: deprecate `Deno.Reader`, `Deno.ReaderSync`, `Deno.Writer`, `Deno.Write...Asher Gomez
2023-12-14feat(unstable): append commit versionstamp to key (#21556)Heyang Zhou
2023-12-12feat(ext/kv) add backoffSchedule to enqueue (#21474)Igor Zinkovsky
2023-12-12perf(lsp): use null types instead of stub modules (#21541)Nayeem Rahman
2023-12-11perf(lsp): simplify some of the startup code (#21538)Bartek Iwańczuk
2023-12-09feat: bring back WebGPU (#20812)Leo Kettmeir
2023-12-06feat: TypeScript 5.3 (#21480)David Sherret
2023-12-06feat: stabilize Deno.HttpServer.shutdown and Unix socket support (#21463)Bartek Iwańczuk
2023-12-06feat(ext/fetch): allow `Deno.HttpClient` to be declared with `using` (#21453)Yusuke Tanaka
2023-12-05docs: fix description of FileInfo's mode property (#21366)David Sherret
2023-12-05feat(unstable): kv.watch() (#21147)Luca Casonato
2023-12-03refactor: faster args for op_load in TSC (#21438)Bartek Iwańczuk
2023-12-02perf(lsp): fix redundant serialization of sources (#21435)Nayeem Rahman
2023-12-02chore: update std to 0.208.0 (#21318)Asher Gomez
2023-12-01perf(lsp): better op performance logging (#21423)Bartek Iwańczuk
2023-11-30fix(cron): move deprecated Deno.cron overload (#21407)Igor Zinkovsky
2023-11-30feat(cron): added the support for json type schedule to cron api (#21340)Raashid Anwar
2023-11-30perf(lsp): remove throttling of cancellation token (#21395)Bartek Iwańczuk
2023-11-25fix(dts): `Deno.ChildProcess` actually implements `AsyncDisposable` (#21326)Yusuke Tanaka
2023-11-22docs: update `Deno.*` deprecation notices (#21283)Asher Gomez
2023-11-20docs: typo fixlet in worker type comment (#21268)Jérôme Benoit
2023-11-16feat(ext/cron) modify Deno.cron API to make handler arg last (#21225)Igor Zinkovsky
2023-11-13chore: remove duplicate esnext.dispoable (#21184)David Sherret
2023-11-08fix small Deno.createHttpClient typo in lib.deno.unstable.d.ts (#21115)btoo
2023-11-07docs: improve some JSDoc (#20841)Luca Casonato
2023-11-05fix(core/types): `Promise.withResolvers`: Unmark callback param as optional (...Jesse Jackson
2023-11-05chore: migrate to new deno_core and metrics (#21057)Matt Mastracci
2023-11-04fix(cron): update Deno.cron doc example (#21078)Igor Zinkovsky
2023-11-02chore: Add 'jupyter' category for Deno.jupyter APIs (#21061)Bartek Iwańczuk
2023-11-01fix: add missing `Object.groupBy()` and `Map.groupBy()` types (#21050)Asher Gomez
2023-11-01feat: enable Array.fromAsync (#21048)Bartek Iwańczuk
2023-11-01feat: precompile JSX (#20962)Bartek Iwańczuk
2023-11-01feat: disposable Deno resources (#20845)Luca Casonato
2023-11-01chore: upgrade deno_core (#21036)Bartek Iwańczuk
2023-11-01feat(cron) implement Deno.cron() (#21019)Igor Zinkovsky
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-23docs(event): fixlets to code comments (#20944)Jérôme Benoit
2023-10-12feat(unstable): add Deno.jupyter.display API (#20819)Kyle Kelley
2023-10-12refactor: FeatureChecker integration in ext/ crates (#20797)Bartek Iwańczuk
2023-10-11feat(WebSocketStream): rename connection to opened (#20878)Leo Kettmeir
2023-10-08fix: define window.name (#20804)Bartek Iwańczuk
2023-10-08refactor: migrate last tsc op to op2 macro (#20816)Bartek Iwańczuk
2023-10-05refactor(npm): add referrer when resolving npm package sub path from deno mod...David Sherret
2023-10-05docs: update alternative APIs for `write()`, `writeSync()`, `read()` and `rea...Asher Gomez
2023-10-04feat(jupyter): send binary data with `Deno.jupyter.broadcast` (#20755)Trevor Manz
2023-10-04feat(unstable): add unix domain socket support to Deno.serve (#20759)Yoshiya Hinosawa
2023-10-03refactor(npm): break up `NpmModuleLoader` and move more methods into the mana...David Sherret
2023-10-02refactor(lsp): clean up tsc requests (#20743)Nayeem Rahman