How to obtain accurate attribution of action fields in the tree #426
Unanswered
HerringLiu2333
asked this question in
Q&A
Replies: 0 comments
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.
-
Hello!
I want to know, for an insert or move action, how can I know if their parent field corresponds to the content of the source tree or the destination tree? In fact, after collecting some examples, I found that even if they all belong to insert, the parent field of different actions may correspond to different trees, which confuses my work. Is there a way to accurately determine which tree it belongs to? I use gumtree with tree-sitter backend and the actions obtained from parsing two files are roughly as follows:
Beta Was this translation helpful? Give feedback.
All reactions