-
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 outputFix AvailableA PR has been opened for this issueA PR has been opened for this issue
Milestone
Description
Bug Report
Upgrade in v4.2.2
(also an issue in v4.2.1-rc
, tsc fail to compile with an error Debug Failure.
🔎 Search Terms
🕗 Version & Regression Information
- This is a crash
- This changed between versions v4.2.1-beta and v4.2.2-rc
- This is the behaviour in every version I tried, and I reviewed the FAQ for entries about "Debug Failure."
⏯ Playground Link
💻 Code
🙁 Actual behavior
Error: Debug Failure.
at Object.getModuleSpecifiers (/Maskbook/node_modules/.pnpm/[email protected]/node_modules/typescript/lib/tsc.js:91587:30)
at getSpecifierForModuleSymbol (/Maskbook/node_modules/.pnpm/[email protected]/node_modules/typescript/lib/tsc.js:39998:62)
at createExpressionFromSymbolChain (/Maskbook/node_modules/.pnpm/[email protected]/node_modules/typescript/lib/tsc.js:40172:63)
at symbolToExpression (/Maskbook/node_modules/.pnpm/[email protected]/node_modules/typescript/lib/tsc.js:40159:24)
at /Maskbook/node_modules/.pnpm/[email protected]/node_modules/typescript/lib/tsc.js:38966:106
at withContext (/Maskbook/node_modules/.pnpm/[email protected]/node_modules/typescript/lib/tsc.js:39005:37)
at symbolToExpression (/Maskbook/node_modules/.pnpm/[email protected]/node_modules/typescript/lib/tsc.js:38966:28)
at symbolToStringWorker (/Maskbook/node_modules/.pnpm/[email protected]/node_modules/typescript/lib/tsc.js:38886:30)
at Object.usingSingleLineStringWriter (/Maskbook/node_modules/.pnpm/[email protected]/node_modules/typescript/lib/tsc.js:10151:13)
at symbolToString (/Maskbook/node_modules/.pnpm/[email protected]/node_modules/typescript/lib/tsc.js:38884:73)
🙂 Expected behavior
It should compile.
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 outputFix AvailableA PR has been opened for this issueA PR has been opened for this issue