E0064: missing body for 'if' statement
if
statements require a body, which must be a statement or {
}
surrounding
a list of statements. It is a syntax error to omit the body of an if
statement:
To fix this error, write the body of the if
statement:
Introduced in quick-lint-js version 0.2.0.