Repo Added
|
Files
16
|
Badge
Embed ▾
README BADGES
|
push
travis-ci
29 of 29 new or added lines in 1 file covered. (100.0%)
3757 of 3862 relevant lines covered (97.28%)
6017.51 hits per line
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|
Builds | Branch | Commit | Type | Ran | Committer | Via | Coverage |
---|---|---|---|---|---|---|---|
1942 | retry | [[FIX]] Allow default values in destructuring. Examples: let { a = 1 } = {}; function b([ c = 1 ] = []) {} let d = ({ e: f = 1 } = {}) => {}; Fixes #1941 | push | jugglinmike | travis-ci | pending completion |