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: create node body subclass that node extends
## Details
Moves the range and text fields (essentially what a treesitter node
encompasses) into a separate `Body` subclass. Use this subclass as the
input to various methods in particular the ones required to compute
width (conceal + offset). This looser restriction will allow us to
compute the widths of arbitrary ranges without needing to create a
"fake" node, we'll create a real "body" instead. Currently this
capability is not being used, made available for future changes.
Functionally no changes occurred.
0 commit comments