(s)
| 41319 | ? this.debug("Tried to remove a promisedPatch that isn't there!") |
| 41320 | : this.promisedPatches.splice(o, 1) |
| 41321 | } |
| 41322 | promisedPatchThen(s) { |
| 41323 | return ( |
| 41324 | (s.value = s.value |
| 41325 | .then((o) => { |
| 41326 | const i = { ...s, value: o } |
| 41327 | ;(this.removePromisedPatch(s), this.updatePatches(i)) |
| 41328 | }) |
| 41329 | .catch((o) => { |
| 41330 | ;(this.removePromisedPatch(s), this.updatePatches(o)) |
| 41331 | })), |
| 41332 | s.value |
| 41333 | ) |
| 41334 | } |
| 41335 | getMutations(s, o) { |
| 41336 | return ( |
no test coverage detected