@stryker-mutator/core
Version:
The extendable JavaScript mutation testing framework
10 lines • 814 B
TypeScript
import { FileDescriptions, StrykerOptions } from '@stryker-mutator/api/core';
import { LoggerFactoryMethod } from '@stryker-mutator/api/logging';
import { IdGenerator } from '../child-proxy/id-generator.js';
import { CheckerFacade } from './checker-facade.js';
import { LoggingServerAddress } from '../logging/index.js';
export declare function createCheckerFactory(options: StrykerOptions, fileDescriptions: FileDescriptions, loggingServerAddress: LoggingServerAddress, pluginModulePaths: readonly string[], getLogger: LoggerFactoryMethod, idGenerator: IdGenerator): () => CheckerFacade;
export declare namespace createCheckerFactory {
var inject: ["options", "fileDescriptions", "loggingServerAddress", "pluginModulePaths", "getLogger", "worker-id-generator"];
}
//# sourceMappingURL=checker-factory.d.ts.map