(private readonly options: Options)
| 44 | private state: State |
| 45 | |
| 46 | constructor(private readonly options: Options) { |
| 47 | this.state = { |
| 48 | previousOutput: '', |
| 49 | } |
| 50 | } |
| 51 | |
| 52 | renderPreviousOutput_DEPRECATED(prevFrame: Frame): Diff { |
| 53 | if (!this.options.isTTY) { |
nothing calls this directly
no outgoing calls
no test coverage detected