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
chore(refactor): replace remaining usage of Range2
## Details
Replaces remaining use of the Range2 class with internal Range class.
Remove overlap method from Extmark and call it directly on Range
instance.
Remove method for checking overlap with NodeInfo and use method for
overlap with TSNode in all places. Make clear the distinction between
contains and overlaps via names and use them consistently.
0 commit comments