-
Notifications
You must be signed in to change notification settings - Fork 135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
support more extensions that babel macros can be written in #175
Conversation
@kentcdodds would love to get this in if possible, I'm converting |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks 👍
Codecov Report
@@ Coverage Diff @@
## main #175 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 1 1
Lines 130 130
Branches 38 38
=========================================
Hits 130 130
Continue to review full report at Codecov.
|
@all-contributors please add @probablyup for code |
I've put up a pull request to add @probablyup! 🎉 |
🎉 This PR is included in version 3.1.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
@kentcdodds thanks for taking this so quickly! |
What:
Babel macros that are written in typescript and not transpiled prior to being run through
babel-plugin-macros
are currently not detected becauseresolve
defaults to only looking for the".js"
extension.