()
| 136 | } |
| 137 | |
| 138 | captureEnd() { |
| 139 | let cur = this.capturedChanges; |
| 140 | this.capturedChanges = undefined; |
| 141 | return cur; |
| 142 | } |
| 143 | |
| 144 | store(scope, e,a,v,node?) { |
| 145 | // console.log("STORING", e, a, v, node, this.index.lookup(e,a,v,node) === undefined); |