mastermind@lemm.ee to Programmer Humor@programming.devEnglish · 2 years agoWhich side are you? Javascript or Typescripti.postimg.ccimagemessage-square203fedilinkarrow-up1570arrow-down136
arrow-up1534arrow-down1imageWhich side are you? Javascript or Typescripti.postimg.ccmastermind@lemm.ee to Programmer Humor@programming.devEnglish · 2 years agomessage-square203fedilink
minus-squareLittleLily@shinobu.cloudlinkfedilinkEnglisharrow-up9arrow-down1·2 years agoJust fyi, while they don’t help with running TS in the browser, the Bun and Deno runtimes both natively run TS without any compilation.
minus-squareseverien@lemmy.worldlinkfedilinkarrow-up2·2 years agoThat’s not true, deno compiles TypeScript to JavaScript, it just does it transparently. The code still runs on v8.
Just fyi, while they don’t help with running TS in the browser, the Bun and Deno runtimes both natively run TS without any compilation.
That’s not true, deno compiles TypeScript to JavaScript, it just does it transparently. The code still runs on v8.