Degree of Separation for "svelte/store" and the rest of Svelte? #12871
Unanswered
PatrickSJacobs
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Good Day!
Given that SvelteKit uses Rollup via Vite, I know that the import of "svelte/store" will only contain the necessary code for the functions, types, etc. I am interested in the more general usefulness of this import in typescript applications. Does anyone know how detached the import of "svelte/store" would be for use outside of a non-Svelte(Kit) application? I am curious how difficult it would be to separate this module into its own package or if other packages already address this functionality.
Any input would be appreciated!
Beta Was this translation helpful? Give feedback.
All reactions