Jakefile rewrite WIP

This commit is contained in:
Ryan Cavanaugh
2018-06-10 13:23:16 -07:00
parent 8033f2e1e1
commit 5804905ca6
8 changed files with 418 additions and 945 deletions

View File

@@ -349,7 +349,7 @@ namespace ts {
output += host.getNewLine();
}
return output + host.getNewLine();
return output;
}
export function flattenDiagnosticMessageText(messageText: string | DiagnosticMessageChain | undefined, newLine: string): string {