negativenull@piefed.world to Programmer Humor@programming.devEnglish · 27 days agoObject Notationi.imgflip.comimagemessage-square58linkfedilinkarrow-up11arrow-down10
arrow-up11arrow-down1imageObject Notationi.imgflip.comnegativenull@piefed.world to Programmer Humor@programming.devEnglish · 27 days agomessage-square58linkfedilink
minus-squaremelfie@lemy.lollinkfedilinkarrow-up0·edit-226 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.