MCPcopy Create free account
hub / github.com/rolldown/tsdown / SassStringCompiler

Interface SassStringCompiler

packages/css/src/preprocessors.ts:23–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23export interface SassStringCompiler {
24 compileStringAsync: (
25 source: string,
26 options: Record<string, any>,
27 ) => Promise<{ css: string; loadedUrls: URL[] }>
28}
29
30export interface SassCompiler extends SassStringCompiler {
31 dispose?: () => void | Promise<void>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected