Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix tests for node 11 #28108

Merged
merged 1 commit into from
Oct 24, 2018
Merged

Fix tests for node 11 #28108

merged 1 commit into from
Oct 24, 2018

Commits on Oct 24, 2018

  1. Fix tests for node 11

    1. Sort is now stable in node 11, which exposed a lack in the sorting of
    nested ranges. Ranges now sort based on last ending if the start
    positions are the same. This means nested ranges sort the
    containing range first, even if a range contains another range that
    starts at the same position.
    2. Symbol has a new member description which can't be accessed through
    the prototype. In addition, Array now has flat and flatMap, which I
    excluded to keep baselines the same between Node 6-11.
    sandersn committed Oct 24, 2018
    Configuration menu
    Copy the full SHA
    691ee8f View commit details
    Browse the repository at this point in the history