UNPKG

304 BTypeScriptView Raw
1import * as ts from 'typescript';
2import { NgccProcessor } from '../ngc/ngcc-processor';
3export declare function ngccTransformCompilerHost(compilerHost: ts.CompilerHost, compilerOptions: ts.CompilerOptions, ngccProcessor: NgccProcessor, moduleResolutionCache: ts.ModuleResolutionCache): ts.CompilerHost;