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
Apply the "Convert default export to named export" refactoring at /*$*/.
Response received: getEditsForRefactor (71). Request took 26 ms. Success: false . Message: Error processing request. Debug Failure. Unexpected node.
Node ImportType was unexpected.
Error: Debug Failure. Unexpected node.
Node ImportType was unexpected.
at changeDefaultToNamedImport (node_modules/typescript/lib/tsserver.js:157575:30)
at node_modules/typescript/lib/tsserver.js:157530:21
at Object.eachExportReference (node_modules/typescript/lib/tsserver.js:136347:29)
at changeImports (node_modules/typescript/lib/tsserver.js:157527:39)
at doChange (node_modules/typescript/lib/tsserver.js:157480:13)
at node_modules/typescript/lib/tsserver.js:157415:94
at Function.ChangeTracker.with (node_modules/typescript/lib/tsserver.js:147283:17)
at Object.getRefactorEditsToConvertBetweenNamedAndDefaultExports [as getEditsForAction] (node_modules/typescript/lib/tsserver.js:157415:62)
at Object.getEditsForRefactor (node_modules/typescript/lib/tsserver.js:148589:41)
at Object.getEditsForRefactor (node_modules/typescript/lib/tsserver.js:164351:32)
at IpcIOSession.Session.getEditsForRefactor (node_modules/typescript/lib/tsserver.js:175483:59)
at Session.handlers.ts.Map.ts.getEntries._a.<computed> (node_modules/typescript/lib/tsserver.js:174103:61)
at node_modules/typescript/lib/tsserver.js:175866:88
at IpcIOSession.Session.executeWithRequestId (node_modules/typescript/lib/tsserver.js:175857:28)
at IpcIOSession.Session.executeCommand (node_modules/typescript/lib/tsserver.js:175866:33)
at IpcIOSession.Session.onMessage (node_modules/typescript/lib/tsserver.js:175892:35)
at process.<anonymous> (node_modules/typescript/lib/tsserver.js:178527:31)
at process.emit (node:events:390:28)
at emit (node:internal/child_process:917:12)
at processTicksAndRejections (node:internal/process/task_queues:84:21)
The text was updated successfully, but these errors were encountered:
DanielRosenwasser
added
Bug
A bug in TypeScript
Help Wanted
You can do this
Effort: Moderate
Requires experience with the TypeScript codebase, but feasible. Harder than "Effort: Casual".
Domain: Refactorings
e.g. extract to constant or function, rename symbol
Crash
For flagging bugs which are compiler or service crashes or unclean exits, rather than bad output
Duplicate
An existing issue was already created
and removed
Bug
A bug in TypeScript
Help Wanted
You can do this
Effort: Moderate
Requires experience with the TypeScript codebase, but feasible. Harder than "Effort: Casual".
Domain: Refactorings
e.g. extract to constant or function, rename symbol
Crash
For flagging bugs which are compiler or service crashes or unclean exits, rather than bad output
labels
Apr 6, 2022
Apparently #48544 was separate.
Apply the "Convert default export to named export" refactoring at
/*$*/
.The text was updated successfully, but these errors were encountered: