Skip to content

Commit

Permalink
Fix single line writer
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewbranch committed Feb 19, 2020
1 parent e3ef427 commit e535e27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/compiler/utilities.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "",
Expand Down

0 comments on commit e535e27

Please sign in to comment.