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

DanielXMoore / Civet / 23950662260
95%

Build:
DEFAULT BRANCH: main
Ran 03 Apr 2026 03:02PM UTC
Jobs 1
Files 41
Run time 1min
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

03 Apr 2026 02:59PM UTC coverage: 92.985% (+0.005%) from 92.98%
23950662260

push

github

web-flow
Fix shorthand @ in destructuring assignments to use this.x directly (#1901)

In assignment (non-binding) contexts, `this.x` is a valid assignment target,
so `[@spot] = arr` can transpile to `[this.spot] = arr` instead of the
boilerplate `let spot; [spot] = arr, this.spot = spot`.

Changes:
- `adjustAtBindings`: fix early `return` that prevented processing multiple
  AtBindingProperty nodes (e.g., `{@a, @b} = c` only handled `@a` before).
  Also use `splice(1, 0, ...)` instead of `unshift` to preserve leading whitespace.
- `processBindingPatternLHS`: after handling AtBindingProperty shorthand,
  also convert remaining AtBinding nodes (array positions, explicit key: @x)
  to `this.x` member expressions directly. Also updates blockPrefixes that
  reference these AtBinding refs (for rest element cases like `[...@x, y]`),
  and handles AtBindings inside blockPrefixes (post-rest like `[a, ..., @x]`).

Fixes #257

Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Daniel X Moore <STRd6@users.noreply.github.com>

5928 of 6296 branches covered (94.16%)

Branch coverage included in aggregate %.

23 of 23 new or added lines in 2 files covered. (100.0%)

24838 of 26791 relevant lines covered (92.71%)

36768.47 hits per line

Jobs
ID Job ID Ran Files Coverage
1 23950662260.1 03 Apr 2026 03:02PM UTC 41
92.99
GitHub Action Run
Source Files on build 23950662260
  • Tree
  • List 41
  • Changed 13
  • Source Changed 2
  • Coverage Changed 13
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #23950662260
  • 46dea39f on github
  • Prev Build on main (#23950455854)
  • Next Build on main (#23951574306)
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