Typifier. Convert old JavaScript code to TypeScript without rewriting everything.

github.com/tsuggate/Typifier

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

June 2020
  • 1.3.1
  • Support new method syntax on objects.
  • Try to turn off auto publish to fix broken build. Tidy up webpack con…
  • Update heaps of type definitions and fix type errors. Fix bug causes …
  • 1.3.0
  • Lots of work to update dependencies and get it building again.
  • Implement code generation for pattern matching on an array.
  • Update typescript.
  • Update parser dependencies. Update jest and jest config. Add Prettier.
February 2018
  • Bump version after changes.
  • Update electron for vulnerability fix.
October 2017
  • Remove unused dependency.
  • Comment out test for unimplemented feature.
  • Write failing test for method properies. Not supporting this right now.
  • Bump version. Add support for spread operator.
  • Update readme.
  • Use npm 5. Update some dependencies.
August 2017
  • Merge branch 'develop'
  • Wrap exported member expressions to avoid typescript error.
  • Bump version.