MCPcopy
hub / github.com/vitejs/vite / isPreProcessor

Function isPreProcessor

packages/vite/src/node/plugins/css.ts:3202–3204  ·  view source on GitHub ↗
(lang: any)

Source from the content-addressed store, hash-verified

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

Callers 3

compileCSSFunction · 0.85
loadFunction · 0.85
readFunction · 0.85

Calls 1

hasMethod · 0.80

Tested by

no test coverage detected