E0107: expected '{'
A switch
statement has a list of cases. It is a syntax error to omit {
after
the condition of a switch
statement:
To fix this error insert a {
after the condition:
Introduced in quick-lint-js version 0.2.0.
Find bugs in JavaScript programs.
A switch
statement has a list of cases. It is a syntax error to omit {
after
the condition of a switch
statement:
To fix this error insert a {
after the condition:
Introduced in quick-lint-js version 0.2.0.