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

adana-coverage / babel-plugin-transform-adana / 195 / 1
100%
master: 100%

Build:
Build:
LAST BUILD BRANCH: bump-version
DEFAULT BRANCH: master
Ran 24 Jan 2016 05:09AM UTC
Files 4
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

24 Jan 2016 05:08AM UTC coverage: 100.0%. First build
195.1

push

travis-ci

izaakschroeder
Check for destructuring patterns.

Marker injection should not be done for destructuring patterns, since they neither make any sense nor do they compile properly.

Previously there was no logic to detect the fact that in:

```javascript
const x = ({ x: y }) => y;
```

The identifier `y` was not a reference but a declaration. So now destructuring patterns are simply ignored. Test added to verify this behavior for objects and arrays.

385 of 385 relevant lines covered (100.0%)

25.79 hits per line

Source Files on job 195.1
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 195
  • Travis Job 195.1
  • 4a434e1b on github
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