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

Function emptyCssComments

packages/vite/src/node/utils.ts:1136–1138  ·  view source on GitHub ↗
(raw: string)

Source from the content-addressed store, hash-verified

1134}
1135
1136export function emptyCssComments(raw: string): string {
1137 return raw.replace(multilineCommentsRE, blankReplacer)
1138}
1139
1140function backwardCompatibleWorkerPlugins(plugins: any) {
1141 if (Array.isArray(plugins)) {

Callers 1

hoistAtRulesFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected