Last change
on this file since fa375fe 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 | */
|
---|
9 | export { AstHost, Range } from './src/ast/ast_host';
|
---|
10 | export { assert } from './src/ast/utils';
|
---|
11 | export { FatalLinkerError, isFatalLinkerError } from './src/fatal_linker_error';
|
---|
12 | export { DeclarationScope } from './src/file_linker/declaration_scope';
|
---|
13 | export { FileLinker } from './src/file_linker/file_linker';
|
---|
14 | export { LinkerEnvironment } from './src/file_linker/linker_environment';
|
---|
15 | export { DEFAULT_LINKER_OPTIONS, LinkerOptions } from './src/file_linker/linker_options';
|
---|
16 | export { needsLinking } from './src/file_linker/needs_linking';
|
---|
Note:
See
TracBrowser
for help on using the repository browser.