-
Notifications
You must be signed in to change notification settings - Fork 259
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: added type rename support for enum, union and interface. #2793
fix: added type rename support for enum, union and interface. #2793
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2793 +/- ##
==========================================
+ Coverage 87.15% 87.18% +0.02%
==========================================
Files 256 256
Lines 25402 25462 +60
==========================================
+ Hits 22140 22199 +59
- Misses 3262 3263 +1 ☔ View full report in Codecov by Sentry. |
Action required: PR inactive for 5 days. |
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.
I found some slips, but overall its a great work.
Action required: PR inactive for 5 days. |
Summary:
previously rename types transformer supported only renaming in normal types, now extended the support to enum, union and interface types.
Issue Reference(s):
Fixes #... (Replace "..." with the issue number)
Build & Testing:
cargo test
successfully../lint.sh --mode=fix
to fix all linting issues raised by./lint.sh --mode=check
.Checklist:
<type>(<optional scope>): <title>