@angular/compiler-cli 20.0.0-next.5 → 20.0.0-next.6

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 (39) hide show
  1. package/bundles/{chunk-5QDXDB4N.js → chunk-2YHDKFJ5.js} +5 -5
  2. package/bundles/{chunk-4Q2AWNO5.js → chunk-5AFVNN25.js} +3 -3
  3. package/bundles/{chunk-77D5CI2U.js → chunk-5UDS2TPQ.js} +7 -7
  4. package/bundles/{chunk-WWBWIRJR.js → chunk-BFF3JTCC.js} +44 -42
  5. package/bundles/chunk-BFF3JTCC.js.map +6 -0
  6. package/bundles/{chunk-NIVE5PXL.js → chunk-BOV3QCZL.js} +31 -31
  7. package/bundles/{chunk-FKXFEX7K.js → chunk-GBKXY6BH.js} +3 -3
  8. package/bundles/{chunk-Q2WE7ECN.js → chunk-I6R3GL3L.js} +5 -5
  9. package/bundles/{chunk-GYERXSPU.js → chunk-JSHLK5PX.js} +151 -89
  10. package/bundles/chunk-JSHLK5PX.js.map +6 -0
  11. package/bundles/{chunk-6PQV2MG7.js → chunk-K6NOY73Y.js} +12 -12
  12. package/bundles/{chunk-4L4X3YJZ.js → chunk-QDS4K6PQ.js} +127 -127
  13. package/bundles/{chunk-37JMVF7H.js → chunk-STORTTKY.js} +8 -8
  14. package/bundles/index.js +12 -12
  15. package/bundles/linker/babel/index.js +12 -12
  16. package/bundles/linker/index.js +4 -4
  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/src/ngtsc/diagnostics/src/error_code.d.ts +16 -0
  27. package/src/ngtsc/diagnostics/src/extended_template_diagnostic_name.d.ts +1 -0
  28. package/src/ngtsc/typecheck/extended/checks/uninvoked_track_function/index.d.ts +10 -0
  29. package/bundles/chunk-GYERXSPU.js.map +0 -6
  30. package/bundles/chunk-WWBWIRJR.js.map +0 -6
  31. /package/bundles/{chunk-5QDXDB4N.js.map → chunk-2YHDKFJ5.js.map} +0 -0
  32. /package/bundles/{chunk-4Q2AWNO5.js.map → chunk-5AFVNN25.js.map} +0 -0
  33. /package/bundles/{chunk-77D5CI2U.js.map → chunk-5UDS2TPQ.js.map} +0 -0
  34. /package/bundles/{chunk-NIVE5PXL.js.map → chunk-BOV3QCZL.js.map} +0 -0
  35. /package/bundles/{chunk-FKXFEX7K.js.map → chunk-GBKXY6BH.js.map} +0 -0
  36. /package/bundles/{chunk-Q2WE7ECN.js.map → chunk-I6R3GL3L.js.map} +0 -0
  37. /package/bundles/{chunk-6PQV2MG7.js.map → chunk-K6NOY73Y.js.map} +0 -0
  38. /package/bundles/{chunk-4L4X3YJZ.js.map → chunk-QDS4K6PQ.js.map} +0 -0
  39. /package/bundles/{chunk-37JMVF7H.js.map → chunk-STORTTKY.js.map} +0 -0
@@ -48,23 +48,23 @@ import {
48
48
  translateStatement,
49
49
  translateType,
50
50
  typeNodeToValueExpr
51
- } from "./chunk-WWBWIRJR.js";
51
+ } from "./chunk-BFF3JTCC.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();
@@ -2161,7 +2161,7 @@ var ResourceRegistry = class {
2161
2161
  }
2162
2162
  };
2163
2163
 
2164
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/providers.mjs
2164
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/providers.mjs
2165
2165
  var ExportedProviderStatusResolver = class {
2166
2166
  metaReader;
2167
2167
  calculating = /* @__PURE__ */ new Set();
@@ -2206,7 +2206,7 @@ var ExportedProviderStatusResolver = class {
2206
2206
  }
2207
2207
  };
2208
2208
 
2209
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/host_directives_resolver.mjs
2209
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/host_directives_resolver.mjs
2210
2210
  var EMPTY_ARRAY = [];
2211
2211
  var HostDirectivesResolver = class {
2212
2212
  metaReader;
@@ -2273,7 +2273,7 @@ function resolveOutput(bindingName) {
2273
2273
  return bindingName;
2274
2274
  }
2275
2275
 
2276
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/api.mjs
2276
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/api.mjs
2277
2277
  var CompilationMode;
2278
2278
  (function(CompilationMode2) {
2279
2279
  CompilationMode2[CompilationMode2["FULL"] = 0] = "FULL";
@@ -2287,7 +2287,7 @@ var HandlerPrecedence;
2287
2287
  HandlerPrecedence2[HandlerPrecedence2["WEAK"] = 2] = "WEAK";
2288
2288
  })(HandlerPrecedence || (HandlerPrecedence = {}));
2289
2289
 
2290
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/alias.mjs
2290
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/alias.mjs
2291
2291
  import ts7 from "typescript";
2292
2292
  function aliasTransformFactory(exportStatements) {
2293
2293
  return () => {
@@ -2312,10 +2312,10 @@ function aliasTransformFactory(exportStatements) {
2312
2312
  };
2313
2313
  }
2314
2314
 
2315
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
2315
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
2316
2316
  import ts8 from "typescript";
2317
2317
 
2318
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/trait.mjs
2318
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/trait.mjs
2319
2319
  var TraitState;
2320
2320
  (function(TraitState2) {
2321
2321
  TraitState2[TraitState2["Pending"] = 0] = "Pending";
@@ -2374,7 +2374,7 @@ var TraitImpl = class {
2374
2374
  }
2375
2375
  };
2376
2376
 
2377
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
2377
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
2378
2378
  var TraitCompiler = class {
2379
2379
  handlers;
2380
2380
  reflector;
@@ -2855,7 +2855,7 @@ function containsErrors(diagnostics) {
2855
2855
  return diagnostics !== null && diagnostics.some((diag) => diag.category === ts8.DiagnosticCategory.Error);
2856
2856
  }
2857
2857
 
2858
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.mjs
2858
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.mjs
2859
2859
  import ts9 from "typescript";
2860
2860
  var DtsTransformRegistry = class {
2861
2861
  ivyDeclarationTransforms = /* @__PURE__ */ new Map();
@@ -3005,11 +3005,11 @@ function markForEmitAsSingleLine(node) {
3005
3005
  ts9.forEachChild(node, markForEmitAsSingleLine);
3006
3006
  }
3007
3007
 
3008
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
3008
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
3009
3009
  import { ConstantPool } from "@angular/compiler";
3010
3010
  import ts11 from "typescript";
3011
3011
 
3012
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/visitor.mjs
3012
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/visitor.mjs
3013
3013
  import ts10 from "typescript";
3014
3014
  function visit(node, visitor, context) {
3015
3015
  return visitor._visit(node, context);
@@ -3068,7 +3068,7 @@ var Visitor = class {
3068
3068
  }
3069
3069
  };
3070
3070
 
3071
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
3071
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
3072
3072
  var NO_DECORATORS = /* @__PURE__ */ new Set();
3073
3073
  var CLOSURE_FILE_OVERVIEW_REGEXP = /\s+@fileoverview\s+/i;
3074
3074
  function ivyTransformFactory(compilation, reflector, importRewriter, defaultImportTracker, localCompilationExtraImportsTracker, perf, isCore, isClosureCompilerEnabled) {
@@ -3314,7 +3314,7 @@ function nodeArrayFromDecoratorsArray(decorators) {
3314
3314
  return array;
3315
3315
  }
3316
3316
 
3317
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.mjs
3317
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.mjs
3318
3318
  function makeDuplicateDeclarationError(node, data, kind) {
3319
3319
  const context = [];
3320
3320
  for (const decl of data) {
@@ -3523,7 +3523,7 @@ function assertLocalCompilationUnresolvedConst(compilationMode, value, nodeToHig
3523
3523
  }
3524
3524
  }
3525
3525
 
3526
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/evaluation.mjs
3526
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/evaluation.mjs
3527
3527
  import { ViewEncapsulation } from "@angular/compiler";
3528
3528
  import ts13 from "typescript";
3529
3529
  function resolveEnumValue(evaluator, metadata, field, enumSymbolName, isCore) {
@@ -3574,7 +3574,7 @@ function resolveLiteral(decorator, literalCache) {
3574
3574
  return meta;
3575
3575
  }
3576
3576
 
3577
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/factory.mjs
3577
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/factory.mjs
3578
3578
  import { compileDeclareFactoryFunction, compileFactoryFunction } from "@angular/compiler";
3579
3579
  function compileNgFactoryDefField(metadata) {
3580
3580
  const res = compileFactoryFunction(metadata);
@@ -3597,7 +3597,7 @@ function compileDeclareFactory(metadata) {
3597
3597
  };
3598
3598
  }
3599
3599
 
3600
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/injectable_registry.mjs
3600
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/injectable_registry.mjs
3601
3601
  var InjectableClassRegistry = class {
3602
3602
  host;
3603
3603
  isCore;
@@ -3625,7 +3625,7 @@ var InjectableClassRegistry = class {
3625
3625
  }
3626
3626
  };
3627
3627
 
3628
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/metadata.mjs
3628
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/metadata.mjs
3629
3629
  import { ArrowFunctionExpr, LiteralArrayExpr, LiteralExpr as LiteralExpr2, literalMap, WrappedNodeExpr as WrappedNodeExpr3 } from "@angular/compiler";
3630
3630
  import ts14 from "typescript";
3631
3631
  function extractClassMetadata(clazz, reflection, isCore, annotateForClosureCompiler, angularDecoratorTransform = (dec) => dec) {
@@ -3713,7 +3713,7 @@ function removeIdentifierReferences(node, names) {
3713
3713
  return result.transformed[0];
3714
3714
  }
3715
3715
 
3716
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/debug_info.mjs
3716
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/debug_info.mjs
3717
3717
  import { literal as literal2, WrappedNodeExpr as WrappedNodeExpr4 } from "@angular/compiler";
3718
3718
  function extractClassDebugInfo(clazz, reflection, compilerHost, rootDirs, forbidOrphanRendering) {
3719
3719
  if (!reflection.isClass(clazz)) {
@@ -3730,13 +3730,13 @@ function extractClassDebugInfo(clazz, reflection, compilerHost, rootDirs, forbid
3730
3730
  };
3731
3731
  }
3732
3732
 
3733
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/references_registry.mjs
3733
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/references_registry.mjs
3734
3734
  var NoopReferencesRegistry = class {
3735
3735
  add(source, ...references) {
3736
3736
  }
3737
3737
  };
3738
3738
 
3739
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/schema.mjs
3739
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/schema.mjs
3740
3740
  import { CUSTOM_ELEMENTS_SCHEMA, NO_ERRORS_SCHEMA } from "@angular/compiler";
3741
3741
  function extractSchemas(rawExpr, evaluator, context) {
3742
3742
  const schemas = [];
@@ -3766,7 +3766,7 @@ function extractSchemas(rawExpr, evaluator, context) {
3766
3766
  return schemas;
3767
3767
  }
3768
3768
 
3769
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/input_transforms.mjs
3769
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/input_transforms.mjs
3770
3770
  import { outputAst } from "@angular/compiler";
3771
3771
  function compileInputTransformFields(inputs) {
3772
3772
  const extraFields = [];
@@ -3784,16 +3784,16 @@ function compileInputTransformFields(inputs) {
3784
3784
  return extraFields;
3785
3785
  }
3786
3786
 
3787
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/jit_declaration_registry.mjs
3787
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/jit_declaration_registry.mjs
3788
3788
  var JitDeclarationRegistry = class {
3789
3789
  jitDeclarations = /* @__PURE__ */ new Set();
3790
3790
  };
3791
3791
 
3792
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
3792
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
3793
3793
  import { compileClassDebugInfo, compileHmrInitializer, compileComponentClassMetadata, compileComponentDeclareClassMetadata, compileComponentFromMetadata, compileDeclareComponentFromMetadata, compileDeferResolverFunction, ConstantPool as ConstantPool2, CssSelector as CssSelector5, DEFAULT_INTERPOLATION_CONFIG as DEFAULT_INTERPOLATION_CONFIG2, DomElementSchemaRegistry as DomElementSchemaRegistry3, ExternalExpr as ExternalExpr8, FactoryTarget as FactoryTarget3, makeBindingParser as makeBindingParser3, outputAst as o4, R3TargetBinder as R3TargetBinder2, R3TemplateDependencyKind, SelectorMatcher as SelectorMatcher3, ViewEncapsulation as ViewEncapsulation2 } from "@angular/compiler";
3794
3794
  import ts51 from "typescript";
3795
3795
 
3796
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/api.mjs
3796
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/api.mjs
3797
3797
  import ts15 from "typescript";
3798
3798
  var SemanticSymbol = class {
3799
3799
  decl;
@@ -3812,7 +3812,7 @@ function getSymbolIdentifier(decl) {
3812
3812
  return decl.name.text;
3813
3813
  }
3814
3814
 
3815
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/graph.mjs
3815
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/graph.mjs
3816
3816
  import { ExternalExpr as ExternalExpr2 } from "@angular/compiler";
3817
3817
  var OpaqueSymbol = class extends SemanticSymbol {
3818
3818
  isPublicApiAffected() {
@@ -3954,10 +3954,10 @@ function getImportPath(expr) {
3954
3954
  }
3955
3955
  }
3956
3956
 
3957
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
3957
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
3958
3958
  import ts16 from "typescript";
3959
3959
 
3960
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/util.mjs
3960
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/util.mjs
3961
3961
  function isSymbolEqual(a, b) {
3962
3962
  if (a.decl === b.decl) {
3963
3963
  return true;
@@ -4007,7 +4007,7 @@ function isSetEqual(a, b, equalityTester = referenceEquality) {
4007
4007
  return true;
4008
4008
  }
4009
4009
 
4010
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
4010
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
4011
4011
  function extractSemanticTypeParameters(node) {
4012
4012
  if (!ts16.isClassDeclaration(node) || node.typeParameters === void 0) {
4013
4013
  return null;
@@ -4029,14 +4029,14 @@ function isTypeParameterEqual(a, b) {
4029
4029
  return a.hasGenericTypeBound === b.hasGenericTypeBound;
4030
4030
  }
4031
4031
 
4032
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/api.mjs
4032
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/api.mjs
4033
4033
  var ComponentScopeKind;
4034
4034
  (function(ComponentScopeKind2) {
4035
4035
  ComponentScopeKind2[ComponentScopeKind2["NgModule"] = 0] = "NgModule";
4036
4036
  ComponentScopeKind2[ComponentScopeKind2["Standalone"] = 1] = "Standalone";
4037
4037
  })(ComponentScopeKind || (ComponentScopeKind = {}));
4038
4038
 
4039
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/component_scope.mjs
4039
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/component_scope.mjs
4040
4040
  var CompoundComponentScopeReader = class {
4041
4041
  readers;
4042
4042
  constructor(readers) {
@@ -4062,7 +4062,7 @@ var CompoundComponentScopeReader = class {
4062
4062
  }
4063
4063
  };
4064
4064
 
4065
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/dependency.mjs
4065
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/dependency.mjs
4066
4066
  var MetadataDtsModuleScopeResolver = class {
4067
4067
  dtsMetaReader;
4068
4068
  aliasingHost;
@@ -4140,11 +4140,11 @@ var MetadataDtsModuleScopeResolver = class {
4140
4140
  }
4141
4141
  };
4142
4142
 
4143
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.mjs
4143
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.mjs
4144
4144
  import { ExternalExpr as ExternalExpr3 } from "@angular/compiler";
4145
4145
  import ts17 from "typescript";
4146
4146
 
4147
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/util.mjs
4147
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/util.mjs
4148
4148
  function getDiagnosticNode(ref, rawExpr) {
4149
4149
  return rawExpr !== null ? ref.getOriginForDiagnostics(rawExpr) : ref.node.name;
4150
4150
  }
@@ -4170,7 +4170,7 @@ function makeUnknownComponentDeferredImportDiagnostic(ref, rawExpr) {
4170
4170
  return makeDiagnostic(ErrorCode.COMPONENT_UNKNOWN_DEFERRED_IMPORT, getDiagnosticNode(ref, rawExpr), `Component deferred imports must be standalone components, directives or pipes.`);
4171
4171
  }
4172
4172
 
4173
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.mjs
4173
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.mjs
4174
4174
  var IN_PROGRESS_RESOLUTION = {};
4175
4175
  var LocalModuleScopeRegistry = class {
4176
4176
  localReader;
@@ -4529,7 +4529,7 @@ function reexportCollision(module, refA, refB) {
4529
4529
  ]);
4530
4530
  }
4531
4531
 
4532
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/typecheck.mjs
4532
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/typecheck.mjs
4533
4533
  import { CssSelector, SelectorMatcher } from "@angular/compiler";
4534
4534
  import ts18 from "typescript";
4535
4535
  var TypeCheckScopeRegistry = class {
@@ -4613,15 +4613,15 @@ var TypeCheckScopeRegistry = class {
4613
4613
  }
4614
4614
  };
4615
4615
 
4616
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/handler.mjs
4616
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/handler.mjs
4617
4617
  import { compileClassMetadata, compileDeclareClassMetadata, compileDeclareDirectiveFromMetadata, compileDirectiveFromMetadata, FactoryTarget, makeBindingParser as makeBindingParser2, R3TargetBinder, WrappedNodeExpr as WrappedNodeExpr8 } from "@angular/compiler";
4618
4618
  import ts43 from "typescript";
4619
4619
 
4620
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/shared.mjs
4620
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/shared.mjs
4621
4621
  import { createMayBeForwardRefExpression as createMayBeForwardRefExpression2, emitDistinctChangesOnlyDefaultValue, ExternalExpr as ExternalExpr4, getSafePropertyAccessString, parseHostBindings, ParserError, verifyHostBindings, WrappedNodeExpr as WrappedNodeExpr5 } from "@angular/compiler";
4622
4622
  import ts22 from "typescript";
4623
4623
 
4624
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/initializer_function_access.mjs
4624
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/initializer_function_access.mjs
4625
4625
  function validateAccessOfInitializerApiMember({ api, call }, member) {
4626
4626
  if (!api.allowedAccessLevels.includes(member.accessLevel)) {
4627
4627
  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)}.`, [
@@ -4630,7 +4630,7 @@ function validateAccessOfInitializerApiMember({ api, call }, member) {
4630
4630
  }
4631
4631
  }
4632
4632
 
4633
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/initializer_functions.mjs
4633
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/initializer_functions.mjs
4634
4634
  import ts19 from "typescript";
4635
4635
  function tryParseInitializerApi(functions, expression, reflector, importTracker) {
4636
4636
  if (!ts19.isCallExpression(expression)) {
@@ -4699,7 +4699,7 @@ function parseTopLevelCallFromNamespace(call, functions, importTracker) {
4699
4699
  return { api: matchingApi, apiReference, isRequired };
4700
4700
  }
4701
4701
 
4702
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/input_output_parse_options.mjs
4702
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/input_output_parse_options.mjs
4703
4703
  import ts20 from "typescript";
4704
4704
  function parseAndValidateInputAndOutputOptions(optionsNode) {
4705
4705
  if (!ts20.isObjectLiteralExpression(optionsNode)) {
@@ -4717,7 +4717,7 @@ function parseAndValidateInputAndOutputOptions(optionsNode) {
4717
4717
  return { alias };
4718
4718
  }
4719
4719
 
4720
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/input_function.mjs
4720
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/input_function.mjs
4721
4721
  var INPUT_INITIALIZER_FN = {
4722
4722
  functionName: "input",
4723
4723
  owningModule: "@angular/core",
@@ -4749,7 +4749,7 @@ function tryParseSignalInputMapping(member, reflector, importTracker) {
4749
4749
  };
4750
4750
  }
4751
4751
 
4752
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/model_function.mjs
4752
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/model_function.mjs
4753
4753
  var MODEL_INITIALIZER_FN = {
4754
4754
  functionName: "model",
4755
4755
  owningModule: "@angular/core",
@@ -4790,7 +4790,7 @@ function tryParseSignalModelMapping(member, reflector, importTracker) {
4790
4790
  };
4791
4791
  }
4792
4792
 
4793
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/output_function.mjs
4793
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/output_function.mjs
4794
4794
  var allowedAccessLevels = [
4795
4795
  ClassMemberAccessLevel.PublicWritable,
4796
4796
  ClassMemberAccessLevel.PublicReadonly,
@@ -4834,7 +4834,7 @@ function tryParseInitializerBasedOutput(member, reflector, importTracker) {
4834
4834
  };
4835
4835
  }
4836
4836
 
4837
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/query_functions.mjs
4837
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/query_functions.mjs
4838
4838
  import { createMayBeForwardRefExpression, outputAst as o } from "@angular/compiler";
4839
4839
  import ts21 from "typescript";
4840
4840
  var queryFunctionNames = [
@@ -4919,7 +4919,7 @@ function parseDescendantsOption(value) {
4919
4919
  throw new FatalDiagnosticError(ErrorCode.VALUE_HAS_WRONG_TYPE, value, `Expected "descendants" option to be a boolean literal.`);
4920
4920
  }
4921
4921
 
4922
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/shared.mjs
4922
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/shared.mjs
4923
4923
  var EMPTY_OBJECT = {};
4924
4924
  var queryDecoratorNames = [
4925
4925
  "ViewChild",
@@ -5759,7 +5759,7 @@ function extractHostBindingResources(nodes) {
5759
5759
  return result;
5760
5760
  }
5761
5761
 
5762
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/symbol.mjs
5762
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/symbol.mjs
5763
5763
  var DirectiveSymbol = class extends SemanticSymbol {
5764
5764
  selector;
5765
5765
  inputs;
@@ -5845,10 +5845,10 @@ function isBaseClassEqual(current, previous) {
5845
5845
  return isSymbolEqual(current, previous);
5846
5846
  }
5847
5847
 
5848
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/checker.mjs
5848
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/checker.mjs
5849
5849
  import { CssSelector as CssSelector4, DomElementSchemaRegistry as DomElementSchemaRegistry2, ExternalExpr as ExternalExpr6, WrappedNodeExpr as WrappedNodeExpr7 } from "@angular/compiler";
5850
5850
 
5851
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/api.mjs
5851
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/api.mjs
5852
5852
  var NgOriginalFile = Symbol("NgOriginalFile");
5853
5853
  var UpdateMode;
5854
5854
  (function(UpdateMode2) {
@@ -5856,13 +5856,13 @@ var UpdateMode;
5856
5856
  UpdateMode2[UpdateMode2["Incremental"] = 1] = "Incremental";
5857
5857
  })(UpdateMode || (UpdateMode = {}));
5858
5858
 
5859
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/ts_create_program_driver.mjs
5859
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/ts_create_program_driver.mjs
5860
5860
  import ts24 from "typescript";
5861
5861
 
5862
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/adapter.mjs
5862
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/adapter.mjs
5863
5863
  import ts23 from "typescript";
5864
5864
 
5865
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/expando.mjs
5865
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/expando.mjs
5866
5866
  var NgExtension = Symbol("NgExtension");
5867
5867
  function isExtended(sf) {
5868
5868
  return sf[NgExtension] !== void 0;
@@ -5922,13 +5922,13 @@ function retagTsFile(sf) {
5922
5922
  }
5923
5923
  }
5924
5924
 
5925
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/util.mjs
5925
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/util.mjs
5926
5926
  var TS_EXTENSIONS = /\.tsx?$/i;
5927
5927
  function makeShimFileName(fileName, suffix) {
5928
5928
  return absoluteFrom(fileName.replace(TS_EXTENSIONS, suffix));
5929
5929
  }
5930
5930
 
5931
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/adapter.mjs
5931
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/adapter.mjs
5932
5932
  var ShimAdapter = class {
5933
5933
  delegate;
5934
5934
  shims = /* @__PURE__ */ new Map();
@@ -6025,7 +6025,7 @@ var ShimAdapter = class {
6025
6025
  }
6026
6026
  };
6027
6027
 
6028
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/reference_tagger.mjs
6028
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/reference_tagger.mjs
6029
6029
  var ShimReferenceTagger = class {
6030
6030
  suffixes;
6031
6031
  tagged = /* @__PURE__ */ new Set();
@@ -6060,7 +6060,7 @@ var ShimReferenceTagger = class {
6060
6060
  }
6061
6061
  };
6062
6062
 
6063
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/ts_create_program_driver.mjs
6063
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/ts_create_program_driver.mjs
6064
6064
  var DelegatingCompilerHost = class {
6065
6065
  delegate;
6066
6066
  createHash;
@@ -6211,7 +6211,7 @@ var TsCreateProgramDriver = class {
6211
6211
  }
6212
6212
  };
6213
6213
 
6214
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/diagnostic.mjs
6214
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/diagnostic.mjs
6215
6215
  import ts25 from "typescript";
6216
6216
  function makeTemplateDiagnostic(id, mapping, span, category, code, messageText, relatedMessages) {
6217
6217
  var _a;
@@ -6322,7 +6322,7 @@ function parseTemplateAsSourceFile(fileName, template) {
6322
6322
  );
6323
6323
  }
6324
6324
 
6325
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/id.mjs
6325
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/id.mjs
6326
6326
  var TYPE_CHECK_ID_MAP = Symbol("TypeCheckId");
6327
6327
  function getTypeCheckId(clazz) {
6328
6328
  const sf = clazz.getSourceFile();
@@ -6335,11 +6335,11 @@ function getTypeCheckId(clazz) {
6335
6335
  return sf[TYPE_CHECK_ID_MAP].get(clazz);
6336
6336
  }
6337
6337
 
6338
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/completion.mjs
6338
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/completion.mjs
6339
6339
  import { EmptyExpr, ImplicitReceiver, PropertyRead, PropertyWrite, SafePropertyRead, TmplAstLetDeclaration, TmplAstReference, TmplAstTextAttribute } from "@angular/compiler";
6340
6340
  import ts27 from "typescript";
6341
6341
 
6342
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/comments.mjs
6342
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/comments.mjs
6343
6343
  import { AbsoluteSourceSpan } from "@angular/compiler";
6344
6344
  import ts26 from "typescript";
6345
6345
  var parseSpanComment = /^(\d+),(\d+)$/;
@@ -6470,7 +6470,7 @@ function hasExpressionIdentifier(sourceFile, node, identifier) {
6470
6470
  }) || false;
6471
6471
  }
6472
6472
 
6473
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/completion.mjs
6473
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/completion.mjs
6474
6474
  var CompletionEngine = class {
6475
6475
  tcb;
6476
6476
  data;
@@ -6637,7 +6637,7 @@ var CompletionEngine = class {
6637
6637
  }
6638
6638
  };
6639
6639
 
6640
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
6640
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
6641
6641
  import { ParseSourceFile as ParseSourceFile2 } from "@angular/compiler";
6642
6642
 
6643
6643
  // node_modules/magic-string/dist/magic-string.es.mjs
@@ -7680,10 +7680,10 @@ var MagicString = class {
7680
7680
  }
7681
7681
  };
7682
7682
 
7683
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
7683
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
7684
7684
  import ts41 from "typescript";
7685
7685
 
7686
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/dom.mjs
7686
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/dom.mjs
7687
7687
  import { DomElementSchemaRegistry } from "@angular/compiler";
7688
7688
  import ts28 from "typescript";
7689
7689
  var REGISTRY = new DomElementSchemaRegistry();
@@ -7749,10 +7749,10 @@ var RegistryDomSchemaChecker = class {
7749
7749
  }
7750
7750
  };
7751
7751
 
7752
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/environment.mjs
7752
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/environment.mjs
7753
7753
  import ts34 from "typescript";
7754
7754
 
7755
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/reference_emit_environment.mjs
7755
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/reference_emit_environment.mjs
7756
7756
  import { ExpressionType, ExternalExpr as ExternalExpr5, TypeModifier } from "@angular/compiler";
7757
7757
  var ReferenceEmitEnvironment = class {
7758
7758
  importManager;
@@ -7787,7 +7787,7 @@ var ReferenceEmitEnvironment = class {
7787
7787
  }
7788
7788
  };
7789
7789
 
7790
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/ts_util.mjs
7790
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/ts_util.mjs
7791
7791
  import ts29 from "typescript";
7792
7792
  var SAFE_TO_CAST_WITHOUT_PARENS = /* @__PURE__ */ new Set([
7793
7793
  ts29.SyntaxKind.ParenthesizedExpression,
@@ -7878,15 +7878,15 @@ function tsNumericExpression(value) {
7878
7878
  return ts29.factory.createNumericLiteral(value);
7879
7879
  }
7880
7880
 
7881
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.mjs
7881
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.mjs
7882
7882
  import { ExpressionType as ExpressionType2, R3Identifiers as R3Identifiers2, WrappedNodeExpr as WrappedNodeExpr6 } from "@angular/compiler";
7883
7883
  import ts33 from "typescript";
7884
7884
 
7885
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.mjs
7885
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.mjs
7886
7886
  import { R3Identifiers } from "@angular/compiler";
7887
7887
  import ts32 from "typescript";
7888
7888
 
7889
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_parameter_emitter.mjs
7889
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_parameter_emitter.mjs
7890
7890
  import ts30 from "typescript";
7891
7891
  var TypeParameterEmitter = class {
7892
7892
  typeParameters;
@@ -7966,7 +7966,7 @@ var TypeParameterEmitter = class {
7966
7966
  }
7967
7967
  };
7968
7968
 
7969
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/host_bindings.mjs
7969
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/host_bindings.mjs
7970
7970
  import { BindingType, CssSelector as CssSelector2, makeBindingParser, TmplAstBoundAttribute, TmplAstBoundEvent, TmplAstHostElement, AbsoluteSourceSpan as AbsoluteSourceSpan2, ParseSpan, PropertyRead as PropertyRead2, ParsedEventType, Call, ThisReceiver, KeyedRead, LiteralPrimitive, RecursiveAstVisitor, ASTWithName, SafeCall, ImplicitReceiver as ImplicitReceiver2 } from "@angular/compiler";
7971
7971
  import ts31 from "typescript";
7972
7972
  var GUARD_COMMENT_TEXT = "hostBindingsBlockGuard";
@@ -8192,7 +8192,7 @@ var ReplaceSpanVisitor = class extends RecursiveAstVisitor {
8192
8192
  }
8193
8193
  };
8194
8194
 
8195
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.mjs
8195
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.mjs
8196
8196
  var TCB_FILE_IMPORT_GRAPH_PREPARE_IDENTIFIERS = [
8197
8197
  R3Identifiers.InputSignalBrandWriteType
8198
8198
  ];
@@ -8305,7 +8305,7 @@ function checkIfGenericTypeBoundsCanBeEmitted(node, reflector, env) {
8305
8305
  return emitter.canEmit((ref) => env.canReferenceType(ref));
8306
8306
  }
8307
8307
 
8308
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.mjs
8308
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.mjs
8309
8309
  function generateTypeCtorDeclarationFn(env, meta, nodeTypeRef, typeParams) {
8310
8310
  const rawTypeArgs = typeParams !== void 0 ? generateGenericArgs(typeParams) : void 0;
8311
8311
  const rawType = ts33.factory.createTypeReferenceNode(nodeTypeRef, rawTypeArgs);
@@ -8428,7 +8428,7 @@ function typeParametersWithDefaultTypes(params) {
8428
8428
  });
8429
8429
  }
8430
8430
 
8431
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/environment.mjs
8431
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/environment.mjs
8432
8432
  var Environment = class extends ReferenceEmitEnvironment {
8433
8433
  config;
8434
8434
  nextIds = {
@@ -8501,7 +8501,7 @@ var Environment = class extends ReferenceEmitEnvironment {
8501
8501
  }
8502
8502
  };
8503
8503
 
8504
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/oob.mjs
8504
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/oob.mjs
8505
8505
  import { AbsoluteSourceSpan as AbsoluteSourceSpan3, TmplAstElement } from "@angular/compiler";
8506
8506
  import ts35 from "typescript";
8507
8507
  var OutOfBandDiagnosticRecorderImpl = class {
@@ -8704,7 +8704,7 @@ function makeInlineDiagnostic(id, code, node, messageText, relatedInformation) {
8704
8704
  };
8705
8705
  }
8706
8706
 
8707
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/shim.mjs
8707
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/shim.mjs
8708
8708
  import ts36 from "typescript";
8709
8709
  var TypeCheckShimGenerator = class {
8710
8710
  extensionPrefix = "ngtypecheck";
@@ -8720,11 +8720,11 @@ var TypeCheckShimGenerator = class {
8720
8720
  }
8721
8721
  };
8722
8722
 
8723
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.mjs
8723
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.mjs
8724
8724
  import { BindingPipe, BindingType as BindingType2, Call as Call3, createCssSelectorFromNode, CssSelector as CssSelector3, DYNAMIC_TYPE, ImplicitReceiver as ImplicitReceiver3, ParsedEventType as ParsedEventType2, PropertyRead as PropertyRead4, PropertyWrite as PropertyWrite2, R3Identifiers as R3Identifiers3, SafeCall as SafeCall2, SafePropertyRead as SafePropertyRead3, SelectorMatcher as SelectorMatcher2, ThisReceiver as ThisReceiver2, TmplAstBoundAttribute as TmplAstBoundAttribute2, TmplAstBoundText, TmplAstContent, TmplAstDeferredBlock, TmplAstElement as TmplAstElement2, TmplAstForLoopBlock, TmplAstIcu, TmplAstIfBlock, TmplAstIfBlockBranch, TmplAstLetDeclaration as TmplAstLetDeclaration2, TmplAstReference as TmplAstReference2, TmplAstSwitchBlock, TmplAstTemplate, TmplAstText, TmplAstTextAttribute as TmplAstTextAttribute2, TmplAstVariable, TmplAstHostElement as TmplAstHostElement2, TransplantedType } from "@angular/compiler";
8725
8725
  import ts39 from "typescript";
8726
8726
 
8727
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/diagnostics.mjs
8727
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/diagnostics.mjs
8728
8728
  import { AbsoluteSourceSpan as AbsoluteSourceSpan4 } from "@angular/compiler";
8729
8729
  import ts37 from "typescript";
8730
8730
  function wrapForDiagnostics(expr) {
@@ -8780,7 +8780,7 @@ function translateDiagnostic(diagnostic, resolver) {
8780
8780
  return makeTemplateDiagnostic(sourceLocation.id, templateSourceMapping, span, diagnostic.category, diagnostic.code, diagnostic.messageText);
8781
8781
  }
8782
8782
 
8783
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/expression.mjs
8783
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/expression.mjs
8784
8784
  import { ASTWithSource, Call as Call2, EmptyExpr as EmptyExpr2, PropertyRead as PropertyRead3, SafeKeyedRead, SafePropertyRead as SafePropertyRead2 } from "@angular/compiler";
8785
8785
  import ts38 from "typescript";
8786
8786
  var ANY_EXPRESSION = ts38.factory.createAsExpression(ts38.factory.createNumericLiteral("0"), ts38.factory.createKeywordTypeNode(ts38.SyntaxKind.AnyKeyword));
@@ -9173,7 +9173,7 @@ var _VeSafeLhsInferenceBugDetector = class {
9173
9173
  var VeSafeLhsInferenceBugDetector = _VeSafeLhsInferenceBugDetector;
9174
9174
  __publicField(VeSafeLhsInferenceBugDetector, "SINGLETON", new _VeSafeLhsInferenceBugDetector());
9175
9175
 
9176
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.mjs
9176
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.mjs
9177
9177
  var TcbGenericContextBehavior;
9178
9178
  (function(TcbGenericContextBehavior2) {
9179
9179
  TcbGenericContextBehavior2[TcbGenericContextBehavior2["UseEmitter"] = 0] = "UseEmitter";
@@ -10931,7 +10931,7 @@ var TcbForLoopTrackTranslator = class extends TcbExpressionTranslator {
10931
10931
  }
10932
10932
  };
10933
10933
 
10934
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_file.mjs
10934
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_file.mjs
10935
10935
  import ts40 from "typescript";
10936
10936
  var TypeCheckFile = class extends Environment {
10937
10937
  fileName;
@@ -10980,7 +10980,7 @@ var TypeCheckFile = class extends Environment {
10980
10980
  }
10981
10981
  };
10982
10982
 
10983
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
10983
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
10984
10984
  var InliningMode;
10985
10985
  (function(InliningMode2) {
10986
10986
  InliningMode2[InliningMode2["InlineOps"] = 0] = "InlineOps";
@@ -11265,10 +11265,10 @@ var TypeCtorOp = class {
11265
11265
  }
11266
11266
  };
11267
11267
 
11268
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/source.mjs
11268
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/source.mjs
11269
11269
  import { ParseLocation as ParseLocation2, ParseSourceSpan as ParseSourceSpan2 } from "@angular/compiler";
11270
11270
 
11271
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/line_mappings.mjs
11271
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/line_mappings.mjs
11272
11272
  var LF_CHAR = 10;
11273
11273
  var CR_CHAR = 13;
11274
11274
  var LINE_SEP_CHAR = 8232;
@@ -11309,7 +11309,7 @@ function findClosestLineStartPosition(linesMap, position, low = 0, high = linesM
11309
11309
  return low - 1;
11310
11310
  }
11311
11311
 
11312
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/source.mjs
11312
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/source.mjs
11313
11313
  var Source = class {
11314
11314
  mapping;
11315
11315
  file;
@@ -11375,7 +11375,7 @@ var DirectiveSourceManager = class {
11375
11375
  }
11376
11376
  };
11377
11377
 
11378
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/template_symbol_builder.mjs
11378
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/template_symbol_builder.mjs
11379
11379
  import { AST, ASTWithName as ASTWithName2, ASTWithSource as ASTWithSource2, BindingPipe as BindingPipe2, PropertyRead as PropertyRead5, PropertyWrite as PropertyWrite3, R3Identifiers as R3Identifiers4, SafePropertyRead as SafePropertyRead4, TmplAstBoundAttribute as TmplAstBoundAttribute3, TmplAstBoundEvent as TmplAstBoundEvent2, TmplAstElement as TmplAstElement3, TmplAstLetDeclaration as TmplAstLetDeclaration3, TmplAstReference as TmplAstReference3, TmplAstTemplate as TmplAstTemplate2, TmplAstTextAttribute as TmplAstTextAttribute3, TmplAstVariable as TmplAstVariable2 } from "@angular/compiler";
11380
11380
  import ts42 from "typescript";
11381
11381
  var SymbolBuilder = class {
@@ -11957,7 +11957,7 @@ function unwrapSignalInputWriteTAccessor(expr) {
11957
11957
  };
11958
11958
  }
11959
11959
 
11960
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/checker.mjs
11960
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/checker.mjs
11961
11961
  var REGISTRY2 = new DomElementSchemaRegistry2();
11962
11962
  var TemplateTypeCheckerImpl = class {
11963
11963
  originalProgram;
@@ -12684,7 +12684,7 @@ var SingleShimTypeCheckingHost = class extends SingleFileTypeCheckingHost {
12684
12684
  }
12685
12685
  };
12686
12686
 
12687
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/handler.mjs
12687
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/handler.mjs
12688
12688
  var FIELD_DECORATORS = [
12689
12689
  "Input",
12690
12690
  "Output",
@@ -12943,11 +12943,11 @@ var DirectiveDecoratorHandler = class {
12943
12943
  }
12944
12944
  };
12945
12945
 
12946
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
12946
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
12947
12947
  import { compileClassMetadata as compileClassMetadata2, compileDeclareClassMetadata as compileDeclareClassMetadata2, compileDeclareInjectorFromMetadata, compileDeclareNgModuleFromMetadata, compileInjector, compileNgModule, ExternalExpr as ExternalExpr7, FactoryTarget as FactoryTarget2, FunctionExpr, InvokeFunctionExpr, LiteralArrayExpr as LiteralArrayExpr2, R3Identifiers as R3Identifiers5, R3NgModuleMetadataKind, R3SelectorScopeMode, ReturnStatement, WrappedNodeExpr as WrappedNodeExpr9 } from "@angular/compiler";
12948
12948
  import ts45 from "typescript";
12949
12949
 
12950
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/module_with_providers.mjs
12950
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/module_with_providers.mjs
12951
12951
  import ts44 from "typescript";
12952
12952
  function createModuleWithProvidersResolver(reflector, isCore) {
12953
12953
  function _reflectModuleFromTypeParam(type, node) {
@@ -13019,7 +13019,7 @@ function isResolvedModuleWithProviders(sv) {
13019
13019
  return typeof sv.value === "object" && sv.value != null && sv.value.hasOwnProperty("ngModule") && sv.value.hasOwnProperty("mwpCall");
13020
13020
  }
13021
13021
 
13022
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
13022
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
13023
13023
  var NgModuleSymbol = class extends SemanticSymbol {
13024
13024
  hasProviders;
13025
13025
  remotelyScopedComponents = [];
@@ -13660,7 +13660,7 @@ function isSyntheticReference(ref) {
13660
13660
  return ref.synthetic;
13661
13661
  }
13662
13662
 
13663
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/diagnostics.mjs
13663
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/diagnostics.mjs
13664
13664
  function makeCyclicImportInfo(ref, type, cycle) {
13665
13665
  const name = ref.debugName || "(unknown)";
13666
13666
  const path = cycle.getPath().map((sf) => sf.fileName).join(" -> ");
@@ -13683,7 +13683,7 @@ function checkCustomElementSelectorForErrors(selector) {
13683
13683
  return null;
13684
13684
  }
13685
13685
 
13686
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/resources.mjs
13686
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/resources.mjs
13687
13687
  import { DEFAULT_INTERPOLATION_CONFIG, InterpolationConfig, ParseSourceFile as ParseSourceFile3, parseTemplate } from "@angular/compiler";
13688
13688
  import ts46 from "typescript";
13689
13689
  function getTemplateDeclarationNodeForError(declaration) {
@@ -14057,7 +14057,7 @@ function _extractTemplateStyleUrls(template) {
14057
14057
  }));
14058
14058
  }
14059
14059
 
14060
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/symbol.mjs
14060
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/symbol.mjs
14061
14061
  var ComponentSymbol = class extends DirectiveSymbol {
14062
14062
  usedDirectives = [];
14063
14063
  usedPipes = [];
@@ -14089,7 +14089,7 @@ var ComponentSymbol = class extends DirectiveSymbol {
14089
14089
  }
14090
14090
  };
14091
14091
 
14092
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/util.mjs
14092
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/util.mjs
14093
14093
  import ts47 from "typescript";
14094
14094
  function collectAnimationNames(value, animationTriggerNames) {
14095
14095
  if (value instanceof Map) {
@@ -14180,10 +14180,10 @@ function isLikelyModuleWithProviders(value) {
14180
14180
  return false;
14181
14181
  }
14182
14182
 
14183
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/hmr/src/metadata.mjs
14183
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/hmr/src/metadata.mjs
14184
14184
  import { outputAst as o3 } from "@angular/compiler";
14185
14185
 
14186
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/hmr/src/extract_dependencies.mjs
14186
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/hmr/src/extract_dependencies.mjs
14187
14187
  import { outputAst as o2 } from "@angular/compiler";
14188
14188
  import ts48 from "typescript";
14189
14189
  function extractHmrDependencies(node, definition, factory, deferBlockMetadata, classMetadata, debugInfo, reflection, evaluator) {
@@ -14395,7 +14395,7 @@ function isConstEnumReference(node, reflection) {
14395
14395
  return declaration !== null && ts48.isEnumDeclaration(declaration.node) && !!((_a = declaration.node.modifiers) == null ? void 0 : _a.some((m) => m.kind === ts48.SyntaxKind.ConstKeyword));
14396
14396
  }
14397
14397
 
14398
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/hmr/src/metadata.mjs
14398
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/hmr/src/metadata.mjs
14399
14399
  import ts49 from "typescript";
14400
14400
  function extractHmrMetatadata(clazz, reflection, evaluator, compilerHost, rootDirs, definition, factory, deferBlockMetadata, classMetadata, debugInfo) {
14401
14401
  if (!reflection.isClass(clazz)) {
@@ -14417,7 +14417,7 @@ function extractHmrMetatadata(clazz, reflection, evaluator, compilerHost, rootDi
14417
14417
  return meta;
14418
14418
  }
14419
14419
 
14420
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/hmr/src/update_declaration.mjs
14420
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/hmr/src/update_declaration.mjs
14421
14421
  import { compileHmrUpdateCallback } from "@angular/compiler";
14422
14422
  import ts50 from "typescript";
14423
14423
  function getHmrUpdateDeclaration(compilationResults, constantStatements, meta, declaration) {
@@ -14454,7 +14454,7 @@ var HmrModuleImportRewriter = class {
14454
14454
  }
14455
14455
  };
14456
14456
 
14457
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
14457
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
14458
14458
  var EMPTY_ARRAY2 = [];
14459
14459
  var isUsedDirective = (decl) => decl.kind === R3TemplateDependencyKind.Directive;
14460
14460
  var isUsedPipe = (decl) => decl.kind === R3TemplateDependencyKind.Pipe;
@@ -15658,7 +15658,7 @@ function isDefaultImport(node) {
15658
15658
  return node.importClause !== void 0 && node.importClause.namedBindings === void 0;
15659
15659
  }
15660
15660
 
15661
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/injectable.mjs
15661
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/injectable.mjs
15662
15662
  import { compileClassMetadata as compileClassMetadata3, compileDeclareClassMetadata as compileDeclareClassMetadata3, compileDeclareInjectableFromMetadata, compileInjectable, createMayBeForwardRefExpression as createMayBeForwardRefExpression3, FactoryTarget as FactoryTarget4, LiteralExpr as LiteralExpr3, WrappedNodeExpr as WrappedNodeExpr10 } from "@angular/compiler";
15663
15663
  import ts52 from "typescript";
15664
15664
  var InjectableDecoratorHandler = class {
@@ -15899,7 +15899,7 @@ function getDep(dep, reflector) {
15899
15899
  return meta;
15900
15900
  }
15901
15901
 
15902
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/pipe.mjs
15902
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/pipe.mjs
15903
15903
  import { compileClassMetadata as compileClassMetadata4, compileDeclareClassMetadata as compileDeclareClassMetadata4, compileDeclarePipeFromMetadata, compilePipeFromMetadata, FactoryTarget as FactoryTarget5 } from "@angular/compiler";
15904
15904
  import ts53 from "typescript";
15905
15905
  var PipeSymbol = class extends SemanticSymbol {
@@ -16147,4 +16147,4 @@ export {
16147
16147
  * Use of this source code is governed by an MIT-style license that can be
16148
16148
  * found in the LICENSE file at https://angular.dev/license
16149
16149
  */
16150
- //# sourceMappingURL=chunk-4L4X3YJZ.js.map
16150
+ //# sourceMappingURL=chunk-QDS4K6PQ.js.map