• BigInt support
  • Definitions
  • Summary of support
  • There is no BigInt polyfill
  • Type checking caveats
  • It is an error to mix bigint and number in arithmetic operations.
  • Explicitly use the type bigint|number to write code that works with both.
  • Arithmetic operations still return number when type information is lacking.