(input)
| 21950 | return href.slice(protocol.length); |
| 21951 | } |
| 21952 | function normalizeSimplePath(input) { |
| 21953 | const { href } = new Url$1(input, "https://foo.com/"); |
| 21954 | return href.slice("https://foo.com/".length); |
| 21955 | } |
| 21956 | function normalizePath(input) { |
| 21957 | if (!parentRegex.test(input)) |
| 21958 | return normalizeSimplePath(input); |
no outgoing calls
no test coverage detected