you are viewing a single comment's thread
view the rest of the comments
[–] 2 points 3 years ago (1 child)

That's not true, deno compiles TypeScript to JavaScript, it just does it transparently. The code still runs on v8.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 1 point 3 years ago (1 child)

    V8 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 https://deno.com even has as one of their first bullet points that they have "native support for TypeScript and JSX"

  • source
  • parent
  • hideshow 2 child comments