UNPKG

1.16 kBTypeScriptView Raw
1/**
2 * @license
3 * Copyright Google Inc. All Rights Reserved.
4 *
5 * Use of this source code is governed by an MIT-style license that can be
6 * found in the LICENSE file at https://angular.io/license
7 */
8/// <amd-module name="@angular/compiler-cli/src/language_services" />
9export { DiagnosticTemplateInfo, ExpressionDiagnostic, getExpressionDiagnostics, getExpressionScope, getTemplateExpressionDiagnostics } from './diagnostics/expression_diagnostics';
10export { AstType, DiagnosticKind, ExpressionDiagnosticsContext, TypeDiagnostic } from './diagnostics/expression_type';
11export { BuiltinType, DeclarationKind, Definition, Location, PipeInfo, Pipes, Signature, Span, Symbol, SymbolDeclaration, SymbolQuery, SymbolTable } from './diagnostics/symbols';
12export { getClassFromStaticSymbol, getClassMembers, getClassMembersFromDeclaration, getPipesTable, getSymbolQuery } from './diagnostics/typescript_symbols';
13export { MetadataCollector, ModuleMetadata } from './metadata';
14export { CompilerOptions } from './transformers/api';
15export { MetadataReaderCache, MetadataReaderHost, createMetadataReaderCache, readMetadata } from './transformers/metadata_reader';