(href: string)
| 44 | } |
| 45 | |
| 46 | function isLocalStylesheetHref(href: string): boolean { |
| 47 | return !!href && !/^(https?:|data:|blob:|\/\/)/i.test(href); |
| 48 | } |
| 49 | |
| 50 | function collectExternalStyles( |
| 51 | projectDir: string, |
no outgoing calls
no test coverage detected