-
-
Notifications
You must be signed in to change notification settings - Fork 930
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(date): rename abbr to abbreviated #2068
Conversation
@ST-DDT How can I fix the deprecation test without adding multiple signature overloads to the methods? These would be overkill in my opinion for just deprecating/renaming a property from the options. |
That is sadly not possible. When typing a method or something, Ts always takes the last signature. |
Should I add an ignore to the test or really quadruple the signature? |
For consistency reasons, please add the mixed signature. |
done |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## next #2068 +/- ##
==========================================
- Coverage 99.61% 99.61% -0.01%
==========================================
Files 2535 2535
Lines 241892 242163 +271
Branches 1287 1291 +4
==========================================
+ Hits 240970 241232 +262
- Misses 895 904 +9
Partials 27 27
|
The CI still fails. |
oh it is! but it does not exit !0 👀 |
reference #2061 (comment)