@stencil/core
Version:
A Compiler for Web Components and Progressive Web Apps
14 lines (13 loc) • 406 B
TypeScript
export declare const jestPreprocessor: {
process(sourceText: string, filePath: string, jestConfig: {
rootDir: string;
}): string | {
code: string;
map: any;
};
getCompilerOptions(rootDir: string): any;
getCacheKey(code: string, filePath: string, jestConfigStr: string, transformOptions: {
instrument: boolean;
rootDir: string;
}): string;
};