phiresky
@phiresky@lemmy.world
This is a remote user, information on this page may be incomplete. View at Source ↗
lemmy performance connoisseur.
check my github: github.com/phiresky
this is what i like to see: Image
- Comment on Big projects are ditching TypeScript… wtf? - The Code Report 1 year ago:
If that’s what this video is about then it’s a lie (I’m not going to watch that bait). Svelte did not move away from Typescript. Svelte just moved from TSs custom syntax to TS-in-JSDoc. They are still using the same types and TS compiler to fully enforce type checking their code.
Their reason isn’t that TS is bad, just that the IDE experience is bad redirecting you to .d.ts instead of source files for libraries.