interface WorkerContext {
    config: ResolvedConfig;
    environment: ContextTestEnvironment;
    files: string[];
    invalidates?: string[];
    port: MessagePort;
    projectName: string;
    providedContext: Record<string, any>;
    workerId: number;
}

Hierarchy (view full)

Properties

files: string[]
invalidates?: string[]
port: MessagePort
projectName: string
providedContext: Record<string, any>
workerId: number

Generated using TypeDoc