Open tom-sherman opened 2 years ago
Regarding BigInt, maybe we consider pulling in rescript-js
. That might be a bit heavy-handed, though, to force webapi users to adopt the alternative Js
implementation as well if they want to make use of the BigInt functions.
https://tc39.es/proposal-temporal/docs
Currently incomplete, need to clean the rest up before committing them.
Couple of questions on approach:
I've skipped APIs that rely on bigints, I think official support need to land for these (at least in the form of a type in the stdlib) before adding bindings. See https://github.com/rescript-lang/rescript-compiler/issues/4677
I've also skipped
toLocaleString
bindings as I think we should add generalIntl
bindings first (#77)