NfNitLoop ("Cody Casterline 🏳️🌈") wrote:
So, #TypeScript is (mostly) a superset of #JavaScript. As a developer, I love it. But browsers don't speak it natively so you have to have a "transpilation" step before things will work in browsers.
But, why? There are tools like SWC that just parse TS and spit out JS without doing type validation. And it's super fast.
It would be awesome if browsers would just take that approach and let you use .ts files like .js files.