UNPKG

1.16 kBTypeScriptView Raw
1/// <amd-module name="@angular/compiler-cli/src/language_services" />
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 { 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';