You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for reporting! FWIW, eslint --fix will correct this for you, which is why it hasn't caused trouble in my use of decaffeinate, but agreed that it would be nice if decaffeinate itself generated code using const.
ESLint caught the following unnecessary
let
(repl):compiles into
when it could compile into
as long as
x
is not reassigned inside the loop.The text was updated successfully, but these errors were encountered: