E0172: missing body for function
Functions declared with function
require a body, which must {
}
surrounding a list of statements. It is a syntax error to omit the body of a
function:
To fix this error, write {
after the parameter list and }
at the end of the
function's body:
Introduced in quick-lint-js version 0.4.0.