Comment on Are we ready for javascript without a build step on the front end in 2023?

<- View Parent
icesentry@programming.dev ⁨9⁩ ⁨months⁩ ago

If you want type safety and no build step you do like svelte did and use jsdoc instead. You can run the typescript type checker on those annotations so if you care about not having a build step you can still have type safety.

source
Sort:hotnewtop