(t)
| 177 | } |
| 178 | class y { |
| 179 | constructor(t) { |
| 180 | ((this.hires = t), |
| 181 | (this.generatedCodeLine = 0), |
| 182 | (this.generatedCodeColumn = 0), |
| 183 | (this.raw = []), |
| 184 | (this.rawSegments = this.raw[this.generatedCodeLine] = []), |
| 185 | (this.pending = null)); |
| 186 | } |
| 187 | addEdit(t, e, n, i) { |
| 188 | if (e.length) { |
| 189 | const r = [this.generatedCodeColumn, t, n.line, n.column]; |
nothing calls this directly
no outgoing calls
no test coverage detected