I cant' seem to find the correct types for context required for visiting cst #2109
Replies: 1 comment
-
|
never mind found it, it's different for each case |
Beta Was this translation helpful? Give feedback.
0 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.
-
I'm trying to replicate the selectStatement parser example from docs in typescript and can't get the types right
My tokens file
the types are generated correctly but I don't know what to pass in the ctx here
It certainly not the ICstNodeVisitor generated by script
This is my d.ts file in case that helps
Beta Was this translation helpful? Give feedback.
All reactions