Fork me on GitHub
#clojurescript
<
2021-08-28
>
Nik12:08:37

Hi, how is the support for BigInt in clojurescript right now. I tried to use https://www.npmjs.com/package/ipfs, but it gave BigInt not supported error. When I looked around, I found https://github.com/google/closure-compiler/issues/3167. I also found https://gist.github.com/mfikes/9fc981ed7a190b8e9b2912eee98fdd5e where a guys is showing bigint operations in CLJS repl with some patches