-
I am using a visitor that extends from the return value of |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hello @medihack The CST Visitor APIs need rework: #1039 You could try overriding the chevrotain/packages/chevrotain/src/parse/cst/cst_visitor.ts Lines 46 to 60 in 2dce611 |
Beta Was this translation helpful? Give feedback.
Hello @medihack
The CST Visitor APIs need rework: #1039
You could try overriding the
visit
method and save a reference to the current cstNode before it's visitorget executed.
chevrotain/packages/chevrotain/src/parse/cst/cst_visitor.ts
Lines 46 to 60 in 2dce611