| 31 | import type { Logger } from 'tsdown/internal' |
| 32 | |
| 33 | interface CssPluginConfig { |
| 34 | css: ResolvedCssOptions |
| 35 | cwd: string |
| 36 | target?: string[] |
| 37 | } |
| 38 | |
| 39 | interface CssPluginResult { |
| 40 | /** Plugins that run BEFORE user plugins (CSS compilation) */ |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…