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
$ tsc -p jsconfig.json
/Users/michael/.config/yarn/global/node_modules/typescript/lib/tsc.js:84647
throw e;
^
RangeError: Maximum call stack size exceeded
at getTypeOfFuncClassEnumModule (/Users/michael/.config/yarn/global/node_modules/typescript/lib/tsc.js:40811:25)
at getTypeOfSymbol (/Users/michael/.config/yarn/global/node_modules/typescript/lib/tsc.js:40924:24)
at getTypeFromJSDocValueReference (/Users/michael/.config/yarn/global/node_modules/typescript/lib/tsc.js:43656:33)
at getTypeReferenceType (/Users/michael/.config/yarn/global/node_modules/typescript/lib/tsc.js:43642:33)
at getTypeFromJSDocValueReference (/Users/michael/.config/yarn/global/node_modules/typescript/lib/tsc.js:43670:36)
at getTypeReferenceType (/Users/michael/.config/yarn/global/node_modules/typescript/lib/tsc.js:43642:33)
at getTypeFromJSDocValueReference (/Users/michael/.config/yarn/global/node_modules/typescript/lib/tsc.js:43670:36)
at getTypeReferenceType (/Users/michael/.config/yarn/global/node_modules/typescript/lib/tsc.js:43642:33)
at getTypeFromJSDocValueReference (/Users/michael/.config/yarn/global/node_modules/typescript/lib/tsc.js:43670:36)
at getTypeReferenceType (/Users/michael/.config/yarn/global/node_modules/typescript/lib/tsc.js:43642:33)
Playground Link:
Couldn't figure out how to do multiple JSDoc files in the playground.
Related Issues:
Not that I could tell.
The text was updated successfully, but these errors were encountered:
TypeScript Version: Version 4.0.0-dev.20200717
Search Terms: Maximum call stack
Code
jsconfig.json:
src/foo.js:
src/bar.js:
Run:
tsc -p jsconfig.json
Expected behavior:
Generate .d.ts files, or at least, don't crash.
Actual behavior:
Playground Link:
Couldn't figure out how to do multiple JSDoc files in the playground.
Related Issues:
Not that I could tell.
The text was updated successfully, but these errors were encountered: