nickva opened a new pull request, #5452:
URL: https://github.com/apache/couchdb/pull/5452
Literals have the `n` suffix: `0n`, `-20n`. They can be parsed from a
string:(ex: `x = BigInt("12..34")`) and serialized back to a string with
`toString()` (ex: `emit(x.toString())`).
Currently this is a minimal, standards compliant implementation which
doesn't do automatic JSON parsing directly to BigInts or automatically
serializing to JSON. It should be possible to introduce that in the future, but
it's better to start from something simpler first.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]