add a todo for future
This commit is contained in:
parent
72e238ceb3
commit
732733f115
@ -110,6 +110,9 @@ export const _mergeFlags = (recent, stale, allFlagKeys) => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const _mergeJournal = (a, b) => uniqWith(
|
const _mergeJournal = (a, b) => uniqWith(
|
||||||
|
// TODO use groupBy to group by path, then trim them depending on operations,
|
||||||
|
// i.e. if field got removed in the end - no need to sort it beforehand, if field
|
||||||
|
// got re-added no need to remove it and add it etc.
|
||||||
[
|
[
|
||||||
...(Array.isArray(a) ? a : []),
|
...(Array.isArray(a) ? a : []),
|
||||||
...(Array.isArray(b) ? b : [])
|
...(Array.isArray(b) ? b : [])
|
||||||
|
Loading…
Reference in New Issue
Block a user