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:
724 bytes
|
Line | |
---|
1 | /// <amd-module name="@angular/compiler-cli/ngcc/src/execution/create_compile_function" />
|
---|
2 | import { FileSystem } from '../../../src/ngtsc/file_system';
|
---|
3 | import { Logger } from '../../../src/ngtsc/logging';
|
---|
4 | import { ParsedConfiguration } from '../../../src/perform_compile';
|
---|
5 | import { PathMappings } from '../path_mappings';
|
---|
6 | import { FileWriter } from '../writing/file_writer';
|
---|
7 | import { CreateCompileFn } from './api';
|
---|
8 | /**
|
---|
9 | * The function for creating the `compile()` function.
|
---|
10 | */
|
---|
11 | export declare function getCreateCompileFn(fileSystem: FileSystem, logger: Logger, fileWriter: FileWriter, enableI18nLegacyMessageIdFormat: boolean, tsConfig: ParsedConfiguration | null, pathMappings: PathMappings | undefined): CreateCompileFn;
|
---|
Note:
See
TracBrowser
for help on using the repository browser.