(reference: string, context: ResolutionContext)
| 40 | canResolve(reference: string): boolean |
| 41 | resolve(reference: string, context: ResolutionContext): any |
| 42 | resolveAsync?(reference: string, context: ResolutionContext): Promise<any> |
| 43 | } |
| 44 | |
| 45 | export type AsyncPathNavigator = ( |
no outgoing calls
no test coverage detected