(url2)
| 3990 | return url2.host === null || url2.host === "" || url2.scheme === "file"; |
| 3991 | } |
| 3992 | function hasAnOpaquePath(url2) { |
| 3993 | return typeof url2.path === "string"; |
| 3994 | } |
| 3995 | function isNormalizedWindowsDriveLetter(string) { |
| 3996 | return /^[A-Za-z]:$/u.test(string); |
| 3997 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…