AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
How to Transpile JavaScript
Transpiling is one high level language to another. It's like Rust to assembly code or something much lower level. So let's talk about what kinds of things in JavaScript land you might want to transpile it. Transpilization generally done for syntax, meaning that things in JavaScript that were added where the code looks different than what it needs to be. And all of TypeScript is transpiled, right? Like all of the different bits in TypeScript need to be converted to JavaScript.