-
Notifications
You must be signed in to change notification settings - Fork 397
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
chore: update babel #1396
chore: update babel #1396
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
size-limit report 📦
|
0d8a55e
to
23aa307
Compare
Codecov ReportBase: 82.80% // Head: 82.80% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## main #1396 +/- ##
=======================================
Coverage 82.80% 82.80%
=======================================
Files 66 66
Lines 1756 1756
Branches 487 487
=======================================
Hits 1454 1454
Misses 174 174
Partials 128 128
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
It's great that we can decouple this part as a separate PR 👍 |
23aa307
to
15ba364
Compare
Description
Porting non-breaking changes from #1367
Update babel to latest 7.20.
The test fixtures in macro/test was updated because of newer babel/generator. Looks like newer version generates slightly different output in terms of whitespaces. This not affect logic anyhow, only formatting.
Types of changes
Fixes # (issue)
Checklist