Skip to content

2.7.0 (2022-07-13)

Compare
Choose a tag to compare
@strager strager released this 04 Apr 03:45
· 2476 commits to master since this release

Downloads

Added

  • const o = {k = v}; now reports E0253 ("use ':' instead of '=' in object
    literals").
  • --snarky is now even snarkier.
  • LSP server: The new quick-lint-js.tracing-directory LSP configuration item
    can be set to a path where quick-lint-js will log LSP protocol traffic. This
    keylogger option can be used by quick-lint-js contributors to investigate
    bugs. This new option is disabled by default.

Fixed

  • quick-lint-js no longer fails to build with simdjson version 2.2.0.
  • Declaring a TypeScript interface with the same name as a generic parameter no
    longer crashes quick-lint-js.