ruffsl to [email protected]English • 2 years agoBig projects are ditching TypeScript… wtf? - The Code Reportyoutube.comexternal-linkmessage-square46fedilinkarrow-up1100cross-posted to: [email protected]
arrow-up1100external-linkBig projects are ditching TypeScript… wtf? - The Code Reportyoutube.comruffsl to [email protected]English • 2 years agomessage-square46fedilinkcross-posted to: [email protected]
minus-square@[email protected]linkfedilink1•2 years agoBecause Browsers can’t run Typescript, they run JavaScript. That’s why the intermediate conversion step isneededd.
minus-square@[email protected]linkfedilink1•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