digidem / mapeo-core-next

The upcoming version of Mapeo Core
MIT License
7 stars 1 forks source link

chore: don't use bigint literals #597

Closed EvanHahn closed 2 months ago

EvanHahn commented 2 months ago

We can't use bigint literals because we're targeting <ES2020. We only did this in tests, which I fixed in this commit.