Skip to content

Converts JavaScript to TypeScript and TypeScript to better TypeScript.

License

Notifications You must be signed in to change notification settings

emday4prez/TypeStat

 
 

Repository files navigation

TypeStat

Converts JavaScript to TypeScript and TypeScript to better TypeScript.

Code Style: Prettier TypeScript: Strict Build Status NPM version

TypeStat logo: the TypeScript blue square with rounded corners, but a plus sign instead of 'TS'

Usage

TypeStat is a CLI utility that modifies TypeScript types in existing code. The built-in mutators will only ever add or remove types and will never change your runtime behavior. TypeStat can:

  • ✨ Convert JavaScript files to TypeScript in a single bound!
  • ✨ Add TypeScript types on files freshly converted from JavaScript to TypeScript!
  • ✨ Infer types to fix --noImplicitAny and --noImplicitThis violations!
  • ✨ Annotate missing nulls and undefineds to get you started with --strictNullChecks!

⚡ To start, the typestat command will launch an interactive guide to setting up a configuration file. ⚡

npx typestat
👋 Welcome to TypeStat! 👋
This will create a new typestat.json for you.
...

After, use typestat --config typestat.json to convert your files.

Configuration

To get a deeper understanding of TypeStat, read the following docs pages in order:

  1. Usage.md for an explanation of how TypeStat works
  2. Fixes.md for the type of fixes TypeStat will generate mutations for
  3. Types.md for configuring how to work with types in mutations
  4. Filters.md for using tsquery to ignore sections of source files
  5. Custom Mutators.md for including or creating custom mutators

Development

See Development.md. 💖

About

Converts JavaScript to TypeScript and TypeScript to better TypeScript.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.2%
  • Other 0.8%