We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d92e8ea commit 722917fCopy full SHA for 722917f
1 file changed
src/compiler/program.ts
@@ -520,7 +520,6 @@ namespace ts {
520
result += diag.messageText;
521
indent++;
522
if (diag.next) {
523
- // TODO: Should be possible to optimise the common, non-tree case
524
for (const kid of diag.next) {
525
result += flattenDiagnosticMessageText(kid, newLine, indent);
526
}
0 commit comments