MCPcopy Create free account
hub / github.com/chakra-ui/panda /

Class

packages/node/src/diff-engine.ts:5–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import type { Config, LoadConfigResult } from '@pandacss/types'
4
5export class DiffEngine {
6 private prevConfig: Config | undefined
7
8 constructor(private ctx: Generator) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected