Skip to content

Fix for computed properties in instance initializers#31517

Merged
rbuckton merged 1 commit into
masterfrom
fix30953
May 22, 2019
Merged

Fix for computed properties in instance initializers#31517
rbuckton merged 1 commit into
masterfrom
fix30953

Conversation

@rbuckton
Copy link
Copy Markdown
Contributor

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 requested review from sandersn and weswigham May 21, 2019 20:29
@rbuckton rbuckton merged commit 7611c5b into master May 22, 2019
@rbuckton rbuckton deleted the fix30953 branch May 22, 2019 18:18
@microsoft microsoft locked as resolved and limited conversation to collaborators Oct 21, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

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