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

solidjs / solid / 35946933371
74%
main: 89%

Build:
Build:
LAST BUILD BRANCH: next
DEFAULT BRANCH: main
Ran 24 Sep 2026 02:28AM UTC
Jobs 1
Files 8
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

24 Sep 2026 02:21AM UTC coverage: 72.655%. Remained the same
35946933371

push

github

web-flow
fix(web): drop name/exports from nested subpath manifests so they can't shadow the root map (#3627) (#3631)

`server-functions/dist/rich-args.js` imports `@solidjs/web/server-functions/client`
by bare name on purpose (externalizeSharedClient keeps the client instance
shared across export conditions). The nearest manifest to that file was
`server-functions/package.json`, carrying `"name": "@solidjs/web/server-functions"`
and an `exports` map with only ".". Resolvers that implement package
self-reference by prefix-matching the nearest manifest's `name` — Node's CJS
`trySelf`, oxc-resolver under Vite 8 / Rolldown — read the specifier as
subpath `./client` of that nested "package", found it unexported, and failed
without consulting the root map. Node ESM and Vite 7 compare the full package
name and fell through, which is why only Vite 8 broke.

All seven nested manifests (`server-functions`, `server-functions/rich-args`,
`frames`, `serialization`, `serialization/decode`, `storage`,
`performance-tracks`) now carry only what legacy `node10`-style resolvers read:
`main`/`module`/`types`, plus `type: "module"` (they are the nearest manifest
to the dist files and so decide their module format) and `sideEffects`. The
root `exports` map already defined every entry the nested maps had, with a
superset of conditions; it is the single authority.

A packaging test resolves every bare `@solidjs/web[/…]` specifier found in
each nested `dist/*.js` from a consumer-shaped install, through both Node's
ESM and CJS resolvers, and pins the manifests' shape.

Fixes #3627

Co-authored-by: Claude via Cursor <noreply@cursor.com>

594 of 882 branches covered (67.35%)

Branch coverage included in aggregate %.

870 of 1133 relevant lines covered (76.79%)

24.75 hits per line

Jobs
ID Job ID Ran Files Coverage
1 35946933371.1 24 Sep 2026 02:28AM UTC 8
72.66
GitHub Action Run
Source Files on build 35946933371
  • Tree
  • List 8
  • 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 #35946933371
  • b7701b59 on github
  • Prev Build on next (#35946125379)
  • Next Build on next (#35947693006)
  • 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