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
The compiled output gets stuck after a .type check, where the compiled output includes and stops at the typechecked identifier, even though the identifier has been removed from input and replaced with subsequent user input.
I did some more digging into this. It seems like it might be a bug inside TypeScript itself.
After we call getQuickInfoAtPosition, the service seems to get stuck for the file in question, returning the same emit output even when we update the script's source text to include new commands.
Expected Behavior
Actual Behavior
Steps to reproduce the problem
.type
the symbol3 + 4
Minimal reproduction
TypeStrong/ts-node-repros#5
Specifications
The text was updated successfully, but these errors were encountered: