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

Fix for computed properties in instance initializers #31517

Merged
merged 1 commit into from May 22, 2019
Merged

Conversation

rbuckton
Copy link
Member

This change ensures we always reserve the temporary variable name in nested scopes for a computed property name so other temporary variable declarations don't collide with it.

Fixes #30953

@rbuckton rbuckton merged commit 7611c5b into master May 22, 2019
@rbuckton rbuckton deleted the fix30953 branch May 22, 2019 18:18
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

Successfully merging this pull request may close these issues.

Code generation bug with symbol properties, constructors, and destructuring
2 participants