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: Completely skip over hidden sequence points (#769)
It is a bit unclear how to really treat these hidden sequence points.
However just setting the line to `0` means we do find a source location (with line `0`) on lookup, and then later on we apply the wrong source context lines.
By ignoring these, we do get the correct source line (and thus source context) for the linked customer issue.
0 commit comments