You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, we type-infer number, but (because we have to) we type-infer it to a float.
NodeJS 10.4 and up support BigInt, which we could and probably should standardize on for { type: 'integer' }. In doing so we can also add it to the coercion rules.
The text was updated successfully, but these errors were encountered:
eropple
changed the title
Add BigInt support to type inference
Add BigInt support
Oct 6, 2019
Right now, we type-infer
number
, but (because we have to) we type-infer it to a float.NodeJS 10.4 and up support
BigInt
, which we could and probably should standardize on for{ type: 'integer' }
. In doing so we can also add it to the coercion rules.The text was updated successfully, but these errors were encountered: