ljharb / es-abstract

ECMAScript spec abstract operations.
MIT License
114 stars 30 forks source link

[Fix] `SameValue`: Use `Object.is(…)` if available #103

Open ExE-Boss opened 4 years ago

ExE-Boss commented 4 years ago

Object.is(…) simply invokes the SameValue abstract operation.

codecov[bot] commented 4 years ago

Codecov Report

Base: 95.10% // Head: 95.10% // No change to project coverage :thumbsup:

Coverage data is based on head (fc4581c) compared to base (235c1dc). Patch has no changes to coverable lines.

:exclamation: Current head fc4581c differs from pull request most recent head 8735417. Consider uploading reports for the commit 8735417 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #103 +/- ## ======================================= Coverage 95.10% 95.10% ======================================= Files 1362 1362 Lines 18833 18833 Branches 4081 4081 ======================================= Hits 17911 17911 Misses 922 922 ``` Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jordan+Harband). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jordan+Harband)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.