ruffsl@programming.dev to Programming@programming.devEnglish · 1 year agoBig projects are ditching TypeScript… wtf? - The Code Reportyoutube.comexternal-linkmessage-square46fedilinkarrow-up199arrow-down142
arrow-up157arrow-down1external-linkBig projects are ditching TypeScript… wtf? - The Code Reportyoutube.comruffsl@programming.dev to Programming@programming.devEnglish · 1 year agomessage-square46fedilink
minus-squarepivot_root@lemmy.worldlinkfedilinkarrow-up2·1 year agoUnless someone is using some language extensions, transpiling from TS to an ECMAScript module using the ESNext target merely drops the type annotations. If not running the exact same code being developed is an issue, it’s an easy fix.
Unless someone is using some language extensions, transpiling from TS to an ECMAScript module using the
ESNext
target merely drops the type annotations.If not running the exact same code being developed is an issue, it’s an easy fix.