-
Hi! It seems that all Razor syntax related stuff is internal at the moment. For example the SyntaxNode and SyntaxVisitor classes are internal. Is there any other way to get the parsed syntax tree of a Razor document? I would like to implement a visitor over it. |
Beta Was this translation helpful? Give feedback.
Answered by
akorchev
Dec 11, 2020
Replies: 1 comment
-
I discovered IntermediateNodes and life is good again! |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
akorchev
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I discovered IntermediateNodes and life is good again!