Skip to content

docs(readme): stop documenting a subpath that no longer ships - #244

Merged
pathscale merged 1 commit into
masterfrom
fix/readme-virtualizer-subpath
Aug 16, 2026
Merged

docs(readme): stop documenting a subpath that no longer ships#244
pathscale merged 1 commit into
masterfrom
fix/readme-virtualizer-subpath

Conversation

@pathscale

Copy link
Copy Markdown
Owner

The Release run for 2.6.0 failed its package check:

README imports a file that is not shipped
  @pathscale/ui/primitives/virtualizer -> ./dist/primitives/virtualizer/index.d.ts missing from the tarball

useVirtualRows went out with TanStack solid-virtual and the primitives/virtualizer directory went with it, but the subpath-exports example in the README still imported from it. The gate caught it against the actual tarball, which is exactly its job, since a README naming a nonexistent module would have shipped to npm unpublishable.

Swapped for hooks/table, which ships and makes the same point about narrowing an import.

bun run check:package: passes, 926 files, all exports and README imports resolve.

Note CI itself was green on 890e39a; only the Release workflow failed, which is why npm still serves 2.5.0.

🤖 Generated with Claude Code

useVirtualRows went out with TanStack solid-virtual, and the primitives/
virtualizer directory went with it, but the subpath-exports example still
imported from it. The release job's package check caught it against the
tarball, which is what that gate is for: a README naming a module that does
not exist would have shipped to npm unpublishable.

Swapped for hooks/table, which ships and makes the same point about narrowing
an import.
@pathscale
pathscale merged commit 6aff2d0 into master Aug 16, 2026
1 check passed
@pathscale
pathscale deleted the fix/readme-virtualizer-subpath branch August 16, 2026 10:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant