(locator: Locator)
| 118 | } |
| 119 | |
| 120 | export function isSupportedPackageManagerLocator(locator: Locator) { |
| 121 | return !URL.canParse(locator.reference); |
| 122 | } |
| 123 | |
| 124 | function parseURLReference(locator: Locator) { |
| 125 | const {hash, href} = new URL(locator.reference); |
no outgoing calls
no test coverage detected
searching dependent graphs…