Skip to content

Fix for(let x of y.prop)#69

Merged
xoofx merged 3 commits into
trullock:masterfrom
Almeonamy:fix_for_of
Feb 5, 2019
Merged

Fix for(let x of y.prop)#69
xoofx merged 3 commits into
trullock:masterfrom
Almeonamy:fix_for_of

Conversation

@Almeonamy
Copy link
Copy Markdown
Contributor

Fix #6

@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Can you remove this file from the PR?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Done

@xoofx xoofx merged commit d975ebc into trullock:master Feb 5, 2019
@xoofx
Copy link
Copy Markdown
Collaborator

xoofx commented Feb 5, 2019

Thanks!

@Almeonamy
Copy link
Copy Markdown
Contributor Author

Can you create new version in NuGet?

@xoofx
Copy link
Copy Markdown
Collaborator

xoofx commented Jun 4, 2019

yep just pushed to 1.5.13,

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.

for(let x of y.prop) being incorrectly replaced with for(let t of t.prop)

2 participants