(url: string)
| 319 | } |
| 320 | |
| 321 | function _stripIndexHtml(url: string): string { |
| 322 | return url.replace(/\/index\.html$/, ''); |
| 323 | } |
| 324 | |
| 325 | function _stripOrigin(baseHref: string): string { |
| 326 | // DO NOT REFACTOR! Previously, this check looked like this: |
no test coverage detected
searching dependent graphs…