``` require('transit-js').writer('json').write(1n) Uncaught Error: Cannot write BigInt ``` I am a bit puzzled since BigInt seem to be a part of the transit standard (see "arbitrary precision integer" here: https://github.com/cognitect/transit-format).