Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request - Make Symbol and AST publicly accessible #54

Open
vuquocbao opened this issue Oct 4, 2024 · 0 comments
Open

Feature Request - Make Symbol and AST publicly accessible #54

vuquocbao opened this issue Oct 4, 2024 · 0 comments

Comments

@vuquocbao
Copy link

Hello,

I'm wondering if you can make the AST tree from the parser publicly accessible outside of the module. I have a framework that uses graphQL to build out a JSON document and build a configuration framework that uses your library. I would like to be able to analyze the AST to determine what fields are needed so graphQL only resolved what is needed depending on the jsonata expressions. In addition, I have other uses to introspect the AST.

Right now the Symbol class is internal so I cannot access it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant