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
Move to a new file on Yadda, and the following assertion error is issued from TSServer
Response received: getEditsForRefactor (729). Request took 2 ms. Success: false . Message: Error processing request. Debug Failure.
Error: Debug Failure.
at Object.addImportFromExportedSymbol (node_modules/typescript/lib/typescript.js:154243:32)
at node_modules/typescript/lib/typescript.js:144288:19
at Map.forEach (<anonymous>)
at addTargetFileImports (node_modules/typescript/lib/typescript.js:144282:17)
at getNewStatementsAndRemoveFromOldFile (node_modules/typescript/lib/typescript.js:143512:3)
at doChange3 (node_modules/typescript/lib/typescript.js:143496:3)
at node_modules/typescript/lib/typescript.js:143481:79
at _ChangeTracker.with (node_modules/typescript/lib/typescript.js:174306:5)
at Object.getRefactorEditsToMoveToFile [as getEditsForAction] (node_modules/typescript/lib/typescript.js:143481:62)
at Object.getEditsForRefactor (node_modules/typescript/lib/typescript.js:142603:31)
at Object.getEditsForRefactor2 [as getEditsForRefactor] (node_modules/typescript/lib/typescript.js:149939:32)
at IpcIOSession.getEditsForRefactor (node_modules/typescript/lib/typescript.js:191087:49)
at getEditsForRefactor (node_modules/typescript/lib/typescript.js:189305:43)
at node_modules/typescript/lib/typescript.js:191491:69
at IpcIOSession.executeWithRequestId (node_modules/typescript/lib/typescript.js:191483:14)
at IpcIOSession.executeCommand (node_modules/typescript/lib/typescript.js:191491:29)
at IpcIOSession.onMessage (node_modules/typescript/lib/typescript.js:191533:51)
at process.<anonymous> (node_modules/typescript/lib/tsserver.js:523:14)
at process.emit (node:events:519:28)
at emit (node:internal/child_process:951:14)
at process.processTicksAndRejections (node:internal/process/task_queues:83:21)
The text was updated successfully, but these errors were encountered:
Move to a new file on
Yadda
, and the following assertion error is issued from TSServerThe text was updated successfully, but these errors were encountered: