E0124: cannot declare variable named keyword
It is a syntax error to declare a variable named certain keywords like
debugger
or while
:
To fix this error, pick a different variable name:
Introduced in quick-lint-js version 0.2.0.
Find bugs in JavaScript programs.
It is a syntax error to declare a variable named certain keywords like
debugger
or while
:
To fix this error, pick a different variable name:
Introduced in quick-lint-js version 0.2.0.