Skip to content

Commit 7ce8b87

Browse files
authored
Redesign path tracking and proxification for better perf
1 parent 3511d3f commit 7ce8b87

File tree

4 files changed

+289
-358
lines changed

4 files changed

+289
-358
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ Returns a `Proxy` mirror of your object.
116116
- Note 1: you must either set `record` to `true` or pass a callback.
117117
- Note 2: you have to use the return value of this function as your object of interest. Changes to the original object will go unnoticed.
118118
- Note 3: please make sure to call `JSONPatcherProxy#generate` often if you choose to record. Because the patches will accumulate if you don't.
119-
- Note 4: the returned mirror object has a property `_isProxified` set to true, you can use this to tell an object and its mirror apart. Also if your `root` object or any deep object inside it has `_isProxified` property set to `true` it won't be proxified => will not emit patches.
120119

121120
#### JSONPatcherProxy#generate () : Array
122121

0 commit comments

Comments
 (0)