Transitive @sveltejs/svelte-virtual-list emits missing exports condition warning in vite-plugin-svelte
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 431
- Forks
- 179
- Avg merge
- 2d 9h
- Merged PRs (30d)
- 71
Description
- Warning during dev/check/build:
- WARNING: package has a svelte field but no exports condition for svelte
- Package: @sveltejs/svelte-virtual-list@3.0.1
- Repro:
- Run pnpm check (or pnpm build)
- Dependency path:
- @temporalio/ui -> @sveltejs/svelte-virtual-list@3.0.1
- Context:
- Warning reference from vite-plugin-svelte FAQ: missing exports condition
- Existing upstream package issue: https://github.com/sveltejs/svelte-virtual-list/issues/69
- Request:
- Please update dependency once fixed upstream or patch package metadata to include a svelte exports condition to remove warning and future-proof against fallback removal.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by running pnpm check or pnpm build and inspect the dependency path from @temporalio/ui to @sveltejs/svelte-virtual-list@3.0.1. Check the upstream issue and the installed package metadata before choosing an update or patch. Done means the missing exports condition warning no longer appears during check, build, or development.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- build-system, frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 58/100