E0212: integer cannot be represented and will be rounded
JavaScript stores integers as 64-bit floating-point numbers. Integers outside
this range will lose precision:
To fix this error, use a BigInt instead of a Number:
Introduced in quick-lint-js version 2.5.0.
Documentation for other errors