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
- Host: GitHub
- URL: https://github.com/grubersjoe/master-thesis
- Owner: grubersjoe
- Created: 2019-06-09T11:16:59.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-11-12T13:08:55.000Z (over 5 years ago)
- Last Synced: 2025-04-04T17:13:18.452Z (about 1 year ago)
- Topics: babel-plugin, flow, static-types, transpiler, typescript
- Language: TeX
- Homepage:
- Size: 6.22 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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`.