* Detailed mismatch information for the 'no match' event * @experimental This interface may change in future versions based on community feedback.
| 92 | * @experimental This interface may change in future versions based on community feedback. |
| 93 | */ |
| 94 | interface InterceptorMatchResult { |
| 95 | interceptor: Interceptor |
| 96 | reasons: string[] |
| 97 | } |
| 98 | |
| 99 | /** |
| 100 | * Enhanced global emitter with typed 'no match' event |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…