google / go-jsonnet

Apache License 2.0
1.63k stars 235 forks source link

[Question] Parser package, children function #727

Open Tarjei400 opened 1 year ago

Tarjei400 commented 1 year ago

I wanted to write some package and for me it would be ideal to make traversal of ast. However the functionality is inside an internal parser package and I there is no way to access it from a package at the moment. Is there any practical reason why this package was made internal ? I think it would be beneficial to have it open for packages to use.