Comment on Which side are you? Javascript or Typescript
brian@programming.dev 1 year agoV8 also doesn’t run js, it does some byte code compilation stuff amongst other things, then interprets that. But that’s all a bit pedantic too, V8 runs js, deno runs ts.
fwiw deno.com even has as one of their first bullet points that they have “native support for TypeScript and JSX”
severien@lemmy.world 1 year ago
Sure, but part of the claim was “without any compilation”. But bun/deno do compile TS into JS.