You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running deno check and getting a stack trace that only includes Deno internals, not my source file(s):
$ deno check main.ts
Check file:///home/dandv/deno-bugs/main.ts
error: Uncaught Error: Unable to load /home/dandv/.cache/deno/npm/registry.npmjs.org/@anthropic-ai/sdk/0.33.1/src/resources/messages.d.ts: No such file or directory (os error 2)
at Object.getSourceFile (ext:deno_tsc/99_main_compiler.js:621:28)
at findSourceFileWorker (ext:deno_tsc/00_typescript.js:126789:23)
at findSourceFile (ext:deno_tsc/00_typescript.js:126705:20)
at processImportedModules (ext:deno_tsc/00_typescript.js:127105:11)
at findSourceFileWorker (ext:deno_tsc/00_typescript.js:126854:7)
at findSourceFile (ext:deno_tsc/00_typescript.js:126705:20)
at processImportedModules (ext:deno_tsc/00_typescript.js:127105:11)
at findSourceFileWorker (ext:deno_tsc/00_typescript.js:126854:7)
at findSourceFile (ext:deno_tsc/00_typescript.js:126705:20)
at ext:deno_tsc/00_typescript.js:126654:22
I would expect to see main.ts and lib.ts at the top of (actually instead of) that stack trace.
I'm running
deno check
and getting a stack trace that only includes Deno internals, not my source file(s):I would expect to see
main.ts
andlib.ts
at the top of (actually instead of) that stack trace.main.ts
lib.ts
Reproduction
git clone https://github.com/dandv/deno-bug-check-stack-trace-omits-source-file
deno check main.ts
Version: Deno 2.1.4
Related
#27472
The text was updated successfully, but these errors were encountered: