@angular/compiler-cli 19.2.14 → 19.2.16

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 (34) hide show
  1. package/bundles/{chunk-WUCT7QTW.js → chunk-26NO4MZH.js} +5 -5
  2. package/bundles/{chunk-6JLQ22O6.js → chunk-2BEPK62B.js} +42 -42
  3. package/bundles/{chunk-Y7CS6SFM.js → chunk-75G4WXBH.js} +3 -3
  4. package/bundles/{chunk-ZVOTQFMG.js → chunk-7MFRAVPH.js} +5 -5
  5. package/bundles/{chunk-BSAOKZSO.js → chunk-D7R5IUYZ.js} +125 -125
  6. package/bundles/{chunk-U2T5FMHX.js → chunk-DM3NCMH5.js} +81 -81
  7. package/bundles/{chunk-LHXVN5NW.js → chunk-ODOQAUXK.js} +31 -31
  8. package/bundles/{chunk-NVYT6OPE.js → chunk-PML5JK7B.js} +7 -7
  9. package/bundles/{chunk-H5Y7P5GQ.js → chunk-SEKYV57I.js} +3 -3
  10. package/bundles/{chunk-2PYABK44.js → chunk-TBVHQD5I.js} +12 -12
  11. package/bundles/{chunk-ERYCP7NI.js → chunk-VLERTDN5.js} +8 -8
  12. package/bundles/index.js +12 -12
  13. package/bundles/linker/babel/index.js +12 -12
  14. package/bundles/linker/index.js +4 -4
  15. package/bundles/ngcc/index.js +1 -1
  16. package/bundles/private/bazel.js +1 -1
  17. package/bundles/private/localize.js +3 -3
  18. package/bundles/private/migrations.js +4 -4
  19. package/bundles/private/tooling.js +6 -6
  20. package/bundles/src/bin/ng_xi18n.js +10 -10
  21. package/bundles/src/bin/ngc.js +8 -8
  22. package/linker/src/file_linker/partial_linkers/util.d.ts +1 -1
  23. package/package.json +2 -2
  24. /package/bundles/{chunk-WUCT7QTW.js.map → chunk-26NO4MZH.js.map} +0 -0
  25. /package/bundles/{chunk-6JLQ22O6.js.map → chunk-2BEPK62B.js.map} +0 -0
  26. /package/bundles/{chunk-Y7CS6SFM.js.map → chunk-75G4WXBH.js.map} +0 -0
  27. /package/bundles/{chunk-ZVOTQFMG.js.map → chunk-7MFRAVPH.js.map} +0 -0
  28. /package/bundles/{chunk-BSAOKZSO.js.map → chunk-D7R5IUYZ.js.map} +0 -0
  29. /package/bundles/{chunk-U2T5FMHX.js.map → chunk-DM3NCMH5.js.map} +0 -0
  30. /package/bundles/{chunk-LHXVN5NW.js.map → chunk-ODOQAUXK.js.map} +0 -0
  31. /package/bundles/{chunk-NVYT6OPE.js.map → chunk-PML5JK7B.js.map} +0 -0
  32. /package/bundles/{chunk-H5Y7P5GQ.js.map → chunk-SEKYV57I.js.map} +0 -0
  33. /package/bundles/{chunk-2PYABK44.js.map → chunk-TBVHQD5I.js.map} +0 -0
  34. /package/bundles/{chunk-ERYCP7NI.js.map → chunk-VLERTDN5.js.map} +0 -0
@@ -48,23 +48,23 @@ import {
48
48
  translateStatement,
49
49
  translateType,
50
50
  typeNodeToValueExpr
51
- } from "./chunk-6JLQ22O6.js";
51
+ } from "./chunk-2BEPK62B.js";
52
52
  import {
53
53
  PerfCheckpoint,
54
54
  PerfEvent,
55
55
  PerfPhase
56
- } from "./chunk-WUCT7QTW.js";
56
+ } from "./chunk-26NO4MZH.js";
57
57
  import {
58
58
  absoluteFrom,
59
59
  absoluteFromSourceFile,
60
60
  getSourceFileOrError,
61
61
  relative
62
- } from "./chunk-ERYCP7NI.js";
62
+ } from "./chunk-VLERTDN5.js";
63
63
  import {
64
64
  __publicField
65
65
  } from "./chunk-KPQ72R34.js";
66
66
 
67
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/util.js
67
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/util.js
68
68
  import { ExternalExpr, ParseLocation, ParseSourceFile, ParseSourceSpan, ReadPropExpr, WrappedNodeExpr } from "@angular/compiler";
69
69
  import ts from "typescript";
70
70
  var CORE_MODULE = "@angular/core";
@@ -329,7 +329,7 @@ function isAbstractClassDeclaration(clazz) {
329
329
  return ts.canHaveModifiers(clazz) && clazz.modifiers !== void 0 ? clazz.modifiers.some((mod) => mod.kind === ts.SyntaxKind.AbstractKeyword) : false;
330
330
  }
331
331
 
332
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/dynamic.js
332
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/dynamic.js
333
333
  var DynamicValue = class {
334
334
  node;
335
335
  reason;
@@ -422,10 +422,10 @@ var DynamicValue = class {
422
422
  }
423
423
  };
424
424
 
425
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.js
425
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.js
426
426
  import ts2 from "typescript";
427
427
 
428
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/result.js
428
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/result.js
429
429
  var ResolvedModule = class {
430
430
  exports;
431
431
  evaluate;
@@ -460,7 +460,7 @@ var EnumValue = class {
460
460
  var KnownFn = class {
461
461
  };
462
462
 
463
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/builtin.js
463
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/builtin.js
464
464
  var ArraySliceBuiltinFn = class extends KnownFn {
465
465
  lhs;
466
466
  constructor(lhs) {
@@ -515,7 +515,7 @@ var StringConcatBuiltinFn = class extends KnownFn {
515
515
  }
516
516
  };
517
517
 
518
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/synthetic.js
518
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/synthetic.js
519
519
  var SyntheticValue = class {
520
520
  value;
521
521
  constructor(value) {
@@ -523,7 +523,7 @@ var SyntheticValue = class {
523
523
  }
524
524
  };
525
525
 
526
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.js
526
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.js
527
527
  function literalBinaryOp(op) {
528
528
  return { op, literal: true };
529
529
  }
@@ -1104,7 +1104,7 @@ function owningModule(context, override = null) {
1104
1104
  }
1105
1105
  }
1106
1106
 
1107
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interface.js
1107
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interface.js
1108
1108
  var PartialEvaluator = class {
1109
1109
  host;
1110
1110
  checker;
@@ -1127,7 +1127,7 @@ var PartialEvaluator = class {
1127
1127
  }
1128
1128
  };
1129
1129
 
1130
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/diagnostics.js
1130
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/diagnostics.js
1131
1131
  import ts3 from "typescript";
1132
1132
  function describeResolvedType(value, maxDepth = 1) {
1133
1133
  var _a, _b;
@@ -1262,14 +1262,14 @@ function getContainerNode(node) {
1262
1262
  return node.getSourceFile();
1263
1263
  }
1264
1264
 
1265
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/checker.js
1265
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/checker.js
1266
1266
  var OptimizeFor;
1267
1267
  (function(OptimizeFor2) {
1268
1268
  OptimizeFor2[OptimizeFor2["SingleFile"] = 0] = "SingleFile";
1269
1269
  OptimizeFor2[OptimizeFor2["WholeProgram"] = 1] = "WholeProgram";
1270
1270
  })(OptimizeFor || (OptimizeFor = {}));
1271
1271
 
1272
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/scope.js
1272
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/scope.js
1273
1273
  var PotentialImportKind;
1274
1274
  (function(PotentialImportKind2) {
1275
1275
  PotentialImportKind2[PotentialImportKind2["NgModule"] = 0] = "NgModule";
@@ -1281,7 +1281,7 @@ var PotentialImportMode;
1281
1281
  PotentialImportMode2[PotentialImportMode2["ForceDirect"] = 1] = "ForceDirect";
1282
1282
  })(PotentialImportMode || (PotentialImportMode = {}));
1283
1283
 
1284
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/completion.js
1284
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/completion.js
1285
1285
  var CompletionKind;
1286
1286
  (function(CompletionKind2) {
1287
1287
  CompletionKind2[CompletionKind2["Reference"] = 0] = "Reference";
@@ -1289,7 +1289,7 @@ var CompletionKind;
1289
1289
  CompletionKind2[CompletionKind2["LetDeclaration"] = 2] = "LetDeclaration";
1290
1290
  })(CompletionKind || (CompletionKind = {}));
1291
1291
 
1292
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/symbols.js
1292
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/symbols.js
1293
1293
  var SymbolKind;
1294
1294
  (function(SymbolKind2) {
1295
1295
  SymbolKind2[SymbolKind2["Input"] = 0] = "Input";
@@ -1306,7 +1306,7 @@ var SymbolKind;
1306
1306
  SymbolKind2[SymbolKind2["LetDeclaration"] = 11] = "LetDeclaration";
1307
1307
  })(SymbolKind || (SymbolKind = {}));
1308
1308
 
1309
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/di.js
1309
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/di.js
1310
1310
  import { LiteralExpr, WrappedNodeExpr as WrappedNodeExpr2 } from "@angular/compiler";
1311
1311
  import ts4 from "typescript";
1312
1312
  function getConstructorDependencies(clazz, reflector, isCore) {
@@ -1452,10 +1452,10 @@ function createUnsuitableInjectionTokenError(clazz, error) {
1452
1452
  return new FatalDiagnosticError(ErrorCode.PARAM_MISSING_TOKEN, param.nameNode, chain, hints);
1453
1453
  }
1454
1454
 
1455
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.js
1455
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.js
1456
1456
  import ts12 from "typescript";
1457
1457
 
1458
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/api.js
1458
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/api.js
1459
1459
  var MetaKind;
1460
1460
  (function(MetaKind2) {
1461
1461
  MetaKind2[MetaKind2["Directive"] = 0] = "Directive";
@@ -1468,10 +1468,10 @@ var MatchSource;
1468
1468
  MatchSource2[MatchSource2["HostDirective"] = 1] = "HostDirective";
1469
1469
  })(MatchSource || (MatchSource = {}));
1470
1470
 
1471
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.js
1471
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.js
1472
1472
  import ts6 from "typescript";
1473
1473
 
1474
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/property_mapping.js
1474
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/property_mapping.js
1475
1475
  var ClassPropertyMapping = class {
1476
1476
  forwardMap;
1477
1477
  reverseMap;
@@ -1553,7 +1553,7 @@ function reverseMapFromForwardMap(forwardMap) {
1553
1553
  return reverseMap;
1554
1554
  }
1555
1555
 
1556
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/util.js
1556
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/util.js
1557
1557
  import ts5 from "typescript";
1558
1558
  function extractReferencesFromType(checker, def, bestGuessOwningModule) {
1559
1559
  if (!ts5.isTupleTypeNode(def)) {
@@ -1769,7 +1769,7 @@ function isHostDirectiveMetaForGlobalMode(hostDirectiveMeta) {
1769
1769
  return hostDirectiveMeta.directive instanceof Reference;
1770
1770
  }
1771
1771
 
1772
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.js
1772
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.js
1773
1773
  var DtsMetadataReader = class {
1774
1774
  checker;
1775
1775
  reflector;
@@ -1969,7 +1969,7 @@ function readHostDirectivesType(checker, type, bestGuessOwningModule) {
1969
1969
  return result.length > 0 ? { result, isIncomplete } : null;
1970
1970
  }
1971
1971
 
1972
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/inheritance.js
1972
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/inheritance.js
1973
1973
  function flattenInheritedDirectiveMetadata(reader, dir) {
1974
1974
  const topMeta = reader.getDirectiveMetadata(dir);
1975
1975
  if (topMeta === null) {
@@ -2033,7 +2033,7 @@ function flattenInheritedDirectiveMetadata(reader, dir) {
2033
2033
  };
2034
2034
  }
2035
2035
 
2036
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/registry.js
2036
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/registry.js
2037
2037
  var LocalMetadataRegistry = class {
2038
2038
  directives = /* @__PURE__ */ new Map();
2039
2039
  ngModules = /* @__PURE__ */ new Map();
@@ -2089,7 +2089,7 @@ var CompoundMetadataRegistry = class {
2089
2089
  }
2090
2090
  };
2091
2091
 
2092
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/resource_registry.js
2092
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/resource_registry.js
2093
2093
  var ResourceRegistry = class {
2094
2094
  externalTemplateToComponentsMap = /* @__PURE__ */ new Map();
2095
2095
  componentToTemplateMap = /* @__PURE__ */ new Map();
@@ -2154,7 +2154,7 @@ var ResourceRegistry = class {
2154
2154
  }
2155
2155
  };
2156
2156
 
2157
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/providers.js
2157
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/providers.js
2158
2158
  var ExportedProviderStatusResolver = class {
2159
2159
  metaReader;
2160
2160
  calculating = /* @__PURE__ */ new Set();
@@ -2199,7 +2199,7 @@ var ExportedProviderStatusResolver = class {
2199
2199
  }
2200
2200
  };
2201
2201
 
2202
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/host_directives_resolver.js
2202
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/host_directives_resolver.js
2203
2203
  var EMPTY_ARRAY = [];
2204
2204
  var HostDirectivesResolver = class {
2205
2205
  metaReader;
@@ -2266,7 +2266,7 @@ function resolveOutput(bindingName) {
2266
2266
  return bindingName;
2267
2267
  }
2268
2268
 
2269
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/api.js
2269
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/api.js
2270
2270
  var CompilationMode;
2271
2271
  (function(CompilationMode2) {
2272
2272
  CompilationMode2[CompilationMode2["FULL"] = 0] = "FULL";
@@ -2280,7 +2280,7 @@ var HandlerPrecedence;
2280
2280
  HandlerPrecedence2[HandlerPrecedence2["WEAK"] = 2] = "WEAK";
2281
2281
  })(HandlerPrecedence || (HandlerPrecedence = {}));
2282
2282
 
2283
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/alias.js
2283
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/alias.js
2284
2284
  import ts7 from "typescript";
2285
2285
  function aliasTransformFactory(exportStatements) {
2286
2286
  return () => {
@@ -2305,10 +2305,10 @@ function aliasTransformFactory(exportStatements) {
2305
2305
  };
2306
2306
  }
2307
2307
 
2308
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.js
2308
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.js
2309
2309
  import ts8 from "typescript";
2310
2310
 
2311
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/trait.js
2311
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/trait.js
2312
2312
  var TraitState;
2313
2313
  (function(TraitState2) {
2314
2314
  TraitState2[TraitState2["Pending"] = 0] = "Pending";
@@ -2367,7 +2367,7 @@ var TraitImpl = class {
2367
2367
  }
2368
2368
  };
2369
2369
 
2370
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.js
2370
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.js
2371
2371
  var TraitCompiler = class {
2372
2372
  handlers;
2373
2373
  reflector;
@@ -2848,7 +2848,7 @@ function containsErrors(diagnostics) {
2848
2848
  return diagnostics !== null && diagnostics.some((diag) => diag.category === ts8.DiagnosticCategory.Error);
2849
2849
  }
2850
2850
 
2851
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.js
2851
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.js
2852
2852
  import ts9 from "typescript";
2853
2853
  var DtsTransformRegistry = class {
2854
2854
  ivyDeclarationTransforms = /* @__PURE__ */ new Map();
@@ -2998,11 +2998,11 @@ function markForEmitAsSingleLine(node) {
2998
2998
  ts9.forEachChild(node, markForEmitAsSingleLine);
2999
2999
  }
3000
3000
 
3001
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.js
3001
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.js
3002
3002
  import { ConstantPool } from "@angular/compiler";
3003
3003
  import ts11 from "typescript";
3004
3004
 
3005
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/visitor.js
3005
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/visitor.js
3006
3006
  import ts10 from "typescript";
3007
3007
  function visit(node, visitor, context) {
3008
3008
  return visitor._visit(node, context);
@@ -3061,7 +3061,7 @@ var Visitor = class {
3061
3061
  }
3062
3062
  };
3063
3063
 
3064
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.js
3064
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.js
3065
3065
  var NO_DECORATORS = /* @__PURE__ */ new Set();
3066
3066
  var CLOSURE_FILE_OVERVIEW_REGEXP = /\s+@fileoverview\s+/i;
3067
3067
  function ivyTransformFactory(compilation, reflector, importRewriter, defaultImportTracker, localCompilationExtraImportsTracker, perf, isCore, isClosureCompilerEnabled) {
@@ -3307,7 +3307,7 @@ function nodeArrayFromDecoratorsArray(decorators) {
3307
3307
  return array;
3308
3308
  }
3309
3309
 
3310
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.js
3310
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.js
3311
3311
  function makeDuplicateDeclarationError(node, data, kind) {
3312
3312
  const context = [];
3313
3313
  for (const decl of data) {
@@ -3516,7 +3516,7 @@ function assertLocalCompilationUnresolvedConst(compilationMode, value, nodeToHig
3516
3516
  }
3517
3517
  }
3518
3518
 
3519
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/evaluation.js
3519
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/evaluation.js
3520
3520
  import { ViewEncapsulation } from "@angular/compiler";
3521
3521
  import ts13 from "typescript";
3522
3522
  function resolveEnumValue(evaluator, metadata, field, enumSymbolName, isCore) {
@@ -3567,7 +3567,7 @@ function resolveLiteral(decorator, literalCache) {
3567
3567
  return meta;
3568
3568
  }
3569
3569
 
3570
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/factory.js
3570
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/factory.js
3571
3571
  import { compileDeclareFactoryFunction, compileFactoryFunction } from "@angular/compiler";
3572
3572
  function compileNgFactoryDefField(metadata) {
3573
3573
  const res = compileFactoryFunction(metadata);
@@ -3590,7 +3590,7 @@ function compileDeclareFactory(metadata) {
3590
3590
  };
3591
3591
  }
3592
3592
 
3593
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/injectable_registry.js
3593
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/injectable_registry.js
3594
3594
  var InjectableClassRegistry = class {
3595
3595
  host;
3596
3596
  isCore;
@@ -3618,7 +3618,7 @@ var InjectableClassRegistry = class {
3618
3618
  }
3619
3619
  };
3620
3620
 
3621
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/metadata.js
3621
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/metadata.js
3622
3622
  import { ArrowFunctionExpr, LiteralArrayExpr, LiteralExpr as LiteralExpr2, literalMap, WrappedNodeExpr as WrappedNodeExpr3 } from "@angular/compiler";
3623
3623
  import ts14 from "typescript";
3624
3624
  function extractClassMetadata(clazz, reflection, isCore, annotateForClosureCompiler, angularDecoratorTransform = (dec) => dec) {
@@ -3706,7 +3706,7 @@ function removeIdentifierReferences(node, names) {
3706
3706
  return result.transformed[0];
3707
3707
  }
3708
3708
 
3709
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/debug_info.js
3709
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/debug_info.js
3710
3710
  import { literal as literal2, WrappedNodeExpr as WrappedNodeExpr4 } from "@angular/compiler";
3711
3711
  function extractClassDebugInfo(clazz, reflection, compilerHost, rootDirs, forbidOrphanRendering) {
3712
3712
  if (!reflection.isClass(clazz)) {
@@ -3723,13 +3723,13 @@ function extractClassDebugInfo(clazz, reflection, compilerHost, rootDirs, forbid
3723
3723
  };
3724
3724
  }
3725
3725
 
3726
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/references_registry.js
3726
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/references_registry.js
3727
3727
  var NoopReferencesRegistry = class {
3728
3728
  add(source, ...references) {
3729
3729
  }
3730
3730
  };
3731
3731
 
3732
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/schema.js
3732
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/schema.js
3733
3733
  import { CUSTOM_ELEMENTS_SCHEMA, NO_ERRORS_SCHEMA } from "@angular/compiler";
3734
3734
  function extractSchemas(rawExpr, evaluator, context) {
3735
3735
  const schemas = [];
@@ -3759,7 +3759,7 @@ function extractSchemas(rawExpr, evaluator, context) {
3759
3759
  return schemas;
3760
3760
  }
3761
3761
 
3762
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/input_transforms.js
3762
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/input_transforms.js
3763
3763
  import { outputAst } from "@angular/compiler";
3764
3764
  function compileInputTransformFields(inputs) {
3765
3765
  const extraFields = [];
@@ -3777,16 +3777,16 @@ function compileInputTransformFields(inputs) {
3777
3777
  return extraFields;
3778
3778
  }
3779
3779
 
3780
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/jit_declaration_registry.js
3780
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/jit_declaration_registry.js
3781
3781
  var JitDeclarationRegistry = class {
3782
3782
  jitDeclarations = /* @__PURE__ */ new Set();
3783
3783
  };
3784
3784
 
3785
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.js
3785
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.js
3786
3786
  import { compileClassDebugInfo, compileHmrInitializer, compileComponentClassMetadata, compileComponentDeclareClassMetadata, compileComponentFromMetadata, compileDeclareComponentFromMetadata, compileDeferResolverFunction, ConstantPool as ConstantPool2, CssSelector as CssSelector4, DEFAULT_INTERPOLATION_CONFIG as DEFAULT_INTERPOLATION_CONFIG2, DomElementSchemaRegistry as DomElementSchemaRegistry3, ExternalExpr as ExternalExpr8, FactoryTarget as FactoryTarget3, makeBindingParser as makeBindingParser2, outputAst as o4, R3TargetBinder, R3TemplateDependencyKind, SelectorMatcher as SelectorMatcher3, ViewEncapsulation as ViewEncapsulation2 } from "@angular/compiler";
3787
3787
  import ts49 from "typescript";
3788
3788
 
3789
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/api.js
3789
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/api.js
3790
3790
  import ts15 from "typescript";
3791
3791
  var SemanticSymbol = class {
3792
3792
  decl;
@@ -3805,7 +3805,7 @@ function getSymbolIdentifier(decl) {
3805
3805
  return decl.name.text;
3806
3806
  }
3807
3807
 
3808
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/graph.js
3808
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/graph.js
3809
3809
  import { ExternalExpr as ExternalExpr2 } from "@angular/compiler";
3810
3810
  var OpaqueSymbol = class extends SemanticSymbol {
3811
3811
  isPublicApiAffected() {
@@ -3947,10 +3947,10 @@ function getImportPath(expr) {
3947
3947
  }
3948
3948
  }
3949
3949
 
3950
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.js
3950
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.js
3951
3951
  import ts16 from "typescript";
3952
3952
 
3953
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/util.js
3953
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/util.js
3954
3954
  function isSymbolEqual(a, b) {
3955
3955
  if (a.decl === b.decl) {
3956
3956
  return true;
@@ -4000,7 +4000,7 @@ function isSetEqual(a, b, equalityTester = referenceEquality) {
4000
4000
  return true;
4001
4001
  }
4002
4002
 
4003
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.js
4003
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.js
4004
4004
  function extractSemanticTypeParameters(node) {
4005
4005
  if (!ts16.isClassDeclaration(node) || node.typeParameters === void 0) {
4006
4006
  return null;
@@ -4022,14 +4022,14 @@ function isTypeParameterEqual(a, b) {
4022
4022
  return a.hasGenericTypeBound === b.hasGenericTypeBound;
4023
4023
  }
4024
4024
 
4025
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/api.js
4025
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/api.js
4026
4026
  var ComponentScopeKind;
4027
4027
  (function(ComponentScopeKind2) {
4028
4028
  ComponentScopeKind2[ComponentScopeKind2["NgModule"] = 0] = "NgModule";
4029
4029
  ComponentScopeKind2[ComponentScopeKind2["Standalone"] = 1] = "Standalone";
4030
4030
  })(ComponentScopeKind || (ComponentScopeKind = {}));
4031
4031
 
4032
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/component_scope.js
4032
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/component_scope.js
4033
4033
  var CompoundComponentScopeReader = class {
4034
4034
  readers;
4035
4035
  constructor(readers) {
@@ -4055,7 +4055,7 @@ var CompoundComponentScopeReader = class {
4055
4055
  }
4056
4056
  };
4057
4057
 
4058
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/dependency.js
4058
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/dependency.js
4059
4059
  var MetadataDtsModuleScopeResolver = class {
4060
4060
  dtsMetaReader;
4061
4061
  aliasingHost;
@@ -4133,11 +4133,11 @@ var MetadataDtsModuleScopeResolver = class {
4133
4133
  }
4134
4134
  };
4135
4135
 
4136
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.js
4136
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.js
4137
4137
  import { ExternalExpr as ExternalExpr3 } from "@angular/compiler";
4138
4138
  import ts17 from "typescript";
4139
4139
 
4140
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/util.js
4140
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/util.js
4141
4141
  function getDiagnosticNode(ref, rawExpr) {
4142
4142
  return rawExpr !== null ? ref.getOriginForDiagnostics(rawExpr) : ref.node.name;
4143
4143
  }
@@ -4163,7 +4163,7 @@ function makeUnknownComponentDeferredImportDiagnostic(ref, rawExpr) {
4163
4163
  return makeDiagnostic(ErrorCode.COMPONENT_UNKNOWN_DEFERRED_IMPORT, getDiagnosticNode(ref, rawExpr), `Component deferred imports must be standalone components, directives or pipes.`);
4164
4164
  }
4165
4165
 
4166
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.js
4166
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.js
4167
4167
  var IN_PROGRESS_RESOLUTION = {};
4168
4168
  var LocalModuleScopeRegistry = class {
4169
4169
  localReader;
@@ -4522,7 +4522,7 @@ function reexportCollision(module, refA, refB) {
4522
4522
  ]);
4523
4523
  }
4524
4524
 
4525
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/typecheck.js
4525
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/typecheck.js
4526
4526
  import { CssSelector, SelectorMatcher } from "@angular/compiler";
4527
4527
  import ts18 from "typescript";
4528
4528
  var TypeCheckScopeRegistry = class {
@@ -4606,14 +4606,14 @@ var TypeCheckScopeRegistry = class {
4606
4606
  }
4607
4607
  };
4608
4608
 
4609
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/handler.js
4609
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/handler.js
4610
4610
  import { compileClassMetadata, compileDeclareClassMetadata, compileDeclareDirectiveFromMetadata, compileDirectiveFromMetadata, FactoryTarget, makeBindingParser, WrappedNodeExpr as WrappedNodeExpr6 } from "@angular/compiler";
4611
4611
 
4612
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/shared.js
4612
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/shared.js
4613
4613
  import { createMayBeForwardRefExpression as createMayBeForwardRefExpression2, emitDistinctChangesOnlyDefaultValue, ExternalExpr as ExternalExpr4, getSafePropertyAccessString, parseHostBindings, ParserError, verifyHostBindings, WrappedNodeExpr as WrappedNodeExpr5 } from "@angular/compiler";
4614
4614
  import ts22 from "typescript";
4615
4615
 
4616
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/initializer_function_access.js
4616
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/initializer_function_access.js
4617
4617
  function validateAccessOfInitializerApiMember({ api, call }, member) {
4618
4618
  if (!api.allowedAccessLevels.includes(member.accessLevel)) {
4619
4619
  throw new FatalDiagnosticError(ErrorCode.INITIALIZER_API_DISALLOWED_MEMBER_VISIBILITY, call, makeDiagnosticChain(`Cannot use "${api.functionName}" on a class member that is declared as ${classMemberAccessLevelToString(member.accessLevel)}.`, [
@@ -4622,7 +4622,7 @@ function validateAccessOfInitializerApiMember({ api, call }, member) {
4622
4622
  }
4623
4623
  }
4624
4624
 
4625
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/initializer_functions.js
4625
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/initializer_functions.js
4626
4626
  import ts19 from "typescript";
4627
4627
  function tryParseInitializerApi(functions, expression, reflector, importTracker) {
4628
4628
  if (!ts19.isCallExpression(expression)) {
@@ -4691,7 +4691,7 @@ function parseTopLevelCallFromNamespace(call, functions, importTracker) {
4691
4691
  return { api: matchingApi, apiReference, isRequired };
4692
4692
  }
4693
4693
 
4694
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/input_output_parse_options.js
4694
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/input_output_parse_options.js
4695
4695
  import ts20 from "typescript";
4696
4696
  function parseAndValidateInputAndOutputOptions(optionsNode) {
4697
4697
  if (!ts20.isObjectLiteralExpression(optionsNode)) {
@@ -4709,7 +4709,7 @@ function parseAndValidateInputAndOutputOptions(optionsNode) {
4709
4709
  return { alias };
4710
4710
  }
4711
4711
 
4712
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/input_function.js
4712
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/input_function.js
4713
4713
  var INPUT_INITIALIZER_FN = {
4714
4714
  functionName: "input",
4715
4715
  owningModule: "@angular/core",
@@ -4741,7 +4741,7 @@ function tryParseSignalInputMapping(member, reflector, importTracker) {
4741
4741
  };
4742
4742
  }
4743
4743
 
4744
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/model_function.js
4744
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/model_function.js
4745
4745
  var MODEL_INITIALIZER_FN = {
4746
4746
  functionName: "model",
4747
4747
  owningModule: "@angular/core",
@@ -4782,7 +4782,7 @@ function tryParseSignalModelMapping(member, reflector, importTracker) {
4782
4782
  };
4783
4783
  }
4784
4784
 
4785
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/output_function.js
4785
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/output_function.js
4786
4786
  var allowedAccessLevels = [
4787
4787
  ClassMemberAccessLevel.PublicWritable,
4788
4788
  ClassMemberAccessLevel.PublicReadonly,
@@ -4826,7 +4826,7 @@ function tryParseInitializerBasedOutput(member, reflector, importTracker) {
4826
4826
  };
4827
4827
  }
4828
4828
 
4829
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/query_functions.js
4829
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/query_functions.js
4830
4830
  import { createMayBeForwardRefExpression, outputAst as o } from "@angular/compiler";
4831
4831
  import ts21 from "typescript";
4832
4832
  var queryFunctionNames = [
@@ -4911,7 +4911,7 @@ function parseDescendantsOption(value) {
4911
4911
  throw new FatalDiagnosticError(ErrorCode.VALUE_HAS_WRONG_TYPE, value, `Expected "descendants" option to be a boolean literal.`);
4912
4912
  }
4913
4913
 
4914
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/shared.js
4914
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/shared.js
4915
4915
  var EMPTY_OBJECT = {};
4916
4916
  var queryDecoratorNames = [
4917
4917
  "ViewChild",
@@ -5722,7 +5722,7 @@ function toR3InputMetadata(mapping) {
5722
5722
  };
5723
5723
  }
5724
5724
 
5725
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/symbol.js
5725
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/symbol.js
5726
5726
  var DirectiveSymbol = class extends SemanticSymbol {
5727
5727
  selector;
5728
5728
  inputs;
@@ -5808,7 +5808,7 @@ function isBaseClassEqual(current, previous) {
5808
5808
  return isSymbolEqual(current, previous);
5809
5809
  }
5810
5810
 
5811
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/handler.js
5811
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/handler.js
5812
5812
  var FIELD_DECORATORS = [
5813
5813
  "Input",
5814
5814
  "Output",
@@ -6028,11 +6028,11 @@ var DirectiveDecoratorHandler = class {
6028
6028
  }
6029
6029
  };
6030
6030
 
6031
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.js
6031
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.js
6032
6032
  import { compileClassMetadata as compileClassMetadata2, compileDeclareClassMetadata as compileDeclareClassMetadata2, compileDeclareInjectorFromMetadata, compileDeclareNgModuleFromMetadata, compileInjector, compileNgModule, ExternalExpr as ExternalExpr5, FactoryTarget as FactoryTarget2, FunctionExpr, InvokeFunctionExpr, LiteralArrayExpr as LiteralArrayExpr2, R3Identifiers, R3NgModuleMetadataKind, R3SelectorScopeMode, ReturnStatement, WrappedNodeExpr as WrappedNodeExpr7 } from "@angular/compiler";
6033
6033
  import ts24 from "typescript";
6034
6034
 
6035
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/module_with_providers.js
6035
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/module_with_providers.js
6036
6036
  import ts23 from "typescript";
6037
6037
  function createModuleWithProvidersResolver(reflector, isCore) {
6038
6038
  function _reflectModuleFromTypeParam(type, node) {
@@ -6104,7 +6104,7 @@ function isResolvedModuleWithProviders(sv) {
6104
6104
  return typeof sv.value === "object" && sv.value != null && sv.value.hasOwnProperty("ngModule") && sv.value.hasOwnProperty("mwpCall");
6105
6105
  }
6106
6106
 
6107
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.js
6107
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.js
6108
6108
  var NgModuleSymbol = class extends SemanticSymbol {
6109
6109
  hasProviders;
6110
6110
  remotelyScopedComponents = [];
@@ -6745,7 +6745,7 @@ function isSyntheticReference(ref) {
6745
6745
  return ref.synthetic;
6746
6746
  }
6747
6747
 
6748
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/diagnostics.js
6748
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/diagnostics.js
6749
6749
  function makeCyclicImportInfo(ref, type, cycle) {
6750
6750
  const name = ref.debugName || "(unknown)";
6751
6751
  const path = cycle.getPath().map((sf) => sf.fileName).join(" -> ");
@@ -6768,7 +6768,7 @@ function checkCustomElementSelectorForErrors(selector) {
6768
6768
  return null;
6769
6769
  }
6770
6770
 
6771
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/resources.js
6771
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/resources.js
6772
6772
  import { DEFAULT_INTERPOLATION_CONFIG, InterpolationConfig, ParseSourceFile as ParseSourceFile2, parseTemplate } from "@angular/compiler";
6773
6773
  import ts25 from "typescript";
6774
6774
  function getTemplateDeclarationNodeForError(declaration) {
@@ -7106,7 +7106,7 @@ function _extractTemplateStyleUrls(template) {
7106
7106
  }));
7107
7107
  }
7108
7108
 
7109
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/symbol.js
7109
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/symbol.js
7110
7110
  var ComponentSymbol = class extends DirectiveSymbol {
7111
7111
  usedDirectives = [];
7112
7112
  usedPipes = [];
@@ -7138,7 +7138,7 @@ var ComponentSymbol = class extends DirectiveSymbol {
7138
7138
  }
7139
7139
  };
7140
7140
 
7141
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/util.js
7141
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/util.js
7142
7142
  import ts26 from "typescript";
7143
7143
  function collectAnimationNames(value, animationTriggerNames) {
7144
7144
  if (value instanceof Map) {
@@ -7229,10 +7229,10 @@ function isLikelyModuleWithProviders(value) {
7229
7229
  return false;
7230
7230
  }
7231
7231
 
7232
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/checker.js
7232
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/checker.js
7233
7233
  import { CssSelector as CssSelector3, DomElementSchemaRegistry as DomElementSchemaRegistry2, ExternalExpr as ExternalExpr7, WrappedNodeExpr as WrappedNodeExpr9 } from "@angular/compiler";
7234
7234
 
7235
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/api.js
7235
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/api.js
7236
7236
  var NgOriginalFile = Symbol("NgOriginalFile");
7237
7237
  var UpdateMode;
7238
7238
  (function(UpdateMode2) {
@@ -7240,13 +7240,13 @@ var UpdateMode;
7240
7240
  UpdateMode2[UpdateMode2["Incremental"] = 1] = "Incremental";
7241
7241
  })(UpdateMode || (UpdateMode = {}));
7242
7242
 
7243
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/ts_create_program_driver.js
7243
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/ts_create_program_driver.js
7244
7244
  import ts28 from "typescript";
7245
7245
 
7246
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/adapter.js
7246
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/adapter.js
7247
7247
  import ts27 from "typescript";
7248
7248
 
7249
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/expando.js
7249
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/expando.js
7250
7250
  var NgExtension = Symbol("NgExtension");
7251
7251
  function isExtended(sf) {
7252
7252
  return sf[NgExtension] !== void 0;
@@ -7306,13 +7306,13 @@ function retagTsFile(sf) {
7306
7306
  }
7307
7307
  }
7308
7308
 
7309
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/util.js
7309
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/util.js
7310
7310
  var TS_EXTENSIONS = /\.tsx?$/i;
7311
7311
  function makeShimFileName(fileName, suffix) {
7312
7312
  return absoluteFrom(fileName.replace(TS_EXTENSIONS, suffix));
7313
7313
  }
7314
7314
 
7315
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/adapter.js
7315
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/adapter.js
7316
7316
  var ShimAdapter = class {
7317
7317
  delegate;
7318
7318
  shims = /* @__PURE__ */ new Map();
@@ -7409,7 +7409,7 @@ var ShimAdapter = class {
7409
7409
  }
7410
7410
  };
7411
7411
 
7412
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/reference_tagger.js
7412
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/reference_tagger.js
7413
7413
  var ShimReferenceTagger = class {
7414
7414
  suffixes;
7415
7415
  tagged = /* @__PURE__ */ new Set();
@@ -7444,7 +7444,7 @@ var ShimReferenceTagger = class {
7444
7444
  }
7445
7445
  };
7446
7446
 
7447
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/ts_create_program_driver.js
7447
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/ts_create_program_driver.js
7448
7448
  var DelegatingCompilerHost = class {
7449
7449
  delegate;
7450
7450
  createHash;
@@ -7595,7 +7595,7 @@ var TsCreateProgramDriver = class {
7595
7595
  }
7596
7596
  };
7597
7597
 
7598
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/diagnostic.js
7598
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/diagnostic.js
7599
7599
  import ts29 from "typescript";
7600
7600
  function makeTemplateDiagnostic(id, mapping, span, category, code, messageText, relatedMessages) {
7601
7601
  var _a;
@@ -7706,7 +7706,7 @@ function parseTemplateAsSourceFile(fileName, template) {
7706
7706
  );
7707
7707
  }
7708
7708
 
7709
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/id.js
7709
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/id.js
7710
7710
  var TYPE_CHECK_ID_MAP = Symbol("TypeCheckId");
7711
7711
  function getTypeCheckId(clazz) {
7712
7712
  const sf = clazz.getSourceFile();
@@ -7719,11 +7719,11 @@ function getTypeCheckId(clazz) {
7719
7719
  return sf[TYPE_CHECK_ID_MAP].get(clazz);
7720
7720
  }
7721
7721
 
7722
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/completion.js
7722
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/completion.js
7723
7723
  import { EmptyExpr, ImplicitReceiver, PropertyRead, PropertyWrite, SafePropertyRead, TmplAstLetDeclaration, TmplAstReference, TmplAstTextAttribute } from "@angular/compiler";
7724
7724
  import ts31 from "typescript";
7725
7725
 
7726
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/comments.js
7726
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/comments.js
7727
7727
  import { AbsoluteSourceSpan } from "@angular/compiler";
7728
7728
  import ts30 from "typescript";
7729
7729
  var parseSpanComment = /^(\d+),(\d+)$/;
@@ -7854,7 +7854,7 @@ function hasExpressionIdentifier(sourceFile, node, identifier) {
7854
7854
  }) || false;
7855
7855
  }
7856
7856
 
7857
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/completion.js
7857
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/completion.js
7858
7858
  var CompletionEngine = class {
7859
7859
  tcb;
7860
7860
  data;
@@ -9061,10 +9061,10 @@ var MagicString = class {
9061
9061
  }
9062
9062
  };
9063
9063
 
9064
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.js
9064
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.js
9065
9065
  import ts44 from "typescript";
9066
9066
 
9067
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/dom.js
9067
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/dom.js
9068
9068
  import { DomElementSchemaRegistry } from "@angular/compiler";
9069
9069
  import ts32 from "typescript";
9070
9070
  var REGISTRY = new DomElementSchemaRegistry();
@@ -9118,10 +9118,10 @@ var RegistryDomSchemaChecker = class {
9118
9118
  }
9119
9119
  };
9120
9120
 
9121
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/environment.js
9121
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/environment.js
9122
9122
  import ts37 from "typescript";
9123
9123
 
9124
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/reference_emit_environment.js
9124
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/reference_emit_environment.js
9125
9125
  import { ExpressionType, ExternalExpr as ExternalExpr6, TypeModifier } from "@angular/compiler";
9126
9126
  var ReferenceEmitEnvironment = class {
9127
9127
  importManager;
@@ -9156,7 +9156,7 @@ var ReferenceEmitEnvironment = class {
9156
9156
  }
9157
9157
  };
9158
9158
 
9159
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/ts_util.js
9159
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/ts_util.js
9160
9160
  import ts33 from "typescript";
9161
9161
  var SAFE_TO_CAST_WITHOUT_PARENS = /* @__PURE__ */ new Set([
9162
9162
  ts33.SyntaxKind.ParenthesizedExpression,
@@ -9239,15 +9239,15 @@ function tsNumericExpression(value) {
9239
9239
  return ts33.factory.createNumericLiteral(value);
9240
9240
  }
9241
9241
 
9242
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.js
9242
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.js
9243
9243
  import { ExpressionType as ExpressionType2, R3Identifiers as R3Identifiers3, WrappedNodeExpr as WrappedNodeExpr8 } from "@angular/compiler";
9244
9244
  import ts36 from "typescript";
9245
9245
 
9246
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.js
9246
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.js
9247
9247
  import { R3Identifiers as R3Identifiers2 } from "@angular/compiler";
9248
9248
  import ts35 from "typescript";
9249
9249
 
9250
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_parameter_emitter.js
9250
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_parameter_emitter.js
9251
9251
  import ts34 from "typescript";
9252
9252
  var TypeParameterEmitter = class {
9253
9253
  typeParameters;
@@ -9327,7 +9327,7 @@ var TypeParameterEmitter = class {
9327
9327
  }
9328
9328
  };
9329
9329
 
9330
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.js
9330
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.js
9331
9331
  var TCB_FILE_IMPORT_GRAPH_PREPARE_IDENTIFIERS = [
9332
9332
  R3Identifiers2.InputSignalBrandWriteType
9333
9333
  ];
@@ -9419,7 +9419,7 @@ function checkIfGenericTypeBoundsCanBeEmitted(node, reflector, env) {
9419
9419
  return emitter.canEmit((ref) => env.canReferenceType(ref));
9420
9420
  }
9421
9421
 
9422
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.js
9422
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.js
9423
9423
  function generateTypeCtorDeclarationFn(env, meta, nodeTypeRef, typeParams) {
9424
9424
  const rawTypeArgs = typeParams !== void 0 ? generateGenericArgs(typeParams) : void 0;
9425
9425
  const rawType = ts36.factory.createTypeReferenceNode(nodeTypeRef, rawTypeArgs);
@@ -9542,7 +9542,7 @@ function typeParametersWithDefaultTypes(params) {
9542
9542
  });
9543
9543
  }
9544
9544
 
9545
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/environment.js
9545
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/environment.js
9546
9546
  var Environment = class extends ReferenceEmitEnvironment {
9547
9547
  config;
9548
9548
  nextIds = {
@@ -9615,7 +9615,7 @@ var Environment = class extends ReferenceEmitEnvironment {
9615
9615
  }
9616
9616
  };
9617
9617
 
9618
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/oob.js
9618
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/oob.js
9619
9619
  import { AbsoluteSourceSpan as AbsoluteSourceSpan2, TmplAstElement } from "@angular/compiler";
9620
9620
  import ts38 from "typescript";
9621
9621
  var OutOfBandDiagnosticRecorderImpl = class {
@@ -9818,7 +9818,7 @@ function makeInlineDiagnostic(id, code, node, messageText, relatedInformation) {
9818
9818
  };
9819
9819
  }
9820
9820
 
9821
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/shim.js
9821
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/shim.js
9822
9822
  import ts39 from "typescript";
9823
9823
  var TypeCheckShimGenerator = class {
9824
9824
  extensionPrefix = "ngtypecheck";
@@ -9834,11 +9834,11 @@ var TypeCheckShimGenerator = class {
9834
9834
  }
9835
9835
  };
9836
9836
 
9837
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.js
9837
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.js
9838
9838
  import { BindingPipe, BindingType, Call as Call2, createCssSelectorFromNode, CssSelector as CssSelector2, DYNAMIC_TYPE, ImplicitReceiver as ImplicitReceiver2, ParsedEventType, PropertyRead as PropertyRead3, PropertyWrite as PropertyWrite2, R3Identifiers as R3Identifiers4, SafeCall, SafePropertyRead as SafePropertyRead3, SelectorMatcher as SelectorMatcher2, ThisReceiver, TmplAstBoundAttribute, TmplAstBoundText, TmplAstContent, TmplAstDeferredBlock, TmplAstElement as TmplAstElement2, TmplAstForLoopBlock, TmplAstIcu, TmplAstIfBlock, TmplAstIfBlockBranch, TmplAstLetDeclaration as TmplAstLetDeclaration2, TmplAstReference as TmplAstReference2, TmplAstSwitchBlock, TmplAstTemplate, TmplAstText, TmplAstTextAttribute as TmplAstTextAttribute2, TmplAstVariable, TransplantedType } from "@angular/compiler";
9839
9839
  import ts42 from "typescript";
9840
9840
 
9841
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/diagnostics.js
9841
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/diagnostics.js
9842
9842
  import { AbsoluteSourceSpan as AbsoluteSourceSpan3 } from "@angular/compiler";
9843
9843
  import ts40 from "typescript";
9844
9844
  function wrapForDiagnostics(expr) {
@@ -9894,7 +9894,7 @@ function translateDiagnostic(diagnostic, resolver) {
9894
9894
  return makeTemplateDiagnostic(sourceLocation.id, templateSourceMapping, span, diagnostic.category, diagnostic.code, diagnostic.messageText);
9895
9895
  }
9896
9896
 
9897
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/expression.js
9897
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/expression.js
9898
9898
  import { ASTWithSource, Call, EmptyExpr as EmptyExpr2, PropertyRead as PropertyRead2, SafeKeyedRead, SafePropertyRead as SafePropertyRead2 } from "@angular/compiler";
9899
9899
  import ts41 from "typescript";
9900
9900
  var ANY_EXPRESSION = ts41.factory.createAsExpression(ts41.factory.createNumericLiteral("0"), ts41.factory.createKeywordTypeNode(ts41.SyntaxKind.AnyKeyword));
@@ -10265,7 +10265,7 @@ var _VeSafeLhsInferenceBugDetector = class {
10265
10265
  var VeSafeLhsInferenceBugDetector = _VeSafeLhsInferenceBugDetector;
10266
10266
  __publicField(VeSafeLhsInferenceBugDetector, "SINGLETON", new _VeSafeLhsInferenceBugDetector());
10267
10267
 
10268
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.js
10268
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.js
10269
10269
  var TcbGenericContextBehavior;
10270
10270
  (function(TcbGenericContextBehavior2) {
10271
10271
  TcbGenericContextBehavior2[TcbGenericContextBehavior2["UseEmitter"] = 0] = "UseEmitter";
@@ -11960,7 +11960,7 @@ var TcbForLoopTrackTranslator = class extends TcbExpressionTranslator {
11960
11960
  }
11961
11961
  };
11962
11962
 
11963
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_file.js
11963
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_file.js
11964
11964
  import ts43 from "typescript";
11965
11965
  var TypeCheckFile = class extends Environment {
11966
11966
  fileName;
@@ -12009,7 +12009,7 @@ var TypeCheckFile = class extends Environment {
12009
12009
  }
12010
12010
  };
12011
12011
 
12012
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.js
12012
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.js
12013
12013
  var InliningMode;
12014
12014
  (function(InliningMode2) {
12015
12015
  InliningMode2[InliningMode2["InlineOps"] = 0] = "InlineOps";
@@ -12282,10 +12282,10 @@ var TypeCtorOp = class {
12282
12282
  }
12283
12283
  };
12284
12284
 
12285
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/source.js
12285
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/source.js
12286
12286
  import { ParseLocation as ParseLocation2, ParseSourceSpan as ParseSourceSpan2 } from "@angular/compiler";
12287
12287
 
12288
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/line_mappings.js
12288
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/line_mappings.js
12289
12289
  var LF_CHAR = 10;
12290
12290
  var CR_CHAR = 13;
12291
12291
  var LINE_SEP_CHAR = 8232;
@@ -12326,7 +12326,7 @@ function findClosestLineStartPosition(linesMap, position, low = 0, high = linesM
12326
12326
  return low - 1;
12327
12327
  }
12328
12328
 
12329
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/source.js
12329
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/source.js
12330
12330
  var TemplateSource = class {
12331
12331
  mapping;
12332
12332
  file;
@@ -12375,7 +12375,7 @@ var DirectiveSourceManager = class {
12375
12375
  }
12376
12376
  };
12377
12377
 
12378
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/template_symbol_builder.js
12378
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/template_symbol_builder.js
12379
12379
  import { AST, ASTWithName, ASTWithSource as ASTWithSource2, BindingPipe as BindingPipe2, PropertyRead as PropertyRead4, PropertyWrite as PropertyWrite3, R3Identifiers as R3Identifiers5, SafePropertyRead as SafePropertyRead4, TmplAstBoundAttribute as TmplAstBoundAttribute2, TmplAstBoundEvent, TmplAstElement as TmplAstElement3, TmplAstLetDeclaration as TmplAstLetDeclaration3, TmplAstReference as TmplAstReference3, TmplAstTemplate as TmplAstTemplate2, TmplAstTextAttribute as TmplAstTextAttribute3, TmplAstVariable as TmplAstVariable2 } from "@angular/compiler";
12380
12380
  import ts45 from "typescript";
12381
12381
  var SymbolBuilder = class {
@@ -12957,7 +12957,7 @@ function unwrapSignalInputWriteTAccessor(expr) {
12957
12957
  };
12958
12958
  }
12959
12959
 
12960
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/checker.js
12960
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/checker.js
12961
12961
  var REGISTRY2 = new DomElementSchemaRegistry2();
12962
12962
  var TemplateTypeCheckerImpl = class {
12963
12963
  originalProgram;
@@ -13691,10 +13691,10 @@ var SingleShimTypeCheckingHost = class extends SingleFileTypeCheckingHost {
13691
13691
  }
13692
13692
  };
13693
13693
 
13694
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/hmr/src/metadata.js
13694
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/hmr/src/metadata.js
13695
13695
  import { outputAst as o3 } from "@angular/compiler";
13696
13696
 
13697
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/hmr/src/extract_dependencies.js
13697
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/hmr/src/extract_dependencies.js
13698
13698
  import { outputAst as o2 } from "@angular/compiler";
13699
13699
  import ts46 from "typescript";
13700
13700
  function extractHmrDependencies(node, definition, factory, deferBlockMetadata, classMetadata, debugInfo, reflection, evaluator) {
@@ -13906,7 +13906,7 @@ function isConstEnumReference(node, reflection) {
13906
13906
  return declaration !== null && ts46.isEnumDeclaration(declaration.node) && !!((_a = declaration.node.modifiers) == null ? void 0 : _a.some((m) => m.kind === ts46.SyntaxKind.ConstKeyword));
13907
13907
  }
13908
13908
 
13909
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/hmr/src/metadata.js
13909
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/hmr/src/metadata.js
13910
13910
  import ts47 from "typescript";
13911
13911
  function extractHmrMetatadata(clazz, reflection, evaluator, compilerHost, rootDirs, definition, factory, deferBlockMetadata, classMetadata, debugInfo) {
13912
13912
  if (!reflection.isClass(clazz)) {
@@ -13928,7 +13928,7 @@ function extractHmrMetatadata(clazz, reflection, evaluator, compilerHost, rootDi
13928
13928
  return meta;
13929
13929
  }
13930
13930
 
13931
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/hmr/src/update_declaration.js
13931
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/hmr/src/update_declaration.js
13932
13932
  import { compileHmrUpdateCallback } from "@angular/compiler";
13933
13933
  import ts48 from "typescript";
13934
13934
  function getHmrUpdateDeclaration(compilationResults, constantStatements, meta, declaration) {
@@ -13965,7 +13965,7 @@ var HmrModuleImportRewriter = class {
13965
13965
  }
13966
13966
  };
13967
13967
 
13968
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.js
13968
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.js
13969
13969
  var EMPTY_ARRAY2 = [];
13970
13970
  var isUsedDirective = (decl) => decl.kind === R3TemplateDependencyKind.Directive;
13971
13971
  var isUsedPipe = (decl) => decl.kind === R3TemplateDependencyKind.Pipe;
@@ -15151,7 +15151,7 @@ function isDefaultImport(node) {
15151
15151
  return node.importClause !== void 0 && node.importClause.namedBindings === void 0;
15152
15152
  }
15153
15153
 
15154
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/injectable.js
15154
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/injectable.js
15155
15155
  import { compileClassMetadata as compileClassMetadata3, compileDeclareClassMetadata as compileDeclareClassMetadata3, compileDeclareInjectableFromMetadata, compileInjectable, createMayBeForwardRefExpression as createMayBeForwardRefExpression3, FactoryTarget as FactoryTarget4, LiteralExpr as LiteralExpr3, WrappedNodeExpr as WrappedNodeExpr10 } from "@angular/compiler";
15156
15156
  import ts50 from "typescript";
15157
15157
  var InjectableDecoratorHandler = class {
@@ -15392,7 +15392,7 @@ function getDep(dep, reflector) {
15392
15392
  return meta;
15393
15393
  }
15394
15394
 
15395
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/pipe.js
15395
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/pipe.js
15396
15396
  import { compileClassMetadata as compileClassMetadata4, compileDeclareClassMetadata as compileDeclareClassMetadata4, compileDeclarePipeFromMetadata, compilePipeFromMetadata, FactoryTarget as FactoryTarget5 } from "@angular/compiler";
15397
15397
  import ts51 from "typescript";
15398
15398
  var PipeSymbol = class extends SemanticSymbol {
@@ -15641,4 +15641,4 @@ export {
15641
15641
  * Use of this source code is governed by an MIT-style license that can be
15642
15642
  * found in the LICENSE file at https://angular.dev/license
15643
15643
  */
15644
- //# sourceMappingURL=chunk-BSAOKZSO.js.map
15644
+ //# sourceMappingURL=chunk-D7R5IUYZ.js.map