sum() should allow bigint
Currently, sum() only accepts number array. Sum with bigint array will throw type error
Are you referring to making it possible to add a number and a bigint together? Or are you talking about creating a way to sum an array containing only bigints?
Are you referring to making it possible to add a number and a bigint together? Or are you talking about creating a way to sum an array containing only bigints?
I talk about array of only bigint
Maybe this should be implemented in the compat layer
I think this issue should be closed because of resolved issue.