deno check. RangeError: Maximum call stack size exceeded #27561
Labels
needs info
needs further information to be properly triaged
tsc
related to the TypeScript tsc compiler
Version: Deno 2.1.4
I'm trying to type check a file with
deno check --config=web.jsonc ./src/index.tsx
. After a short delay the following error is thrownI'm working to make a minimum reproducible example, but that may take a while. In the meantime, I suspect there's more information to be gathered than the above stacktrace - which might be enough to find the issue - but I'm happy to provide that. Funnily enough, I can
deno check
all the immediate dependencies of./src/index.tsx
and it works as expected each time. According todeno info ./src/index.tsx
There are 179 unique dependencies, 611.24KB of size, and all of the files are local. I'm usinghttps://deno.land/x/[email protected]/mod.js
to transpile to javascript, and the generated code runs in the browser fine.The text was updated successfully, but these errors were encountered: