* difference * Returns a `Difference` containing all edits from `base` -> `stable` * We use this pretty frequently, so it's cached in `this._fullDifference` * and recomputed by the `_updateChanges` function only when `stable` changes. * @return {Difference} The total changes made by the
()
| 734 | * @return {Difference} The total changes made by the user during their edit session |
| 735 | */ |
| 736 | difference() { |
| 737 | return this._fullDifference; |
| 738 | } |
| 739 | |
| 740 | |
| 741 | /** |
no outgoing calls
no test coverage detected