Replies: 1 comment
-
IIRC there's |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to access parent from child node like I do in babel's (path.parent).
One way I think I can follow to implement a similar functionality is to implement VisitMutAstPath instead of VisitMut. The problem here is that Program.fold_with() doesn't accept VisitMutAstPath.
Is there any code samples that shows how VisitMutAstPath can be used ?
Beta Was this translation helpful? Give feedback.
All reactions