Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parser does not handle "let" variables. #467

Closed
krisnye opened this issue Apr 10, 2014 · 1 comment
Closed

Parser does not handle "let" variables. #467

krisnye opened this issue Apr 10, 2014 · 1 comment

Comments

@krisnye
Copy link

krisnye commented Apr 10, 2014

This gives a parse error:

let x;

It would be great if the parser and minifier fully understood let scope rules, but barring that, we should at least be able to merge files with sourceMaps correctly while using "let" variables.

@rvanvelzen
Copy link
Collaborator

See #448

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants