| 1 | import { Scanner } from '@tailwindcss/oxide' |
| 2 | import { bench, describe } from 'vitest' |
| 3 | import { cloneCandidate, parseCandidate, type Candidate, type Variant } from './candidate' |
| 4 | import { buildDesignSystem } from './design-system' |
nothing calls this directly
no test coverage detected