✨ add parents to regexp visitor - #87
Conversation
MichaelDeBoey
left a comment
There was a problem hiding this comment.
@connor4312 Please rebase your branch onto latest main & resolve conflicts
|
Cool PR! Question: Is it intentional that the parents array does not include the parents of the root node (= the node we call About the name "parents": a parent is typically the first direct ancestor of a node. So maybe we should name the parameter Also, maybe we could do that better than |
|
I don't think we need to add this parameter. |
|
ah, you're right. Somehow missed that however many years ago I wrote this. |
Duplicating mysticatea#18