our own json patch lib and everything working

This commit is contained in:
Matt Hill
2021-07-09 14:37:16 -06:00
committed by Aiden McClelland
parent bddbc850ab
commit 2db0449d12
7 changed files with 323 additions and 2190 deletions

View File

@@ -1,4 +1,4 @@
import { Operation } from 'fast-json-patch'
import { Operation } from './json-patch-lib'
// revise a collection of nodes.
export type Revision = { id: number, patch: Operation[], expireId: string | null }