summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/check/deno_unstable_not_found/main.ts
AgeCommit message (Collapse)Author
2024-01-21fix: remove conditional unstable type-checking from other commands (#21991)Bartek IwaƄczuk
It appears I missed this in https://github.com/denoland/deno/pull/21825.
2023-07-13fix(tsc): more informative diagnostic when `Deno` does not exist (#19825)David Sherret
Also improved the diagnostic when using something like `Deno.openKv` and it doesn't exist.