-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
Fix support for namespaced babel packages #4918
Conversation
Codecov Report
@@ Coverage Diff @@
## master #4918 +/- ##
=======================================
Coverage 59.98% 59.98%
=======================================
Files 198 198
Lines 6563 6563
Branches 4 4
=======================================
Hits 3937 3937
Misses 2626 2626 Continue to review full report at Codecov.
|
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.
Great, thanks!
@SimenB Will this be pushed to a release soon? It's blocking TS adoption at Airbnb :) |
Should the |
Happy to accept a revert. |
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Summary
This add support for namespace babel 7 as discussed in #4557
Test plan
It used it in the babel PR babel/babel#6179 and no error appeared.