An open API service indexing awesome lists of open source software.

https://github.com/grubersjoe/master-thesis

Masterarbeit: Statische Typsysteme für JavaScript - Entwicklung eines Transpilers zur Übersetzung von Flow nach TypeScript
https://github.com/grubersjoe/master-thesis

babel-plugin flow static-types transpiler typescript

Last synced: 12 months ago
JSON representation

Masterarbeit: Statische Typsysteme für JavaScript - Entwicklung eines Transpilers zur Übersetzung von Flow nach TypeScript

Awesome Lists containing this project

README

          

# Statische Typsysteme für JavaScript (Masterarbeit)

**Entwicklung eines Transpilers zur Übersetzung von Flow nach TypeScript**

[PDF](./thesis.pdf)

Jonathan Gruber, 2019
HTWK Leipzig

---

### How to build the document

Requirements: TeX Live (other LaTeX distributions might work as well),
[Biber](https://ctan.org/pkg/biber).

```sh
cd doc && make clean && make
```

PDF file will be written to `doc/build/master.pdf`.