-
Notifications
You must be signed in to change notification settings - Fork 390
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
refactor(macro): more accurate typings for macro + testing #1340
refactor(macro): more accurate typings for macro + testing #1340
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@Martin005 @andrii-bodnar Guys i need your reaction & feedback |
@thekip |
We'd like to postpone any breaking changes for a while, but your suggestion is fair |
3a065a2
to
35b810b
Compare
size-limit report 📦
|
35b810b
to
ac85977
Compare
ac85977
to
5fbb661
Compare
Codecov ReportBase: 69.49% // Head: 69.79% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## next #1340 +/- ##
==========================================
+ Coverage 69.49% 69.79% +0.30%
==========================================
Files 77 76 -1
Lines 2016 1980 -36
Branches 542 541 -1
==========================================
- Hits 1401 1382 -19
+ Misses 496 479 -17
Partials 119 119
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. |
b98052f
to
2fa6166
Compare
Co-authored-by: Martin Chrástek <chrastek12@gmail.com>
2fa6166
to
b29ffe5
Compare
* refactor(macro): more accurate typings for macro + testing * Apply suggestions from code review Co-authored-by: Martin Chrástek <chrastek12@gmail.com>
* refactor(macro): more accurate typings for macro + testing * Apply suggestions from code review Co-authored-by: Martin Chrástek <chrastek12@gmail.com>
* refactor(macro): more accurate typings for macro + testing * Apply suggestions from code review Co-authored-by: Martin Chrástek <chrastek12@gmail.com>
This one without explicit braking changes. Separating js / jsx macro typings would do in next iterations.
Changing public typings would definitely affect some users because they become stricter and would catch more misusages and possible errors.
Fixes:
#1324
#1323
#1288