We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3ef427 commit e535e27Copy full SHA for e535e27
src/compiler/utilities.ts
@@ -75,6 +75,7 @@ namespace ts {
75
// Completely ignore indentation for string writers. And map newlines to
76
// a single space.
77
writeLine: () => str += " ",
78
+ forceWriteLine: () => str += " ",
79
increaseIndent: noop,
80
decreaseIndent: noop,
81
clear: () => str = "",
0 commit comments