Skip to content

Conversation

@ahejlsberg
Copy link
Member

Fixes #28758.

@ahejlsberg
Copy link
Member Author

Short explanation is that we now treat the following as equivalent for purposes of control flow analysis:

const y = foo.x.y;
const { y } = foo.x;
const { x: { y } } = foo;

@ahejlsberg ahejlsberg merged commit 28f8fda into master Dec 1, 2018
@ahejlsberg ahejlsberg deleted the controlFlowDestructuringLoop branch December 1, 2018 15:01
@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.

3 participants