babel-plugin-jsx-adopt icon indicating copy to clipboard operation
babel-plugin-jsx-adopt copied to clipboard

Export macro?

Open kentcdodds opened this issue 6 years ago • 1 comments

This is a perfect use case for a babel-plugin-macros macro. Anyone interested in doing that?

kentcdodds avatar Jun 13 '18 18:06 kentcdodds

In general I'm planning to provide a macro for this, just couldnt find time lately to focus on this project.

It should be super easy to convert this one as it operates only on CallExpressions anyway. I would generally make this a monorepo and provide a separate package for macro case (sharing code ofc), importing from babel-plugin-jsx-adopt/macro doesnt sound nice 😉

Andarist avatar Jun 13 '18 22:06 Andarist