| 3 | import type { Config, LoadConfigResult } from '@pandacss/types' |
| 4 | |
| 5 | export class DiffEngine { |
| 6 | private prevConfig: Config | undefined |
| 7 | |
| 8 | constructor(private ctx: Generator) { |
nothing calls this directly
no outgoing calls
no test coverage detected