mirror of
https://github.com/denoland/deno.git
synced 2025-01-10 16:11:13 -05:00
89c92b84fa
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
149 B
Text
3 lines
149 B
Text
Check [WILDLINE]exists.ts
|
|
error: TS2307 [ERROR]: Cannot find module 'file:///[WILDLINE]/not_exists.css'.
|
|
at file:///[WILDLINE]/not_exists.ts:1:8
|