()
| 1369 | } |
| 1370 | |
| 1371 | public getWrappedText(): WrappedText { |
| 1372 | return this.wrappedLines.map(line => |
| 1373 | line.isPrecededByNewline ? line.text : line.text.trimStart(), |
| 1374 | ) |
| 1375 | } |
| 1376 | |
| 1377 | public getWrappedLines(): WrappedLine[] { |
| 1378 | return this.wrappedLines |
no test coverage detected