E0175: expected variable name for 'import'-'as'
import
statements load things from other files. When importing, you can pick a
different name for the imported data using the as
keyword: It is a syntax
error to write anything except a variable name after as
:
To fix this error, write a variable name after as
:
Alternatively, swap the left and right side of as
:
Introduced in quick-lint-js version 0.6.0.