E0009: cannot export variable named 'let'
An exported function cannot be named let
:
To fix this error, name the function something other than let
, or declare the
function separately with a different name and use export
-as
:
Introduced in quick-lint-js version 0.2.0.