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
Hi everyone! How are you doing?
My Deno tests are failing with the following error, even though I've configured vendor: true.
error: Uncaught AssertionError: "data" is unexpectedly null for "https://esm.sh/v135/node.ns.d.ts".
at assert (ext:deno_tsc/99_main_compiler.js:130:13)
at Object.getSourceFile (ext:deno_tsc/99_main_compiler.js:561:7)
at findSourceFileWorker (ext:deno_tsc/00_typescript.js:120340:25)
at findSourceFile (ext:deno_tsc/00_typescript.js:120260:22)
at ext:deno_tsc/00_typescript.js:120209:24
at getSourceFileFromReferenceWorker (ext:deno_tsc/00_typescript.js:120178:28)
at processSourceFile (ext:deno_tsc/00_typescript.js:120207:7)
at ext:deno_tsc/00_typescript.js:120479:9
at forEach (ext:deno_tsc/00_typescript.js:55:24)
at processReferencedFiles (ext:deno_tsc/00_typescript.js:120478:7)
When I use "checkJs": true on compilerOptions I can see:
error: Module not found "https://esm.sh/v135/node.ns.d.ts".
at https://esm.sh/v135/@types/[email protected]/X-ZS9idWZmZXIsY3J5cHRvLGRucyxldmVudHMsZnMsaHR0cCxuZXQscXVlcnlzdHJpbmcscmVhZGxpbmUsc3RyZWFtLHRscyx1cmw/index.d.ts:1:21
Could you please help me? Have any of you had this problem?
Hi everyone! How are you doing?
My Deno tests are failing with the following error, even though I've configured vendor: true.
When I use "checkJs": true on compilerOptions I can see:
Could you please help me? Have any of you had this problem?
Here are my settings:
deno 1.38.4 (release, aarch64-apple-darwin)
v8 12.0.267.1
typescript 5.2.2
Thanks in advance!
The text was updated successfully, but these errors were encountered: