Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
gateway-proxy / usr / share / gateway-proxy / app / node_modules / ts-jest / dist / compiler / ts-jest-compiler.d.ts
Size: Mime:
import type { ConfigSet } from '../config';
import type { CompilerInstance, StringMap, TsJestCompileOptions } from '../types';
export declare class TsJestCompiler implements CompilerInstance {
    private readonly _compilerInstance;
    constructor(configSet: ConfigSet, runtimeCacheFS: StringMap);
    getResolvedModules(fileContent: string, fileName: string, runtimeCacheFS: StringMap): string[];
    getCompiledOutput(fileContent: string, fileName: string, options: TsJestCompileOptions): string;
}