neopostmodern / wohnungsbot

Der Wohnungsbot — die Anwendung zum 2. Akt ("Das Versprechen des Bots") des Automatisierungsdramas in drei Akten "Von einem der auszog eine Wohnung in Berlin zu finden" von Clemens Schöll
https://wohnungsbot.de
GNU Affero General Public License v3.0
151 stars 27 forks source link

Refactor to TypeScript #102

Closed neopostmodern closed 5 months ago

neopostmodern commented 2 years ago

Flow has become an unbearable liability on multiple levels

neopostmodern commented 1 year ago

Tool ideas:

hoelger commented 1 year ago

    npm install typescript --save-dev
    npm install @babel/preset-typescript --save-dev
    npm uninstall @babel/preset-flow

    npm install -g @khanacademy/flow-to-ts
    flow-to-ts **/*.js --write --delete-sources
neopostmodern commented 5 months ago

Closed with PR #185