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