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
fix: do not transform Ident to This in PostTyper anymore (#23899)
Closes#23875
In PostTyper, we used to change the representation of an `Ident` with a
`ThisType` to a `This(...)` node.
In patterns, this causes an issue where we ended up not matching any
previously known pattern and end up generating code that triggers an
infinite loop.
0 commit comments