rescript-lang / rescript-core

A drop-in standard library for ReScript. Intended to be familiar for JavaScript developers, easy to use, and be rich enough (without being bloated) so that you don't need to reach for anything else for typical ReScript development.
MIT License
163 stars 29 forks source link

Use native bigint type #207

Closed fhammerschmidt closed 8 months ago

zth commented 8 months ago

This is great! But let's do a normal release first so we can bump to 11.1 for the next one. I'll sort it out soon.

fhammerschmidt commented 8 months ago

actually adapted it to be basically the same as Js.Bigint, since now we can do (and document) just a open! BigInt when Core is open.

fhammerschmidt commented 8 months ago

With rc-7 the doc tests succeed!

zth commented 8 months ago

I'll make a new release soon and we can get this merged after.

zth commented 8 months ago

@fhammerschmidt rebase and we're ready to go!