What language is the source typescript compiler written in?

According to another thread in the same topic, typescript is a “loaded” language.

If typescript is a bootable language, this means that the original compiler was written in a lower-level initial language. Then what language would be?

from wikipedia:

The typescript compiler itself is written in TypeScript, compiled to JavaScript and licensed under the Apache 2 license.

+4
source share
1 answer

The earliest TypeScript implementation started with JavaScript.

+5
source

Source: https://habr.com/ru/post/1655235/


All Articles