(s)
| 54883 | resolve: async (s) => kx(s), |
| 54884 | }, |
| 54885 | Tx = Ix, |
| 54886 | makeResolve = (s) => async (o) => |
| 54887 | (async (s) => { |
| 54888 | const { spec: o, requestInterceptor: i, responseInterceptor: a } = s, |
| 54889 | u = options_retrievalURI(s), |
| 54890 | _ = options_httpClient(s), |
| 54891 | w = |
| 54892 | o || |
| 54893 | (await makeFetchJSON(_, { requestInterceptor: i, responseInterceptor: a })(u)), |
| 54894 | x = { ...s, spec: w } |
| 54895 | return s.strategies.find((s) => s.match(w)).resolve(x) |
| 54896 | })({ ...s, ...o }), |
| 54897 | Nx = makeResolve({ strategies: [_u, vu, gu] }) |
| 54898 | const server_url_template = (s, o, i, a, u) => { |
no test coverage detected