index.js 1.8KB

12345678910111213141516171819202122232425262728293031323334353637
  1. "use strict";
  2. function __export(m) {
  3. for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
  4. }
  5. Object.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. */
  13. var compiler_1 = require("@angular/compiler");
  14. exports.StaticReflector = compiler_1.StaticReflector;
  15. exports.StaticSymbol = compiler_1.StaticSymbol;
  16. var expression_diagnostics_1 = require("./src/diagnostics/expression_diagnostics");
  17. exports.getExpressionScope = expression_diagnostics_1.getExpressionScope;
  18. exports.getTemplateExpressionDiagnostics = expression_diagnostics_1.getTemplateExpressionDiagnostics;
  19. var expression_type_1 = require("./src/diagnostics/expression_type");
  20. exports.AstType = expression_type_1.AstType;
  21. var symbols_1 = require("./src/diagnostics/symbols");
  22. exports.BuiltinType = symbols_1.BuiltinType;
  23. var typescript_symbols_1 = require("./src/diagnostics/typescript_symbols");
  24. exports.getClassMembersFromDeclaration = typescript_symbols_1.getClassMembersFromDeclaration;
  25. exports.getPipesTable = typescript_symbols_1.getPipesTable;
  26. exports.getSymbolQuery = typescript_symbols_1.getSymbolQuery;
  27. var version_1 = require("./src/version");
  28. exports.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"));
  33. var ngtools_api_1 = require("./src/ngtools_api");
  34. exports.__NGTOOLS_PRIVATE_API_2 = ngtools_api_1.NgTools_InternalApi_NG_2;
  35. var util_1 = require("./src/transformers/util");
  36. exports.ngToTsDiagnostic = util_1.ngToTsDiagnostic;
  37. //# sourceMappingURL=index.js.map