Closed ExE-Boss closed 3 years ago
Merging #61 (2ad7fab) into master (59efd18) will increase coverage by
0.00%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #61 +/- ##
=======================================
Coverage 95.47% 95.47%
=======================================
Files 1130 1130
Lines 15575 15577 +2
Branches 3457 3458 +1
=======================================
+ Hits 14870 14872 +2
Misses 705 705
Impacted Files | Coverage Δ | |
---|---|---|
2021/IterableToList.js | 100.00% <100.00%> (ø) |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 59efd18...2ad7fab. Read the comment docs.
I've rebased this, but it will need test changes as well.
whoops, this is now basically the same as #68.
Let me see if i can find a way to combine them.
k, i've pulled in some of the test changes from there.
I’ll keep both open and in sync when they’re ready to land.
This branch is meant to be about making the method
parameter optional in IterableToList
.
It isn’t optional: https://tc39.es/ecma262/#sec-iterabletolist
It will be once https://github.com/tc39/ecma262/pull/2040 is merged.
This makes it possible to call
IterableToList
without passingmethod
.Specification: