-
Good day.
It would be great if we could support [macros](https://github.com/kentcdodds/babel-plugin-macros) as well.
I am happy to raise a PR if its ok to proceed. Let me know your thoughts.
@AlexG…
-
Could this be implemented using [babel-plugin-macros](https://github.com/kentcdodds/babel-plugin-macros), which will work out of the box with `create-react-app`?
You'd probably have to do something…
-
Currently babel-plugin-macros requires macros to be defined in files that match `/[./]macro(\.c?js)?$/`. What if that was `/[./]macro(\.[cm]?js)?$/`?
-
**Issue Labels**
- [ ] has-reproduction
- [x] feature
- [ ] docs
- [ ] blocking
- [ ] good first issue
Now that a library like `create-react-app` has support for `babel-plugin-macr…
-
How to use it just with `babel-plugin-blade` without `babel-macro`?
-
See: https://github.com/pelotom/runtypes/issues/128
It should be fairly doable for types defined in the same file. We could potentially allow it to work for types defined in other files, providing …
-
I have a rather large application that uses Lingui. We've recently paved the way the be able to adopt swc (including the use of this plugin), and in the process learned that the hashing of strings is …
-
Hello,
Is it possible to implement as babel macro? (https://github.com/kentcdodds/babel-plugin-macros)
This way, it would work out-of-the-box with Expo, with no configuration necessary. This is ho…
-
Hi @smrq thanks again for this plugin!
For storybook users using setups like create-react-app, using a babel plugin may not be an option; however a babel macro is. (This may only apply to CRA but i…
-
the idea is to first execute macros on AST and then type check that AST so that whatever macros produce can be trusted...
also we can support some js features through transformations so that codeba…