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
/
tools
/
check.rs
Age
Commit message (
Expand
)
Author
2024-09-26
feat: add `--allow-import` flag (#25469)
Bartek Iwańczuk
2024-09-18
feat: default to TS for file extension and support ext flag in more scenarios...
Leo Kettmeir
2024-09-17
feat(cli): evaluate code snippets in JSDoc and markdown (#25220)
Yusuke Tanaka
2024-09-14
feat: TypeScript 5.6 and `npm:@types/node@22` (#25614)
David Sherret
2024-09-04
BREAKING(config): make supported compilerOptions an allow list (#25432)
David Sherret
2024-08-30
fix: upgrade deno_ast 0.42 (#25313)
David Sherret
2024-07-04
feat: npm workspace and better Deno workspace support (#24334)
David Sherret
2024-05-29
fix: bump cache sqlite dbs to v2 for WAL journal mode change (#24030)
David Sherret
2024-05-28
fix(cli/test): decoding percent-encoding(non-ASCII) file path correctly (#23200)
Hajime-san
2024-03-31
fix(check): ignore certain diagnostics in remote modules and when publishing ...
David Sherret
2024-03-01
fix(unstable/publish): repect `--no-check` in no-slow-types (#22653)
David Sherret
2024-02-21
feat(publish): type check on publish (#22506)
David Sherret
2024-02-20
perf(jsr): fast check cache and lazy fast check graph (#22485)
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-13
fix(check): should not panic when all specified files excluded (#21929)
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-03
refactor(npm): break up `NpmModuleLoader` and move more methods into the mana...
David Sherret
2023-09-29
refactor(cli): make `CliNpmResolver` a trait (#20732)
David Sherret
2023-09-28
refactor(ext/node): remove dependency on deno_npm and deno_semver (#20718)
David Sherret
2023-08-21
refactor: upgrade deno_ast 0.28 and deno_semver 0.4 (#20193)
David Sherret
2023-07-27
fix: do not include jsx without `@ts-check` in tsc roots (#19964)
David Sherret
2023-07-26
fix(lsp): handle import mapped `node:` specifier (#19956)
David Sherret
2023-07-26
fix(check): should bust check cache when json module or npm resolution change...
David Sherret
2023-07-10
refactor(lsp): move config file related code to config.rs (#19790)
David Sherret
2023-05-01
refactor(cli): remove ProcState - add CliFactory (#18900)
David Sherret
2023-04-24
refactor(ext/node): allow injecting `NodeFs` from CLI (#18829)
David Sherret
2023-04-21
refactor(node): move most of cli/node to ext/node (#18797)
David Sherret
2023-04-17
refactor(npm): add CliNodeResolver (#18742)
David Sherret
2023-04-14
refactor: add `TypeChecker` struct (#18709)
David Sherret
2023-04-14
refactor: break up `ProcState` (#18707)
David Sherret
2023-04-13
refactor(cli,ext,ops): cleanup `regex` with `lazy-regex` (#17296)
Yiyu Lin
2023-04-01
perf(check): faster source hashing (#18534)
David Sherret
2023-03-21
perf(check): type check local files only when not using `--all` (#18329)
David Sherret
2023-03-21
feat: TypeScript 5.0.2 (except decorators) (#18294)
David Sherret
2023-03-11
fix(check): regression where config "types" entries caused type checking erro...
David Sherret
2023-03-05
fix(check): include dts files in tsc roots (#18026)
Nayeem Rahman
2023-02-22
refactor: use deno_graph for npm specifiers (#17858)
David Sherret
2023-02-09
refactor: deno_graph 0.43 upgrade (#17692)
David Sherret
2023-01-24
feat: support node built-in module imports (#17264)
Bartek Iwańczuk
2023-01-24
refactor(deno_graph): remove unused Resolved::Ok#kind usage (#17504)
David Sherret
2023-01-05
refactor(cli,core,ext,rt): remove some unnecessary `clone` or `malloc` (#17274)
Yiyu Lin
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-11-25
refactor: move dts files, diagnostics.rs, and tsc.rs to tsc folder (#16820)
David Sherret
2022-10-21
feat(unstable/npm): initial type checking of npm specifiers (#16332)
David Sherret
2022-09-02
refactor: extract out check code from emit (#15729)
David Sherret