eslint-plugin-compat icon indicating copy to clipboard operation
eslint-plugin-compat copied to clipboard

Issues with BigInt and Safari 14.

Open pur3miish opened this issue 3 years ago • 0 comments

Issue

Safari 14 supports BigInteger API. I am however receiving eslint errors that it is unsupported.

Here is my browsers list config in package.json, after running

$ npx browserslist

I see the following Screen Shot 2021-03-25 at 10 46 22 pm

Here are my dependencies. Screen Shot 2021-03-25 at 10 49 03 pm

Expected behaviour

After adding supports bigint to config list I expected to have no eslint errors. However after running eslint in terminal I receive the following errors. Screen Shot 2021-03-25 at 10 54 59 pm

But from what I can discern BigInts are supported in safari 14.

Thanks.

pur3miish avatar Mar 25 '21 13:03 pur3miish