(...items)
| 115 | } |
| 116 | |
| 117 | static unregister(...items) { |
| 118 | registry.remove(...items); |
| 119 | invalidatePlugins(); |
| 120 | } |
| 121 | |
| 122 | class="cm">// eslint-disable-next-line max-statements |
| 123 | constructor(item, userConfig) { |
nothing calls this directly
no test coverage detected