-
Notifications
You must be signed in to change notification settings - Fork 33
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
Bug: unhandled node kind: 262 #25
Comments
Interesting. I'll have a look :) Thanks for reporting. |
If there's anything I can do to provide better logs let me know. |
@OmgImAlexis I'm struggling to replicate this bug. Are you able to provide a link to your repo or create a sandbox that replicates this? |
I think this is the same issue as before. I've actually got a decent log this time though and it pointed me to this line. this.lock ??= new Mutex(); More specifically the |
@OmgImAlexis where is that line? |
Make a new file. Add anything using the ??= operator and run it. You'll see the issue. |
Getting the same issue but with a different code this time.
The offending line. private async getLock() {
this.lock ??= new Mutex();
return this.lock;
} |
@alexcanessa can we get plantain-00/type-coverage#99 (comment) shows it fixed. |
Describe the bug
While running
typescript-coverage-report
I get this error, the coverage report still gets generated though.To Reproduce
typescript-coverage-report
Expected behaviour
No error.
Environment
Additional context
The text was updated successfully, but these errors were encountered: