Skip to content

Fix bigint comparison

I had to revert the BigInt comparison because it uses a novel syntax for BigInt literals which is not supported in browsers where BigInt is not supported.

For example I get the following error in Safari:

SyntaxError: No identifiers allowed directly after numeric literal

Because of this and because originally it actually worked well I suggest we revert this.

Merge request reports

Loading