-
-
Notifications
You must be signed in to change notification settings - Fork 965
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(datatype): standardize arguments #1804
Conversation
Should this allow for a faker/src/modules/datatype/index.ts Line 327 in de7ed2e
|
I did all of them and no other files where generated 🤔 |
I manually removed /ping @ST-DDT |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## next #1804 +/- ##
==========================================
- Coverage 99.63% 99.63% -0.01%
==========================================
Files 2346 2346
Lines 235500 235519 +19
Branches 1140 1138 -2
==========================================
+ Hits 234635 234651 +16
- Misses 843 846 +3
Partials 22 22
|
Worked for me without issues. |
I work on a windows machine. Might that be a problem somehow? Just the only thing that comes to mind right now... |
I as well. Did you run |
No, I didn't 🤔 But thanks for the info, I'll do that next time. |
seems weird to change the signature when the method is already deprecated in this version. If you are currently using
|
Due to #1349, |
Part of #1349.
Standardize all function signatures in the
DatatypeModule
to support an options object.