0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-12 07:07:43 -04:00
deno/cli/tests/testdata/check/deno_not_found/main.ts
David Sherret 533ee83fde
fix(tsc): more informative diagnostic when Deno does not exist (#19825)
Also improved the diagnostic when using something like `Deno.openKv` and
it doesn't exist.
2023-07-20 01:53:34 +02:00

4 lines
74 B
TypeScript

/// <reference no-default-lib="true"/>
/// <reference lib="es5" />
Deno;