-
-
Notifications
You must be signed in to change notification settings - Fork 182
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
ποΈ Deprecate bigInt
's alternatives
#5238
Conversation
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit a7041e1:
|
π A preview of the new documentation is available at: http://66c9c0094600d7c88ad94fcb--dubzzz-fast-check.netlify.app |
Codecov ReportAll modified and coverable lines are covered by tests β
Additional details and impacted files@@ Coverage Diff @@
## main #5238 +/- ##
=======================================
Coverage 95.32% 95.32%
=======================================
Files 234 234
Lines 10414 10414
Branches 2774 2774
=======================================
Hits 9927 9927
Misses 487 487
Flags with carried forward coverage won't be shown. Click here to find out more. β View full report in Codecov by Sentry. |
π A preview of the new documentation is available at: http://66cae308616fe4d0243c84d8--dubzzz-fast-check.netlify.app |
π A preview of the new documentation is available at: http://66cae78c361cdfd215e6ad26--dubzzz-fast-check.netlify.app |
π A preview of the new documentation is available at: http://66cb087fbd7394f14ce20c05--dubzzz-fast-check.netlify.app |
Description
Starting at 3.22.0 the usage of
bigIntN
,bigUintN
andbigUint
will be discouraged. We instead recommend callingbigInt
with appropriatemin
andmax
values when relevant.Checklist β Don't delete this checklist and make sure you do the following before opening the PR
yarn bump
and flag the impacts properlyAdvanced