Comment on Which side are you? Javascript or Typescript

<- View Parent
brian@programming.dev ⁨1⁩ ⁨year⁩ ago

I mean, tsc without any of the backporting functionality is still a transpiler since it goes from a high level language(ts) to another high level language(js). Transpilation as a concept doesn’t imply that it is for backporting language features or that the source and destination languages are the same, just that it is a transformation from source code to a similar or higher abstraction level language source code

source
Sort:hotnewtop