(lang: any)
| 3200 | ] as const) |
| 3201 | |
| 3202 | function isPreProcessor(lang: any): lang is PreprocessLang { |
| 3203 | return lang && preprocessorSet.has(lang) |
| 3204 | } |
| 3205 | |
| 3206 | const absoluteOrProtocolRelativeUrlRE = /^(?:[a-z]+:)?\/\//i |
| 3207 |
no test coverage detected