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