We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeScript Version: 3.0.0-dev.20180626
Search Terms:
Code
Error: Debug Failure. False expression. at mergeSymbol (/usr/local/lib/node_modules/typescript/lib/tsserver.js:29904:26) at /usr/local/lib/node_modules/typescript/lib/tsserver.js:29965:49 at Map.forEach (native) at mergeSymbolTable (/usr/local/lib/node_modules/typescript/lib/tsserver.js:29964:20) at mergeModuleAugmentation (/usr/local/lib/node_modules/typescript/lib/tsserver.js:29978:17) at initializeTypeChecker (/usr/local/lib/node_modules/typescript/lib/tsserver.js:54255:25) at Object.createTypeChecker (/usr/local/lib/node_modules/typescript/lib/tsserver.js:29636:9) at Object.getTypeChecker (/usr/local/lib/node_modules/typescript/lib/tsserver.js:82503:79) at InferredProject.Project.updateGraph (/usr/local/lib/node_modules/typescript/lib/tsserver.js:114332:59) at InferredProject.Project.getLanguageService (/usr/local/lib/node_modules/typescript/lib/tsserver.js:114030:26) at /usr/local/lib/node_modules/typescript/lib/tsserver.js:118169:51 at ProjectService.forEachProject (/usr/local/lib/node_modules/typescript/lib/tsserver.js:115200:21) at IOSession.Session.getEditsForFileRename (/usr/local/lib/node_modules/typescript/lib/tsserver.js:118161:37) at Session.handlers.ts.createMapFromTemplate._a.(anonymous function) (/usr/local/lib/node_modules/typescript/lib/tsserver.js:117018:61) at /usr/local/lib/node_modules/typescript/lib/tsserver.js:118343:88 at IOSession.Session.executeWithRequestId (/usr/local/lib/node_modules/typescript/lib/tsserver.js:118334:28) at IOSession.Session.executeCommand (/usr/local/lib/node_modules/typescript/lib/tsserver.js:118343:33) at IOSession.Session.onMessage (/usr/local/lib/node_modules/typescript/lib/tsserver.js:118363:35) at Interface.<anonymous> (/usr/local/lib/node_modules/typescript/lib/tsserver.js:119618:27)
The text was updated successfully, but these errors were encountered:
Can you share your tsserver log file?
Sorry, something went wrong.
You can upload logs using
code --upload-logs
code-insiders --upload-logs
The specific refactoring appears to be getEditsForFileRename, so @Andy-MS might want to take a look. Also, @sandersn for mergeSymbolTable.
getEditsForFileRename
mergeSymbolTable
@cevek This should be fixed by #25463 in typescript@next, which should be available tomorrow.
typescript@next
sandersn
No branches or pull requests
TypeScript Version: 3.0.0-dev.20180626
Search Terms:
Code
The text was updated successfully, but these errors were encountered: