2024-10-18 20:38:57 +02:00
|
|
|
Download http://localhost:4260/@denotest%2fcheck-error
|
2024-05-07 13:21:56 -04:00
|
|
|
Download http://localhost:4260/@denotest/check-error/1.0.0.tgz
|
2024-11-26 20:53:20 -08:00
|
|
|
Check file:///[WILDCARD]/main.ts
|
2025-01-28 10:49:58 -05:00
|
|
|
TS2339 [ERROR]: Property 'Asdf' does not exist on type 'typeof import("file:///[WILDCARD]/@denotest/check-error/1.0.0/index.d.ts")'.
|
2022-10-21 11:20:18 -04:00
|
|
|
console.log(test.Asdf); // should error
|
|
|
|
~~~~
|
2024-11-26 20:53:20 -08:00
|
|
|
at file:///[WILDCARD]/main.ts:3:18
|
2025-01-28 10:49:58 -05:00
|
|
|
|
|
|
|
error: Type checking failed.
|