negativenull@piefed.world to Programmer Humor@programming.devEnglish · 3 days agoObject Notationi.imgflip.comimagemessage-square57linkfedilinkarrow-up1588arrow-down17
arrow-up1581arrow-down1imageObject Notationi.imgflip.comnegativenull@piefed.world to Programmer Humor@programming.devEnglish · 3 days agomessage-square57linkfedilink
minus-squaremelfie@lemy.lollinkfedilinkarrow-up1·edit-22 days agoTS transpiles to JS, and then when that JS is executed in Deno, Node.js, a Blink browser like Chrome, etc., it gets just in time compiled to native machine code instead of getting interpreted. Hope that helps.
TS transpiles to JS, and then when that JS is executed in Deno, Node.js, a Blink browser like Chrome, etc., it gets just in time compiled to native machine code instead of getting interpreted. Hope that helps.