diff --git a/src/compiler/utilities.ts b/src/compiler/utilities.ts index 5242711efe..4b700fb211 100644 --- a/src/compiler/utilities.ts +++ b/src/compiler/utilities.ts @@ -75,6 +75,7 @@ namespace ts { // Completely ignore indentation for string writers. And map newlines to // a single space. writeLine: () => str += " ", + forceWriteLine: () => str += " ", increaseIndent: noop, decreaseIndent: noop, clear: () => str = "",