E0010: cannot import 'let'
An imported function or variable cannot be named let
:
To fix this error, name the function or variable something other than let
, or
rename the function or variable using import
-as
:
Introduced in quick-lint-js version 0.2.0.