Skip to content

Commit 722917f

Browse files
committed
Remove TODO
1 parent d92e8ea commit 722917f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/compiler/program.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,6 @@ namespace ts {
520520
result += diag.messageText;
521521
indent++;
522522
if (diag.next) {
523-
// TODO: Should be possible to optimise the common, non-tree case
524523
for (const kid of diag.next) {
525524
result += flattenDiagnosticMessageText(kid, newLine, indent);
526525
}

0 commit comments

Comments
 (0)