You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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: