acornjs / acorn-jsx

Alternative, faster React.js JSX parser
MIT License
648 stars 72 forks source link

Support TSX? #131

Closed rosostolato closed 2 years ago

rosostolato commented 2 years ago

Is there a way to support .tsx files with typescript syntax?

kg-currenxie commented 2 years ago

I'd love this too :D

RReverser commented 2 years ago

Well, the main missing "bit" there is a parser plugin for TypeScript syntax, which is way out of scope of this project. You'd need to look for that one separately (or build your own).