ruffsl@programming.dev to Programming@programming.devEnglish · 2 年前Big projects are ditching TypeScript… wtf? - The Code Reportyoutube.comvideomessage-square50fedilinkarrow-up199arrow-down142
arrow-up157arrow-down1videoBig projects are ditching TypeScript… wtf? - The Code Reportyoutube.comruffsl@programming.dev to Programming@programming.devEnglish · 2 年前message-square50fedilink
minus-squarescorpionix@feddit.delinkfedilinkarrow-up1·2 年前Because Browsers can’t run Typescript, they run JavaScript. That’s why the intermediate conversion step isneededd.
minus-squareMiaou@jlai.lulinkfedilinkarrow-up1·edit-22 年前But your tests are running on the compiled code too. Nothing can be tested but handwritten assembly, with such approach
Because Browsers can’t run Typescript, they run JavaScript. That’s why the intermediate conversion step isneededd.
But your tests are running on the compiled code too. Nothing can be tested but handwritten assembly, with such approach