@angular/compiler-cli 19.2.5 → 19.2.7

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-XABJ5FUR.js → chunk-2ACG2EMN.js} +125 -125
  2. package/bundles/{chunk-77D5CI2U.js → chunk-5UDS2TPQ.js} +7 -7
  3. package/bundles/{chunk-UJU2GLGZ.js → chunk-DOIZMHHW.js} +87 -83
  4. package/bundles/{chunk-UJU2GLGZ.js.map → chunk-DOIZMHHW.js.map} +1 -1
  5. package/bundles/{chunk-K6EUONET.js → chunk-DQSPY33N.js} +12 -12
  6. package/bundles/{chunk-FKXFEX7K.js → chunk-GBKXY6BH.js} +3 -3
  7. package/bundles/{chunk-Q2WE7ECN.js → chunk-I6R3GL3L.js} +5 -5
  8. package/bundles/{chunk-DVPXO5BH.js → chunk-NJFWM5E6.js} +5 -5
  9. package/bundles/{chunk-37JMVF7H.js → chunk-STORTTKY.js} +8 -8
  10. package/bundles/{chunk-IYDTONLQ.js → chunk-TB4JL33M.js} +31 -31
  11. package/bundles/{chunk-WNR7OKWE.js → chunk-UN7XKKEG.js} +3 -3
  12. package/bundles/{chunk-XRSJELB6.js → chunk-XAXYS4JB.js} +42 -42
  13. package/bundles/index.js +12 -12
  14. package/bundles/linker/babel/index.js +12 -12
  15. package/bundles/linker/index.js +4 -4
  16. package/bundles/ngcc/index.js +1 -1
  17. package/bundles/private/bazel.js +1 -1
  18. package/bundles/private/localize.js +3 -3
  19. package/bundles/private/migrations.js +4 -4
  20. package/bundles/private/tooling.js +6 -6
  21. package/bundles/src/bin/ng_xi18n.js +10 -10
  22. package/bundles/src/bin/ngc.js +8 -8
  23. package/bundles_metadata.json +1 -1
  24. package/linker/src/file_linker/partial_linkers/util.d.ts +1 -1
  25. package/package.json +2 -2
  26. /package/bundles/{chunk-XABJ5FUR.js.map → chunk-2ACG2EMN.js.map} +0 -0
  27. /package/bundles/{chunk-77D5CI2U.js.map → chunk-5UDS2TPQ.js.map} +0 -0
  28. /package/bundles/{chunk-K6EUONET.js.map → chunk-DQSPY33N.js.map} +0 -0
  29. /package/bundles/{chunk-FKXFEX7K.js.map → chunk-GBKXY6BH.js.map} +0 -0
  30. /package/bundles/{chunk-Q2WE7ECN.js.map → chunk-I6R3GL3L.js.map} +0 -0
  31. /package/bundles/{chunk-DVPXO5BH.js.map → chunk-NJFWM5E6.js.map} +0 -0
  32. /package/bundles/{chunk-37JMVF7H.js.map → chunk-STORTTKY.js.map} +0 -0
  33. /package/bundles/{chunk-IYDTONLQ.js.map → chunk-TB4JL33M.js.map} +0 -0
  34. /package/bundles/{chunk-WNR7OKWE.js.map → chunk-UN7XKKEG.js.map} +0 -0
  35. /package/bundles/{chunk-XRSJELB6.js.map → chunk-XAXYS4JB.js.map} +0 -0
@@ -48,23 +48,23 @@ import {
48
48
  translateStatement,
49
49
  translateType,
50
50
  typeNodeToValueExpr
51
- } from "./chunk-XRSJELB6.js";
51
+ } from "./chunk-XAXYS4JB.js";
52
52
  import {
53
53
  PerfCheckpoint,
54
54
  PerfEvent,
55
55
  PerfPhase
56
- } from "./chunk-Q2WE7ECN.js";
56
+ } from "./chunk-I6R3GL3L.js";
57
57
  import {
58
58
  absoluteFrom,
59
59
  absoluteFromSourceFile,
60
60
  getSourceFileOrError,
61
61
  relative
62
- } from "./chunk-37JMVF7H.js";
62
+ } from "./chunk-STORTTKY.js";
63
63
  import {
64
64
  __publicField
65
65
  } from "./chunk-KPQ72R34.js";
66
66
 
67
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/util.mjs
67
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/util.mjs
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/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/dynamic.mjs
332
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/dynamic.mjs
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/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
425
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
426
426
  import ts2 from "typescript";
427
427
 
428
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/result.mjs
428
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/result.mjs
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/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/builtin.mjs
463
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/builtin.mjs
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/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/synthetic.mjs
518
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/synthetic.mjs
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/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
526
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
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/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interface.mjs
1107
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interface.mjs
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/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/diagnostics.mjs
1130
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/diagnostics.mjs
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/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/checker.mjs
1265
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/checker.mjs
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/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/scope.mjs
1272
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/scope.mjs
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/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/completion.mjs
1284
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/completion.mjs
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/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/symbols.mjs
1292
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/symbols.mjs
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/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/di.mjs
1309
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/di.mjs
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/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.mjs
1455
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.mjs
1456
1456
  import ts12 from "typescript";
1457
1457
 
1458
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/api.mjs
1458
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/api.mjs
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/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
1471
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
1472
1472
  import ts6 from "typescript";
1473
1473
 
1474
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/property_mapping.mjs
1474
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/property_mapping.mjs
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/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/util.mjs
1556
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/util.mjs
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/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
1772
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
1773
1773
  var DtsMetadataReader = class {
1774
1774
  checker;
1775
1775
  reflector;
@@ -1968,7 +1968,7 @@ function readHostDirectivesType(checker, type, bestGuessOwningModule) {
1968
1968
  return result.length > 0 ? { result, isIncomplete } : null;
1969
1969
  }
1970
1970
 
1971
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/inheritance.mjs
1971
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/inheritance.mjs
1972
1972
  function flattenInheritedDirectiveMetadata(reader, dir) {
1973
1973
  const topMeta = reader.getDirectiveMetadata(dir);
1974
1974
  if (topMeta === null) {
@@ -2032,7 +2032,7 @@ function flattenInheritedDirectiveMetadata(reader, dir) {
2032
2032
  };
2033
2033
  }
2034
2034
 
2035
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/registry.mjs
2035
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/registry.mjs
2036
2036
  var LocalMetadataRegistry = class {
2037
2037
  directives = /* @__PURE__ */ new Map();
2038
2038
  ngModules = /* @__PURE__ */ new Map();
@@ -2088,7 +2088,7 @@ var CompoundMetadataRegistry = class {
2088
2088
  }
2089
2089
  };
2090
2090
 
2091
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/resource_registry.mjs
2091
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/resource_registry.mjs
2092
2092
  var ResourceRegistry = class {
2093
2093
  externalTemplateToComponentsMap = /* @__PURE__ */ new Map();
2094
2094
  componentToTemplateMap = /* @__PURE__ */ new Map();
@@ -2153,7 +2153,7 @@ var ResourceRegistry = class {
2153
2153
  }
2154
2154
  };
2155
2155
 
2156
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/providers.mjs
2156
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/providers.mjs
2157
2157
  var ExportedProviderStatusResolver = class {
2158
2158
  metaReader;
2159
2159
  calculating = /* @__PURE__ */ new Set();
@@ -2198,7 +2198,7 @@ var ExportedProviderStatusResolver = class {
2198
2198
  }
2199
2199
  };
2200
2200
 
2201
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/host_directives_resolver.mjs
2201
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/host_directives_resolver.mjs
2202
2202
  var EMPTY_ARRAY = [];
2203
2203
  var HostDirectivesResolver = class {
2204
2204
  metaReader;
@@ -2265,7 +2265,7 @@ function resolveOutput(bindingName) {
2265
2265
  return bindingName;
2266
2266
  }
2267
2267
 
2268
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/api.mjs
2268
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/api.mjs
2269
2269
  var CompilationMode;
2270
2270
  (function(CompilationMode2) {
2271
2271
  CompilationMode2[CompilationMode2["FULL"] = 0] = "FULL";
@@ -2279,7 +2279,7 @@ var HandlerPrecedence;
2279
2279
  HandlerPrecedence2[HandlerPrecedence2["WEAK"] = 2] = "WEAK";
2280
2280
  })(HandlerPrecedence || (HandlerPrecedence = {}));
2281
2281
 
2282
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/alias.mjs
2282
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/alias.mjs
2283
2283
  import ts7 from "typescript";
2284
2284
  function aliasTransformFactory(exportStatements) {
2285
2285
  return () => {
@@ -2304,10 +2304,10 @@ function aliasTransformFactory(exportStatements) {
2304
2304
  };
2305
2305
  }
2306
2306
 
2307
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
2307
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
2308
2308
  import ts8 from "typescript";
2309
2309
 
2310
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/trait.mjs
2310
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/trait.mjs
2311
2311
  var TraitState;
2312
2312
  (function(TraitState2) {
2313
2313
  TraitState2[TraitState2["Pending"] = 0] = "Pending";
@@ -2366,7 +2366,7 @@ var TraitImpl = class {
2366
2366
  }
2367
2367
  };
2368
2368
 
2369
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
2369
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
2370
2370
  var TraitCompiler = class {
2371
2371
  handlers;
2372
2372
  reflector;
@@ -2847,7 +2847,7 @@ function containsErrors(diagnostics) {
2847
2847
  return diagnostics !== null && diagnostics.some((diag) => diag.category === ts8.DiagnosticCategory.Error);
2848
2848
  }
2849
2849
 
2850
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.mjs
2850
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.mjs
2851
2851
  import ts9 from "typescript";
2852
2852
  var DtsTransformRegistry = class {
2853
2853
  ivyDeclarationTransforms = /* @__PURE__ */ new Map();
@@ -2997,11 +2997,11 @@ function markForEmitAsSingleLine(node) {
2997
2997
  ts9.forEachChild(node, markForEmitAsSingleLine);
2998
2998
  }
2999
2999
 
3000
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
3000
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
3001
3001
  import { ConstantPool } from "@angular/compiler";
3002
3002
  import ts11 from "typescript";
3003
3003
 
3004
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/visitor.mjs
3004
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/visitor.mjs
3005
3005
  import ts10 from "typescript";
3006
3006
  function visit(node, visitor, context) {
3007
3007
  return visitor._visit(node, context);
@@ -3060,7 +3060,7 @@ var Visitor = class {
3060
3060
  }
3061
3061
  };
3062
3062
 
3063
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
3063
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
3064
3064
  var NO_DECORATORS = /* @__PURE__ */ new Set();
3065
3065
  var CLOSURE_FILE_OVERVIEW_REGEXP = /\s+@fileoverview\s+/i;
3066
3066
  function ivyTransformFactory(compilation, reflector, importRewriter, defaultImportTracker, localCompilationExtraImportsTracker, perf, isCore, isClosureCompilerEnabled) {
@@ -3306,7 +3306,7 @@ function nodeArrayFromDecoratorsArray(decorators) {
3306
3306
  return array;
3307
3307
  }
3308
3308
 
3309
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.mjs
3309
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.mjs
3310
3310
  function makeDuplicateDeclarationError(node, data, kind) {
3311
3311
  const context = [];
3312
3312
  for (const decl of data) {
@@ -3515,7 +3515,7 @@ function assertLocalCompilationUnresolvedConst(compilationMode, value, nodeToHig
3515
3515
  }
3516
3516
  }
3517
3517
 
3518
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/evaluation.mjs
3518
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/evaluation.mjs
3519
3519
  import { ViewEncapsulation } from "@angular/compiler";
3520
3520
  import ts13 from "typescript";
3521
3521
  function resolveEnumValue(evaluator, metadata, field, enumSymbolName, isCore) {
@@ -3566,7 +3566,7 @@ function resolveLiteral(decorator, literalCache) {
3566
3566
  return meta;
3567
3567
  }
3568
3568
 
3569
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/factory.mjs
3569
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/factory.mjs
3570
3570
  import { compileDeclareFactoryFunction, compileFactoryFunction } from "@angular/compiler";
3571
3571
  function compileNgFactoryDefField(metadata) {
3572
3572
  const res = compileFactoryFunction(metadata);
@@ -3589,7 +3589,7 @@ function compileDeclareFactory(metadata) {
3589
3589
  };
3590
3590
  }
3591
3591
 
3592
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/injectable_registry.mjs
3592
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/injectable_registry.mjs
3593
3593
  var InjectableClassRegistry = class {
3594
3594
  host;
3595
3595
  isCore;
@@ -3617,7 +3617,7 @@ var InjectableClassRegistry = class {
3617
3617
  }
3618
3618
  };
3619
3619
 
3620
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/metadata.mjs
3620
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/metadata.mjs
3621
3621
  import { ArrowFunctionExpr, LiteralArrayExpr, LiteralExpr as LiteralExpr2, literalMap, WrappedNodeExpr as WrappedNodeExpr3 } from "@angular/compiler";
3622
3622
  import ts14 from "typescript";
3623
3623
  function extractClassMetadata(clazz, reflection, isCore, annotateForClosureCompiler, angularDecoratorTransform = (dec) => dec) {
@@ -3705,7 +3705,7 @@ function removeIdentifierReferences(node, names) {
3705
3705
  return result.transformed[0];
3706
3706
  }
3707
3707
 
3708
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/debug_info.mjs
3708
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/debug_info.mjs
3709
3709
  import { literal as literal2, WrappedNodeExpr as WrappedNodeExpr4 } from "@angular/compiler";
3710
3710
  function extractClassDebugInfo(clazz, reflection, compilerHost, rootDirs, forbidOrphanRendering) {
3711
3711
  if (!reflection.isClass(clazz)) {
@@ -3722,13 +3722,13 @@ function extractClassDebugInfo(clazz, reflection, compilerHost, rootDirs, forbid
3722
3722
  };
3723
3723
  }
3724
3724
 
3725
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/references_registry.mjs
3725
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/references_registry.mjs
3726
3726
  var NoopReferencesRegistry = class {
3727
3727
  add(source, ...references) {
3728
3728
  }
3729
3729
  };
3730
3730
 
3731
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/schema.mjs
3731
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/schema.mjs
3732
3732
  import { CUSTOM_ELEMENTS_SCHEMA, NO_ERRORS_SCHEMA } from "@angular/compiler";
3733
3733
  function extractSchemas(rawExpr, evaluator, context) {
3734
3734
  const schemas = [];
@@ -3758,7 +3758,7 @@ function extractSchemas(rawExpr, evaluator, context) {
3758
3758
  return schemas;
3759
3759
  }
3760
3760
 
3761
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/input_transforms.mjs
3761
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/input_transforms.mjs
3762
3762
  import { outputAst } from "@angular/compiler";
3763
3763
  function compileInputTransformFields(inputs) {
3764
3764
  const extraFields = [];
@@ -3776,16 +3776,16 @@ function compileInputTransformFields(inputs) {
3776
3776
  return extraFields;
3777
3777
  }
3778
3778
 
3779
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/jit_declaration_registry.mjs
3779
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/jit_declaration_registry.mjs
3780
3780
  var JitDeclarationRegistry = class {
3781
3781
  jitDeclarations = /* @__PURE__ */ new Set();
3782
3782
  };
3783
3783
 
3784
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
3784
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
3785
3785
  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";
3786
3786
  import ts49 from "typescript";
3787
3787
 
3788
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/api.mjs
3788
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/api.mjs
3789
3789
  import ts15 from "typescript";
3790
3790
  var SemanticSymbol = class {
3791
3791
  decl;
@@ -3804,7 +3804,7 @@ function getSymbolIdentifier(decl) {
3804
3804
  return decl.name.text;
3805
3805
  }
3806
3806
 
3807
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/graph.mjs
3807
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/graph.mjs
3808
3808
  import { ExternalExpr as ExternalExpr2 } from "@angular/compiler";
3809
3809
  var OpaqueSymbol = class extends SemanticSymbol {
3810
3810
  isPublicApiAffected() {
@@ -3946,10 +3946,10 @@ function getImportPath(expr) {
3946
3946
  }
3947
3947
  }
3948
3948
 
3949
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
3949
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
3950
3950
  import ts16 from "typescript";
3951
3951
 
3952
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/util.mjs
3952
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/util.mjs
3953
3953
  function isSymbolEqual(a, b) {
3954
3954
  if (a.decl === b.decl) {
3955
3955
  return true;
@@ -3999,7 +3999,7 @@ function isSetEqual(a, b, equalityTester = referenceEquality) {
3999
3999
  return true;
4000
4000
  }
4001
4001
 
4002
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
4002
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
4003
4003
  function extractSemanticTypeParameters(node) {
4004
4004
  if (!ts16.isClassDeclaration(node) || node.typeParameters === void 0) {
4005
4005
  return null;
@@ -4021,14 +4021,14 @@ function isTypeParameterEqual(a, b) {
4021
4021
  return a.hasGenericTypeBound === b.hasGenericTypeBound;
4022
4022
  }
4023
4023
 
4024
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/api.mjs
4024
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/api.mjs
4025
4025
  var ComponentScopeKind;
4026
4026
  (function(ComponentScopeKind2) {
4027
4027
  ComponentScopeKind2[ComponentScopeKind2["NgModule"] = 0] = "NgModule";
4028
4028
  ComponentScopeKind2[ComponentScopeKind2["Standalone"] = 1] = "Standalone";
4029
4029
  })(ComponentScopeKind || (ComponentScopeKind = {}));
4030
4030
 
4031
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/component_scope.mjs
4031
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/component_scope.mjs
4032
4032
  var CompoundComponentScopeReader = class {
4033
4033
  readers;
4034
4034
  constructor(readers) {
@@ -4054,7 +4054,7 @@ var CompoundComponentScopeReader = class {
4054
4054
  }
4055
4055
  };
4056
4056
 
4057
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/dependency.mjs
4057
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/dependency.mjs
4058
4058
  var MetadataDtsModuleScopeResolver = class {
4059
4059
  dtsMetaReader;
4060
4060
  aliasingHost;
@@ -4132,11 +4132,11 @@ var MetadataDtsModuleScopeResolver = class {
4132
4132
  }
4133
4133
  };
4134
4134
 
4135
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.mjs
4135
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.mjs
4136
4136
  import { ExternalExpr as ExternalExpr3 } from "@angular/compiler";
4137
4137
  import ts17 from "typescript";
4138
4138
 
4139
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/util.mjs
4139
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/util.mjs
4140
4140
  function getDiagnosticNode(ref, rawExpr) {
4141
4141
  return rawExpr !== null ? ref.getOriginForDiagnostics(rawExpr) : ref.node.name;
4142
4142
  }
@@ -4162,7 +4162,7 @@ function makeUnknownComponentDeferredImportDiagnostic(ref, rawExpr) {
4162
4162
  return makeDiagnostic(ErrorCode.COMPONENT_UNKNOWN_DEFERRED_IMPORT, getDiagnosticNode(ref, rawExpr), `Component deferred imports must be standalone components, directives or pipes.`);
4163
4163
  }
4164
4164
 
4165
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.mjs
4165
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.mjs
4166
4166
  var IN_PROGRESS_RESOLUTION = {};
4167
4167
  var LocalModuleScopeRegistry = class {
4168
4168
  localReader;
@@ -4521,7 +4521,7 @@ function reexportCollision(module, refA, refB) {
4521
4521
  ]);
4522
4522
  }
4523
4523
 
4524
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/typecheck.mjs
4524
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/typecheck.mjs
4525
4525
  import { CssSelector, SelectorMatcher } from "@angular/compiler";
4526
4526
  import ts18 from "typescript";
4527
4527
  var TypeCheckScopeRegistry = class {
@@ -4605,14 +4605,14 @@ var TypeCheckScopeRegistry = class {
4605
4605
  }
4606
4606
  };
4607
4607
 
4608
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/handler.mjs
4608
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/handler.mjs
4609
4609
  import { compileClassMetadata, compileDeclareClassMetadata, compileDeclareDirectiveFromMetadata, compileDirectiveFromMetadata, FactoryTarget, makeBindingParser, WrappedNodeExpr as WrappedNodeExpr6 } from "@angular/compiler";
4610
4610
 
4611
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/shared.mjs
4611
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/shared.mjs
4612
4612
  import { createMayBeForwardRefExpression as createMayBeForwardRefExpression2, emitDistinctChangesOnlyDefaultValue, ExternalExpr as ExternalExpr4, getSafePropertyAccessString, parseHostBindings, ParserError, verifyHostBindings, WrappedNodeExpr as WrappedNodeExpr5 } from "@angular/compiler";
4613
4613
  import ts22 from "typescript";
4614
4614
 
4615
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/initializer_function_access.mjs
4615
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/initializer_function_access.mjs
4616
4616
  function validateAccessOfInitializerApiMember({ api, call }, member) {
4617
4617
  if (!api.allowedAccessLevels.includes(member.accessLevel)) {
4618
4618
  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)}.`, [
@@ -4621,7 +4621,7 @@ function validateAccessOfInitializerApiMember({ api, call }, member) {
4621
4621
  }
4622
4622
  }
4623
4623
 
4624
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/initializer_functions.mjs
4624
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/initializer_functions.mjs
4625
4625
  import ts19 from "typescript";
4626
4626
  function tryParseInitializerApi(functions, expression, reflector, importTracker) {
4627
4627
  if (!ts19.isCallExpression(expression)) {
@@ -4690,7 +4690,7 @@ function parseTopLevelCallFromNamespace(call, functions, importTracker) {
4690
4690
  return { api: matchingApi, apiReference, isRequired };
4691
4691
  }
4692
4692
 
4693
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/input_output_parse_options.mjs
4693
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/input_output_parse_options.mjs
4694
4694
  import ts20 from "typescript";
4695
4695
  function parseAndValidateInputAndOutputOptions(optionsNode) {
4696
4696
  if (!ts20.isObjectLiteralExpression(optionsNode)) {
@@ -4708,7 +4708,7 @@ function parseAndValidateInputAndOutputOptions(optionsNode) {
4708
4708
  return { alias };
4709
4709
  }
4710
4710
 
4711
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/input_function.mjs
4711
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/input_function.mjs
4712
4712
  var INPUT_INITIALIZER_FN = {
4713
4713
  functionName: "input",
4714
4714
  owningModule: "@angular/core",
@@ -4740,7 +4740,7 @@ function tryParseSignalInputMapping(member, reflector, importTracker) {
4740
4740
  };
4741
4741
  }
4742
4742
 
4743
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/model_function.mjs
4743
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/model_function.mjs
4744
4744
  var MODEL_INITIALIZER_FN = {
4745
4745
  functionName: "model",
4746
4746
  owningModule: "@angular/core",
@@ -4781,7 +4781,7 @@ function tryParseSignalModelMapping(member, reflector, importTracker) {
4781
4781
  };
4782
4782
  }
4783
4783
 
4784
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/output_function.mjs
4784
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/output_function.mjs
4785
4785
  var allowedAccessLevels = [
4786
4786
  ClassMemberAccessLevel.PublicWritable,
4787
4787
  ClassMemberAccessLevel.PublicReadonly,
@@ -4825,7 +4825,7 @@ function tryParseInitializerBasedOutput(member, reflector, importTracker) {
4825
4825
  };
4826
4826
  }
4827
4827
 
4828
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/query_functions.mjs
4828
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/query_functions.mjs
4829
4829
  import { createMayBeForwardRefExpression, outputAst as o } from "@angular/compiler";
4830
4830
  import ts21 from "typescript";
4831
4831
  var queryFunctionNames = [
@@ -4910,7 +4910,7 @@ function parseDescendantsOption(value) {
4910
4910
  throw new FatalDiagnosticError(ErrorCode.VALUE_HAS_WRONG_TYPE, value, `Expected "descendants" option to be a boolean literal.`);
4911
4911
  }
4912
4912
 
4913
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/shared.mjs
4913
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/shared.mjs
4914
4914
  var EMPTY_OBJECT = {};
4915
4915
  var queryDecoratorNames = [
4916
4916
  "ViewChild",
@@ -5721,7 +5721,7 @@ function toR3InputMetadata(mapping) {
5721
5721
  };
5722
5722
  }
5723
5723
 
5724
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/symbol.mjs
5724
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/symbol.mjs
5725
5725
  var DirectiveSymbol = class extends SemanticSymbol {
5726
5726
  selector;
5727
5727
  inputs;
@@ -5807,7 +5807,7 @@ function isBaseClassEqual(current, previous) {
5807
5807
  return isSymbolEqual(current, previous);
5808
5808
  }
5809
5809
 
5810
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/handler.mjs
5810
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/handler.mjs
5811
5811
  var FIELD_DECORATORS = [
5812
5812
  "Input",
5813
5813
  "Output",
@@ -6027,11 +6027,11 @@ var DirectiveDecoratorHandler = class {
6027
6027
  }
6028
6028
  };
6029
6029
 
6030
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
6030
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
6031
6031
  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";
6032
6032
  import ts24 from "typescript";
6033
6033
 
6034
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/module_with_providers.mjs
6034
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/module_with_providers.mjs
6035
6035
  import ts23 from "typescript";
6036
6036
  function createModuleWithProvidersResolver(reflector, isCore) {
6037
6037
  function _reflectModuleFromTypeParam(type, node) {
@@ -6103,7 +6103,7 @@ function isResolvedModuleWithProviders(sv) {
6103
6103
  return typeof sv.value === "object" && sv.value != null && sv.value.hasOwnProperty("ngModule") && sv.value.hasOwnProperty("mwpCall");
6104
6104
  }
6105
6105
 
6106
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
6106
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
6107
6107
  var NgModuleSymbol = class extends SemanticSymbol {
6108
6108
  hasProviders;
6109
6109
  remotelyScopedComponents = [];
@@ -6744,7 +6744,7 @@ function isSyntheticReference(ref) {
6744
6744
  return ref.synthetic;
6745
6745
  }
6746
6746
 
6747
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/diagnostics.mjs
6747
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/diagnostics.mjs
6748
6748
  function makeCyclicImportInfo(ref, type, cycle) {
6749
6749
  const name = ref.debugName || "(unknown)";
6750
6750
  const path = cycle.getPath().map((sf) => sf.fileName).join(" -> ");
@@ -6767,7 +6767,7 @@ function checkCustomElementSelectorForErrors(selector) {
6767
6767
  return null;
6768
6768
  }
6769
6769
 
6770
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/resources.mjs
6770
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/resources.mjs
6771
6771
  import { DEFAULT_INTERPOLATION_CONFIG, InterpolationConfig, ParseSourceFile as ParseSourceFile2, parseTemplate } from "@angular/compiler";
6772
6772
  import ts25 from "typescript";
6773
6773
  function getTemplateDeclarationNodeForError(declaration) {
@@ -7105,7 +7105,7 @@ function _extractTemplateStyleUrls(template) {
7105
7105
  }));
7106
7106
  }
7107
7107
 
7108
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/symbol.mjs
7108
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/symbol.mjs
7109
7109
  var ComponentSymbol = class extends DirectiveSymbol {
7110
7110
  usedDirectives = [];
7111
7111
  usedPipes = [];
@@ -7137,7 +7137,7 @@ var ComponentSymbol = class extends DirectiveSymbol {
7137
7137
  }
7138
7138
  };
7139
7139
 
7140
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/util.mjs
7140
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/util.mjs
7141
7141
  import ts26 from "typescript";
7142
7142
  function collectAnimationNames(value, animationTriggerNames) {
7143
7143
  if (value instanceof Map) {
@@ -7228,10 +7228,10 @@ function isLikelyModuleWithProviders(value) {
7228
7228
  return false;
7229
7229
  }
7230
7230
 
7231
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/checker.mjs
7231
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/checker.mjs
7232
7232
  import { CssSelector as CssSelector3, DomElementSchemaRegistry as DomElementSchemaRegistry2, ExternalExpr as ExternalExpr7, WrappedNodeExpr as WrappedNodeExpr9 } from "@angular/compiler";
7233
7233
 
7234
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/api.mjs
7234
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/api.mjs
7235
7235
  var NgOriginalFile = Symbol("NgOriginalFile");
7236
7236
  var UpdateMode;
7237
7237
  (function(UpdateMode2) {
@@ -7239,13 +7239,13 @@ var UpdateMode;
7239
7239
  UpdateMode2[UpdateMode2["Incremental"] = 1] = "Incremental";
7240
7240
  })(UpdateMode || (UpdateMode = {}));
7241
7241
 
7242
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/ts_create_program_driver.mjs
7242
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/ts_create_program_driver.mjs
7243
7243
  import ts28 from "typescript";
7244
7244
 
7245
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/adapter.mjs
7245
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/adapter.mjs
7246
7246
  import ts27 from "typescript";
7247
7247
 
7248
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/expando.mjs
7248
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/expando.mjs
7249
7249
  var NgExtension = Symbol("NgExtension");
7250
7250
  function isExtended(sf) {
7251
7251
  return sf[NgExtension] !== void 0;
@@ -7305,13 +7305,13 @@ function retagTsFile(sf) {
7305
7305
  }
7306
7306
  }
7307
7307
 
7308
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/util.mjs
7308
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/util.mjs
7309
7309
  var TS_EXTENSIONS = /\.tsx?$/i;
7310
7310
  function makeShimFileName(fileName, suffix) {
7311
7311
  return absoluteFrom(fileName.replace(TS_EXTENSIONS, suffix));
7312
7312
  }
7313
7313
 
7314
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/adapter.mjs
7314
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/adapter.mjs
7315
7315
  var ShimAdapter = class {
7316
7316
  delegate;
7317
7317
  shims = /* @__PURE__ */ new Map();
@@ -7408,7 +7408,7 @@ var ShimAdapter = class {
7408
7408
  }
7409
7409
  };
7410
7410
 
7411
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/reference_tagger.mjs
7411
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/reference_tagger.mjs
7412
7412
  var ShimReferenceTagger = class {
7413
7413
  suffixes;
7414
7414
  tagged = /* @__PURE__ */ new Set();
@@ -7443,7 +7443,7 @@ var ShimReferenceTagger = class {
7443
7443
  }
7444
7444
  };
7445
7445
 
7446
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/ts_create_program_driver.mjs
7446
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/ts_create_program_driver.mjs
7447
7447
  var DelegatingCompilerHost = class {
7448
7448
  delegate;
7449
7449
  createHash;
@@ -7594,7 +7594,7 @@ var TsCreateProgramDriver = class {
7594
7594
  }
7595
7595
  };
7596
7596
 
7597
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/diagnostic.mjs
7597
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/diagnostic.mjs
7598
7598
  import ts29 from "typescript";
7599
7599
  function makeTemplateDiagnostic(id, mapping, span, category, code, messageText, relatedMessages) {
7600
7600
  var _a;
@@ -7705,7 +7705,7 @@ function parseTemplateAsSourceFile(fileName, template) {
7705
7705
  );
7706
7706
  }
7707
7707
 
7708
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/id.mjs
7708
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/id.mjs
7709
7709
  var TYPE_CHECK_ID_MAP = Symbol("TypeCheckId");
7710
7710
  function getTypeCheckId(clazz) {
7711
7711
  const sf = clazz.getSourceFile();
@@ -7718,11 +7718,11 @@ function getTypeCheckId(clazz) {
7718
7718
  return sf[TYPE_CHECK_ID_MAP].get(clazz);
7719
7719
  }
7720
7720
 
7721
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/completion.mjs
7721
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/completion.mjs
7722
7722
  import { EmptyExpr, ImplicitReceiver, PropertyRead, PropertyWrite, SafePropertyRead, TmplAstLetDeclaration, TmplAstReference, TmplAstTextAttribute } from "@angular/compiler";
7723
7723
  import ts31 from "typescript";
7724
7724
 
7725
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/comments.mjs
7725
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/comments.mjs
7726
7726
  import { AbsoluteSourceSpan } from "@angular/compiler";
7727
7727
  import ts30 from "typescript";
7728
7728
  var parseSpanComment = /^(\d+),(\d+)$/;
@@ -7853,7 +7853,7 @@ function hasExpressionIdentifier(sourceFile, node, identifier) {
7853
7853
  }) || false;
7854
7854
  }
7855
7855
 
7856
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/completion.mjs
7856
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/completion.mjs
7857
7857
  var CompletionEngine = class {
7858
7858
  tcb;
7859
7859
  data;
@@ -9060,10 +9060,10 @@ var MagicString = class {
9060
9060
  }
9061
9061
  };
9062
9062
 
9063
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
9063
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
9064
9064
  import ts44 from "typescript";
9065
9065
 
9066
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/dom.mjs
9066
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/dom.mjs
9067
9067
  import { DomElementSchemaRegistry } from "@angular/compiler";
9068
9068
  import ts32 from "typescript";
9069
9069
  var REGISTRY = new DomElementSchemaRegistry();
@@ -9117,10 +9117,10 @@ var RegistryDomSchemaChecker = class {
9117
9117
  }
9118
9118
  };
9119
9119
 
9120
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/environment.mjs
9120
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/environment.mjs
9121
9121
  import ts37 from "typescript";
9122
9122
 
9123
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/reference_emit_environment.mjs
9123
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/reference_emit_environment.mjs
9124
9124
  import { ExpressionType, ExternalExpr as ExternalExpr6, TypeModifier } from "@angular/compiler";
9125
9125
  var ReferenceEmitEnvironment = class {
9126
9126
  importManager;
@@ -9155,7 +9155,7 @@ var ReferenceEmitEnvironment = class {
9155
9155
  }
9156
9156
  };
9157
9157
 
9158
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/ts_util.mjs
9158
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/ts_util.mjs
9159
9159
  import ts33 from "typescript";
9160
9160
  var SAFE_TO_CAST_WITHOUT_PARENS = /* @__PURE__ */ new Set([
9161
9161
  ts33.SyntaxKind.ParenthesizedExpression,
@@ -9238,15 +9238,15 @@ function tsNumericExpression(value) {
9238
9238
  return ts33.factory.createNumericLiteral(value);
9239
9239
  }
9240
9240
 
9241
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.mjs
9241
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.mjs
9242
9242
  import { ExpressionType as ExpressionType2, R3Identifiers as R3Identifiers3, WrappedNodeExpr as WrappedNodeExpr8 } from "@angular/compiler";
9243
9243
  import ts36 from "typescript";
9244
9244
 
9245
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.mjs
9245
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.mjs
9246
9246
  import { R3Identifiers as R3Identifiers2 } from "@angular/compiler";
9247
9247
  import ts35 from "typescript";
9248
9248
 
9249
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_parameter_emitter.mjs
9249
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_parameter_emitter.mjs
9250
9250
  import ts34 from "typescript";
9251
9251
  var TypeParameterEmitter = class {
9252
9252
  typeParameters;
@@ -9326,7 +9326,7 @@ var TypeParameterEmitter = class {
9326
9326
  }
9327
9327
  };
9328
9328
 
9329
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.mjs
9329
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.mjs
9330
9330
  var TCB_FILE_IMPORT_GRAPH_PREPARE_IDENTIFIERS = [
9331
9331
  R3Identifiers2.InputSignalBrandWriteType
9332
9332
  ];
@@ -9418,7 +9418,7 @@ function checkIfGenericTypeBoundsCanBeEmitted(node, reflector, env) {
9418
9418
  return emitter.canEmit((ref) => env.canReferenceType(ref));
9419
9419
  }
9420
9420
 
9421
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.mjs
9421
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.mjs
9422
9422
  function generateTypeCtorDeclarationFn(env, meta, nodeTypeRef, typeParams) {
9423
9423
  const rawTypeArgs = typeParams !== void 0 ? generateGenericArgs(typeParams) : void 0;
9424
9424
  const rawType = ts36.factory.createTypeReferenceNode(nodeTypeRef, rawTypeArgs);
@@ -9541,7 +9541,7 @@ function typeParametersWithDefaultTypes(params) {
9541
9541
  });
9542
9542
  }
9543
9543
 
9544
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/environment.mjs
9544
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/environment.mjs
9545
9545
  var Environment = class extends ReferenceEmitEnvironment {
9546
9546
  config;
9547
9547
  nextIds = {
@@ -9614,7 +9614,7 @@ var Environment = class extends ReferenceEmitEnvironment {
9614
9614
  }
9615
9615
  };
9616
9616
 
9617
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/oob.mjs
9617
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/oob.mjs
9618
9618
  import { AbsoluteSourceSpan as AbsoluteSourceSpan2, TmplAstElement } from "@angular/compiler";
9619
9619
  import ts38 from "typescript";
9620
9620
  var OutOfBandDiagnosticRecorderImpl = class {
@@ -9817,7 +9817,7 @@ function makeInlineDiagnostic(id, code, node, messageText, relatedInformation) {
9817
9817
  };
9818
9818
  }
9819
9819
 
9820
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/shim.mjs
9820
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/shim.mjs
9821
9821
  import ts39 from "typescript";
9822
9822
  var TypeCheckShimGenerator = class {
9823
9823
  extensionPrefix = "ngtypecheck";
@@ -9833,11 +9833,11 @@ var TypeCheckShimGenerator = class {
9833
9833
  }
9834
9834
  };
9835
9835
 
9836
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.mjs
9836
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.mjs
9837
9837
  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";
9838
9838
  import ts42 from "typescript";
9839
9839
 
9840
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/diagnostics.mjs
9840
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/diagnostics.mjs
9841
9841
  import { AbsoluteSourceSpan as AbsoluteSourceSpan3 } from "@angular/compiler";
9842
9842
  import ts40 from "typescript";
9843
9843
  function wrapForDiagnostics(expr) {
@@ -9893,7 +9893,7 @@ function translateDiagnostic(diagnostic, resolver) {
9893
9893
  return makeTemplateDiagnostic(sourceLocation.id, templateSourceMapping, span, diagnostic.category, diagnostic.code, diagnostic.messageText);
9894
9894
  }
9895
9895
 
9896
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/expression.mjs
9896
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/expression.mjs
9897
9897
  import { ASTWithSource, Call, EmptyExpr as EmptyExpr2, PropertyRead as PropertyRead2, SafeKeyedRead, SafePropertyRead as SafePropertyRead2 } from "@angular/compiler";
9898
9898
  import ts41 from "typescript";
9899
9899
  var ANY_EXPRESSION = ts41.factory.createAsExpression(ts41.factory.createNumericLiteral("0"), ts41.factory.createKeywordTypeNode(ts41.SyntaxKind.AnyKeyword));
@@ -10264,7 +10264,7 @@ var _VeSafeLhsInferenceBugDetector = class {
10264
10264
  var VeSafeLhsInferenceBugDetector = _VeSafeLhsInferenceBugDetector;
10265
10265
  __publicField(VeSafeLhsInferenceBugDetector, "SINGLETON", new _VeSafeLhsInferenceBugDetector());
10266
10266
 
10267
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.mjs
10267
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.mjs
10268
10268
  var TcbGenericContextBehavior;
10269
10269
  (function(TcbGenericContextBehavior2) {
10270
10270
  TcbGenericContextBehavior2[TcbGenericContextBehavior2["UseEmitter"] = 0] = "UseEmitter";
@@ -11959,7 +11959,7 @@ var TcbForLoopTrackTranslator = class extends TcbExpressionTranslator {
11959
11959
  }
11960
11960
  };
11961
11961
 
11962
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_file.mjs
11962
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_file.mjs
11963
11963
  import ts43 from "typescript";
11964
11964
  var TypeCheckFile = class extends Environment {
11965
11965
  fileName;
@@ -12008,7 +12008,7 @@ var TypeCheckFile = class extends Environment {
12008
12008
  }
12009
12009
  };
12010
12010
 
12011
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
12011
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
12012
12012
  var InliningMode;
12013
12013
  (function(InliningMode2) {
12014
12014
  InliningMode2[InliningMode2["InlineOps"] = 0] = "InlineOps";
@@ -12281,10 +12281,10 @@ var TypeCtorOp = class {
12281
12281
  }
12282
12282
  };
12283
12283
 
12284
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/source.mjs
12284
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/source.mjs
12285
12285
  import { ParseLocation as ParseLocation2, ParseSourceSpan as ParseSourceSpan2 } from "@angular/compiler";
12286
12286
 
12287
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/line_mappings.mjs
12287
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/line_mappings.mjs
12288
12288
  var LF_CHAR = 10;
12289
12289
  var CR_CHAR = 13;
12290
12290
  var LINE_SEP_CHAR = 8232;
@@ -12325,7 +12325,7 @@ function findClosestLineStartPosition(linesMap, position, low = 0, high = linesM
12325
12325
  return low - 1;
12326
12326
  }
12327
12327
 
12328
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/source.mjs
12328
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/source.mjs
12329
12329
  var TemplateSource = class {
12330
12330
  mapping;
12331
12331
  file;
@@ -12374,7 +12374,7 @@ var DirectiveSourceManager = class {
12374
12374
  }
12375
12375
  };
12376
12376
 
12377
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/template_symbol_builder.mjs
12377
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/template_symbol_builder.mjs
12378
12378
  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";
12379
12379
  import ts45 from "typescript";
12380
12380
  var SymbolBuilder = class {
@@ -12956,7 +12956,7 @@ function unwrapSignalInputWriteTAccessor(expr) {
12956
12956
  };
12957
12957
  }
12958
12958
 
12959
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/checker.mjs
12959
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/checker.mjs
12960
12960
  var REGISTRY2 = new DomElementSchemaRegistry2();
12961
12961
  var TemplateTypeCheckerImpl = class {
12962
12962
  originalProgram;
@@ -13680,10 +13680,10 @@ var SingleShimTypeCheckingHost = class extends SingleFileTypeCheckingHost {
13680
13680
  }
13681
13681
  };
13682
13682
 
13683
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/hmr/src/metadata.mjs
13683
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/hmr/src/metadata.mjs
13684
13684
  import { outputAst as o3 } from "@angular/compiler";
13685
13685
 
13686
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/hmr/src/extract_dependencies.mjs
13686
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/hmr/src/extract_dependencies.mjs
13687
13687
  import { outputAst as o2 } from "@angular/compiler";
13688
13688
  import ts46 from "typescript";
13689
13689
  function extractHmrDependencies(node, definition, factory, deferBlockMetadata, classMetadata, debugInfo, reflection, evaluator) {
@@ -13895,7 +13895,7 @@ function isConstEnumReference(node, reflection) {
13895
13895
  return declaration !== null && ts46.isEnumDeclaration(declaration.node) && !!((_a = declaration.node.modifiers) == null ? void 0 : _a.some((m) => m.kind === ts46.SyntaxKind.ConstKeyword));
13896
13896
  }
13897
13897
 
13898
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/hmr/src/metadata.mjs
13898
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/hmr/src/metadata.mjs
13899
13899
  import ts47 from "typescript";
13900
13900
  function extractHmrMetatadata(clazz, reflection, evaluator, compilerHost, rootDirs, definition, factory, deferBlockMetadata, classMetadata, debugInfo) {
13901
13901
  if (!reflection.isClass(clazz)) {
@@ -13917,7 +13917,7 @@ function extractHmrMetatadata(clazz, reflection, evaluator, compilerHost, rootDi
13917
13917
  return meta;
13918
13918
  }
13919
13919
 
13920
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/hmr/src/update_declaration.mjs
13920
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/hmr/src/update_declaration.mjs
13921
13921
  import { compileHmrUpdateCallback } from "@angular/compiler";
13922
13922
  import ts48 from "typescript";
13923
13923
  function getHmrUpdateDeclaration(compilationResults, constantStatements, meta, declaration) {
@@ -13954,7 +13954,7 @@ var HmrModuleImportRewriter = class {
13954
13954
  }
13955
13955
  };
13956
13956
 
13957
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
13957
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
13958
13958
  var EMPTY_ARRAY2 = [];
13959
13959
  var isUsedDirective = (decl) => decl.kind === R3TemplateDependencyKind.Directive;
13960
13960
  var isUsedPipe = (decl) => decl.kind === R3TemplateDependencyKind.Pipe;
@@ -15140,7 +15140,7 @@ function isDefaultImport(node) {
15140
15140
  return node.importClause !== void 0 && node.importClause.namedBindings === void 0;
15141
15141
  }
15142
15142
 
15143
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/injectable.mjs
15143
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/injectable.mjs
15144
15144
  import { compileClassMetadata as compileClassMetadata3, compileDeclareClassMetadata as compileDeclareClassMetadata3, compileDeclareInjectableFromMetadata, compileInjectable, createMayBeForwardRefExpression as createMayBeForwardRefExpression3, FactoryTarget as FactoryTarget4, LiteralExpr as LiteralExpr3, WrappedNodeExpr as WrappedNodeExpr10 } from "@angular/compiler";
15145
15145
  import ts50 from "typescript";
15146
15146
  var InjectableDecoratorHandler = class {
@@ -15381,7 +15381,7 @@ function getDep(dep, reflector) {
15381
15381
  return meta;
15382
15382
  }
15383
15383
 
15384
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/pipe.mjs
15384
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/pipe.mjs
15385
15385
  import { compileClassMetadata as compileClassMetadata4, compileDeclareClassMetadata as compileDeclareClassMetadata4, compileDeclarePipeFromMetadata, compilePipeFromMetadata, FactoryTarget as FactoryTarget5 } from "@angular/compiler";
15386
15386
  import ts51 from "typescript";
15387
15387
  var PipeSymbol = class extends SemanticSymbol {
@@ -15629,4 +15629,4 @@ export {
15629
15629
  * Use of this source code is governed by an MIT-style license that can be
15630
15630
  * found in the LICENSE file at https://angular.dev/license
15631
15631
  */
15632
- //# sourceMappingURL=chunk-XABJ5FUR.js.map
15632
+ //# sourceMappingURL=chunk-2ACG2EMN.js.map