summaryrefslogtreecommitdiff
path: root/cli/tsc/diagnostics.rs
AgeCommit message (Expand)Author
2024-09-24fix(check): ignore noImplicitOverrides in remote modules (#25854)David Sherret
2024-09-14feat: TypeScript 5.6 and `npm:@types/node@22` (#25614)David Sherret
2024-03-31fix(check): ignore certain diagnostics in remote modules and when publishing ...David Sherret
2024-02-07refactor: extract out `runtime::colors` to `deno_terminal::colors` (#22324)David Sherret
2024-02-01refactor: load bytes in deno_graph (#22212)David Sherret
2024-01-10feat(unstable): fast subset type checking of JSR dependencies (#21873)David Sherret
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-10-02refactor(lsp): clean up tsc requests (#20743)Nayeem Rahman
2023-07-13fix(tsc): more informative diagnostic when `Deno` does not exist (#19825)David Sherret
2023-07-04feat: Stabilize Deno.serve() API (#19141)Bartek Iwańczuk
2023-05-01perf: lazily retrieve ppid (#18940)David Sherret
2023-04-13refactor(cli,ext,ops): cleanup `regex` with `lazy-regex` (#17296)Yiyu Lin
2023-02-13feat: Stabilize Deno.Command API (#17628)Bartek Iwańczuk
2023-01-27chore: upgrade to Rust 1.67 (#17548)David Sherret
2023-01-25fix: remove leftover Deno.spawn references (#17524)David Sherret
2023-01-24feat: support node built-in module imports (#17264)Bartek Iwańczuk
2023-01-04chore(cli,ext,rt): remove some unnecessary `clone` or `malloc` (#17261)Yiyu Lin
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
2022-12-27feat(unstable): Add "Deno.osUptime()" API (#17179)Kamil Ogórek
2022-11-28feat(unstable): rework Deno.Command (#16812)Leo Kettmeir
2022-11-25refactor: move dts files, diagnostics.rs, and tsc.rs to tsc folder (#16820)David Sherret