@type {AsyncSeriesHook<T>["intercept"]}
(_interceptor)
| 832 | name, |
| 833 | /** @type {AsyncSeriesHook<T>[class="st">"intercept"]} */ |
| 834 | intercept(_interceptor) { |
| 835 | throw new Error(errorMessage(class="st">"it's using 'intercept'")); |
| 836 | }, |
| 837 | /** @type {AsyncSeriesHook<T>[class="st">"tap"]} */ |
| 838 | tap: (options, fn) => { |
| 839 | processAssetsHook.tap(getOptions(options), () => fn(...getArgs())); |
no outgoing calls
no test coverage detected