| 25 | import { Recipes } from './recipes' |
| 26 | |
| 27 | export class StyleDecoder { |
| 28 | constructor(private context: Pick<Context, 'conditions' | 'utility' | 'recipes' | 'hash'>) {} |
| 29 | |
| 30 | classNames = new Map<string, AtomicStyleResult | RecipeBaseResult>() |
nothing calls this directly
no outgoing calls
no test coverage detected