Hacker News new | ask | show | jobs
by doodlesdev 1206 days ago
> Transpiling TypeScript/JSX to browser-compatible JS.

Which is another way to say it's a form of compilation..... [0]

[0]: https://en.wikipedia.org/wiki/Source-to-source_compiler

1 comments

Yes, but it's distinct from bundling, which is what most of the GP's concerns were around.