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
I encountered a problem with Visitor.visit() today. It does not support using both enter and leave on the root node. Here is a pull request that demonstrates the problem: #298. If I understand the problem correctly, this only happens to the root node because the isLeaving() tree that processes edits is never hit upon the final exit from the root node.
The visitor is a complex bunch of procedural code. Not sure how to proceed.