0.0.2 • Published 2 years ago

tsc-error-report v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

🕵️‍♂️ tsc-report-analyzer

NPM version

This project is under development

Instal

With pnpm

pnpm install tsc-report-analyzer

With yarn

yarn add tsc-report-analyzer

With pnpm

npm install tsc-report-analyzer

Usage

tsc --noEmit | tsc-report-analyzer
tsc --noEmit | ./node_modules/.bin/tsc-report-analyzer

Not currently supported features

  • Programatic API
  • Configurable tsconfig.json
  • Futurproof tsc output parser

Future ideas

  • Github Actions to compute diff between 2 branches (current and target)