Constrain BusEvent.define to ZodObject instead of ZodType so TS knows
event properties are always a record. Type GlobalBus payload as
{ type: string; properties: Record<string, unknown> } instead of any.
Refactor watcher test to use Bus.subscribe instead of raw GlobalBus
listener, removing hand-rolled event types and unnecessary casts.
|
||
|---|---|---|
| .. | ||
| fsmonitor.test.ts | ||
| ignore.test.ts | ||
| index.test.ts | ||
| path-traversal.test.ts | ||
| ripgrep.test.ts | ||
| time.test.ts | ||
| watcher.test.ts | ||