Better visual distinction between --pretty --watch recompile results? #20379
Labels
Fixed
A PR has been merged for this issue
Good First Issue
Well scoped, documented and has the green light
Help Wanted
You can do this
Suggestion
An idea for TypeScript
Milestone
TypeScript Version: 2.7.0-dev.20171126
While running
tsc --pretty --watch
, there's not much visual distinction between different rounds of failures. Other than a few blank lines on the right half of the screen, they look very similar. When I have a lot of files I'm going through refactor errors through it can be hard to tell what's fixed or fresh.For comparison, this is what TSLint's
stylish
formatter outputs......and this is what gulp outputs:
A few suggestions to make this display easier to read (replace "grey" with any non-white color):
TS2451
-style identifiersFile change detected.
linesCompilation complete.
lines:The text was updated successfully, but these errors were encountered: