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
Initially, we decided to use json-bigint fork adapted for our needs, because we knew that we depend on bignumber.js anyway. Since bigints package is deprecated, we are no more required to depend on bignumber.js, and so we should drop bignumber.js from all dependencies to avoid tech debt.
The ask:
Replace all uses of bignumber.js in the json-bigint package with native JS BigInt. Big integer type is only used for parsing/serializing there, it must be straightforward
Initially, we decided to use
json-bigint
fork adapted for our needs, because we knew that we depend onbignumber.js
anyway. Sincebigints
package is deprecated, we are no more required to depend onbignumber.js
, and so we should dropbignumber.js
from all dependencies to avoid tech debt.The ask:
bignumber.js
in thejson-bigint
package with native JSBigInt
. Big integer type is only used for parsing/serializing there, it must be straightforwardjson-bigint
inaeson-bigint
aeson-bigint
in CTLThe text was updated successfully, but these errors were encountered: