negativenull@piefed.world to Programmer Humor@programming.devEnglish · 9 个月前Object Notationi.imgflip.comimagemessage-square62linkfedilinkarrow-up1610arrow-down17
arrow-up1603arrow-down1imageObject Notationi.imgflip.comnegativenull@piefed.world to Programmer Humor@programming.devEnglish · 9 个月前message-square62linkfedilink
minus-squaremelfie@lemy.loldeleted by creatorlinkfedilinkarrow-up1·9 个月前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.
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.