tsc-baseline

🌡️ Creates a baseline of TypeScript errors and compares new errors against it. This is useful for reducing noise in TypeScript projects which have a lot of pre-existing errors. This tool will filter out all existing errors and only show new type-errors introduced by your changes.

MIT License

Downloads
3.7K
Stars
4

Bot releases are hidden (Show)

tsc-baseline - Release 1.4.0 Latest Release

Published by TimMikeladze 5 months ago

  • Fix the NaN bug reported in issue 21 (#23) (9a3dd2a)
tsc-baseline - Release 1.3.0

Published by TimMikeladze 5 months ago

  • Merge pull request #20 from wdoug/wdoug/error-code-on-new-errors (9aa7d91)
  • Output an error code from the CLI when there are new errors (c3da5ff)
tsc-baseline - Release 1.2.0

Published by TimMikeladze 5 months ago

  • ⬆️ resolve yarn audit (b7e6a0f)
  • Merge pull request #18 from wdoug/wdoug/count-instead-of-location (a8e4dd7)
  • Pretty print .tsc-baseline.json (#19) (89c098a)
  • Handle new error count properly (7e6292e)
  • Track error counts instead of location (2c1c330)
tsc-baseline - Release 1.1.1

Published by TimMikeladze about 1 year ago

  • 📚 fix readme (f991620)
tsc-baseline - Release 1.1.0

Published by TimMikeladze about 1 year ago

  • ✨ support adding specific errors to the baseline file (7bc6595)
tsc-baseline - Release 1.0.0

Published by TimMikeladze about 1 year ago

  • 📚 update readme (7ecd552)
  • 🎉 kick off the project (978de47)