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: Allow line cursor next/prev to visit connected inputs (#114)
Allow the next/prev methods on LineCursor to visit inputs, even
if the input has a block connected to it.
Without this it's impossible to visit the connection between an
statement input and the top block of the connected substack.
Fixes#99.
0 commit comments