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 I'm not mistaken, right now both preprocessors work similarly, with a difference of implementation here or there. However, in v4 of svelte-preprocess we're going to remove type-checking from the preprocessor and leave it to svelte-check and other language tools.
I'd love if https://github.com/pyoner/svelte-typescript/tree/master/packages/preprocess could describe what it does. It takes a
.svelte
file and outputs a.ts
,.tsx
, and.css
file?The text was updated successfully, but these errors were encountered: