In JS land, transpile was used to distinguish something like elm->JS from ES6->ES3. One was the same language with different versions and the other was different source languages.
Yes, all transpilers are compilers, but not all compilers are transpilers.
Yes, all transpilers are compilers, but not all compilers are transpilers.