Closed aleclarson closed 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 :)
This is how you can add JSX support to your fork
@types/estree-jsx
as a dependencyestree
imports to estree-jsx
import, in whole projectdefinition.ts
and add missing definitions, typescript would automatically inform you which definitions are missingscope.ts
and add missing crawlers. Like definitions, TypeScript would inform you which crawlers you're missingJSX is now officially supported in the latest version.
How do I add JSX support