We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This should throw an error on execute if a is not defined outside the blocks.
a
{ let a; } { a++; }
However, escope treats both as as the same variable. Tested with http://esprima.org/demo/rename.html
Related: #57
The text was updated successfully, but these errors were encountered:
See also:
Sorry, something went wrong.
renameTo
No branches or pull requests
This should throw an error on execute if
a
is not defined outside the blocks.However, escope treats both
a
s as the same variable.Tested with http://esprima.org/demo/rename.html
Related: #57
The text was updated successfully, but these errors were encountered: