Position (in the pre-change coordinate system) where the change started.
()
| 555 | get removed() { return this._raw.removed; } |
| 556 | /** Position (in the pre-change coordinate system) where the change started. */ |
| 557 | get from() { return this._raw.from; } |
| 558 | /** Position (in the pre-change coordinate system) where the change ended. */ |
| 559 | get to() { return this._raw.to; } |
| 560 | /** Position (in the post-change coordinate system) where the change eneded. */ |
no outgoing calls
no test coverage detected