-
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): make code strongly typed #1321
refactor(macro): make code strongly typed #1321
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@andrii-bodnar FYI |
Codecov ReportBase: 82.60% // Head: 82.99% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #1321 +/- ##
==========================================
+ Coverage 82.60% 82.99% +0.39%
==========================================
Files 56 66 +10
Lines 1799 1805 +6
Branches 506 505 -1
==========================================
+ Hits 1486 1498 +12
+ Misses 183 178 -5
+ Partials 130 129 -1
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. |
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.
Thank you for your pull request!
I have made some suggestions and commented one question.
From the 3 empty lines and no spaces around value names in import
's, I believe you are not running Prettier. Please set it up and run it on this PR.
As we have merged your PR #1329 into main, please merge main into your branch as that PR made some changes to the packages/macro/src/index.ts
file.
size-limit report 📦
|
6dd4f6f
to
160a84f
Compare
messed up things with rebase, looking why commits from main is showed as my |
160a84f
to
e383dba
Compare
Done |
@thekip @Martin005 is this PR ready to merge? |
Nothing to add from my side |
No logic changes. Added types wherever possible and fix issues. Also added few more tests for "black zones".