source: trip-planner-front/node_modules/@angular/compiler-cli/ngcc/src/dependencies/umd_dependency_host.d.ts

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: 482 bytes
Line 
1/// <amd-module name="@angular/compiler-cli/ngcc/src/dependencies/umd_dependency_host" />
2import { AbsoluteFsPath } from '../../../src/ngtsc/file_system';
3import { DependencyHostBase } from './dependency_host';
4/**
5 * Helper functions for computing dependencies.
6 */
7export declare class UmdDependencyHost extends DependencyHostBase {
8 protected canSkipFile(fileContents: string): boolean;
9 protected extractImports(file: AbsoluteFsPath, fileContents: string): Set<string>;
10}
Note: See TracBrowser for help on using the repository browser.