-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
The version [email protected] freezes nyc mocha #595
Comments
Really sorry about the breakage. I'd like to get this fixed ASAP. However, I can't reproduce this. The
Here are my versions:
This is on 64-bit Windows 10 in a VM. Let me know if you think there's another way to debug this or if I need a specific version of node and/or npm to be able to run that command. |
It freezes to me as well when transpiling a very simple TS file with |
Could this be the same issue as I was seeing in #596? |
This may be helpful. esbuild freezes to me if used with It freezes on the
I'm using It doesn't happen with Thing is... if I invoke
|
Thanks for the tip. I can also reproduce it when using |
This should now be fixed in version 0.8.23. Again, sorry for the breakage. I now have test coverage for |
Thank you @evanw - and for your advice - sorry. |
Since version 0.8.22 the command
nyc moche
freeze. Version 0.8.21 works.To reproduce this as shell script:
The text was updated successfully, but these errors were encountered: