Replies: 1 comment 2 replies
-
There isn't a way to do that yet, no. You'll need to implement your own traversal or override |
Beta Was this translation helpful? Give feedback.
2 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.
-
AstTraversal.Traverse
requires apos
parameter that restricts diving into nodes that don't contain the particular position. I'm looking for record usages in a document and need to look through the entire AST. Is there a way to do this right now short of reimplementingAstTraversal
?Beta Was this translation helpful? Give feedback.
All reactions