-
-
Notifications
You must be signed in to change notification settings - Fork 949
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
feat: split SimpleFaker class from Faker #2369
Conversation
In I have multiple ideas how to solve this:
|
IMO we should simply exclude the date module from the |
IMO |
Originally I just put it there because datatype uses date.between Well... datatype has boolean, that is needed for helpers... helpers has multiple and other nice to have stuff |
Okay... I tested building a |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## next #2369 +/- ##
==========================================
- Coverage 99.61% 99.60% -0.01%
==========================================
Files 2800 2801 +1
Lines 252410 252469 +59
Branches 1100 1103 +3
==========================================
+ Hits 251435 251482 +47
- Misses 948 960 +12
Partials 27 27
|
Potentially TODOs:
|
We are not sure about what the actual questions here are. Team Decision
Yes
Only tests that concern creating the base faker instance.
Currently, we don't see a need for that, we should rather fix the tree-shaking.
Yes, only as types.
|
9d6d241
to
e2b654c
Compare
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.
It would be good to document what the difference is between fakerBASE and BaseFaker in /guide/localization.html
since they sound confusingly similar.
Co-authored-by: xDivisionByZerox <[email protected]>
references #1351