Skip to content

Implement has-children#80

Merged
DrRataplan merged 1 commit intomasterfrom
has-children
Feb 11, 2019
Merged

Implement has-children#80
DrRataplan merged 1 commit intomasterfrom
has-children

Conversation

@mehmetscoskun
Copy link
Contributor

No description provided.

@DrRataplan DrRataplan merged commit 2ebb9fe into master Feb 11, 2019
@DrRataplan DrRataplan deleted the has-children branch February 11, 2019 15:53
@coveralls
Copy link

coveralls commented Feb 11, 2019

Pull Request Test Coverage Report for Build 814

  • 6 of 6 (100.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.007%) to 93.817%

Totals Coverage Status
Change from base Build 803: 0.007%
Covered Lines: 7040
Relevant Lines: 7392

💛 - Coveralls

return zipSingleton([nodeSequence], ([nodeValue]: (Value | null)[]) => {
const node: ConcreteNode = nodeValue ? nodeValue.value : null;

if (node && node.firstChild) {
Copy link
Member

@JosVerburg JosVerburg Feb 12, 2019

Choose a reason for hiding this comment

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

I believe we should use the executionParameters.domFacade to retrieve the child node.
Note: executionParameters is now _executionParameters

@DrRataplan @mehmetscoskun I know the PR is already merged but I think it best if you take a look at this ;)

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.

4 participants