fkling / astexplorer

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

feat: Use babelv7 workspace plugins for babelv7 transform #605

Closed billyvg closed 1 year ago

billyvg commented 3 years ago

This uses the same plugins list configured for the babelv7 parser for the babelv7 transform.

Closes #578

billyvg commented 3 years ago

@fkling Thoughts on this?