Available issues of the first test project TypeScript Native Compiler , allowing to compile the application in the language TypeScript into machine code. The compiler is built using the LLVM, which also allows for additional features such as code compilation independent of the browser the universal low-level intermediate code WASM (WebAssembly), able to run on different operating systems. compiler code is written in C ++ and distributed under the MIT License.
Using TypeScript language allows you to write readable code, and allows LLVM to compile it in the “native” code and optimize. The project is currently under active development. At the moment not yet available templates, and support for some specific features of the typescript, but the basic functionality is already implemented.