You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Try using eslint-plugin-compat (instead of this escompat plugin) with settings: {lintAllEsApis: true}. That appears to catch the BigInt constructor as well.
According to can i use bigint constructor works on safari 14+ https://caniuse.com/mdn-javascript_builtins_bigint_bigint
The plugin does not spot this issue on the following repo:
https://github.com/Rudolphous/eslint-testing/tree/bigint
Is this missing, or was it a conscious choice to leave this out?
The text was updated successfully, but these errors were encountered: