-
Notifications
You must be signed in to change notification settings - Fork 13.1k
Closed as not planned
Closed as not planned
Copy link
Labels
DuplicateAn existing issue was already createdAn existing issue was already created
Description
Bug Report
🔎 Search Terms
- "RangeError: Maximum call stack size exceeded at inferFromTypes"
- "inferFromTypes"
🕗 Version & Regression Information
- This changed between versions 5.0.4 and 5.1.3
- Seems to be fixed when running
npm install typescript@next //(5.2.0-dev.20230606)
💻 Code
npm run build
🙁 Actual behavior
Build error occurred
RangeError: Maximum call stack size exceeded
at inferFromTypes (C:\***\node_modules\typescript\lib\typescript.js:654
at inferFromTypes (C:\***\node_modules\typescript\lib\typescript.js:65459:11)
at inferFromTypes (C:\***\node_modules\typescript\lib\typescript.js:65459:11)
at inferFromTypes (C:\***\node_modules\typescript\lib\typescript.js:65459:11)
at inferFromTypes (C:\***\node_modules\typescript\lib\typescript.js:65459:11)
at inferFromTypes (C:\***\node_modules\typescript\lib\typescript.js:65459:11)
at inferFromTypes (C:\***\node_modules\typescript\lib\typescript.js:65459:11)
at inferFromTypes (C:\***\node_modules\typescript\lib\typescript.js:654
at inferFromTypes (C:\***\node_modules\typescript\lib\typescript.js:65459:11)
at inferFromTypes (C:\***\node_modules\typescript\lib\typescript.js:65459:11) {
type: 'RangeError'
}
🙂 Expected behavior
Build completed with no errors.
paradoxloop, acr13, ezej4, ryanmr, dbrxnds and 14 moreKawassaki and kennethslee613
Metadata
Metadata
Assignees
Labels
DuplicateAn existing issue was already createdAn existing issue was already created