Repo Added
31 Jan 2019 09:07PM UTC
|
Total Files
24
|
# Builds
1432
Last
|
Badge
README BADGES
|
travis-ci-com
23 of 32 new or added lines in 4 files covered. (71.88%)
207 existing lines in 4 files now uncovered.8684 of 12120 relevant lines covered (71.65%)
68.55 hits per line
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|
Builds | Branch | Coverage | Commit | Committer | Type | Time | Via |
---|---|---|---|---|---|---|---|
994 | optional-chaining |
71.65 |
Optional chaining, closes #296 This PR adds optional chaining to the language, allowing to access "deep" properties and methods without having to validate the whole object hierarchy: ``` a.b.c.d.e() ``` would return an error if any step of the ... | Pull #297 | 04 Nov 2019 12:32PM UTC | travis-ci-com | |
993 | optional-chaining |
72.0 |
Optional chaining, closes #296 This PR adds optional chaining to the language, allowing to access "deep" properties and methods without having to validate the whole object hierarchy: ``` a.b.c.d.e() ``` would return an error if any step of the ... | push | 04 Nov 2019 12:30PM UTC | travis-ci-com |