Open
Description
Why is the lhs property created in diff?
Is this only used for revertChange?
I am using this to generate diffs that are stored in a database. If I only apply in one direction (in this case applyChange and not revertChange), am I correct to conclude that lhs is not necessary? Which means it is causing the diff to be unnecessarily large in space.
If this is unnecessary, is there an easy way to omit it from being generated, or should I just map over the differences and remove it?