[Question] how to make vue jsx ast return to jsx
hnustwjj opened this issue Β· comments
Vue JSX syntax is standard JSX syntax. Therefore, you can use general toolchains.
For example, you can use @babel/parser
and @babel/generator
to parse the AST and generate code.