Remix.run Logo
steve_adams_86 a day ago

I think they mean deno handles transpiling for you so there’s no visible machinery for this aspect of the program. It’s just convenient.

jemmyw 11 hours ago | parent [-]

I assumed they meant more than that because nodejs does the same since v22.18 and prior would do it with a flag. But they mentioned type stripping, which is really all transpiling of ts does for most code.