Commit Graph
9 Commits
Author SHA1 Message Date
Alex Eagle 2e66e74e14 fix --pretty output when context is multi-line
Fixes #22097
2018-02-22 22:56:00 -08:00
Alex Eagle 9753d3950b --pretty output: move context after the file/error
Fixes #16583
2017-09-27 13:55:30 -07:00
Alex Eagle 0123bd0e20 Add missing newline in --pretty diagnostics formatter
It was compensated in tsc.ts, but then other compilers are missing a newline.
2017-06-17 09:20:55 -07:00
Alex Eagle 4240f6f5d9 Extract diagnostics formatter used by --pretty
This allows compilers other than tsc.js to display nice in-context diagnostics
2017-05-12 16:19:46 -07:00
Alex Eagle 62f49c3b7e use getNewLine from host rather than sys 2016-07-13 15:25:31 -07:00
Alex Eagle 05fbe7cddd use getNewLine from host rather than sys 2016-07-13 15:25:15 -07:00
Alex Eagle e28acd3c1f Add formatDiagnostics utility 2016-07-13 14:22:16 -07:00
Alex Eagle 34e81f2805 Add formatDiagnostics utility 2016-07-13 11:15:09 -07:00
Alex Eagle be9d8bd67a Include sourcefiles in the WriteFileCallback for .d.ts emit
Fixes #7438
2016-05-01 11:11:09 -07:00