Closed PeterYurkovich closed 1 week ago
@PeterYurkovich: This pull request explicitly references no jira issue.
/lgtm
/cherry-pick release-0.3
@jgbernalp: once the present PR merges, I will cherry-pick it on top of release-0.3
in a new PR and assign it to you.
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: jgbernalp, PeterYurkovich
The full list of commands accepted by this bot can be found here.
The pull request process is described here
@PeterYurkovich: all tests passed!
Full PR test history. Your PR dashboard.
@jgbernalp: new pull request created: #94
When using an Array.forEach loop, returns in the function will only return the inner function, not the context calling forEach. This PR converts the Array.forEach into a for ... of loop so that the correctly parsed node is returned correctly.