ruffsl to ProgrammingEnglish · 2 years agoBig projects are ditching TypeScript… wtf? - The Code Reportyoutube.comexternal-linkmessage-square46fedilinkarrow-up199arrow-down142cross-posted to: typescript
arrow-up157arrow-down1external-linkBig projects are ditching TypeScript… wtf? - The Code Reportyoutube.comruffsl to ProgrammingEnglish · 2 years agomessage-square46fedilinkcross-posted to: typescript
minus-squareMiaou@jlai.lulinkfedilinkarrow-up1·edit-22 years agoUgh? Why shouldn’t it be the same code?
minus-squarescorpionix@feddit.delinkfedilinkarrow-up1·2 years agoBecause Browsers can’t run Typescript, they run JavaScript. That’s why the intermediate conversion step isneededd.
minus-squareMiaou@jlai.lulinkfedilinkarrow-up1·edit-22 years 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