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
/
tests
/
integration
/
check_tests.rs
Age
Commit message (
Expand
)
Author
2024-02-10
chore: move cli/tests/ -> tests/ (#22369)
Matt Mastracci
2024-01-21
fix: remove conditional unstable type-checking from other commands (#21991)
Bartek Iwańczuk
2024-01-13
fix(check): should not panic when all specified files excluded (#21929)
David Sherret
2024-01-03
fix(cli): respect `exclude` option for `deno check` command (#21779)
nokazn
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-11-01
feat: granular --unstable-* flags (#20968)
Bartek Iwańczuk
2023-09-18
feat(unstable): package manager (#20517)
David Sherret
2023-09-08
feat: lockfile v3 (#20424)
David Sherret
2023-08-29
chore(cli): use NPM_CONFIG_REGISTRY for all tests (#20320)
Matt Mastracci
2023-07-27
fix: do not include jsx without `@ts-check` in tsc roots (#19964)
David Sherret
2023-07-26
fix(check): should bust check cache when json module or npm resolution change...
David Sherret
2023-07-13
fix(tsc): more informative diagnostic when `Deno` does not exist (#19825)
David Sherret
2023-07-07
tests: add more jsxImportSource regression tests (#15592)
Luca Casonato
2023-07-02
refactor(core): Extract deno_core (#19658)
Matt Mastracci
2023-06-10
chore(tests): test_util - Add `PathRef` (#19450)
David Sherret
2023-05-14
fix(dts): move BroadcastChannel type to lib.deno.unstable.d.ts (#19108)
Yoshiya Hinosawa
2023-04-01
fix(check): ensure diagnostics caused by changes in other files get invalidat...
David Sherret
2023-03-13
refactor(core): pass cwd explicitly to resolve_path (#18092)
Bartek Iwańczuk
2023-03-13
chore(cli/tests): use test builder in more integration tests (#18031)
Geert-Jan Zwiers
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-23
fix(npm): allow resolving from package.json when an import map exists (#17905)
David Sherret
2023-02-23
feat(npm): support bare specifiers from package.json in more subcommands and ...
David Sherret
2023-01-24
feat: support node built-in module imports (#17264)
Bartek Iwańczuk
2023-01-13
tests: move integration tests to a single module (#17380)
Bartek Iwańczuk
2022-11-26
tests: move integration tests to separate modules (#16816)
Bartek Iwańczuk
2022-11-25
refactor: move dts files, diagnostics.rs, and tsc.rs to tsc folder (#16820)
David Sherret
2022-10-27
fix(typescript): allow synthetic default imports when using `ModuleKind.ESNex...
David Sherret
2022-10-21
feat(unstable/npm): initial type checking of npm specifiers (#16332)
David Sherret
2022-09-19
refactor: move out test files from root testdata directory into sub directori...
David Sherret
2022-07-12
perf: use emit from swc instead of tsc (#15118)
David Sherret
2022-06-23
fix(check): ignore TS2306 (#14940)
Nayeem Rahman
2022-06-15
fix(check): use "moduleDetection": "force" (#14875)
Nayeem Rahman
2022-04-11
feat: Add "deno check" subcommand for type checking (#14072)
Bartek Iwańczuk