Skip to content

Script to parse your TS errors and group them into error types for easier debugging and visualization.

Notifications You must be signed in to change notification settings

legendkong/ts-error-parser

Repository files navigation

TypeScript error parser 💥💥💥

Run this script to parse your TS errors from your error log.

The script automatically groups them into their error types for easier debugging and visualization.

    1. run yarn typecheck >  <filename>.txt to generate your error log
    2. run node errorchecker.ts  <filename>.txt

Expected output

Use cases

  • For teams migrating from legacy React to newer verisons on React, such as v18.
  • When theres too damn many type errors scattered across your files.

About

Script to parse your TS errors and group them into error types for easier debugging and visualization.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published