New Release: 2.11.0-rc1

In addition to bug fixes and new features, this release candidate includes a few refactorings which are not expected to influence JSHint's behavior.

Bug Fixes

  • Expose new typeof value experimentally (dcef79a)
  • Improve parsing of yield (6fdb4f6)
  • Improve parsing of comma operator (897e035)
  • Support spaces in /global ... / (e542f67)

Features

  • Add support for "bigint" typeof value (ce0b7b3)
  • Add support for BigInt literals (c340e55)
  • Add support for ES2019 opt. catch param (43b6354)