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
Looks like there are other nodes which don't visit the child nodes. Such as visit_assoc and visit_binary. Likely quite a few more.
Is there a reason the entire tree isn't traversed?
My use case here is I'm migrating from key-based i18n to GetText and using SyntaxTree to convert t("some.key") to _("Some Text") and variations on this.
Looks like the
MutationVisitor#visit_assign
doesn't follow the node'svalue
.Is this intentional? Here's a fix.
I can make a PR if you need.
The text was updated successfully, but these errors were encountered: