svelte-typescript icon indicating copy to clipboard operation
svelte-typescript copied to clipboard

README suggestion

Open benmccann opened this issue 4 years ago • 4 comments

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?

benmccann avatar May 07 '20 13:05 benmccann

Another thing that would be useful is a comparison to other packages. E.g. what's the difference between this and https://github.com/kaisermann/svelte-preprocess?

benmccann avatar May 07 '20 14:05 benmccann

@benmccann thank you for the suggestion! I'll add a description and comparison

pyoner avatar May 08 '20 09:05 pyoner

And sooo.... Any difference with @kaisermann's one ?

mlbiche avatar Jun 19 '20 15:06 mlbiche

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.

kaisermann avatar Jun 19 '20 16:06 kaisermann