ruffsl@programming.dev to Programming@programming.devEnglish · 2 年前Big projects are ditching TypeScript… wtf? - The Code Reportyoutube.comexternal-linkmessage-square49fedilinkarrow-up1101arrow-down141
arrow-up160arrow-down1external-linkBig projects are ditching TypeScript… wtf? - The Code Reportyoutube.comruffsl@programming.dev to Programming@programming.devEnglish · 2 年前message-square49fedilink
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