-
Notifications
You must be signed in to change notification settings - Fork 12.6k
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
Temporary variable declared too late #15306
Labels
Duplicate
An existing issue was already created
Comments
This issue is better explained in #4138. |
It doesn't matter. All |
This issue seems to have been already addressed or is unactionable at the moment. I am auto-closing it for now. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Code
Expected behavior:
I would have expected that the sugar/javascript for constructing 'properties' would have declared the tmp variable before the construction. In the compile js the _a is declared after the last expression (but before that last comment??).
Google closure compiler warns about this.
Actual behavior:
The text was updated successfully, but these errors were encountered: