aretecode / flipts

js to ts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

  • 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

About

js to ts


Languages

Language:JavaScript 99.1%Language:TypeScript 0.9%