fkling / astexplorer

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

Add posthtml, jscodeshift and postcss transform support for Svelte #477

Open rajasegar opened 4 years ago

rajasegar commented 4 years ago

Currently, the svelte transform is just working with plain text, we need tools to work with the actual AST like posthtml, jscodeshift and postcss.

Will be glad to create a PR for the same

fkling commented 4 years ago

That would be appreciated!