Вообще транспиляция это или компиляция абсолютно юзлесс вопрос - если посмотреть на то как эти вещи определены например в англ википедии то там вообще невозможно понять чем одно отличается от другого:
A source-to-source translator, source-to-source compiler (S2S compiler), transcompiler, or transpiler is a type of translator that takes the source code of a program written in a programming language as its input and produces an equivalent source code in the same or a different programming language.
In computing, a compiler is a computer program that translates computer code written in one programming language (the source language) into another language (the target language).