We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ad7761 commit f4e2a95Copy full SHA for f4e2a95
packages/svelte/scripts/generate-types.js
@@ -29,7 +29,7 @@ await createBundle({
29
[`${pkg.name}/easing`]: `${dir}/src/easing/index.js`,
30
[`${pkg.name}/legacy`]: `${dir}/src/legacy/legacy-client.js`,
31
[`${pkg.name}/motion`]: `${dir}/src/motion/public.d.ts`,
32
- [`${pkg.name}/reactivity`]: `${dir}/src/reactivity/index.js`,
+ [`${pkg.name}/reactivity`]: `${dir}/src/reactivity/index-client.js`,
33
[`${pkg.name}/server`]: `${dir}/src/server/index.js`,
34
[`${pkg.name}/store`]: `${dir}/src/store/public.d.ts`,
35
[`${pkg.name}/transition`]: `${dir}/src/transition/public.d.ts`,
0 commit comments