GoogleChromeLabs / jsbi

JSBI is a pure-JavaScript implementation of the official ECMAScript BigInt proposal.
https://v8.dev/features/bigint#polyfilling-transpiling
Apache License 2.0
919 stars 68 forks source link

Throw a few more errors for invalid inputs #65

Closed jakobkummerow closed 3 years ago

jakobkummerow commented 3 years ago

Fixes #39.

mathiasbynens commented 3 years ago

Side note: with all these fixes going in, we should probably cut a patch release soon 👍