mirror of
https://github.com/denoland/deno.git
synced 2025-02-08 07:16:56 -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
172 B
Text
3 lines
172 B
Text
Check file:///[WILDLINE]/dts_importing_non_existent/index.js
|
|
error: TS2307 [ERROR]: Cannot find module 'file:///[WILDLINE]/test'.
|
|
at file:///[WILDLINE]/index.d.ts:1:22
|