UNPKG

1.33 kBTypeScriptView Raw
1/// <amd-module name="@angular/compiler-cli" />
2/**
3 * @license
4 * Copyright Google Inc. 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 { AotCompilerHost, AotCompilerHost as StaticReflectorHost, StaticReflector, StaticSymbol } from '@angular/compiler';
10export { DiagnosticTemplateInfo, getExpressionScope, getTemplateExpressionDiagnostics } from './src/diagnostics/expression_diagnostics';
11export { AstType, ExpressionDiagnosticsContext } from './src/diagnostics/expression_type';
12export { BuiltinType, DeclarationKind, Definition, PipeInfo, Pipes, Signature, Span, Symbol, SymbolDeclaration, SymbolQuery, SymbolTable } from './src/diagnostics/symbols';
13export { getClassMembersFromDeclaration, getPipesTable, getSymbolQuery } from './src/diagnostics/typescript_symbols';
14export { VERSION } from './src/version';
15export * from './src/metadata';
16export * from './src/transformers/api';
17export * from './src/transformers/entry_points';
18export * from './src/perform_compile';
19export { CompilerOptions as AngularCompilerOptions } from './src/transformers/api';
20export { NgTools_InternalApi_NG_2 as __NGTOOLS_PRIVATE_API_2 } from './src/ngtools_api';
21export { ngToTsDiagnostic } from './src/transformers/util';