UNPKG

682 BTypeScriptView Raw
1import * as ts from 'typescript';
2import * as ng from '@angular/compiler-cli';
3import { StylesheetProcessor } from '../styles/stylesheet-processor';
4import { EntryPointNode } from '../ng-package/nodes';
5import { BuildGraph } from '../graph/build-graph';
6import { FileCache } from '../file-system/file-cache';
7export declare function cacheCompilerHost(graph: BuildGraph, entryPoint: EntryPointNode, compilerOptions: ng.CompilerOptions, moduleResolutionCache: ts.ModuleResolutionCache, stylesheetProcessor?: StylesheetProcessor, sourcesFileCache?: FileCache, setParentNodes?: boolean): ng.CompilerHost;
8export declare function augmentProgramWithVersioning(program: ts.Program): void;