Closed as not planned
Description
Describe the bug
When migrating a project to Svelte 5, I discovered that StoresValues
is no longer exported from svelte/store
. I know that stores are technically deprecated, but I don't see the need to make that type private. Instead, I would just remove it entirely in Svelte 6/7 when stores are eliminated as a feature and keep it public for now.
Reproduction
import type { StoresValues } from 'svelte/store';
Logs
System Info
Irrelevant
Severity
annoyance
Metadata
Metadata
Assignees
Labels
No labels