UNPKG

1.81 kBJavaScriptView Raw
1"use strict";
2function __export(m) {
3 for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
4}
5Object.defineProperty(exports, "__esModule", { value: true });
6/**
7 * @license
8 * Copyright Google Inc. All Rights Reserved.
9 *
10 * Use of this source code is governed by an MIT-style license that can be
11 * found in the LICENSE file at https://angular.io/license
12 */
13var compiler_1 = require("@angular/compiler");
14exports.StaticReflector = compiler_1.StaticReflector;
15exports.StaticSymbol = compiler_1.StaticSymbol;
16var expression_diagnostics_1 = require("./src/diagnostics/expression_diagnostics");
17exports.getExpressionScope = expression_diagnostics_1.getExpressionScope;
18exports.getTemplateExpressionDiagnostics = expression_diagnostics_1.getTemplateExpressionDiagnostics;
19var expression_type_1 = require("./src/diagnostics/expression_type");
20exports.AstType = expression_type_1.AstType;
21var symbols_1 = require("./src/diagnostics/symbols");
22exports.BuiltinType = symbols_1.BuiltinType;
23var typescript_symbols_1 = require("./src/diagnostics/typescript_symbols");
24exports.getClassMembersFromDeclaration = typescript_symbols_1.getClassMembersFromDeclaration;
25exports.getPipesTable = typescript_symbols_1.getPipesTable;
26exports.getSymbolQuery = typescript_symbols_1.getSymbolQuery;
27var version_1 = require("./src/version");
28exports.VERSION = version_1.VERSION;
29__export(require("./src/metadata"));
30__export(require("./src/transformers/api"));
31__export(require("./src/transformers/entry_points"));
32__export(require("./src/perform_compile"));
33var ngtools_api_1 = require("./src/ngtools_api");
34exports.__NGTOOLS_PRIVATE_API_2 = ngtools_api_1.NgTools_InternalApi_NG_2;
35var util_1 = require("./src/transformers/util");
36exports.ngToTsDiagnostic = util_1.ngToTsDiagnostic;
37//# sourceMappingURL=index.js.map
\No newline at end of file