Last change
on this file 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" />
|
---|
2 | import { FileSystem } from '../../../src/ngtsc/file_system';
|
---|
3 | import { Logger } from '../../../src/ngtsc/logging';
|
---|
4 | import { EntryPointFinder } from '../entry_point_finder/interface';
|
---|
5 | import { EntryPointJsonProperty } from '../packages/entry_point';
|
---|
6 | import { AnalyzeEntryPointsFn } from './api';
|
---|
7 | /**
|
---|
8 | * Create the function for performing the analysis of the entry-points.
|
---|
9 | */
|
---|
10 | export 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.