fkling / astexplorer

A web tool to explore the ASTs generated by various parsers.
https://astexplorer.net/
MIT License
6.14k stars 729 forks source link

feat: add recast as transformer as well #573

Closed Zzzen closed 3 years ago

Zzzen commented 3 years ago

close #131

fkling commented 3 years ago

I'm a little bit worried that it might be confusing that you can select one parser via the settings and another parser in the transform itself. However, that's because of a limitation of astexplorer, which already confuses people so maybe it doesn't matter.

Thank you :)