summaryrefslogtreecommitdiff
path: root/cli/tsc
AgeCommit message (Expand)Author
2023-02-24fix(npm): lazily install package.json dependencies only when necessary (#17931)David Sherret
2023-02-24refactor(flash): move remoteAddr to options bag (#17913)Leo Kettmeir
2023-02-23feat(npm): support bare specifiers from package.json in more subcommands and ...David Sherret
2023-02-22refactor: use deno_graph for npm specifiers (#17858)David Sherret
2023-02-22fix(ext/ffi): Fix re-ref'ing UnsafeCallback (#17704)Aapo Alasuutari
2023-02-22feat(ext/ffi): Replace pointer integers with v8::External objects (#16889)Aapo Alasuutari
2023-02-22Revert "feat: Deprecate Deno.run API in favor of Deno.Command (#17630)" (#17875)Ryan Dahl
2023-02-21chore: remove base64 encoding code from typescript snapshot (#17862)David Sherret
2023-02-21fix(npm): improve peer dependency resolution (#17835)David Sherret
2023-02-16feat: Deprecate Deno.run API in favor of Deno.Command (#17630)Bartek Iwańczuk
2023-02-15refactor: use deno_graph's semver and npm structs (#17791)David Sherret
2023-02-15feat(flash): add 2nd param to handler to get remote address (#17633)Leo Kettmeir
2023-02-14feat: stabilize Deno.osUptime() (#17554)Bartek Iwańczuk
2023-02-14chore(build): don't compress TSC snapshot in debug build (#17772)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-02-10fix(dts): make Deno.Command accept readonly prop in options.args (#17718)Kamil Ogórek
2023-02-09refactor: deno_graph 0.43 upgrade (#17692)David Sherret
2023-02-05 refactor: rename `deno` specifiers to `internal` (#17655)Leo Kettmeir
2023-01-30chore: update webgpu (#17534)Leo Kettmeir
2023-01-28docs: fix typos in `WriteFileOptions`'s JSDoc (#17507)RA80533
2023-01-27chore: upgrade to Rust 1.67 (#17548)David Sherret
2023-01-25fix: remove leftover Deno.spawn references (#17524)David Sherret
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-24feat: support node built-in module imports (#17264)Bartek Iwańczuk
2023-01-24feat(runtime/command): make stdin default to inherit for spawn() (#17334)Leo Kettmeir
2023-01-24refactor(deno_graph): remove unused Resolved::Ok#kind usage (#17504)David Sherret
2023-01-20feat: Stabilize Deno.Listener.ref/unref (#17477)Bartek Iwańczuk
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-14refactor(tsc): do not store some typescript declaration file text in multiple...David Sherret
2023-01-12feat: allow passing a ReadableStream to Deno.writeFile/Deno.writeTextFile (#1...Leo Kettmeir
2023-01-10fix(npm): allow to read package.json if permissions are granted (#17209)Bartek Iwańczuk
2023-01-09feat(runtime/os): add `Deno.env.has()` (#17315)Leo Kettmeir
2023-01-08feat(core): allow specifying name and dependencies of an Extension (#17301)Leo Kettmeir
2023-01-08feat(ext/ffi): structs by value (#15060)Dj
2023-01-05refactor(cli): clean up clones (#17268)Geert-Jan Zwiers
2023-01-04chore(cli,ext,rt): remove some unnecessary `clone` or `malloc` (#17261)Yiyu Lin
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-17chore: update to Rust 1.66.0 (#17078)linbingquan
2022-12-15fix: re-add Response.json static method (#17061)Leo Kettmeir
2022-12-15Revert "feat(ops): Fast zero copy string arguments (#16777)" (#17063)Bartek Iwańczuk
2022-12-14fix: upgrade to TS 4.9.4 (#17048)David Sherret
2022-12-13docs: use example & default tags (#17032)Leo Kettmeir
2022-12-13feat: support `createNew` in `Deno.writeFile` (#17023)Leo Kettmeir