acornjs / acorn-jsx

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

generate code #81

Open mechanical-turk opened 7 years ago

mechanical-turk commented 7 years ago

Does anyone know a javascript code generator that can take in an acorn-jsx ast and return a generated javascript code? Tried most of escodegen packages and plugins, with no luck.