Comment on Big projects are ditching TypeScript… wtf? - The Code Report
Miaou@jlai.lu 1 year agoUgh? Of course it is. Why shouldn’t it be?
Comment on Big projects are ditching TypeScript… wtf? - The Code Report
Miaou@jlai.lu 1 year agoUgh? Of course it is. Why shouldn’t it be?
scorpionix@feddit.de 1 year ago
Because Browsers can’t run Typescript, they run JavaScript. That’s why the intermediate conversion step isneededd.
Miaou@jlai.lu 1 year ago
But your tests are running on the compiled code too. Nothing can be tested but handwriting assembly, with such approach