Flow to TypeScript converter that works inside the browser.
The code is hosted on github.io: https://diskshima.github.io/fl2ts-web/
This work uses the code in Kiikurage/babel-plugin-flow-to-typescript to convert Flow to TypeScript.
- Initialize the submodule
git submodule init
- Build submodule.
cd src/babel-plugin-flow-to-typescript npm install
- Open HTML file.
open docs/index.html
- TypeScript - Some things are easier with types.
- babel-standalone - For using Babel inside the browser.
- webpack - For building and bundling our assets.
- Daisuke Shimamoto - Initial work - diskshima
This project is licensed under the MIT License - see the LICENSE file for details.