You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you have a file like src/routes/foo.svelte and run svelte-kit sync, it will create a .svelte-kit/types/src/routes/foo.d.ts file. If you subsequently remove src/routes/foo.svelte and re-run svelte-kit sync, the generated file should also be deleted. It is not.
Describe the bug
If you have a file like
src/routes/foo.svelte
and runsvelte-kit sync
, it will create a.svelte-kit/types/src/routes/foo.d.ts
file. If you subsequently removesrc/routes/foo.svelte
and re-runsvelte-kit sync
, the generated file should also be deleted. It is not.Reproduction
The default template (https://github.com./sveltejs/kit-template-default/) is enough to see this one; it requires you to follow the steps above.
Logs
No response
System Info
Severity
annoyance
Additional Information
No response
The text was updated successfully, but these errors were encountered: