manh-vv / eosjs-name

eos name in string to uint64 and vice versa
https://manh-vv.github.io/eosjs-name
10 stars 4 forks source link

No identifiers allowed directly after numeric literal in Safari browser using build from WebPack #11

Closed avral closed 2 years ago

avral commented 3 years ago
Screenshot 2021-04-18 at 22 02 37

After import this lib, i getting this errors in Safari

manh-vv commented 3 years ago

Thank @avral for reporting this. I will take a look at it.

manh-vv commented 3 years ago

@avral

I've just tried:

in safari and there is no error.

Did you solve the problem?

manh-vv commented 3 years ago

btw, this lib uses BigInt which is supported by https://caniuse.com/?search=bigint.