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
tsc-traverse-mapc: Our parent has zero children!? ("_newline")
For some reason, the node returns the trailing ":" as its parent, but it is actually its sibling in the traversal order (ie. (tsc-node-eq node (tsc-get-next-sibling parent)) => t).
The text was updated successfully, but these errors were encountered:
This results in:
For some reason, the node returns the trailing
":"
as its parent, but it is actually its sibling in the traversal order (ie.(tsc-node-eq node (tsc-get-next-sibling parent)) => t
).The text was updated successfully, but these errors were encountered: