How to approach adding vue and svelte support in unplugin-macros #78
Unanswered
SukeshP1995
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
unplugin-macros uses babelParse function from ast-kit to find macros and replace them with the compiled code. But they support only javascript, typescript, JSX, TSX, Flow. I want to contribute in adding features to support svelte and vue. I am justing asking for any ideas from the community on how to approach this.
Thank you
All reactions