Related with #26, as now we need to know the rules set of each diff part.
The first step for this, would be to convert the plain rules structure being used as diff, to a real diff list. Something like:
{
from: rule+ruleset | null
to: rule+ruleset | null
}
Related with #26, as now we need to know the rules set of each diff part.
The first step for this, would be to convert the plain rules structure being used as diff, to a real diff list. Something like: