cm0002@lemmings.world to Programmer Humor@programming.dev · 3 months agoWhy I always keep doing it...lemmy.worldimagemessage-square63linkfedilinkarrow-up11arrow-down10
arrow-up11arrow-down1imageWhy I always keep doing it...lemmy.worldcm0002@lemmings.world to Programmer Humor@programming.dev · 3 months agomessage-square63linkfedilink
minus-squareCookieOfFortune@lemmy.worldlinkfedilinkarrow-up0·3 months agoIsn’t Typescript compiled into JavaScript?
minus-squareepyon22@sh.itjust.workslinkfedilinkEnglisharrow-up0·3 months agoTechnically transpiled. Compiling results in something binary.
minus-squareCookieOfFortune@lemmy.worldlinkfedilinkarrow-up0·3 months agoNo a compiler just translates from one language into another. Transpilers are a type of compiler.
minus-squareepyon22@sh.itjust.workslinkfedilinkEnglisharrow-up0·3 months agoTypescript is transpiled into JavaScript. It’s not a whole new language just additions to JavaScript.
Isn’t Typescript compiled into JavaScript?
Technically transpiled. Compiling results in something binary.
No a compiler just translates from one language into another. Transpilers are a type of compiler.
Typescript is transpiled into JavaScript. It’s not a whole new language just additions to JavaScript.