-
-
Notifications
You must be signed in to change notification settings - Fork 540
ts-node dos not recognize end of input; keeps printing "..." #2150
New issue
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
Comments
Same problem here. Specific information to recreate: OS/Version: NAME="Arch Linux" i will spend some time on this as I am able and if fixed I'll submit a patch. |
Same problem just started. Worth noting that it's something that starts happening on its own. Just this morning |
Dug into for a while, I am at loss. I found that this "sea" thing from the |
|
Actually, nvm the exception, my "workaround" is the solution. I just found that the exception only appears with newer typescript, but with deps downgraded per my comment above the problem doesn't appear. |
These would otherwise result in syntax like `… node:sea = …`, which causes further problems with indefinite wait. Fixes: TypeStrong#2150
Search Terms
repl, newline, ...
Expected Behavior
Expression is evaluted in REPL after hitting "enter":
Actual Behavior
Nothing happens, ts-node behavies like it expects the input to continue:
If you input something that is not a valid expression, you get something else:
Steps to reproduce the problem
I don't know. This happens on my machine, I have not been able to find what triggers it.
I have cleaned absolutely everything node-related that I could find on my machine several times, including all the caches. It is still happening.
Minimal reproduction
Specifications
OSX 15.3.1:
The text was updated successfully, but these errors were encountered: