()
| 46 | } |
| 47 | |
| 48 | addLine(): this { |
| 49 | this.lines.push([]); |
| 50 | this.lastCol0 = 0; |
| 51 | return this; |
| 52 | } |
| 53 | |
| 54 | addMapping(col0: number, sourceUrl?: string, sourceLine0?: number, sourceCol0?: number): this { |
| 55 | if (!this.currentLine) { |
no test coverage detected