JSHint v2.11.0-rc1 Release Notes

Release Date: 2019-12-11 // over 4 years ago
  • ๐Ÿš€ 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)