E0303: 'this' must be the first parameter
TypeScript allows you to explicitly declare the this
parameter. It is a syntax
error to write another parameter before the this
parameter:
To fix this error, move this
to the start of the parameter list:
Introduced in quick-lint-js version 2.10.0.