You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.