TypeScript Version: 2.3.4
When the compiler outputs errors it uses this format:
EXCERPT 1
^^ 1
FILE: ERROR 1
EXCERPT 2
^^ 2
FILE: ERROR 2
However, this is confusing since the first error is more closely associated with the second excerpt since it is separated by an empty line and a mostly blank line. I would propose changing it to:
FILE: ERROR 1
EXCERPT 1
^^ 1
FILE: ERROR 2
EXCERPT 2
^^ 2
TypeScript Version: 2.3.4
When the compiler outputs errors it uses this format:
However, this is confusing since the first error is more closely associated with the second excerpt since it is separated by an empty line and a mostly blank line. I would propose changing it to: