E0125: missing header and body for 'for' loop
It is a syntax error to write a for
loop without a header (in parentheses) or
a body:
To fix this error, put parentheses around the for
loop's header:
Introduced in quick-lint-js version 0.2.0.
Find bugs in JavaScript programs.
It is a syntax error to write a for
loop without a header (in parentheses) or
a body:
To fix this error, put parentheses around the for
loop's header:
Introduced in quick-lint-js version 0.2.0.