minus-squarekautau@lemmy.worldtoProgrammer Humor@lemmy.ml•Me, migrating my code from JavaScript to TypeScript:linkfedilinkarrow-up4·edit-21 year agoAnd thankfully we might be getting to a point where TS no longer needs to exist: https://github.com/tc39/proposal-type-annotations It’s about time JS gave us the ability to be strict on types, and have that as part of the interpreter as opposed to needing to transpile TS with the overhead involved linkfedilink
And thankfully we might be getting to a point where TS no longer needs to exist: https://github.com/tc39/proposal-type-annotations
It’s about time JS gave us the ability to be strict on types, and have that as part of the interpreter as opposed to needing to transpile TS with the overhead involved