#Svelte moving from TS to JSDoc, love it
https://github.com/sveltejs/svelte/pull/8569
Comment from Rich Harris: https://news.ycombinator.com/item?id=35892250
It's an interesting route, and I didn't see much projects that would move away from #TypeScript to #JSDoc type hints. I tried writing generics in it some months ago and didn't find this experience pleasing at all. But I hope this doesn't serve as a limitation for making #Svelte type-safe.