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

solidjs / solid / 34828557764
72%
main: 89%

Build:
Build:
LAST BUILD BRANCH: next
DEFAULT BRANCH: main
Ran 14 Sep 2026 09:38AM UTC
Jobs 1
Files 6
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

14 Sep 2026 09:32AM UTC coverage: 71.842%. Remained the same
34828557764

push

github

web-flow
feat(compiler): emit the spread/ssrElement sources array for multi-source element spreads (#3423)

Native elements with several spread sources compile to the runtimes' array
form instead of a mergeProps() call, in DOM and SSR output, in both the
Babel plugin and the native compiler:

  <div id="x" {...a} {...b}>
  → spread(el, [{ id: "x" }, a, b], skipChildren)          (dom)
  → ssrElement("div", [{ id: "x" }, a, b], children, id)   (ssr)

The runtimes read the sources directly — later sources win per key, only
the winning source is read — so there is no merge proxy to build and walk
once. A reactive spread is a plain thunk called inside the tracking scope:
no memo, so no hydration id on either side. That also retires the
hydratable SSR `() => mergeProps(...)` wrapper, which existed only to order
the merge memo's id after the element's key; a lone dynamic spread left
behind once the server drops on*/prop:/children keys now passes through as
the props thunk itself. A lone spread still passes straight through
(#3105). Universal output is unchanged; its runtime spread has no array
form yet.

Requires @solidjs/web with the array forms (#3418, #3419). Fixtures
regenerated for both compilers; the recorded cross-mode Babel/Oxc
divergences changed only in context (mergeProps → array).

Co-authored-by: Cursor <cursoragent@cursor.com>

519 of 790 branches covered (65.7%)

Branch coverage included in aggregate %.

772 of 1007 relevant lines covered (76.66%)

15.01 hits per line

Jobs
ID Job ID Ran Files Coverage
1 34828557764.1 14 Sep 2026 09:38AM UTC 6
71.84
GitHub Action Run
Source Files on build 34828557764
  • Tree
  • List 6
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #34828557764
  • 8d6de072 on github
  • Prev Build on next (#34828235272)
  • Next Build on next (#34828611473)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc