ruffsl@programming.dev to Programming@programming.devEnglish · 1 year agoBig projects are ditching TypeScript… wtf? - The Code Reportyoutube.comexternal-linkmessage-square50fedilinkarrow-up199arrow-down142
arrow-up157arrow-down1external-linkBig projects are ditching TypeScript… wtf? - The Code Reportyoutube.comruffsl@programming.dev to Programming@programming.devEnglish · 1 year agomessage-square50fedilink
minus-squareMiaou@jlai.lulinkfedilinkarrow-up1·edit-21 year agoUgh? Why shouldn’t it be the same code?
minus-squarescorpionix@feddit.delinkfedilinkarrow-up1·1 year agoBecause Browsers can’t run Typescript, they run JavaScript. That’s why the intermediate conversion step isneededd.
minus-squareMiaou@jlai.lulinkfedilinkarrow-up1·edit-21 year agoBut your tests are running on the compiled code too. Nothing can be tested but handwritten assembly, with such approach
Ugh? Why shouldn’t it be the same code?
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