Skip to content
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

warning: unhandled node kind: 175 in <file>:<line>:<col> #140

Open
ralfwimmer opened this issue Jul 9, 2024 · 2 comments
Open

warning: unhandled node kind: 175 in <file>:<line>:<col> #140

ralfwimmer opened this issue Jul 9, 2024 · 2 comments

Comments

@ralfwimmer
Copy link

Version(if relevant): 2.29.0

Environment(if relevant): Kubuntu 22.04 / node.js v22.4.0

Code(if relevant):

export class Foo {
    static {
         // Execute some code
    }

   //... more code
}

Expected: no warning

Actual:

npx type-coverage -p ./tsconfig.js produces the following warning:

warning: unhandled node kind: 175 in <file>:<line>:<col>

The <file>:<line> points to the "static" keyword in the code snippet above.

@plantain-00
Copy link
Owner

v2.29.1 should fix it

@ralfwimmer
Copy link
Author

That was a fast fix! Thank you!!
I can confirm that the warning no longer appears with my code base.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants