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
Currently JsDecimal is just only used for BigInteger and BigDecimal and all the other types Int, Long ... extends from the Number interface.
If we use JsNumber for the Number interface we can reduce a lot of boilerplate without losing compatibility between them.
The text was updated successfully, but these errors were encountered:
Related to #69 (comment)
We can also move all the Js numeric models to internal models because we already have a public API on JsNumber which maps each numeric type to its own proper js model
Currently
JsDecimal
is just only used forBigInteger
andBigDecimal
and all the other typesInt
,Long
... extends from theNumber
interface.If we use
JsNumber
for theNumber
interface we can reduce a lot of boilerplate without losing compatibility between them.The text was updated successfully, but these errors were encountered: