@angular/compiler-cli 18.2.12 → 18.2.14

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 (35) hide show
  1. package/bundles/{chunk-APDLWLLW.js → chunk-65SOG7CU.js} +121 -121
  2. package/bundles/{chunk-Y3H6JOVH.js → chunk-AFLM6Y4J.js} +79 -79
  3. package/bundles/{chunk-26NKUA5V.js → chunk-ALDGUG43.js} +12 -12
  4. package/bundles/{chunk-RT2QTF73.js → chunk-EH5E5HQO.js} +3 -3
  5. package/bundles/{chunk-3Z25BX6N.js → chunk-FMA7PJT3.js} +7 -7
  6. package/bundles/{chunk-PGXXZYOH.js → chunk-HQICP6JA.js} +43 -43
  7. package/bundles/{chunk-YE5ORA4V.js → chunk-JBFBFCL7.js} +7 -7
  8. package/bundles/{chunk-Z5GU2OTU.js → chunk-JNXZMRXO.js} +31 -31
  9. package/bundles/{chunk-AQX32KGU.js → chunk-MKFRGZJ6.js} +3 -3
  10. package/bundles/{chunk-O6SOT3Y4.js → chunk-O7GWKY33.js} +5 -5
  11. package/bundles/{chunk-XSNUHRLJ.js → chunk-UQPYSPIX.js} +5 -5
  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/bundles_metadata.json +1 -1
  23. package/linker/src/file_linker/partial_linkers/util.d.ts +1 -1
  24. package/package.json +2 -2
  25. /package/bundles/{chunk-APDLWLLW.js.map → chunk-65SOG7CU.js.map} +0 -0
  26. /package/bundles/{chunk-Y3H6JOVH.js.map → chunk-AFLM6Y4J.js.map} +0 -0
  27. /package/bundles/{chunk-26NKUA5V.js.map → chunk-ALDGUG43.js.map} +0 -0
  28. /package/bundles/{chunk-RT2QTF73.js.map → chunk-EH5E5HQO.js.map} +0 -0
  29. /package/bundles/{chunk-3Z25BX6N.js.map → chunk-FMA7PJT3.js.map} +0 -0
  30. /package/bundles/{chunk-PGXXZYOH.js.map → chunk-HQICP6JA.js.map} +0 -0
  31. /package/bundles/{chunk-YE5ORA4V.js.map → chunk-JBFBFCL7.js.map} +0 -0
  32. /package/bundles/{chunk-Z5GU2OTU.js.map → chunk-JNXZMRXO.js.map} +0 -0
  33. /package/bundles/{chunk-AQX32KGU.js.map → chunk-MKFRGZJ6.js.map} +0 -0
  34. /package/bundles/{chunk-O6SOT3Y4.js.map → chunk-O7GWKY33.js.map} +0 -0
  35. /package/bundles/{chunk-XSNUHRLJ.js.map → chunk-UQPYSPIX.js.map} +0 -0
@@ -45,20 +45,20 @@ import {
45
45
  translateStatement,
46
46
  translateType,
47
47
  typeNodeToValueExpr
48
- } from "./chunk-PGXXZYOH.js";
48
+ } from "./chunk-HQICP6JA.js";
49
49
  import {
50
50
  PerfCheckpoint,
51
51
  PerfEvent,
52
52
  PerfPhase
53
- } from "./chunk-XSNUHRLJ.js";
53
+ } from "./chunk-UQPYSPIX.js";
54
54
  import {
55
55
  absoluteFrom,
56
56
  absoluteFromSourceFile,
57
57
  getSourceFileOrError,
58
58
  relative
59
- } from "./chunk-YE5ORA4V.js";
59
+ } from "./chunk-JBFBFCL7.js";
60
60
 
61
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/util.mjs
61
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/util.mjs
62
62
  import { ExternalExpr, ParseLocation, ParseSourceFile, ParseSourceSpan, ReadPropExpr, WrappedNodeExpr } from "@angular/compiler";
63
63
  import ts from "typescript";
64
64
  var CORE_MODULE = "@angular/core";
@@ -317,7 +317,7 @@ function isAbstractClassDeclaration(clazz) {
317
317
  return ts.canHaveModifiers(clazz) && clazz.modifiers !== void 0 ? clazz.modifiers.some((mod) => mod.kind === ts.SyntaxKind.AbstractKeyword) : false;
318
318
  }
319
319
 
320
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/dynamic.mjs
320
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/dynamic.mjs
321
321
  var DynamicValue = class {
322
322
  constructor(node, reason, code) {
323
323
  this.node = node;
@@ -407,10 +407,10 @@ var DynamicValue = class {
407
407
  }
408
408
  };
409
409
 
410
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
410
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
411
411
  import ts2 from "typescript";
412
412
 
413
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/result.mjs
413
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/result.mjs
414
414
  var ResolvedModule = class {
415
415
  constructor(exports, evaluate) {
416
416
  this.exports = exports;
@@ -440,7 +440,7 @@ var EnumValue = class {
440
440
  var KnownFn = class {
441
441
  };
442
442
 
443
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/builtin.mjs
443
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/builtin.mjs
444
444
  var ArraySliceBuiltinFn = class extends KnownFn {
445
445
  constructor(lhs) {
446
446
  super();
@@ -492,14 +492,14 @@ var StringConcatBuiltinFn = class extends KnownFn {
492
492
  }
493
493
  };
494
494
 
495
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/synthetic.mjs
495
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/synthetic.mjs
496
496
  var SyntheticValue = class {
497
497
  constructor(value) {
498
498
  this.value = value;
499
499
  }
500
500
  };
501
501
 
502
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
502
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
503
503
  function literalBinaryOp(op) {
504
504
  return { op, literal: true };
505
505
  }
@@ -1077,7 +1077,7 @@ function owningModule(context, override = null) {
1077
1077
  }
1078
1078
  }
1079
1079
 
1080
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interface.mjs
1080
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interface.mjs
1081
1081
  var PartialEvaluator = class {
1082
1082
  constructor(host, checker, dependencyTracker) {
1083
1083
  this.host = host;
@@ -1097,7 +1097,7 @@ var PartialEvaluator = class {
1097
1097
  }
1098
1098
  };
1099
1099
 
1100
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/diagnostics.mjs
1100
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/diagnostics.mjs
1101
1101
  import ts3 from "typescript";
1102
1102
  function describeResolvedType(value, maxDepth = 1) {
1103
1103
  var _a, _b;
@@ -1231,14 +1231,14 @@ function getContainerNode(node) {
1231
1231
  return node.getSourceFile();
1232
1232
  }
1233
1233
 
1234
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/checker.mjs
1234
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/checker.mjs
1235
1235
  var OptimizeFor;
1236
1236
  (function(OptimizeFor2) {
1237
1237
  OptimizeFor2[OptimizeFor2["SingleFile"] = 0] = "SingleFile";
1238
1238
  OptimizeFor2[OptimizeFor2["WholeProgram"] = 1] = "WholeProgram";
1239
1239
  })(OptimizeFor || (OptimizeFor = {}));
1240
1240
 
1241
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/scope.mjs
1241
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/scope.mjs
1242
1242
  var PotentialImportKind;
1243
1243
  (function(PotentialImportKind2) {
1244
1244
  PotentialImportKind2[PotentialImportKind2["NgModule"] = 0] = "NgModule";
@@ -1250,7 +1250,7 @@ var PotentialImportMode;
1250
1250
  PotentialImportMode2[PotentialImportMode2["ForceDirect"] = 1] = "ForceDirect";
1251
1251
  })(PotentialImportMode || (PotentialImportMode = {}));
1252
1252
 
1253
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/completion.mjs
1253
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/completion.mjs
1254
1254
  var CompletionKind;
1255
1255
  (function(CompletionKind2) {
1256
1256
  CompletionKind2[CompletionKind2["Reference"] = 0] = "Reference";
@@ -1258,7 +1258,7 @@ var CompletionKind;
1258
1258
  CompletionKind2[CompletionKind2["LetDeclaration"] = 2] = "LetDeclaration";
1259
1259
  })(CompletionKind || (CompletionKind = {}));
1260
1260
 
1261
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/symbols.mjs
1261
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/symbols.mjs
1262
1262
  var SymbolKind;
1263
1263
  (function(SymbolKind2) {
1264
1264
  SymbolKind2[SymbolKind2["Input"] = 0] = "Input";
@@ -1275,7 +1275,7 @@ var SymbolKind;
1275
1275
  SymbolKind2[SymbolKind2["LetDeclaration"] = 11] = "LetDeclaration";
1276
1276
  })(SymbolKind || (SymbolKind = {}));
1277
1277
 
1278
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/di.mjs
1278
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/di.mjs
1279
1279
  import { LiteralExpr, WrappedNodeExpr as WrappedNodeExpr2 } from "@angular/compiler";
1280
1280
  import ts4 from "typescript";
1281
1281
  function getConstructorDependencies(clazz, reflector, isCore) {
@@ -1421,10 +1421,10 @@ function createUnsuitableInjectionTokenError(clazz, error) {
1421
1421
  return new FatalDiagnosticError(ErrorCode.PARAM_MISSING_TOKEN, param.nameNode, chain, hints);
1422
1422
  }
1423
1423
 
1424
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.mjs
1424
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.mjs
1425
1425
  import ts12 from "typescript";
1426
1426
 
1427
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/api.mjs
1427
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/api.mjs
1428
1428
  var MetaKind;
1429
1429
  (function(MetaKind2) {
1430
1430
  MetaKind2[MetaKind2["Directive"] = 0] = "Directive";
@@ -1437,10 +1437,10 @@ var MatchSource;
1437
1437
  MatchSource2[MatchSource2["HostDirective"] = 1] = "HostDirective";
1438
1438
  })(MatchSource || (MatchSource = {}));
1439
1439
 
1440
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
1440
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
1441
1441
  import ts6 from "typescript";
1442
1442
 
1443
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/property_mapping.mjs
1443
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/property_mapping.mjs
1444
1444
  var ClassPropertyMapping = class {
1445
1445
  constructor(forwardMap) {
1446
1446
  this.forwardMap = forwardMap;
@@ -1520,7 +1520,7 @@ function reverseMapFromForwardMap(forwardMap) {
1520
1520
  return reverseMap;
1521
1521
  }
1522
1522
 
1523
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/util.mjs
1523
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/util.mjs
1524
1524
  import ts5 from "typescript";
1525
1525
  function extractReferencesFromType(checker, def, bestGuessOwningModule) {
1526
1526
  if (!ts5.isTupleTypeNode(def)) {
@@ -1716,7 +1716,7 @@ function isHostDirectiveMetaForGlobalMode(hostDirectiveMeta) {
1716
1716
  return hostDirectiveMeta.directive instanceof Reference;
1717
1717
  }
1718
1718
 
1719
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
1719
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
1720
1720
  var DtsMetadataReader = class {
1721
1721
  constructor(checker, reflector) {
1722
1722
  this.checker = checker;
@@ -1900,7 +1900,7 @@ function readHostDirectivesType(checker, type, bestGuessOwningModule) {
1900
1900
  return result.length > 0 ? result : null;
1901
1901
  }
1902
1902
 
1903
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/inheritance.mjs
1903
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/inheritance.mjs
1904
1904
  function flattenInheritedDirectiveMetadata(reader, dir) {
1905
1905
  const topMeta = reader.getDirectiveMetadata(dir);
1906
1906
  if (topMeta === null) {
@@ -1964,7 +1964,7 @@ function flattenInheritedDirectiveMetadata(reader, dir) {
1964
1964
  };
1965
1965
  }
1966
1966
 
1967
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/registry.mjs
1967
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/registry.mjs
1968
1968
  var LocalMetadataRegistry = class {
1969
1969
  constructor() {
1970
1970
  this.directives = /* @__PURE__ */ new Map();
@@ -2021,7 +2021,7 @@ var CompoundMetadataRegistry = class {
2021
2021
  }
2022
2022
  };
2023
2023
 
2024
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/resource_registry.mjs
2024
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/resource_registry.mjs
2025
2025
  var ResourceRegistry = class {
2026
2026
  constructor() {
2027
2027
  this.externalTemplateToComponentsMap = /* @__PURE__ */ new Map();
@@ -2086,7 +2086,7 @@ var ResourceRegistry = class {
2086
2086
  }
2087
2087
  };
2088
2088
 
2089
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/providers.mjs
2089
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/providers.mjs
2090
2090
  var ExportedProviderStatusResolver = class {
2091
2091
  constructor(metaReader) {
2092
2092
  this.metaReader = metaReader;
@@ -2130,7 +2130,7 @@ var ExportedProviderStatusResolver = class {
2130
2130
  }
2131
2131
  };
2132
2132
 
2133
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/host_directives_resolver.mjs
2133
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/host_directives_resolver.mjs
2134
2134
  var EMPTY_ARRAY = [];
2135
2135
  var HostDirectivesResolver = class {
2136
2136
  constructor(metaReader) {
@@ -2196,7 +2196,7 @@ function resolveOutput(bindingName) {
2196
2196
  return bindingName;
2197
2197
  }
2198
2198
 
2199
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/api.mjs
2199
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/api.mjs
2200
2200
  var CompilationMode;
2201
2201
  (function(CompilationMode2) {
2202
2202
  CompilationMode2[CompilationMode2["FULL"] = 0] = "FULL";
@@ -2210,7 +2210,7 @@ var HandlerPrecedence;
2210
2210
  HandlerPrecedence2[HandlerPrecedence2["WEAK"] = 2] = "WEAK";
2211
2211
  })(HandlerPrecedence || (HandlerPrecedence = {}));
2212
2212
 
2213
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/alias.mjs
2213
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/alias.mjs
2214
2214
  import ts7 from "typescript";
2215
2215
  function aliasTransformFactory(exportStatements) {
2216
2216
  return () => {
@@ -2235,10 +2235,10 @@ function aliasTransformFactory(exportStatements) {
2235
2235
  };
2236
2236
  }
2237
2237
 
2238
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
2238
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
2239
2239
  import ts8 from "typescript";
2240
2240
 
2241
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/trait.mjs
2241
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/trait.mjs
2242
2242
  var TraitState;
2243
2243
  (function(TraitState2) {
2244
2244
  TraitState2[TraitState2["Pending"] = 0] = "Pending";
@@ -2295,7 +2295,7 @@ var TraitImpl = class {
2295
2295
  }
2296
2296
  };
2297
2297
 
2298
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
2298
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
2299
2299
  var TraitCompiler = class {
2300
2300
  constructor(handlers, reflector, perf, incrementalBuild, compileNonExportedClasses, compilationMode, dtsTransforms, semanticDepGraphUpdater, sourceFileTypeIdentifier) {
2301
2301
  this.handlers = handlers;
@@ -2754,7 +2754,7 @@ function containsErrors(diagnostics) {
2754
2754
  return diagnostics !== null && diagnostics.some((diag) => diag.category === ts8.DiagnosticCategory.Error);
2755
2755
  }
2756
2756
 
2757
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.mjs
2757
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.mjs
2758
2758
  import ts9 from "typescript";
2759
2759
  var DtsTransformRegistry = class {
2760
2760
  constructor() {
@@ -2904,11 +2904,11 @@ function markForEmitAsSingleLine(node) {
2904
2904
  ts9.forEachChild(node, markForEmitAsSingleLine);
2905
2905
  }
2906
2906
 
2907
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
2907
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
2908
2908
  import { ConstantPool } from "@angular/compiler";
2909
2909
  import ts11 from "typescript";
2910
2910
 
2911
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/visitor.mjs
2911
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/visitor.mjs
2912
2912
  import ts10 from "typescript";
2913
2913
  function visit(node, visitor, context) {
2914
2914
  return visitor._visit(node, context);
@@ -2969,7 +2969,7 @@ var Visitor = class {
2969
2969
  }
2970
2970
  };
2971
2971
 
2972
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
2972
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
2973
2973
  var NO_DECORATORS = /* @__PURE__ */ new Set();
2974
2974
  var CLOSURE_FILE_OVERVIEW_REGEXP = /\s+@fileoverview\s+/i;
2975
2975
  function ivyTransformFactory(compilation, reflector, importRewriter, defaultImportTracker, localCompilationExtraImportsTracker, perf, isCore, isClosureCompilerEnabled) {
@@ -3205,7 +3205,7 @@ function nodeArrayFromDecoratorsArray(decorators) {
3205
3205
  return array;
3206
3206
  }
3207
3207
 
3208
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.mjs
3208
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.mjs
3209
3209
  function makeDuplicateDeclarationError(node, data, kind) {
3210
3210
  const context = [];
3211
3211
  for (const decl of data) {
@@ -3414,7 +3414,7 @@ function assertLocalCompilationUnresolvedConst(compilationMode, value, nodeToHig
3414
3414
  }
3415
3415
  }
3416
3416
 
3417
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/evaluation.mjs
3417
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/evaluation.mjs
3418
3418
  import { ViewEncapsulation } from "@angular/compiler";
3419
3419
  import ts13 from "typescript";
3420
3420
  function resolveEnumValue(evaluator, metadata, field, enumSymbolName) {
@@ -3465,7 +3465,7 @@ function resolveLiteral(decorator, literalCache) {
3465
3465
  return meta;
3466
3466
  }
3467
3467
 
3468
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/factory.mjs
3468
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/factory.mjs
3469
3469
  import { compileDeclareFactoryFunction, compileFactoryFunction } from "@angular/compiler";
3470
3470
  function compileNgFactoryDefField(metadata) {
3471
3471
  const res = compileFactoryFunction(metadata);
@@ -3488,7 +3488,7 @@ function compileDeclareFactory(metadata) {
3488
3488
  };
3489
3489
  }
3490
3490
 
3491
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/injectable_registry.mjs
3491
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/injectable_registry.mjs
3492
3492
  var InjectableClassRegistry = class {
3493
3493
  constructor(host, isCore) {
3494
3494
  this.host = host;
@@ -3514,7 +3514,7 @@ var InjectableClassRegistry = class {
3514
3514
  }
3515
3515
  };
3516
3516
 
3517
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/metadata.mjs
3517
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/metadata.mjs
3518
3518
  import { ArrowFunctionExpr, LiteralArrayExpr, LiteralExpr as LiteralExpr2, literalMap, WrappedNodeExpr as WrappedNodeExpr3 } from "@angular/compiler";
3519
3519
  import ts14 from "typescript";
3520
3520
  function extractClassMetadata(clazz, reflection, isCore, annotateForClosureCompiler, angularDecoratorTransform = (dec) => dec) {
@@ -3601,7 +3601,7 @@ function removeIdentifierReferences(node, names) {
3601
3601
  return result.transformed[0];
3602
3602
  }
3603
3603
 
3604
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/debug_info.mjs
3604
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/debug_info.mjs
3605
3605
  import { literal as literal2, WrappedNodeExpr as WrappedNodeExpr4 } from "@angular/compiler";
3606
3606
  import * as path from "path";
3607
3607
  function extractClassDebugInfo(clazz, reflection, rootDirs, forbidOrphanRendering) {
@@ -3628,13 +3628,13 @@ function computeRelativePathIfPossible(filePath, rootDirs) {
3628
3628
  return null;
3629
3629
  }
3630
3630
 
3631
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/references_registry.mjs
3631
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/references_registry.mjs
3632
3632
  var NoopReferencesRegistry = class {
3633
3633
  add(source, ...references) {
3634
3634
  }
3635
3635
  };
3636
3636
 
3637
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/schema.mjs
3637
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/schema.mjs
3638
3638
  import { CUSTOM_ELEMENTS_SCHEMA, NO_ERRORS_SCHEMA } from "@angular/compiler";
3639
3639
  function extractSchemas(rawExpr, evaluator, context) {
3640
3640
  const schemas = [];
@@ -3664,7 +3664,7 @@ function extractSchemas(rawExpr, evaluator, context) {
3664
3664
  return schemas;
3665
3665
  }
3666
3666
 
3667
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/input_transforms.mjs
3667
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/input_transforms.mjs
3668
3668
  import { outputAst } from "@angular/compiler";
3669
3669
  function compileInputTransformFields(inputs) {
3670
3670
  const extraFields = [];
@@ -3682,18 +3682,18 @@ function compileInputTransformFields(inputs) {
3682
3682
  return extraFields;
3683
3683
  }
3684
3684
 
3685
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/jit_declaration_registry.mjs
3685
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/jit_declaration_registry.mjs
3686
3686
  var JitDeclarationRegistry = class {
3687
3687
  constructor() {
3688
3688
  this.jitDeclarations = /* @__PURE__ */ new Set();
3689
3689
  }
3690
3690
  };
3691
3691
 
3692
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
3692
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
3693
3693
  import { compileClassDebugInfo, compileComponentClassMetadata, compileComponentDeclareClassMetadata, compileComponentFromMetadata, compileDeclareComponentFromMetadata, compileDeferResolverFunction, CssSelector as CssSelector4, DEFAULT_INTERPOLATION_CONFIG as DEFAULT_INTERPOLATION_CONFIG2, DomElementSchemaRegistry as DomElementSchemaRegistry3, ExternalExpr as ExternalExpr8, FactoryTarget as FactoryTarget3, makeBindingParser as makeBindingParser2, outputAst as o2, R3TargetBinder, R3TemplateDependencyKind, SelectorMatcher as SelectorMatcher3, ViewEncapsulation as ViewEncapsulation2 } from "@angular/compiler";
3694
3694
  import ts45 from "typescript";
3695
3695
 
3696
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/api.mjs
3696
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/api.mjs
3697
3697
  import ts15 from "typescript";
3698
3698
  var SemanticSymbol = class {
3699
3699
  constructor(decl) {
@@ -3709,7 +3709,7 @@ function getSymbolIdentifier(decl) {
3709
3709
  return decl.name.text;
3710
3710
  }
3711
3711
 
3712
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/graph.mjs
3712
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/graph.mjs
3713
3713
  import { ExternalExpr as ExternalExpr2 } from "@angular/compiler";
3714
3714
  var OpaqueSymbol = class extends SemanticSymbol {
3715
3715
  isPublicApiAffected() {
@@ -3852,10 +3852,10 @@ function getImportPath(expr) {
3852
3852
  }
3853
3853
  }
3854
3854
 
3855
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
3855
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
3856
3856
  import ts16 from "typescript";
3857
3857
 
3858
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/util.mjs
3858
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/util.mjs
3859
3859
  function isSymbolEqual(a, b) {
3860
3860
  if (a.decl === b.decl) {
3861
3861
  return true;
@@ -3905,7 +3905,7 @@ function isSetEqual(a, b, equalityTester = referenceEquality) {
3905
3905
  return true;
3906
3906
  }
3907
3907
 
3908
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
3908
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
3909
3909
  function extractSemanticTypeParameters(node) {
3910
3910
  if (!ts16.isClassDeclaration(node) || node.typeParameters === void 0) {
3911
3911
  return null;
@@ -3927,14 +3927,14 @@ function isTypeParameterEqual(a, b) {
3927
3927
  return a.hasGenericTypeBound === b.hasGenericTypeBound;
3928
3928
  }
3929
3929
 
3930
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/api.mjs
3930
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/api.mjs
3931
3931
  var ComponentScopeKind;
3932
3932
  (function(ComponentScopeKind2) {
3933
3933
  ComponentScopeKind2[ComponentScopeKind2["NgModule"] = 0] = "NgModule";
3934
3934
  ComponentScopeKind2[ComponentScopeKind2["Standalone"] = 1] = "Standalone";
3935
3935
  })(ComponentScopeKind || (ComponentScopeKind = {}));
3936
3936
 
3937
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/component_scope.mjs
3937
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/component_scope.mjs
3938
3938
  var CompoundComponentScopeReader = class {
3939
3939
  constructor(readers) {
3940
3940
  this.readers = readers;
@@ -3959,7 +3959,7 @@ var CompoundComponentScopeReader = class {
3959
3959
  }
3960
3960
  };
3961
3961
 
3962
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/dependency.mjs
3962
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/dependency.mjs
3963
3963
  var MetadataDtsModuleScopeResolver = class {
3964
3964
  constructor(dtsMetaReader, aliasingHost) {
3965
3965
  this.dtsMetaReader = dtsMetaReader;
@@ -4035,11 +4035,11 @@ var MetadataDtsModuleScopeResolver = class {
4035
4035
  }
4036
4036
  };
4037
4037
 
4038
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.mjs
4038
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.mjs
4039
4039
  import { ExternalExpr as ExternalExpr3 } from "@angular/compiler";
4040
4040
  import ts17 from "typescript";
4041
4041
 
4042
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/util.mjs
4042
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/util.mjs
4043
4043
  function getDiagnosticNode(ref, rawExpr) {
4044
4044
  return rawExpr !== null ? ref.getOriginForDiagnostics(rawExpr) : ref.node.name;
4045
4045
  }
@@ -4065,7 +4065,7 @@ function makeUnknownComponentDeferredImportDiagnostic(ref, rawExpr) {
4065
4065
  return makeDiagnostic(ErrorCode.COMPONENT_UNKNOWN_DEFERRED_IMPORT, getDiagnosticNode(ref, rawExpr), `Component deferred imports must be standalone components, directives or pipes.`);
4066
4066
  }
4067
4067
 
4068
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.mjs
4068
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.mjs
4069
4069
  var IN_PROGRESS_RESOLUTION = {};
4070
4070
  var LocalModuleScopeRegistry = class {
4071
4071
  constructor(localReader, fullReader, dependencyScopeReader, refEmitter, aliasingHost) {
@@ -4419,7 +4419,7 @@ function reexportCollision(module, refA, refB) {
4419
4419
  ]);
4420
4420
  }
4421
4421
 
4422
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/typecheck.mjs
4422
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/typecheck.mjs
4423
4423
  import { CssSelector, SelectorMatcher } from "@angular/compiler";
4424
4424
  import ts18 from "typescript";
4425
4425
  var TypeCheckScopeRegistry = class {
@@ -4500,14 +4500,14 @@ var TypeCheckScopeRegistry = class {
4500
4500
  }
4501
4501
  };
4502
4502
 
4503
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/handler.mjs
4503
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/handler.mjs
4504
4504
  import { compileClassMetadata, compileDeclareClassMetadata, compileDeclareDirectiveFromMetadata, compileDirectiveFromMetadata, FactoryTarget, makeBindingParser, WrappedNodeExpr as WrappedNodeExpr6 } from "@angular/compiler";
4505
4505
 
4506
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/shared.mjs
4506
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/shared.mjs
4507
4507
  import { createMayBeForwardRefExpression as createMayBeForwardRefExpression2, emitDistinctChangesOnlyDefaultValue, ExternalExpr as ExternalExpr4, getSafePropertyAccessString, parseHostBindings, verifyHostBindings, WrappedNodeExpr as WrappedNodeExpr5 } from "@angular/compiler";
4508
4508
  import ts22 from "typescript";
4509
4509
 
4510
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/initializer_function_access.mjs
4510
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/initializer_function_access.mjs
4511
4511
  function validateAccessOfInitializerApiMember({ api, call }, member) {
4512
4512
  if (!api.allowedAccessLevels.includes(member.accessLevel)) {
4513
4513
  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)}.`, [
@@ -4516,7 +4516,7 @@ function validateAccessOfInitializerApiMember({ api, call }, member) {
4516
4516
  }
4517
4517
  }
4518
4518
 
4519
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/initializer_functions.mjs
4519
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/initializer_functions.mjs
4520
4520
  import ts19 from "typescript";
4521
4521
  function tryParseInitializerApi(functions, expression, reflector, importTracker) {
4522
4522
  if (!ts19.isCallExpression(expression)) {
@@ -4585,7 +4585,7 @@ function parseTopLevelCallFromNamespace(call, functions, importTracker) {
4585
4585
  return { api: matchingApi, apiReference, isRequired };
4586
4586
  }
4587
4587
 
4588
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/input_output_parse_options.mjs
4588
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/input_output_parse_options.mjs
4589
4589
  import ts20 from "typescript";
4590
4590
  function parseAndValidateInputAndOutputOptions(optionsNode) {
4591
4591
  if (!ts20.isObjectLiteralExpression(optionsNode)) {
@@ -4603,7 +4603,7 @@ function parseAndValidateInputAndOutputOptions(optionsNode) {
4603
4603
  return { alias };
4604
4604
  }
4605
4605
 
4606
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/input_function.mjs
4606
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/input_function.mjs
4607
4607
  var INPUT_INITIALIZER_FN = {
4608
4608
  functionName: "input",
4609
4609
  owningModule: "@angular/core",
@@ -4635,7 +4635,7 @@ function tryParseSignalInputMapping(member, reflector, importTracker) {
4635
4635
  };
4636
4636
  }
4637
4637
 
4638
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/model_function.mjs
4638
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/model_function.mjs
4639
4639
  var MODEL_INITIALIZER_FN = {
4640
4640
  functionName: "model",
4641
4641
  owningModule: "@angular/core",
@@ -4676,7 +4676,7 @@ function tryParseSignalModelMapping(member, reflector, importTracker) {
4676
4676
  };
4677
4677
  }
4678
4678
 
4679
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/output_function.mjs
4679
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/output_function.mjs
4680
4680
  var allowedAccessLevels = [
4681
4681
  ClassMemberAccessLevel.PublicWritable,
4682
4682
  ClassMemberAccessLevel.PublicReadonly,
@@ -4720,7 +4720,7 @@ function tryParseInitializerBasedOutput(member, reflector, importTracker) {
4720
4720
  };
4721
4721
  }
4722
4722
 
4723
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/query_functions.mjs
4723
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/query_functions.mjs
4724
4724
  import { createMayBeForwardRefExpression, outputAst as o } from "@angular/compiler";
4725
4725
  import ts21 from "typescript";
4726
4726
  var queryFunctionNames = [
@@ -4805,7 +4805,7 @@ function parseDescendantsOption(value) {
4805
4805
  throw new FatalDiagnosticError(ErrorCode.VALUE_HAS_WRONG_TYPE, value, `Expected "descendants" option to be a boolean literal.`);
4806
4806
  }
4807
4807
 
4808
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/shared.mjs
4808
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/shared.mjs
4809
4809
  var EMPTY_OBJECT = {};
4810
4810
  var queryDecoratorNames = [
4811
4811
  "ViewChild",
@@ -5607,7 +5607,7 @@ function toR3InputMetadata(mapping) {
5607
5607
  };
5608
5608
  }
5609
5609
 
5610
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/symbol.mjs
5610
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/symbol.mjs
5611
5611
  var DirectiveSymbol = class extends SemanticSymbol {
5612
5612
  constructor(decl, selector, inputs, outputs, exportAs, typeCheckMeta, typeParameters) {
5613
5613
  super(decl);
@@ -5687,7 +5687,7 @@ function isBaseClassEqual(current, previous) {
5687
5687
  return isSymbolEqual(current, previous);
5688
5688
  }
5689
5689
 
5690
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/handler.mjs
5690
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/handler.mjs
5691
5691
  var FIELD_DECORATORS = [
5692
5692
  "Input",
5693
5693
  "Output",
@@ -5883,11 +5883,11 @@ var DirectiveDecoratorHandler = class {
5883
5883
  }
5884
5884
  };
5885
5885
 
5886
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
5886
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
5887
5887
  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";
5888
5888
  import ts24 from "typescript";
5889
5889
 
5890
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/module_with_providers.mjs
5890
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/module_with_providers.mjs
5891
5891
  import ts23 from "typescript";
5892
5892
  function createModuleWithProvidersResolver(reflector, isCore) {
5893
5893
  function _reflectModuleFromTypeParam(type, node) {
@@ -5959,7 +5959,7 @@ function isResolvedModuleWithProviders(sv) {
5959
5959
  return typeof sv.value === "object" && sv.value != null && sv.value.hasOwnProperty("ngModule") && sv.value.hasOwnProperty("mwpCall");
5960
5960
  }
5961
5961
 
5962
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
5962
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
5963
5963
  var NgModuleSymbol = class extends SemanticSymbol {
5964
5964
  constructor(decl, hasProviders) {
5965
5965
  super(decl);
@@ -6578,7 +6578,7 @@ function isSyntheticReference(ref) {
6578
6578
  return ref.synthetic;
6579
6579
  }
6580
6580
 
6581
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/diagnostics.mjs
6581
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/diagnostics.mjs
6582
6582
  function makeCyclicImportInfo(ref, type, cycle) {
6583
6583
  const name = ref.debugName || "(unknown)";
6584
6584
  const path2 = cycle.getPath().map((sf) => sf.fileName).join(" -> ");
@@ -6601,7 +6601,7 @@ function checkCustomElementSelectorForErrors(selector) {
6601
6601
  return null;
6602
6602
  }
6603
6603
 
6604
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/resources.mjs
6604
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/resources.mjs
6605
6605
  import { DEFAULT_INTERPOLATION_CONFIG, InterpolationConfig, ParseSourceFile as ParseSourceFile2, parseTemplate } from "@angular/compiler";
6606
6606
  import ts25 from "typescript";
6607
6607
  function getTemplateDeclarationNodeForError(declaration) {
@@ -6961,7 +6961,7 @@ function _extractTemplateStyleUrls(template) {
6961
6961
  }));
6962
6962
  }
6963
6963
 
6964
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/symbol.mjs
6964
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/symbol.mjs
6965
6965
  var ComponentSymbol = class extends DirectiveSymbol {
6966
6966
  constructor() {
6967
6967
  super(...arguments);
@@ -6996,7 +6996,7 @@ var ComponentSymbol = class extends DirectiveSymbol {
6996
6996
  }
6997
6997
  };
6998
6998
 
6999
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/util.mjs
6999
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/util.mjs
7000
7000
  function collectAnimationNames(value, animationTriggerNames) {
7001
7001
  if (value instanceof Map) {
7002
7002
  const name = value.get("name");
@@ -7073,10 +7073,10 @@ function isLikelyModuleWithProviders(value) {
7073
7073
  return false;
7074
7074
  }
7075
7075
 
7076
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/checker.mjs
7076
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/checker.mjs
7077
7077
  import { CssSelector as CssSelector3, DomElementSchemaRegistry as DomElementSchemaRegistry2, ExternalExpr as ExternalExpr7, WrappedNodeExpr as WrappedNodeExpr9 } from "@angular/compiler";
7078
7078
 
7079
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/api.mjs
7079
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/api.mjs
7080
7080
  var NgOriginalFile = Symbol("NgOriginalFile");
7081
7081
  var UpdateMode;
7082
7082
  (function(UpdateMode2) {
@@ -7084,13 +7084,13 @@ var UpdateMode;
7084
7084
  UpdateMode2[UpdateMode2["Incremental"] = 1] = "Incremental";
7085
7085
  })(UpdateMode || (UpdateMode = {}));
7086
7086
 
7087
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/ts_create_program_driver.mjs
7087
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/ts_create_program_driver.mjs
7088
7088
  import ts27 from "typescript";
7089
7089
 
7090
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/adapter.mjs
7090
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/adapter.mjs
7091
7091
  import ts26 from "typescript";
7092
7092
 
7093
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/expando.mjs
7093
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/expando.mjs
7094
7094
  var NgExtension = Symbol("NgExtension");
7095
7095
  function isExtended(sf) {
7096
7096
  return sf[NgExtension] !== void 0;
@@ -7150,13 +7150,13 @@ function retagTsFile(sf) {
7150
7150
  }
7151
7151
  }
7152
7152
 
7153
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/util.mjs
7153
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/util.mjs
7154
7154
  var TS_EXTENSIONS = /\.tsx?$/i;
7155
7155
  function makeShimFileName(fileName, suffix) {
7156
7156
  return absoluteFrom(fileName.replace(TS_EXTENSIONS, suffix));
7157
7157
  }
7158
7158
 
7159
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/adapter.mjs
7159
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/adapter.mjs
7160
7160
  var ShimAdapter = class {
7161
7161
  constructor(delegate, tsRootFiles, topLevelGenerators, perFileGenerators, oldProgram) {
7162
7162
  this.delegate = delegate;
@@ -7251,7 +7251,7 @@ var ShimAdapter = class {
7251
7251
  }
7252
7252
  };
7253
7253
 
7254
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/reference_tagger.mjs
7254
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/reference_tagger.mjs
7255
7255
  var ShimReferenceTagger = class {
7256
7256
  constructor(shimExtensions) {
7257
7257
  this.tagged = /* @__PURE__ */ new Set();
@@ -7285,7 +7285,7 @@ var ShimReferenceTagger = class {
7285
7285
  }
7286
7286
  };
7287
7287
 
7288
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/ts_create_program_driver.mjs
7288
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/ts_create_program_driver.mjs
7289
7289
  var DelegatingCompilerHost = class {
7290
7290
  get jsDocParsingMode() {
7291
7291
  return this.delegate.jsDocParsingMode;
@@ -7403,7 +7403,7 @@ var TsCreateProgramDriver = class {
7403
7403
  }
7404
7404
  };
7405
7405
 
7406
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/diagnostic.mjs
7406
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/diagnostic.mjs
7407
7407
  import ts28 from "typescript";
7408
7408
  function makeTemplateDiagnostic(templateId, mapping, span, category, code, messageText, relatedMessages) {
7409
7409
  var _a;
@@ -7514,7 +7514,7 @@ function parseTemplateAsSourceFile(fileName, template) {
7514
7514
  );
7515
7515
  }
7516
7516
 
7517
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/id.mjs
7517
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/id.mjs
7518
7518
  var TEMPLATE_ID = Symbol("ngTemplateId");
7519
7519
  var NEXT_TEMPLATE_ID = Symbol("ngNextTemplateId");
7520
7520
  function getTemplateId(clazz) {
@@ -7531,11 +7531,11 @@ function allocateTemplateId(sf) {
7531
7531
  return `tcb${sf[NEXT_TEMPLATE_ID]++}`;
7532
7532
  }
7533
7533
 
7534
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/completion.mjs
7534
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/completion.mjs
7535
7535
  import { EmptyExpr, ImplicitReceiver, PropertyRead, PropertyWrite, SafePropertyRead, TmplAstLetDeclaration, TmplAstReference, TmplAstTextAttribute } from "@angular/compiler";
7536
7536
  import ts30 from "typescript";
7537
7537
 
7538
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/comments.mjs
7538
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/comments.mjs
7539
7539
  import { AbsoluteSourceSpan } from "@angular/compiler";
7540
7540
  import ts29 from "typescript";
7541
7541
  var parseSpanComment = /^(\d+),(\d+)$/;
@@ -7666,7 +7666,7 @@ function hasExpressionIdentifier(sourceFile, node, identifier) {
7666
7666
  }) || false;
7667
7667
  }
7668
7668
 
7669
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/completion.mjs
7669
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/completion.mjs
7670
7670
  var CompletionEngine = class {
7671
7671
  constructor(tcb, data, tcbPath, tcbIsShim) {
7672
7672
  this.tcb = tcb;
@@ -8856,10 +8856,10 @@ var MagicString = class {
8856
8856
  }
8857
8857
  };
8858
8858
 
8859
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
8859
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
8860
8860
  import ts43 from "typescript";
8861
8861
 
8862
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/dom.mjs
8862
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/dom.mjs
8863
8863
  import { DomElementSchemaRegistry } from "@angular/compiler";
8864
8864
  import ts31 from "typescript";
8865
8865
  var REGISTRY = new DomElementSchemaRegistry();
@@ -8912,10 +8912,10 @@ var RegistryDomSchemaChecker = class {
8912
8912
  }
8913
8913
  };
8914
8914
 
8915
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/environment.mjs
8915
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/environment.mjs
8916
8916
  import ts36 from "typescript";
8917
8917
 
8918
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/reference_emit_environment.mjs
8918
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/reference_emit_environment.mjs
8919
8919
  import { ExpressionType, ExternalExpr as ExternalExpr6, TypeModifier } from "@angular/compiler";
8920
8920
  var ReferenceEmitEnvironment = class {
8921
8921
  constructor(importManager, refEmitter, reflector, contextFile) {
@@ -8946,7 +8946,7 @@ var ReferenceEmitEnvironment = class {
8946
8946
  }
8947
8947
  };
8948
8948
 
8949
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/ts_util.mjs
8949
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/ts_util.mjs
8950
8950
  import ts32 from "typescript";
8951
8951
  var SAFE_TO_CAST_WITHOUT_PARENS = /* @__PURE__ */ new Set([
8952
8952
  ts32.SyntaxKind.ParenthesizedExpression,
@@ -9029,15 +9029,15 @@ function tsNumericExpression(value) {
9029
9029
  return ts32.factory.createNumericLiteral(value);
9030
9030
  }
9031
9031
 
9032
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.mjs
9032
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.mjs
9033
9033
  import { ExpressionType as ExpressionType2, R3Identifiers as R3Identifiers3, WrappedNodeExpr as WrappedNodeExpr8 } from "@angular/compiler";
9034
9034
  import ts35 from "typescript";
9035
9035
 
9036
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.mjs
9036
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.mjs
9037
9037
  import { R3Identifiers as R3Identifiers2 } from "@angular/compiler";
9038
9038
  import ts34 from "typescript";
9039
9039
 
9040
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_parameter_emitter.mjs
9040
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_parameter_emitter.mjs
9041
9041
  import ts33 from "typescript";
9042
9042
  var TypeParameterEmitter = class {
9043
9043
  constructor(typeParameters, reflector) {
@@ -9115,7 +9115,7 @@ var TypeParameterEmitter = class {
9115
9115
  }
9116
9116
  };
9117
9117
 
9118
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.mjs
9118
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.mjs
9119
9119
  var TCB_FILE_IMPORT_GRAPH_PREPARE_IDENTIFIERS = [
9120
9120
  R3Identifiers2.InputSignalBrandWriteType
9121
9121
  ];
@@ -9207,7 +9207,7 @@ function checkIfGenericTypeBoundsCanBeEmitted(node, reflector, env) {
9207
9207
  return emitter.canEmit((ref) => env.canReferenceType(ref));
9208
9208
  }
9209
9209
 
9210
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.mjs
9210
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.mjs
9211
9211
  function generateTypeCtorDeclarationFn(env, meta, nodeTypeRef, typeParams) {
9212
9212
  const rawTypeArgs = typeParams !== void 0 ? generateGenericArgs(typeParams) : void 0;
9213
9213
  const rawType = ts35.factory.createTypeReferenceNode(nodeTypeRef, rawTypeArgs);
@@ -9330,7 +9330,7 @@ function typeParametersWithDefaultTypes(params) {
9330
9330
  });
9331
9331
  }
9332
9332
 
9333
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/environment.mjs
9333
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/environment.mjs
9334
9334
  var Environment = class extends ReferenceEmitEnvironment {
9335
9335
  constructor(config, importManager, refEmitter, reflector, contextFile) {
9336
9336
  super(importManager, refEmitter, reflector, contextFile);
@@ -9402,7 +9402,7 @@ var Environment = class extends ReferenceEmitEnvironment {
9402
9402
  }
9403
9403
  };
9404
9404
 
9405
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/oob.mjs
9405
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/oob.mjs
9406
9406
  import { AbsoluteSourceSpan as AbsoluteSourceSpan2, TmplAstElement } from "@angular/compiler";
9407
9407
  import ts37 from "typescript";
9408
9408
  var OutOfBandDiagnosticRecorderImpl = class {
@@ -9604,7 +9604,7 @@ function makeInlineDiagnostic(templateId, code, node, messageText, relatedInform
9604
9604
  };
9605
9605
  }
9606
9606
 
9607
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/shim.mjs
9607
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/shim.mjs
9608
9608
  import ts38 from "typescript";
9609
9609
  var TypeCheckShimGenerator = class {
9610
9610
  constructor() {
@@ -9622,11 +9622,11 @@ var TypeCheckShimGenerator = class {
9622
9622
  }
9623
9623
  };
9624
9624
 
9625
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.mjs
9625
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.mjs
9626
9626
  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";
9627
9627
  import ts41 from "typescript";
9628
9628
 
9629
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/diagnostics.mjs
9629
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/diagnostics.mjs
9630
9630
  import { AbsoluteSourceSpan as AbsoluteSourceSpan3 } from "@angular/compiler";
9631
9631
  import ts39 from "typescript";
9632
9632
  function wrapForDiagnostics(expr) {
@@ -9682,7 +9682,7 @@ function translateDiagnostic(diagnostic, resolver) {
9682
9682
  return makeTemplateDiagnostic(sourceLocation.id, templateSourceMapping, span, diagnostic.category, diagnostic.code, diagnostic.messageText);
9683
9683
  }
9684
9684
 
9685
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/expression.mjs
9685
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/expression.mjs
9686
9686
  import { ASTWithSource, Call, EmptyExpr as EmptyExpr2, PropertyRead as PropertyRead2, SafeKeyedRead, SafePropertyRead as SafePropertyRead2 } from "@angular/compiler";
9687
9687
  import ts40 from "typescript";
9688
9688
  var ANY_EXPRESSION = ts40.factory.createAsExpression(ts40.factory.createNumericLiteral("0"), ts40.factory.createKeywordTypeNode(ts40.SyntaxKind.AnyKeyword));
@@ -10015,7 +10015,7 @@ var VeSafeLhsInferenceBugDetector = _VeSafeLhsInferenceBugDetector;
10015
10015
  _VeSafeLhsInferenceBugDetector.SINGLETON = new _VeSafeLhsInferenceBugDetector();
10016
10016
  })();
10017
10017
 
10018
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.mjs
10018
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.mjs
10019
10019
  var TcbGenericContextBehavior;
10020
10020
  (function(TcbGenericContextBehavior2) {
10021
10021
  TcbGenericContextBehavior2[TcbGenericContextBehavior2["UseEmitter"] = 0] = "UseEmitter";
@@ -11605,7 +11605,7 @@ var TcbForLoopTrackTranslator = class extends TcbExpressionTranslator {
11605
11605
  }
11606
11606
  };
11607
11607
 
11608
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_file.mjs
11608
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_file.mjs
11609
11609
  import ts42 from "typescript";
11610
11610
  var TypeCheckFile = class extends Environment {
11611
11611
  constructor(fileName, config, refEmitter, reflector, compilerHost) {
@@ -11653,7 +11653,7 @@ var TypeCheckFile = class extends Environment {
11653
11653
  }
11654
11654
  };
11655
11655
 
11656
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
11656
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
11657
11657
  var InliningMode;
11658
11658
  (function(InliningMode2) {
11659
11659
  InliningMode2[InliningMode2["InlineOps"] = 0] = "InlineOps";
@@ -11905,10 +11905,10 @@ var TypeCtorOp = class {
11905
11905
  }
11906
11906
  };
11907
11907
 
11908
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/source.mjs
11908
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/source.mjs
11909
11909
  import { ParseLocation as ParseLocation2, ParseSourceSpan as ParseSourceSpan2 } from "@angular/compiler";
11910
11910
 
11911
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/line_mappings.mjs
11911
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/line_mappings.mjs
11912
11912
  var LF_CHAR = 10;
11913
11913
  var CR_CHAR = 13;
11914
11914
  var LINE_SEP_CHAR = 8232;
@@ -11949,7 +11949,7 @@ function findClosestLineStartPosition(linesMap, position, low = 0, high = linesM
11949
11949
  return low - 1;
11950
11950
  }
11951
11951
 
11952
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/source.mjs
11952
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/source.mjs
11953
11953
  var TemplateSource = class {
11954
11954
  constructor(mapping, file) {
11955
11955
  this.mapping = mapping;
@@ -12000,7 +12000,7 @@ var TemplateSourceManager = class {
12000
12000
  }
12001
12001
  };
12002
12002
 
12003
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/template_symbol_builder.mjs
12003
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/template_symbol_builder.mjs
12004
12004
  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";
12005
12005
  import ts44 from "typescript";
12006
12006
  var SymbolBuilder = class {
@@ -12576,7 +12576,7 @@ function unwrapSignalInputWriteTAccessor(expr) {
12576
12576
  };
12577
12577
  }
12578
12578
 
12579
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/checker.mjs
12579
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/checker.mjs
12580
12580
  var REGISTRY2 = new DomElementSchemaRegistry2();
12581
12581
  var TemplateTypeCheckerImpl = class {
12582
12582
  constructor(originalProgram, programDriver, typeCheckAdapter, config, refEmitter, reflector, compilerHost, priorBuild, metaReader, localMetaReader, ngModuleIndex, componentScopeReader, typeCheckScopeRegistry, perf) {
@@ -13275,7 +13275,7 @@ var SingleShimTypeCheckingHost = class extends SingleFileTypeCheckingHost {
13275
13275
  }
13276
13276
  };
13277
13277
 
13278
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
13278
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
13279
13279
  var EMPTY_ARRAY2 = [];
13280
13280
  var isUsedDirective = (decl) => decl.kind === R3TemplateDependencyKind.Directive;
13281
13281
  var isUsedPipe = (decl) => decl.kind === R3TemplateDependencyKind.Pipe;
@@ -14308,7 +14308,7 @@ function isDefaultImport(node) {
14308
14308
  return node.importClause !== void 0 && node.importClause.namedBindings === void 0;
14309
14309
  }
14310
14310
 
14311
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/injectable.mjs
14311
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/injectable.mjs
14312
14312
  import { compileClassMetadata as compileClassMetadata3, compileDeclareClassMetadata as compileDeclareClassMetadata3, compileDeclareInjectableFromMetadata, compileInjectable, createMayBeForwardRefExpression as createMayBeForwardRefExpression3, FactoryTarget as FactoryTarget4, LiteralExpr as LiteralExpr3, WrappedNodeExpr as WrappedNodeExpr10 } from "@angular/compiler";
14313
14313
  import ts46 from "typescript";
14314
14314
  var InjectableDecoratorHandler = class {
@@ -14540,7 +14540,7 @@ function getDep(dep, reflector) {
14540
14540
  return meta;
14541
14541
  }
14542
14542
 
14543
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/pipe.mjs
14543
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/pipe.mjs
14544
14544
  import { compileClassMetadata as compileClassMetadata4, compileDeclareClassMetadata as compileDeclareClassMetadata4, compileDeclarePipeFromMetadata, compilePipeFromMetadata, FactoryTarget as FactoryTarget5 } from "@angular/compiler";
14545
14545
  import ts47 from "typescript";
14546
14546
  var PipeSymbol = class extends SemanticSymbol {
@@ -14770,4 +14770,4 @@ export {
14770
14770
  * Use of this source code is governed by an MIT-style license that can be
14771
14771
  * found in the LICENSE file at https://angular.dev/license
14772
14772
  */
14773
- //# sourceMappingURL=chunk-APDLWLLW.js.map
14773
+ //# sourceMappingURL=chunk-65SOG7CU.js.map