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
Disable calling rules when they return .skipChildren.
Add a map `shouldSkipChildren` that tracks which rules are currently skipping children.
Install handlers in visitPost for each rule that determine when we should start visiting children again (when we leave the node we're skipping).
0 commit comments