()
| 41266 | nextPlugin() { |
| 41267 | return this.wrappedPlugins.find((s) => this.getMutationsForPlugin(s).length > 0) |
| 41268 | } |
| 41269 | nextPromisedPatch() { |
| 41270 | if (this.promisedPatches.length > 0) |
| 41271 | return Promise.race(this.promisedPatches.map((s) => s.value)) |
| 41272 | } |
| 41273 | getPluginHistory(s) { |
| 41274 | const o = this.constructor.getPluginName(s) |