E0304: cannot use '...' on 'this' parameter
TypeScript allows you to explicitly declare the this
parameter. It is a syntax
error to use ...
(spread) on the this
parameter:
To fix this error, rename the parameter to something other than this
:
Introduced in quick-lint-js version 2.10.0.