-
Notifications
You must be signed in to change notification settings - Fork 12.9k
Closed
Labels
BugA bug in TypeScriptA bug in TypeScriptCrashFor flagging bugs which are compiler or service crashes or unclean exits, rather than bad outputFor flagging bugs which are compiler or service crashes or unclean exits, rather than bad outputDomain: JS EmitThe issue relates to the emission of JavaScriptThe issue relates to the emission of JavaScriptFix AvailableA PR has been opened for this issueA PR has been opened for this issueFixedA PR has been merged for this issueA PR has been merged for this issue
Milestone
Description
π Search Terms
"maximum call stack size"
π Version & Regression Information
- This is a crash
- This changed between versions 5.4.5 and 5.5.2
β― Playground Link
No response
π» Code
Not sure which code causes the crash.
π Actual behavior
When compiling monaco-editor with [email protected] or higher, it will result in a Maximum call stack size exceeded
.
- Open https://stackblitz.com/~/github.com/microsoft/monaco-editor or clone https://github.com/microsoft/monaco-editor locally
- Run
npm run build-monaco-editor
(this will work as it uses [email protected]) - Update TypeScript by running
npm install [email protected]
- Run
npm run build-monaco-editor
again (this will fail)
π Expected behavior
When compiling monaco-editor
with the latest TypeScript, I shouldn't be seeing a Maximum call stack size exceeded
.
Additional information about the issue
No response
Metadata
Metadata
Assignees
Labels
BugA bug in TypeScriptA bug in TypeScriptCrashFor flagging bugs which are compiler or service crashes or unclean exits, rather than bad outputFor flagging bugs which are compiler or service crashes or unclean exits, rather than bad outputDomain: JS EmitThe issue relates to the emission of JavaScriptThe issue relates to the emission of JavaScriptFix AvailableA PR has been opened for this issueA PR has been opened for this issueFixedA PR has been merged for this issueA PR has been merged for this issue