automerge/automerge/src/transaction
Orion Henry 7a6dfcc289
The patch interface needs an accurate path per patch op
For the path to be accurate it needs to be calculated at the moment of op insert
not at commit.  This is because the path may contain list indexes in parent
objects that could change by inserts and deletes later in the transaction.

The primary change was adding op_observer to the transaction object and
removing it from commit options.  The beginnings of a wasm level
`applyPatch` system is laid out here.
2022-10-06 22:41:37 +01:00
..
commit.rs The patch interface needs an accurate path per patch op 2022-10-06 22:41:37 +01:00
inner.rs The patch interface needs an accurate path per patch op 2022-10-06 22:41:37 +01:00
manual_transaction.rs The patch interface needs an accurate path per patch op 2022-10-06 22:41:37 +01:00
result.rs The patch interface needs an accurate path per patch op 2022-10-06 22:41:37 +01:00
transactable.rs Change parents to return result if objid is not an object 2022-07-12 18:36:47 +01:00