-
Notifications
You must be signed in to change notification settings - Fork 29
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
Unexpected result using latest typescript 5.5.3 #98
Comments
Interesting, the AST is the same so it looks like something in the traversal logic must have changed. I don't have time to debug this right now, so here's a quick solution:
I think it's a slightly clearer query anyway 😊 |
Hey, thanks for the quick response. This is being used by another library which is the one my project depends on. I'll bring it up in that other repo. Feel free to leave this issue open or close it as you see fit |
- Fix test issues due to typescript update. @see phenomnomnominal/tsquery#98
Seems like there is something wrong with the interactions using typescript 5.5.3
Given a simple reproduction scenario
Logs 1 using
typescript@5.4.5
and 0 usingtypescript@5.5.3
Haven't checked further to know specifics about why it fails.
This scenario is available on stackblitz https://stackblitz.com/edit/stackblitz-starters-b9kfqj?file=index.ts
The text was updated successfully, but these errors were encountered: