mirror of
https://github.com/denoland/deno.git
synced 2025-02-12 16:59:32 -05:00
![David Sherret](/assets/img/avatar_default.png)
Instead of hard erroring, we now surface module not found errors as TypeScript diagnostics (we have yet to show the source code of the error, but something we can improve over time).
3 lines
198 B
Text
3 lines
198 B
Text
Download http://localhost:4545/missing_non_existent.ts
|
|
Check http://localhost:4545/missing_non_existent.ts
|
|
error: TS2307 [ERROR]: Cannot find module 'http://localhost:4545/missing_non_existent.ts'.
|