Skip to content

Added NYC coverage package & throw exception on for_in on array#19

Merged
Perryvw merged 6 commits intoTypeScriptToLua:masterfrom
lolleko:for-loop-fix-and-tests
Feb 6, 2018
Merged

Added NYC coverage package & throw exception on for_in on array#19
Perryvw merged 6 commits intoTypeScriptToLua:masterfrom
lolleko:for-loop-fix-and-tests

Conversation

@lolleko
Copy link
Copy Markdown
Member

@lolleko lolleko commented Feb 6, 2018

TODO add tests for "for loops"

Fixes #18

} else {
params = this.transpileArguments(node.arguments, node.expression.expression);
}
return `${callPath}(${params})`;
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

this entire block does not belong in this pull request, discard pls.

@Perryvw Perryvw merged commit 1de303b into TypeScriptToLua:master Feb 6, 2018
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.

2 participants