(s, o)
| 40947 | unescapeJsonPointerToken, |
| 40948 | }), |
| 40949 | Xl = Yl |
| 40950 | function absoluteify(s, o) { |
| 40951 | if (!Wl.test(s)) { |
| 40952 | if (!o) |
| 40953 | throw new JSONRefError( |
| 40954 | `Tried to resolve a relative URL, without having a basePath. path: '${s}' basePath: '${o}'` |
| 40955 | ) |
| 40956 | return resolve(o, s) |
| 40957 | } |
| 40958 | return s |
| 40959 | } |
| 40960 | function wrapError(s, o) { |
| 40961 | let i |
no test coverage detected