| 1 | import type { ResultMessage } from "../worker/worker.ts"; |
| 2 | import { subscribeRenderer } from "./renderer.ts"; |
| 3 | import { updateState, type PackageInfo, getState, subscribe, type State } from "./state.ts"; |
| 4 | import { shallowEqual } from "./utils/shallowEqual.ts"; |
nothing calls this directly
no test coverage detected