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

https://github.com/aretecode/flipts

js to ts
https://github.com/aretecode/flipts

Last synced: 11 months ago
JSON representation

js to ts

Awesome Lists containing this project

README

          

- changes a glob of `.js` to the same structure in another folder (`ts`) with `.ts`
- when building, converts the whole `ts` folder into a `temp` folder, with modifiers removed (`public`, `private`, `protected`)
- then babel can build it
- problems all solved