| 35 | const components = Symbol('components'); |
| 36 | |
| 37 | class URLPattern { |
| 38 | constructor(input, baseURLOrOptions, maybeOptions) { |
| 39 | let baseURL, options; |
| 40 | if (typeof baseURLOrOptions === 'string') { |
nothing calls this directly
no outgoing calls
no test coverage detected