Closed hildjj closed 3 years ago
Hm. JSBI only supports bigints, and not float bignums. I assume people that want JSBI don't care about those?
We do care, but I didn't know that we need decimal support (I have use CBOR just a bit so far).
I already added support for serializing JS bignums and parsing to them if you have bignum support. It was just a few lines of code, and probably does a bunch of what you want.
OK, now that I've made BigInts on by default in v6.0.0, I'm going to close this as "overcome by events".
See https://github.com/dignifiedquire/borc/issues/37