@angular/compiler-cli 17.0.0-next.4 → 17.0.0-next.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (53) hide show
  1. package/bundles/{chunk-EJSJTIHK.js → chunk-7QICZXP3.js} +8 -8
  2. package/bundles/{chunk-VISOZQNG.js → chunk-7QTF7U4J.js} +4 -4
  3. package/bundles/{chunk-PCMLSPQF.js → chunk-CSOLWS7O.js} +7 -7
  4. package/bundles/{chunk-EKTJ7622.js → chunk-GYHDNUIK.js} +7 -7
  5. package/bundles/{chunk-7PCPPTTO.js → chunk-HJOPJLIM.js} +5 -5
  6. package/bundles/{chunk-AIIYON4K.js → chunk-KV7WQARZ.js} +31 -31
  7. package/bundles/{chunk-WPCCXY7F.js → chunk-OADA63HC.js} +5 -5
  8. package/bundles/{chunk-UYFEPQRA.js → chunk-RVITQ7TS.js} +1026 -491
  9. package/bundles/chunk-RVITQ7TS.js.map +6 -0
  10. package/bundles/{chunk-LYJKWJUC.js → chunk-SBDNBITT.js} +3 -3
  11. package/bundles/{chunk-T6QD5I2A.js → chunk-TX6LIB73.js} +28 -27
  12. package/bundles/{chunk-T6QD5I2A.js.map → chunk-TX6LIB73.js.map} +1 -1
  13. package/bundles/{chunk-JZC4T2RR.js → chunk-UHYH6BYB.js} +1 -1
  14. package/bundles/{chunk-KC52PQKJ.js → chunk-YWV5CDS7.js} +89 -83
  15. package/bundles/{chunk-KC52PQKJ.js.map → chunk-YWV5CDS7.js.map} +2 -2
  16. package/bundles/index.js +19 -13
  17. package/bundles/index.js.map +1 -1
  18. package/bundles/linker/babel/index.js +13 -13
  19. package/bundles/linker/index.js +5 -5
  20. package/bundles/ngcc/index.js +1 -1
  21. package/bundles/private/bazel.js +1 -1
  22. package/bundles/private/localize.js +3 -3
  23. package/bundles/private/migrations.js +6 -6
  24. package/bundles/private/tooling.js +4 -4
  25. package/bundles/src/bin/ng_xi18n.js +11 -11
  26. package/bundles/src/bin/ngc.js +9 -9
  27. package/bundles_metadata.json +1 -1
  28. package/index.d.ts +1 -0
  29. package/package.json +5 -5
  30. package/src/ngtsc/core/src/compiler.d.ts +10 -0
  31. package/src/ngtsc/diagnostics/src/error_code.d.ts +11 -0
  32. package/src/ngtsc/docs/index.d.ts +9 -0
  33. package/src/ngtsc/docs/src/class_extractor.d.ts +13 -0
  34. package/src/ngtsc/docs/src/constant_extractor.d.ts +13 -0
  35. package/src/ngtsc/docs/src/entities.d.ts +107 -0
  36. package/src/ngtsc/docs/src/enum_extractor.d.ts +11 -0
  37. package/src/ngtsc/docs/src/extractor.d.ts +26 -0
  38. package/src/ngtsc/docs/src/function_extractor.d.ts +16 -0
  39. package/src/ngtsc/docs/src/jsdoc_extractor.d.ts +21 -0
  40. package/src/ngtsc/docs/src/type_extractor.d.ts +10 -0
  41. package/src/ngtsc/program.d.ts +10 -0
  42. package/src/ngtsc/typecheck/src/oob.d.ts +6 -1
  43. package/src/ngtsc/typecheck/src/type_check_block.d.ts +5 -3
  44. package/bundles/chunk-UYFEPQRA.js.map +0 -6
  45. /package/bundles/{chunk-EJSJTIHK.js.map → chunk-7QICZXP3.js.map} +0 -0
  46. /package/bundles/{chunk-VISOZQNG.js.map → chunk-7QTF7U4J.js.map} +0 -0
  47. /package/bundles/{chunk-PCMLSPQF.js.map → chunk-CSOLWS7O.js.map} +0 -0
  48. /package/bundles/{chunk-EKTJ7622.js.map → chunk-GYHDNUIK.js.map} +0 -0
  49. /package/bundles/{chunk-7PCPPTTO.js.map → chunk-HJOPJLIM.js.map} +0 -0
  50. /package/bundles/{chunk-AIIYON4K.js.map → chunk-KV7WQARZ.js.map} +0 -0
  51. /package/bundles/{chunk-WPCCXY7F.js.map → chunk-OADA63HC.js.map} +0 -0
  52. /package/bundles/{chunk-LYJKWJUC.js.map → chunk-SBDNBITT.js.map} +0 -0
  53. /package/bundles/{chunk-JZC4T2RR.js.map → chunk-UHYH6BYB.js.map} +0 -0
@@ -7,7 +7,7 @@ import {
7
7
  translateExpression,
8
8
  translateStatement,
9
9
  translateType
10
- } from "./chunk-EJSJTIHK.js";
10
+ } from "./chunk-7QICZXP3.js";
11
11
  import {
12
12
  ClassMemberKind,
13
13
  ErrorCode,
@@ -30,18 +30,18 @@ import {
30
30
  reflectObjectLiteral,
31
31
  reflectTypeEntityToDeclaration,
32
32
  typeNodeToValueExpr
33
- } from "./chunk-T6QD5I2A.js";
33
+ } from "./chunk-TX6LIB73.js";
34
34
  import {
35
35
  PerfEvent,
36
36
  PerfPhase
37
- } from "./chunk-7PCPPTTO.js";
37
+ } from "./chunk-HJOPJLIM.js";
38
38
  import {
39
39
  absoluteFrom,
40
40
  absoluteFromSourceFile,
41
41
  relative
42
- } from "./chunk-PCMLSPQF.js";
42
+ } from "./chunk-CSOLWS7O.js";
43
43
 
44
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/util.mjs
44
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/util.mjs
45
45
  import { ExternalExpr, ParseLocation, ParseSourceFile, ParseSourceSpan, ReadPropExpr, WrappedNodeExpr } from "@angular/compiler";
46
46
  import ts from "typescript";
47
47
  function valueReferenceToExpression(valueRef) {
@@ -283,7 +283,7 @@ function isAbstractClassDeclaration(clazz) {
283
283
  return ts.canHaveModifiers(clazz) && clazz.modifiers !== void 0 ? clazz.modifiers.some((mod) => mod.kind === ts.SyntaxKind.AbstractKeyword) : false;
284
284
  }
285
285
 
286
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/dynamic.mjs
286
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/dynamic.mjs
287
287
  var DynamicValue = class {
288
288
  constructor(node, reason, code) {
289
289
  this.node = node;
@@ -373,10 +373,10 @@ var DynamicValue = class {
373
373
  }
374
374
  };
375
375
 
376
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
376
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
377
377
  import ts2 from "typescript";
378
378
 
379
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/result.mjs
379
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/result.mjs
380
380
  var ResolvedModule = class {
381
381
  constructor(exports, evaluate) {
382
382
  this.exports = exports;
@@ -406,7 +406,7 @@ var EnumValue = class {
406
406
  var KnownFn = class {
407
407
  };
408
408
 
409
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/builtin.mjs
409
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/builtin.mjs
410
410
  var ArraySliceBuiltinFn = class extends KnownFn {
411
411
  constructor(lhs) {
412
412
  super();
@@ -458,14 +458,14 @@ var StringConcatBuiltinFn = class extends KnownFn {
458
458
  }
459
459
  };
460
460
 
461
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/synthetic.mjs
461
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/synthetic.mjs
462
462
  var SyntheticValue = class {
463
463
  constructor(value) {
464
464
  this.value = value;
465
465
  }
466
466
  };
467
467
 
468
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
468
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
469
469
  function literalBinaryOp(op) {
470
470
  return { op, literal: true };
471
471
  }
@@ -1046,7 +1046,7 @@ function getOriginalKeywordKind(identifier) {
1046
1046
  return typeof ts2.identifierToKeywordKind === "function" ? ts2.identifierToKeywordKind(identifier) : identifier.originalKeywordKind;
1047
1047
  }
1048
1048
 
1049
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interface.mjs
1049
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interface.mjs
1050
1050
  var PartialEvaluator = class {
1051
1051
  constructor(host, checker, dependencyTracker) {
1052
1052
  this.host = host;
@@ -1066,7 +1066,7 @@ var PartialEvaluator = class {
1066
1066
  }
1067
1067
  };
1068
1068
 
1069
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/diagnostics.mjs
1069
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/diagnostics.mjs
1070
1070
  import ts3 from "typescript";
1071
1071
  function describeResolvedType(value, maxDepth = 1) {
1072
1072
  var _a, _b;
@@ -1196,11 +1196,11 @@ function getContainerNode(node) {
1196
1196
  return node.getSourceFile();
1197
1197
  }
1198
1198
 
1199
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/di.mjs
1199
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/di.mjs
1200
1200
  import { LiteralExpr, ReadPropExpr as ReadPropExpr2, WrappedNodeExpr as WrappedNodeExpr2 } from "@angular/compiler";
1201
1201
  import ts10 from "typescript";
1202
1202
 
1203
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/api.mjs
1203
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/api.mjs
1204
1204
  var CompilationMode;
1205
1205
  (function(CompilationMode2) {
1206
1206
  CompilationMode2[CompilationMode2["FULL"] = 0] = "FULL";
@@ -1214,7 +1214,7 @@ var HandlerPrecedence;
1214
1214
  HandlerPrecedence2[HandlerPrecedence2["WEAK"] = 2] = "WEAK";
1215
1215
  })(HandlerPrecedence || (HandlerPrecedence = {}));
1216
1216
 
1217
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/alias.mjs
1217
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/alias.mjs
1218
1218
  import ts4 from "typescript";
1219
1219
  function aliasTransformFactory(exportStatements) {
1220
1220
  return () => {
@@ -1237,10 +1237,10 @@ function aliasTransformFactory(exportStatements) {
1237
1237
  };
1238
1238
  }
1239
1239
 
1240
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
1240
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
1241
1241
  import ts5 from "typescript";
1242
1242
 
1243
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/trait.mjs
1243
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/trait.mjs
1244
1244
  var TraitState;
1245
1245
  (function(TraitState2) {
1246
1246
  TraitState2[TraitState2["Pending"] = 0] = "Pending";
@@ -1297,7 +1297,7 @@ var TraitImpl = class {
1297
1297
  }
1298
1298
  };
1299
1299
 
1300
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
1300
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
1301
1301
  var TraitCompiler = class {
1302
1302
  constructor(handlers, reflector, perf, incrementalBuild, compileNonExportedClasses, compilationMode, dtsTransforms, semanticDepGraphUpdater, sourceFileTypeIdentifier) {
1303
1303
  this.handlers = handlers;
@@ -1745,10 +1745,10 @@ function containsErrors(diagnostics) {
1745
1745
  return diagnostics !== null && diagnostics.some((diag) => diag.category === ts5.DiagnosticCategory.Error);
1746
1746
  }
1747
1747
 
1748
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.mjs
1748
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.mjs
1749
1749
  import ts7 from "typescript";
1750
1750
 
1751
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/utils.mjs
1751
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/utils.mjs
1752
1752
  import ts6 from "typescript";
1753
1753
  function addImports(importManager, sf, extraStatements = []) {
1754
1754
  const addedImports = importManager.getAllImports(sf.fileName).map((i) => {
@@ -1784,7 +1784,7 @@ function isImportStatement(stmt) {
1784
1784
  return ts6.isImportDeclaration(stmt) || ts6.isImportEqualsDeclaration(stmt) || ts6.isNamespaceImport(stmt);
1785
1785
  }
1786
1786
 
1787
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.mjs
1787
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.mjs
1788
1788
  var DtsTransformRegistry = class {
1789
1789
  constructor() {
1790
1790
  this.ivyDeclarationTransforms = /* @__PURE__ */ new Map();
@@ -1931,11 +1931,11 @@ function markForEmitAsSingleLine(node) {
1931
1931
  ts7.forEachChild(node, markForEmitAsSingleLine);
1932
1932
  }
1933
1933
 
1934
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
1934
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
1935
1935
  import { ConstantPool } from "@angular/compiler";
1936
1936
  import ts9 from "typescript";
1937
1937
 
1938
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/visitor.mjs
1938
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/visitor.mjs
1939
1939
  import ts8 from "typescript";
1940
1940
  function visit(node, visitor, context) {
1941
1941
  return visitor._visit(node, context);
@@ -1996,7 +1996,7 @@ var Visitor = class {
1996
1996
  }
1997
1997
  };
1998
1998
 
1999
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
1999
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
2000
2000
  var NO_DECORATORS = /* @__PURE__ */ new Set();
2001
2001
  var CLOSURE_FILE_OVERVIEW_REGEXP = /\s+@fileoverview\s+/i;
2002
2002
  function ivyTransformFactory(compilation, reflector, importRewriter, defaultImportTracker, perf, isCore, isClosureCompilerEnabled) {
@@ -2220,7 +2220,7 @@ function nodeArrayFromDecoratorsArray(decorators) {
2220
2220
  return array;
2221
2221
  }
2222
2222
 
2223
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/di.mjs
2223
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/di.mjs
2224
2224
  function getConstructorDependencies(clazz, reflector, isCore, compilationMode) {
2225
2225
  const deps = [];
2226
2226
  const errors = [];
@@ -2377,10 +2377,10 @@ function createUnsuitableInjectionTokenError(clazz, error) {
2377
2377
  return new FatalDiagnosticError(ErrorCode.PARAM_MISSING_TOKEN, param.nameNode, chain, hints);
2378
2378
  }
2379
2379
 
2380
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.mjs
2380
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.mjs
2381
2381
  import ts13 from "typescript";
2382
2382
 
2383
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/api.mjs
2383
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/api.mjs
2384
2384
  var MetaKind;
2385
2385
  (function(MetaKind2) {
2386
2386
  MetaKind2[MetaKind2["Directive"] = 0] = "Directive";
@@ -2393,10 +2393,10 @@ var MatchSource;
2393
2393
  MatchSource2[MatchSource2["HostDirective"] = 1] = "HostDirective";
2394
2394
  })(MatchSource || (MatchSource = {}));
2395
2395
 
2396
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
2396
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
2397
2397
  import ts12 from "typescript";
2398
2398
 
2399
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/property_mapping.mjs
2399
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/property_mapping.mjs
2400
2400
  var ClassPropertyMapping = class {
2401
2401
  constructor(forwardMap) {
2402
2402
  this.forwardMap = forwardMap;
@@ -2474,7 +2474,7 @@ function reverseMapFromForwardMap(forwardMap) {
2474
2474
  return reverseMap;
2475
2475
  }
2476
2476
 
2477
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/util.mjs
2477
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/util.mjs
2478
2478
  import ts11 from "typescript";
2479
2479
  function extractReferencesFromType(checker, def, bestGuessOwningModule) {
2480
2480
  if (!ts11.isTupleTypeNode(def)) {
@@ -2658,7 +2658,7 @@ function hasInjectableFields(clazz, host) {
2658
2658
  return members.some(({ isStatic, name }) => isStatic && (name === "\u0275prov" || name === "\u0275fac"));
2659
2659
  }
2660
2660
 
2661
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
2661
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
2662
2662
  var DtsMetadataReader = class {
2663
2663
  constructor(checker, reflector) {
2664
2664
  this.checker = checker;
@@ -2833,7 +2833,7 @@ function readHostDirectivesType(checker, type, bestGuessOwningModule) {
2833
2833
  return result.length > 0 ? result : null;
2834
2834
  }
2835
2835
 
2836
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/inheritance.mjs
2836
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/inheritance.mjs
2837
2837
  function flattenInheritedDirectiveMetadata(reader, dir) {
2838
2838
  const topMeta = reader.getDirectiveMetadata(dir);
2839
2839
  if (topMeta === null) {
@@ -2891,7 +2891,7 @@ function flattenInheritedDirectiveMetadata(reader, dir) {
2891
2891
  };
2892
2892
  }
2893
2893
 
2894
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/registry.mjs
2894
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/registry.mjs
2895
2895
  var LocalMetadataRegistry = class {
2896
2896
  constructor() {
2897
2897
  this.directives = /* @__PURE__ */ new Map();
@@ -2948,7 +2948,7 @@ var CompoundMetadataRegistry = class {
2948
2948
  }
2949
2949
  };
2950
2950
 
2951
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/resource_registry.mjs
2951
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/resource_registry.mjs
2952
2952
  var ResourceRegistry = class {
2953
2953
  constructor() {
2954
2954
  this.externalTemplateToComponentsMap = /* @__PURE__ */ new Map();
@@ -3013,7 +3013,7 @@ var ResourceRegistry = class {
3013
3013
  }
3014
3014
  };
3015
3015
 
3016
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/providers.mjs
3016
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/providers.mjs
3017
3017
  var ExportedProviderStatusResolver = class {
3018
3018
  constructor(metaReader) {
3019
3019
  this.metaReader = metaReader;
@@ -3057,7 +3057,7 @@ var ExportedProviderStatusResolver = class {
3057
3057
  }
3058
3058
  };
3059
3059
 
3060
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/host_directives_resolver.mjs
3060
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/host_directives_resolver.mjs
3061
3061
  var EMPTY_ARRAY = [];
3062
3062
  var HostDirectivesResolver = class {
3063
3063
  constructor(metaReader) {
@@ -3119,7 +3119,7 @@ function resolveOutput(bindingName) {
3119
3119
  return bindingName;
3120
3120
  }
3121
3121
 
3122
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.mjs
3122
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.mjs
3123
3123
  function makeDuplicateDeclarationError(node, data, kind) {
3124
3124
  const context = [];
3125
3125
  for (const decl of data) {
@@ -3315,7 +3315,7 @@ function getInheritedUndecoratedCtorDiagnostic(node, baseClass, kind) {
3315
3315
  return makeDiagnostic(ErrorCode.DIRECTIVE_INHERITS_UNDECORATED_CTOR, node.name, `The ${kind.toLowerCase()} ${node.name.text} inherits its constructor from ${baseClassName}, but the latter does not have an Angular decorator of its own. Dependency injection will not be able to resolve the parameters of ${baseClassName}'s constructor. Either add a @${baseNeedsDecorator} decorator to ${baseClassName}, or add an explicit constructor to ${node.name.text}.`);
3316
3316
  }
3317
3317
 
3318
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/evaluation.mjs
3318
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/evaluation.mjs
3319
3319
  import ts14 from "typescript";
3320
3320
  function resolveEnumValue(evaluator, metadata, field, enumSymbolName) {
3321
3321
  let resolved = null;
@@ -3348,7 +3348,7 @@ function resolveLiteral(decorator, literalCache) {
3348
3348
  return meta;
3349
3349
  }
3350
3350
 
3351
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/factory.mjs
3351
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/factory.mjs
3352
3352
  import { compileDeclareFactoryFunction, compileFactoryFunction } from "@angular/compiler";
3353
3353
  function compileNgFactoryDefField(metadata) {
3354
3354
  const res = compileFactoryFunction(metadata);
@@ -3371,7 +3371,7 @@ function compileDeclareFactory(metadata) {
3371
3371
  };
3372
3372
  }
3373
3373
 
3374
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/injectable_registry.mjs
3374
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/injectable_registry.mjs
3375
3375
  var InjectableClassRegistry = class {
3376
3376
  constructor(host, isCore) {
3377
3377
  this.host = host;
@@ -3397,7 +3397,7 @@ var InjectableClassRegistry = class {
3397
3397
  }
3398
3398
  };
3399
3399
 
3400
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/metadata.mjs
3400
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/metadata.mjs
3401
3401
  import { FunctionExpr, LiteralArrayExpr, LiteralExpr as LiteralExpr2, literalMap, ReturnStatement, WrappedNodeExpr as WrappedNodeExpr3 } from "@angular/compiler";
3402
3402
  import ts15 from "typescript";
3403
3403
  function extractClassMetadata(clazz, reflection, isCore, annotateForClosureCompiler, angularDecoratorTransform = (dec) => dec) {
@@ -3484,13 +3484,13 @@ function removeIdentifierReferences(node, names) {
3484
3484
  return result.transformed[0];
3485
3485
  }
3486
3486
 
3487
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/references_registry.mjs
3487
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/references_registry.mjs
3488
3488
  var NoopReferencesRegistry = class {
3489
3489
  add(source, ...references) {
3490
3490
  }
3491
3491
  };
3492
3492
 
3493
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/schema.mjs
3493
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/schema.mjs
3494
3494
  import { CUSTOM_ELEMENTS_SCHEMA, NO_ERRORS_SCHEMA } from "@angular/compiler";
3495
3495
  function extractSchemas(rawExpr, evaluator, context) {
3496
3496
  const schemas = [];
@@ -3520,7 +3520,7 @@ function extractSchemas(rawExpr, evaluator, context) {
3520
3520
  return schemas;
3521
3521
  }
3522
3522
 
3523
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/input_transforms.mjs
3523
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/input_transforms.mjs
3524
3524
  import { outputAst } from "@angular/compiler";
3525
3525
  function compileInputTransformFields(inputs) {
3526
3526
  const extraFields = [];
@@ -3538,11 +3538,11 @@ function compileInputTransformFields(inputs) {
3538
3538
  return extraFields;
3539
3539
  }
3540
3540
 
3541
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
3541
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
3542
3542
  import { compileClassMetadata as compileClassMetadata3, compileComponentClassMetadata, compileComponentFromMetadata, compileDeclareClassMetadata as compileDeclareClassMetadata3, compileDeclareComponentFromMetadata, CssSelector as CssSelector2, DEFAULT_INTERPOLATION_CONFIG as DEFAULT_INTERPOLATION_CONFIG2, DomElementSchemaRegistry, FactoryTarget as FactoryTarget3, makeBindingParser as makeBindingParser2, R3TargetBinder, R3TemplateDependencyKind, SelectorMatcher as SelectorMatcher2, ViewEncapsulation, WrappedNodeExpr as WrappedNodeExpr7 } from "@angular/compiler";
3543
3543
  import ts24 from "typescript";
3544
3544
 
3545
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/api.mjs
3545
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/api.mjs
3546
3546
  import ts16 from "typescript";
3547
3547
  var SemanticSymbol = class {
3548
3548
  constructor(decl) {
@@ -3558,7 +3558,7 @@ function getSymbolIdentifier(decl) {
3558
3558
  return decl.name.text;
3559
3559
  }
3560
3560
 
3561
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/graph.mjs
3561
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/graph.mjs
3562
3562
  import { ExternalExpr as ExternalExpr2 } from "@angular/compiler";
3563
3563
  var OpaqueSymbol = class extends SemanticSymbol {
3564
3564
  isPublicApiAffected() {
@@ -3701,10 +3701,10 @@ function getImportPath(expr) {
3701
3701
  }
3702
3702
  }
3703
3703
 
3704
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
3704
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
3705
3705
  import ts17 from "typescript";
3706
3706
 
3707
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/util.mjs
3707
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/util.mjs
3708
3708
  function isSymbolEqual(a, b) {
3709
3709
  if (a.decl === b.decl) {
3710
3710
  return true;
@@ -3754,7 +3754,7 @@ function isSetEqual(a, b, equalityTester = referenceEquality) {
3754
3754
  return true;
3755
3755
  }
3756
3756
 
3757
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
3757
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
3758
3758
  function extractSemanticTypeParameters(node) {
3759
3759
  if (!ts17.isClassDeclaration(node) || node.typeParameters === void 0) {
3760
3760
  return null;
@@ -3774,14 +3774,14 @@ function isTypeParameterEqual(a, b) {
3774
3774
  return a.hasGenericTypeBound === b.hasGenericTypeBound;
3775
3775
  }
3776
3776
 
3777
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/api.mjs
3777
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/api.mjs
3778
3778
  var ComponentScopeKind;
3779
3779
  (function(ComponentScopeKind2) {
3780
3780
  ComponentScopeKind2[ComponentScopeKind2["NgModule"] = 0] = "NgModule";
3781
3781
  ComponentScopeKind2[ComponentScopeKind2["Standalone"] = 1] = "Standalone";
3782
3782
  })(ComponentScopeKind || (ComponentScopeKind = {}));
3783
3783
 
3784
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/component_scope.mjs
3784
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/component_scope.mjs
3785
3785
  var CompoundComponentScopeReader = class {
3786
3786
  constructor(readers) {
3787
3787
  this.readers = readers;
@@ -3806,7 +3806,7 @@ var CompoundComponentScopeReader = class {
3806
3806
  }
3807
3807
  };
3808
3808
 
3809
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/dependency.mjs
3809
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/dependency.mjs
3810
3810
  var MetadataDtsModuleScopeResolver = class {
3811
3811
  constructor(dtsMetaReader, aliasingHost) {
3812
3812
  this.dtsMetaReader = dtsMetaReader;
@@ -3882,11 +3882,11 @@ var MetadataDtsModuleScopeResolver = class {
3882
3882
  }
3883
3883
  };
3884
3884
 
3885
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.mjs
3885
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.mjs
3886
3886
  import { ExternalExpr as ExternalExpr3 } from "@angular/compiler";
3887
3887
  import ts18 from "typescript";
3888
3888
 
3889
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/util.mjs
3889
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/util.mjs
3890
3890
  function getDiagnosticNode(ref, rawExpr) {
3891
3891
  return rawExpr !== null ? ref.getOriginForDiagnostics(rawExpr) : ref.node.name;
3892
3892
  }
@@ -3909,7 +3909,7 @@ function makeUnknownComponentImportDiagnostic(ref, rawExpr) {
3909
3909
  return makeDiagnostic(ErrorCode.COMPONENT_UNKNOWN_IMPORT, getDiagnosticNode(ref, rawExpr), `Component imports must be standalone components, directives, pipes, or must be NgModules.`);
3910
3910
  }
3911
3911
 
3912
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.mjs
3912
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.mjs
3913
3913
  var LocalModuleScopeRegistry = class {
3914
3914
  constructor(localReader, fullReader, dependencyScopeReader, refEmitter, aliasingHost) {
3915
3915
  this.localReader = localReader;
@@ -4248,7 +4248,7 @@ function reexportCollision(module, refA, refB) {
4248
4248
  ]);
4249
4249
  }
4250
4250
 
4251
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/typecheck.mjs
4251
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/typecheck.mjs
4252
4252
  import { CssSelector, SelectorMatcher } from "@angular/compiler";
4253
4253
  import ts19 from "typescript";
4254
4254
  var TypeCheckScopeRegistry = class {
@@ -4317,10 +4317,10 @@ var TypeCheckScopeRegistry = class {
4317
4317
  }
4318
4318
  };
4319
4319
 
4320
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/handler.mjs
4320
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/handler.mjs
4321
4321
  import { compileClassMetadata, compileDeclareClassMetadata, compileDeclareDirectiveFromMetadata, compileDirectiveFromMetadata, FactoryTarget, makeBindingParser, WrappedNodeExpr as WrappedNodeExpr5 } from "@angular/compiler";
4322
4322
 
4323
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/shared.mjs
4323
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/shared.mjs
4324
4324
  import { createMayBeForwardRefExpression, emitDistinctChangesOnlyDefaultValue, ExternalExpr as ExternalExpr4, getSafePropertyAccessString, parseHostBindings, verifyHostBindings, WrappedNodeExpr as WrappedNodeExpr4 } from "@angular/compiler";
4325
4325
  import ts20 from "typescript";
4326
4326
  var EMPTY_OBJECT = {};
@@ -4909,7 +4909,7 @@ function toR3InputMetadata(mapping) {
4909
4909
  };
4910
4910
  }
4911
4911
 
4912
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/symbol.mjs
4912
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/symbol.mjs
4913
4913
  var DirectiveSymbol = class extends SemanticSymbol {
4914
4914
  constructor(decl, selector, inputs, outputs, exportAs, typeCheckMeta, typeParameters) {
4915
4915
  super(decl);
@@ -4989,7 +4989,7 @@ function isBaseClassEqual(current, previous) {
4989
4989
  return isSymbolEqual(current, previous);
4990
4990
  }
4991
4991
 
4992
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/handler.mjs
4992
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/handler.mjs
4993
4993
  var FIELD_DECORATORS = [
4994
4994
  "Input",
4995
4995
  "Output",
@@ -5161,11 +5161,11 @@ var DirectiveDecoratorHandler = class {
5161
5161
  }
5162
5162
  };
5163
5163
 
5164
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
5164
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
5165
5165
  import { compileClassMetadata as compileClassMetadata2, compileDeclareClassMetadata as compileDeclareClassMetadata2, compileDeclareInjectorFromMetadata, compileDeclareNgModuleFromMetadata, compileInjector, compileNgModule, ExternalExpr as ExternalExpr5, FactoryTarget as FactoryTarget2, FunctionExpr as FunctionExpr2, InvokeFunctionExpr, LiteralArrayExpr as LiteralArrayExpr2, R3Identifiers, R3NgModuleMetadataKind, R3SelectorScopeMode, ReturnStatement as ReturnStatement2, WrappedNodeExpr as WrappedNodeExpr6 } from "@angular/compiler";
5166
5166
  import ts22 from "typescript";
5167
5167
 
5168
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/module_with_providers.mjs
5168
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/module_with_providers.mjs
5169
5169
  import ts21 from "typescript";
5170
5170
  function createModuleWithProvidersResolver(reflector, isCore) {
5171
5171
  function _reflectModuleFromTypeParam(type, node) {
@@ -5232,7 +5232,7 @@ function isResolvedModuleWithProviders(sv) {
5232
5232
  return typeof sv.value === "object" && sv.value != null && sv.value.hasOwnProperty("ngModule") && sv.value.hasOwnProperty("mwpCall");
5233
5233
  }
5234
5234
 
5235
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
5235
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
5236
5236
  var NgModuleSymbol = class extends SemanticSymbol {
5237
5237
  constructor(decl, hasProviders) {
5238
5238
  super(decl);
@@ -5492,11 +5492,17 @@ var NgModuleDecoratorHandler = class {
5492
5492
  imports: []
5493
5493
  };
5494
5494
  if (this.compilationMode === CompilationMode.LOCAL) {
5495
- if (rawImports !== null && ts22.isArrayLiteralExpression(rawImports) && rawImports.elements) {
5496
- injectorMetadata.imports.push(...rawImports.elements.map((n) => new WrappedNodeExpr6(n)));
5497
- }
5498
- if (rawExports !== null && ts22.isArrayLiteralExpression(rawExports) && rawExports.elements) {
5499
- injectorMetadata.imports.push(...rawExports.elements.map((n) => new WrappedNodeExpr6(n)));
5495
+ for (const exp of [rawImports, rawExports]) {
5496
+ if (exp === null) {
5497
+ continue;
5498
+ }
5499
+ if (ts22.isArrayLiteralExpression(exp)) {
5500
+ if (exp.elements) {
5501
+ injectorMetadata.imports.push(...exp.elements.map((n) => new WrappedNodeExpr6(n)));
5502
+ }
5503
+ } else {
5504
+ injectorMetadata.imports.push(new WrappedNodeExpr6(exp));
5505
+ }
5500
5506
  }
5501
5507
  }
5502
5508
  const factoryMetadata = {
@@ -5795,7 +5801,7 @@ function isSyntheticReference(ref) {
5795
5801
  return ref.synthetic;
5796
5802
  }
5797
5803
 
5798
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/diagnostics.mjs
5804
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/diagnostics.mjs
5799
5805
  function makeCyclicImportInfo(ref, type, cycle) {
5800
5806
  const name = ref.debugName || "(unknown)";
5801
5807
  const path = cycle.getPath().map((sf) => sf.fileName).join(" -> ");
@@ -5818,7 +5824,7 @@ function checkCustomElementSelectorForErrors(selector) {
5818
5824
  return null;
5819
5825
  }
5820
5826
 
5821
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/resources.mjs
5827
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/resources.mjs
5822
5828
  import { DEFAULT_INTERPOLATION_CONFIG, InterpolationConfig, ParseSourceFile as ParseSourceFile2, parseTemplate } from "@angular/compiler";
5823
5829
  import ts23 from "typescript";
5824
5830
  function getTemplateDeclarationNodeForError(declaration) {
@@ -6177,7 +6183,7 @@ function _extractTemplateStyleUrls(template) {
6177
6183
  return template.styleUrls.map((url) => ({ url, source: 1, nodeForError }));
6178
6184
  }
6179
6185
 
6180
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/symbol.mjs
6186
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/symbol.mjs
6181
6187
  var ComponentSymbol = class extends DirectiveSymbol {
6182
6188
  constructor() {
6183
6189
  super(...arguments);
@@ -6212,7 +6218,7 @@ var ComponentSymbol = class extends DirectiveSymbol {
6212
6218
  }
6213
6219
  };
6214
6220
 
6215
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/util.mjs
6221
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/util.mjs
6216
6222
  function collectAnimationNames(value, animationTriggerNames) {
6217
6223
  if (value instanceof Map) {
6218
6224
  const name = value.get("name");
@@ -6288,7 +6294,7 @@ function isLikelyModuleWithProviders(value) {
6288
6294
  return false;
6289
6295
  }
6290
6296
 
6291
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
6297
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
6292
6298
  var EMPTY_ARRAY2 = [];
6293
6299
  var isUsedDirective = (decl) => decl.kind === R3TemplateDependencyKind.Directive;
6294
6300
  var isUsedPipe = (decl) => decl.kind === R3TemplateDependencyKind.Pipe;
@@ -6569,7 +6575,7 @@ var ComponentDecoratorHandler = class {
6569
6575
  viewProviders: wrappedViewProviders,
6570
6576
  i18nUseExternalIds: this.i18nUseExternalIds,
6571
6577
  relativeContextFilePath,
6572
- rawImports: rawImports !== null && ts24.isArrayLiteralExpression(rawImports) && rawImports.elements.length > 0 ? new WrappedNodeExpr7(rawImports) : void 0
6578
+ rawImports: rawImports !== null ? new WrappedNodeExpr7(rawImports) : void 0
6573
6579
  },
6574
6580
  typeCheckMeta: extractDirectiveTypeCheckMeta(node, inputs, this.reflector),
6575
6581
  classMetadata: this.includeClassMetadata ? extractClassMetadata(node, this.reflector, this.isCore, this.annotateForClosureCompiler, (dec) => transformDecoratorResources(dec, component, styles, template)) : null,
@@ -7068,7 +7074,7 @@ function validateStandaloneImports(importRefs, importExpr, metaReader, scopeRead
7068
7074
  return diagnostics;
7069
7075
  }
7070
7076
 
7071
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/injectable.mjs
7077
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/injectable.mjs
7072
7078
  import { compileClassMetadata as compileClassMetadata4, compileDeclareClassMetadata as compileDeclareClassMetadata4, compileDeclareInjectableFromMetadata, compileInjectable, createMayBeForwardRefExpression as createMayBeForwardRefExpression2, FactoryTarget as FactoryTarget4, LiteralExpr as LiteralExpr3, WrappedNodeExpr as WrappedNodeExpr8 } from "@angular/compiler";
7073
7079
  import ts25 from "typescript";
7074
7080
  var InjectableDecoratorHandler = class {
@@ -7294,7 +7300,7 @@ function getDep(dep, reflector) {
7294
7300
  return meta;
7295
7301
  }
7296
7302
 
7297
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/pipe.mjs
7303
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/pipe.mjs
7298
7304
  import { compileClassMetadata as compileClassMetadata5, compileDeclareClassMetadata as compileDeclareClassMetadata5, compileDeclarePipeFromMetadata, compilePipeFromMetadata, FactoryTarget as FactoryTarget5 } from "@angular/compiler";
7299
7305
  import ts26 from "typescript";
7300
7306
  var PipeSymbol = class extends SemanticSymbol {
@@ -7446,14 +7452,14 @@ var PipeDecoratorHandler = class {
7446
7452
  }
7447
7453
  };
7448
7454
 
7449
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/checker.mjs
7455
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/checker.mjs
7450
7456
  var OptimizeFor;
7451
7457
  (function(OptimizeFor2) {
7452
7458
  OptimizeFor2[OptimizeFor2["SingleFile"] = 0] = "SingleFile";
7453
7459
  OptimizeFor2[OptimizeFor2["WholeProgram"] = 1] = "WholeProgram";
7454
7460
  })(OptimizeFor || (OptimizeFor = {}));
7455
7461
 
7456
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/scope.mjs
7462
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/scope.mjs
7457
7463
  var PotentialImportKind;
7458
7464
  (function(PotentialImportKind2) {
7459
7465
  PotentialImportKind2[PotentialImportKind2["NgModule"] = 0] = "NgModule";
@@ -7465,14 +7471,14 @@ var PotentialImportMode;
7465
7471
  PotentialImportMode2[PotentialImportMode2["ForceDirect"] = 1] = "ForceDirect";
7466
7472
  })(PotentialImportMode || (PotentialImportMode = {}));
7467
7473
 
7468
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/completion.mjs
7474
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/completion.mjs
7469
7475
  var CompletionKind;
7470
7476
  (function(CompletionKind2) {
7471
7477
  CompletionKind2[CompletionKind2["Reference"] = 0] = "Reference";
7472
7478
  CompletionKind2[CompletionKind2["Variable"] = 1] = "Variable";
7473
7479
  })(CompletionKind || (CompletionKind = {}));
7474
7480
 
7475
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/symbols.mjs
7481
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/symbols.mjs
7476
7482
  var SymbolKind;
7477
7483
  (function(SymbolKind2) {
7478
7484
  SymbolKind2[SymbolKind2["Input"] = 0] = "Input";
@@ -7540,4 +7546,4 @@ export {
7540
7546
  * Use of this source code is governed by an MIT-style license that can be
7541
7547
  * found in the LICENSE file at https://angular.io/license
7542
7548
  */
7543
- //# sourceMappingURL=chunk-KC52PQKJ.js.map
7549
+ //# sourceMappingURL=chunk-YWV5CDS7.js.map