source: trip-planner-front/node_modules/@angular/compiler-cli/ngcc/src/execution/analyze_entry_points.d.ts@ e29cc2e

Last change on this file since e29cc2e was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 759 bytes
Line 
1/// <amd-module name="@angular/compiler-cli/ngcc/src/execution/analyze_entry_points" />
2import { FileSystem } from '../../../src/ngtsc/file_system';
3import { Logger } from '../../../src/ngtsc/logging';
4import { EntryPointFinder } from '../entry_point_finder/interface';
5import { EntryPointJsonProperty } from '../packages/entry_point';
6import { AnalyzeEntryPointsFn } from './api';
7/**
8 * Create the function for performing the analysis of the entry-points.
9 */
10export declare function getAnalyzeEntryPointsFn(logger: Logger, finder: EntryPointFinder, fileSystem: FileSystem, supportedPropertiesToConsider: EntryPointJsonProperty[], typingsOnly: boolean, compileAllFormats: boolean, propertiesToConsider: string[], inParallel: boolean): AnalyzeEntryPointsFn;
Note: See TracBrowser for help on using the repository browser.