Skip to content

Visit VariableDeclaration initializer in converted loop#11288

Merged
rbuckton merged 2 commits into
masterfrom
fix11236
Sep 30, 2016
Merged

Visit VariableDeclaration initializer in converted loop#11288
rbuckton merged 2 commits into
masterfrom
fix11236

Conversation

@rbuckton
Copy link
Copy Markdown
Contributor

This addresses an issue where the initializer of a variable declaration in a converted loop was not visited, and therefore not transformed down-level.

Fixes #11236

Copy link
Copy Markdown
Contributor

@mhegazy mhegazy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please remove debugger statement first.

Comment thread src/compiler/transformers/es6.ts Outdated
}
}

debugger;
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove

@rbuckton rbuckton merged commit d1ac8dd into master Sep 30, 2016
@rbuckton rbuckton deleted the fix11236 branch September 30, 2016 23:52
@microsoft microsoft locked and limited conversation to collaborators Jun 19, 2018
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.

4 participants