• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

abs-lang / abs / 1012 / 3
72%
master: 63%

Build:
Build:
LAST BUILD BRANCH: 2.8.x
DEFAULT BRANCH: master
Ran 09 Nov 2019 02:06PM UTC
Files 8
Run time 0s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

09 Nov 2019 02:03PM UTC coverage: 72.005% (+1.1%) from 70.941%
1012.3

push

travis-ci-com

odino
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 way is `null`.

This can be rewritten as:

```
a?.b?.c?.d?.e()
```

and would return `null`, without breaking a script.

Largely inspired by [this](https://chromestatus.com/feature/5668249494618112).

2909 of 4040 relevant lines covered (72.0%)

41.26 hits per line

Source Files on job 1012.3
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 722
  • Travis Job 1012.3
  • 1319659a on github
  • Prev Job for on 1.9.x (#1011.1)
  • Next Job for on 1.9.x (#1044.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc