summaryrefslogtreecommitdiff
path: root/cli/tests/integration/check_tests.rs
AgeCommit message (Expand)Author
2023-07-13fix(tsc): more informative diagnostic when `Deno` does not exist (#19825)David Sherret
2023-07-07tests: add more jsxImportSource regression tests (#15592)Luca Casonato
2023-07-02refactor(core): Extract deno_core (#19658)Matt Mastracci
2023-06-10chore(tests): test_util - Add `PathRef` (#19450)David Sherret
2023-05-14fix(dts): move BroadcastChannel type to lib.deno.unstable.d.ts (#19108)Yoshiya Hinosawa
2023-04-01fix(check): ensure diagnostics caused by changes in other files get invalidat...David Sherret
2023-03-13refactor(core): pass cwd explicitly to resolve_path (#18092)Bartek Iwańczuk
2023-03-13chore(cli/tests): use test builder in more integration tests (#18031)Geert-Jan Zwiers
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-23fix(npm): allow resolving from package.json when an import map exists (#17905)David Sherret
2023-02-23feat(npm): support bare specifiers from package.json in more subcommands and ...David Sherret
2023-01-24feat: support node built-in module imports (#17264)Bartek Iwańczuk
2023-01-13tests: move integration tests to a single module (#17380)Bartek Iwańczuk
2022-11-26tests: move integration tests to separate modules (#16816)Bartek Iwańczuk
2022-11-25refactor: move dts files, diagnostics.rs, and tsc.rs to tsc folder (#16820)David Sherret
2022-10-27fix(typescript): allow synthetic default imports when using `ModuleKind.ESNex...David Sherret
2022-10-21feat(unstable/npm): initial type checking of npm specifiers (#16332)David Sherret
2022-09-19refactor: move out test files from root testdata directory into sub directori...David Sherret
2022-07-12perf: use emit from swc instead of tsc (#15118)David Sherret
2022-06-23fix(check): ignore TS2306 (#14940)Nayeem Rahman
2022-06-15fix(check): use "moduleDetection": "force" (#14875)Nayeem Rahman
2022-04-11feat: Add "deno check" subcommand for type checking (#14072)Bartek Iwańczuk