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