-
Notifications
You must be signed in to change notification settings - Fork 351
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
Support for sum
and sumBy
in compat layer
#757
Comments
Actually, I think we should support Of course, we need compatibility layers for |
I am not adding new functionality to Lodash. Although handling of |
If it’s about performing calculations with a mix of |
Actually, we intentionally don't mix numbers and bigints in JavaScript; for example, I thought handling |
It seems like I misunderstood the intention of the first question. If you’re asking whether the feature that handling an array with a single type( At first, I’ll implement the compatibility version, and if no one else attempts to implement it in original version, I’ll add it to the original library tomorrow. |
I momentarily overlooked that it was big"int". So, I thought you were asking for a feature to perform typecasting and calculations, but I made a brief mistake. |
It will help for solving this #742 .
The text was updated successfully, but these errors were encountered: