()
| 1994 | [FiberRefTypeId]: fiberRefVariance, |
| 1995 | initial, |
| 1996 | commit() { |
| 1997 | return fiberRefGet(this) |
| 1998 | }, |
| 1999 | diff: (oldValue: Value, newValue: Value) => options.differ.diff(oldValue, newValue), |
| 2000 | combine: (first: Patch, second: Patch) => options.differ.combine(first, second), |
| 2001 | patch: (patch: Patch) => (oldValue: Value) => options.differ.patch(patch, oldValue), |
nothing calls this directly
no test coverage detected