source: trip-planner-front/node_modules/@angular/compiler-cli/linker/index.d.ts@ 188ee53

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

initial commit

  • Property mode set to 100644
File size: 793 bytes
Line 
1/// <amd-module name="@angular/compiler-cli/linker" />
2/**
3 * @license
4 * Copyright Google LLC All Rights Reserved.
5 *
6 * Use of this source code is governed by an MIT-style license that can be
7 * found in the LICENSE file at https://angular.io/license
8 */
9export { AstHost, Range } from './src/ast/ast_host';
10export { assert } from './src/ast/utils';
11export { FatalLinkerError, isFatalLinkerError } from './src/fatal_linker_error';
12export { DeclarationScope } from './src/file_linker/declaration_scope';
13export { FileLinker } from './src/file_linker/file_linker';
14export { LinkerEnvironment } from './src/file_linker/linker_environment';
15export { DEFAULT_LINKER_OPTIONS, LinkerOptions } from './src/file_linker/linker_options';
16export { needsLinking } from './src/file_linker/needs_linking';
Note: See TracBrowser for help on using the repository browser.