sarsamurmu / estree-toolkit

Tools for working with ESTree AST
https://estree-toolkit.netlify.app/
MIT License
54 stars 1 forks source link

JSX visitor keys #3

Closed aleclarson closed 2 years ago

aleclarson commented 2 years ago

How do I add JSX support

sarsamurmu commented 2 years ago

This project is not that extensible yet. For now what you can do is fork this project and add JSX support by yourself. Ask me if you need any help :)

sarsamurmu commented 2 years ago

This is how you can add JSX support to your fork

sarsamurmu commented 2 years ago

JSX is now officially supported in the latest version.