@angular/compiler-cli 18.0.0-next.3 → 18.0.0-next.4

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 (37) hide show
  1. package/bundles/{chunk-UYDKSYFP.js → chunk-3XKDS7QX.js} +78 -78
  2. package/bundles/{chunk-QA6MINWF.js → chunk-4WIV5B72.js} +13 -13
  3. package/bundles/{chunk-RUNTWSSX.js → chunk-72BAHUP4.js} +43 -43
  4. package/bundles/{chunk-UM6JO3VZ.js → chunk-75YFKYUJ.js} +7 -7
  5. package/bundles/{chunk-KVMNPNPQ.js → chunk-QDR2AJXR.js} +5 -5
  6. package/bundles/{chunk-64JBPJBS.js → chunk-R4KQI5XI.js} +5 -5
  7. package/bundles/{chunk-LYJKWJUC.js → chunk-SBDNBITT.js} +3 -3
  8. package/bundles/{chunk-45SUUHP7.js → chunk-VHKPES4D.js} +31 -31
  9. package/bundles/{chunk-75Z2LUBT.js → chunk-VK6ST3OM.js} +139 -129
  10. package/bundles/chunk-VK6ST3OM.js.map +6 -0
  11. package/bundles/{chunk-2WQIUGOU.js → chunk-WCD6LVCP.js} +7 -7
  12. package/bundles/{chunk-XIYC7KSQ.js → chunk-YUMIYLNL.js} +5 -5
  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 +5 -5
  20. package/bundles/private/tooling.js +5 -5
  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/metadata/src/api.d.ts +1 -1
  27. package/bundles/chunk-75Z2LUBT.js.map +0 -6
  28. /package/bundles/{chunk-UYDKSYFP.js.map → chunk-3XKDS7QX.js.map} +0 -0
  29. /package/bundles/{chunk-QA6MINWF.js.map → chunk-4WIV5B72.js.map} +0 -0
  30. /package/bundles/{chunk-RUNTWSSX.js.map → chunk-72BAHUP4.js.map} +0 -0
  31. /package/bundles/{chunk-UM6JO3VZ.js.map → chunk-75YFKYUJ.js.map} +0 -0
  32. /package/bundles/{chunk-KVMNPNPQ.js.map → chunk-QDR2AJXR.js.map} +0 -0
  33. /package/bundles/{chunk-64JBPJBS.js.map → chunk-R4KQI5XI.js.map} +0 -0
  34. /package/bundles/{chunk-LYJKWJUC.js.map → chunk-SBDNBITT.js.map} +0 -0
  35. /package/bundles/{chunk-45SUUHP7.js.map → chunk-VHKPES4D.js.map} +0 -0
  36. /package/bundles/{chunk-2WQIUGOU.js.map → chunk-WCD6LVCP.js.map} +0 -0
  37. /package/bundles/{chunk-XIYC7KSQ.js.map → chunk-YUMIYLNL.js.map} +0 -0
@@ -34,18 +34,18 @@ import {
34
34
  translateStatement,
35
35
  translateType,
36
36
  typeNodeToValueExpr
37
- } from "./chunk-RUNTWSSX.js";
37
+ } from "./chunk-72BAHUP4.js";
38
38
  import {
39
39
  PerfEvent,
40
40
  PerfPhase
41
- } from "./chunk-64JBPJBS.js";
41
+ } from "./chunk-R4KQI5XI.js";
42
42
  import {
43
43
  absoluteFrom,
44
44
  absoluteFromSourceFile,
45
45
  relative
46
- } from "./chunk-UM6JO3VZ.js";
46
+ } from "./chunk-75YFKYUJ.js";
47
47
 
48
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/util.mjs
48
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/util.mjs
49
49
  import { ExternalExpr, ParseLocation, ParseSourceFile, ParseSourceSpan, ReadPropExpr, WrappedNodeExpr } from "@angular/compiler";
50
50
  import ts from "typescript";
51
51
  var CORE_MODULE = "@angular/core";
@@ -301,7 +301,7 @@ function isAbstractClassDeclaration(clazz) {
301
301
  return ts.canHaveModifiers(clazz) && clazz.modifiers !== void 0 ? clazz.modifiers.some((mod) => mod.kind === ts.SyntaxKind.AbstractKeyword) : false;
302
302
  }
303
303
 
304
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/dynamic.mjs
304
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/dynamic.mjs
305
305
  var DynamicValue = class {
306
306
  constructor(node, reason, code) {
307
307
  this.node = node;
@@ -391,10 +391,10 @@ var DynamicValue = class {
391
391
  }
392
392
  };
393
393
 
394
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
394
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
395
395
  import ts2 from "typescript";
396
396
 
397
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/result.mjs
397
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/result.mjs
398
398
  var ResolvedModule = class {
399
399
  constructor(exports, evaluate) {
400
400
  this.exports = exports;
@@ -424,7 +424,7 @@ var EnumValue = class {
424
424
  var KnownFn = class {
425
425
  };
426
426
 
427
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/builtin.mjs
427
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/builtin.mjs
428
428
  var ArraySliceBuiltinFn = class extends KnownFn {
429
429
  constructor(lhs) {
430
430
  super();
@@ -476,14 +476,14 @@ var StringConcatBuiltinFn = class extends KnownFn {
476
476
  }
477
477
  };
478
478
 
479
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/synthetic.mjs
479
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/synthetic.mjs
480
480
  var SyntheticValue = class {
481
481
  constructor(value) {
482
482
  this.value = value;
483
483
  }
484
484
  };
485
485
 
486
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
486
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
487
487
  function literalBinaryOp(op) {
488
488
  return { op, literal: true };
489
489
  }
@@ -1061,7 +1061,7 @@ function owningModule(context, override = null) {
1061
1061
  }
1062
1062
  }
1063
1063
 
1064
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interface.mjs
1064
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interface.mjs
1065
1065
  var PartialEvaluator = class {
1066
1066
  constructor(host, checker, dependencyTracker) {
1067
1067
  this.host = host;
@@ -1081,7 +1081,7 @@ var PartialEvaluator = class {
1081
1081
  }
1082
1082
  };
1083
1083
 
1084
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/diagnostics.mjs
1084
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/diagnostics.mjs
1085
1085
  import ts3 from "typescript";
1086
1086
  function describeResolvedType(value, maxDepth = 1) {
1087
1087
  var _a, _b;
@@ -1211,7 +1211,7 @@ function getContainerNode(node) {
1211
1211
  return node.getSourceFile();
1212
1212
  }
1213
1213
 
1214
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/di.mjs
1214
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/di.mjs
1215
1215
  import { LiteralExpr, WrappedNodeExpr as WrappedNodeExpr2 } from "@angular/compiler";
1216
1216
  import ts4 from "typescript";
1217
1217
  function getConstructorDependencies(clazz, reflector, isCore) {
@@ -1355,10 +1355,10 @@ function createUnsuitableInjectionTokenError(clazz, error) {
1355
1355
  return new FatalDiagnosticError(ErrorCode.PARAM_MISSING_TOKEN, param.nameNode, chain, hints);
1356
1356
  }
1357
1357
 
1358
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.mjs
1358
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.mjs
1359
1359
  import ts12 from "typescript";
1360
1360
 
1361
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/api.mjs
1361
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/api.mjs
1362
1362
  var MetaKind;
1363
1363
  (function(MetaKind2) {
1364
1364
  MetaKind2[MetaKind2["Directive"] = 0] = "Directive";
@@ -1371,10 +1371,10 @@ var MatchSource;
1371
1371
  MatchSource2[MatchSource2["HostDirective"] = 1] = "HostDirective";
1372
1372
  })(MatchSource || (MatchSource = {}));
1373
1373
 
1374
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
1374
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
1375
1375
  import ts6 from "typescript";
1376
1376
 
1377
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/property_mapping.mjs
1377
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/property_mapping.mjs
1378
1378
  var ClassPropertyMapping = class {
1379
1379
  constructor(forwardMap) {
1380
1380
  this.forwardMap = forwardMap;
@@ -1454,7 +1454,7 @@ function reverseMapFromForwardMap(forwardMap) {
1454
1454
  return reverseMap;
1455
1455
  }
1456
1456
 
1457
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/util.mjs
1457
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/util.mjs
1458
1458
  import ts5 from "typescript";
1459
1459
  function extractReferencesFromType(checker, def, bestGuessOwningModule) {
1460
1460
  if (!ts5.isTupleTypeNode(def)) {
@@ -1647,7 +1647,7 @@ function isHostDirectiveMetaForGlobalMode(hostDirectiveMeta) {
1647
1647
  return hostDirectiveMeta.directive instanceof Reference;
1648
1648
  }
1649
1649
 
1650
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
1650
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
1651
1651
  var DtsMetadataReader = class {
1652
1652
  constructor(checker, reflector) {
1653
1653
  this.checker = checker;
@@ -1830,7 +1830,7 @@ function readHostDirectivesType(checker, type, bestGuessOwningModule) {
1830
1830
  return result.length > 0 ? result : null;
1831
1831
  }
1832
1832
 
1833
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/inheritance.mjs
1833
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/inheritance.mjs
1834
1834
  function flattenInheritedDirectiveMetadata(reader, dir) {
1835
1835
  const topMeta = reader.getDirectiveMetadata(dir);
1836
1836
  if (topMeta === null) {
@@ -1894,7 +1894,7 @@ function flattenInheritedDirectiveMetadata(reader, dir) {
1894
1894
  };
1895
1895
  }
1896
1896
 
1897
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/registry.mjs
1897
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/registry.mjs
1898
1898
  var LocalMetadataRegistry = class {
1899
1899
  constructor() {
1900
1900
  this.directives = /* @__PURE__ */ new Map();
@@ -1951,7 +1951,7 @@ var CompoundMetadataRegistry = class {
1951
1951
  }
1952
1952
  };
1953
1953
 
1954
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/resource_registry.mjs
1954
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/resource_registry.mjs
1955
1955
  var ResourceRegistry = class {
1956
1956
  constructor() {
1957
1957
  this.externalTemplateToComponentsMap = /* @__PURE__ */ new Map();
@@ -2016,7 +2016,7 @@ var ResourceRegistry = class {
2016
2016
  }
2017
2017
  };
2018
2018
 
2019
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/providers.mjs
2019
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/providers.mjs
2020
2020
  var ExportedProviderStatusResolver = class {
2021
2021
  constructor(metaReader) {
2022
2022
  this.metaReader = metaReader;
@@ -2060,7 +2060,7 @@ var ExportedProviderStatusResolver = class {
2060
2060
  }
2061
2061
  };
2062
2062
 
2063
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/host_directives_resolver.mjs
2063
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/host_directives_resolver.mjs
2064
2064
  var EMPTY_ARRAY = [];
2065
2065
  var HostDirectivesResolver = class {
2066
2066
  constructor(metaReader) {
@@ -2126,7 +2126,7 @@ function resolveOutput(bindingName) {
2126
2126
  return bindingName;
2127
2127
  }
2128
2128
 
2129
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/api.mjs
2129
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/api.mjs
2130
2130
  var CompilationMode;
2131
2131
  (function(CompilationMode2) {
2132
2132
  CompilationMode2[CompilationMode2["FULL"] = 0] = "FULL";
@@ -2140,7 +2140,7 @@ var HandlerPrecedence;
2140
2140
  HandlerPrecedence2[HandlerPrecedence2["WEAK"] = 2] = "WEAK";
2141
2141
  })(HandlerPrecedence || (HandlerPrecedence = {}));
2142
2142
 
2143
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/alias.mjs
2143
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/alias.mjs
2144
2144
  import ts7 from "typescript";
2145
2145
  function aliasTransformFactory(exportStatements) {
2146
2146
  return () => {
@@ -2163,10 +2163,10 @@ function aliasTransformFactory(exportStatements) {
2163
2163
  };
2164
2164
  }
2165
2165
 
2166
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
2166
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
2167
2167
  import ts8 from "typescript";
2168
2168
 
2169
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/trait.mjs
2169
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/trait.mjs
2170
2170
  var TraitState;
2171
2171
  (function(TraitState2) {
2172
2172
  TraitState2[TraitState2["Pending"] = 0] = "Pending";
@@ -2223,7 +2223,7 @@ var TraitImpl = class {
2223
2223
  }
2224
2224
  };
2225
2225
 
2226
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
2226
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
2227
2227
  var TraitCompiler = class {
2228
2228
  constructor(handlers, reflector, perf, incrementalBuild, compileNonExportedClasses, compilationMode, dtsTransforms, semanticDepGraphUpdater, sourceFileTypeIdentifier) {
2229
2229
  this.handlers = handlers;
@@ -2680,7 +2680,7 @@ function containsErrors(diagnostics) {
2680
2680
  return diagnostics !== null && diagnostics.some((diag) => diag.category === ts8.DiagnosticCategory.Error);
2681
2681
  }
2682
2682
 
2683
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.mjs
2683
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.mjs
2684
2684
  import ts9 from "typescript";
2685
2685
  var DtsTransformRegistry = class {
2686
2686
  constructor() {
@@ -2827,11 +2827,11 @@ function markForEmitAsSingleLine(node) {
2827
2827
  ts9.forEachChild(node, markForEmitAsSingleLine);
2828
2828
  }
2829
2829
 
2830
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
2830
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
2831
2831
  import { ConstantPool } from "@angular/compiler";
2832
2832
  import ts11 from "typescript";
2833
2833
 
2834
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/visitor.mjs
2834
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/visitor.mjs
2835
2835
  import ts10 from "typescript";
2836
2836
  function visit(node, visitor, context) {
2837
2837
  return visitor._visit(node, context);
@@ -2892,7 +2892,7 @@ var Visitor = class {
2892
2892
  }
2893
2893
  };
2894
2894
 
2895
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
2895
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
2896
2896
  var NO_DECORATORS = /* @__PURE__ */ new Set();
2897
2897
  var CLOSURE_FILE_OVERVIEW_REGEXP = /\s+@fileoverview\s+/i;
2898
2898
  function ivyTransformFactory(compilation, reflector, importRewriter, defaultImportTracker, localCompilationExtraImportsTracker, perf, isCore, isClosureCompilerEnabled) {
@@ -3125,7 +3125,7 @@ function nodeArrayFromDecoratorsArray(decorators) {
3125
3125
  return array;
3126
3126
  }
3127
3127
 
3128
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.mjs
3128
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.mjs
3129
3129
  function makeDuplicateDeclarationError(node, data, kind) {
3130
3130
  const context = [];
3131
3131
  for (const decl of data) {
@@ -3332,7 +3332,7 @@ function assertLocalCompilationUnresolvedConst(compilationMode, value, nodeToHig
3332
3332
  }
3333
3333
  }
3334
3334
 
3335
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/evaluation.mjs
3335
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/evaluation.mjs
3336
3336
  import { ViewEncapsulation } from "@angular/compiler";
3337
3337
  import ts13 from "typescript";
3338
3338
  function resolveEnumValue(evaluator, metadata, field, enumSymbolName) {
@@ -3383,7 +3383,7 @@ function resolveLiteral(decorator, literalCache) {
3383
3383
  return meta;
3384
3384
  }
3385
3385
 
3386
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/factory.mjs
3386
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/factory.mjs
3387
3387
  import { compileDeclareFactoryFunction, compileFactoryFunction } from "@angular/compiler";
3388
3388
  function compileNgFactoryDefField(metadata) {
3389
3389
  const res = compileFactoryFunction(metadata);
@@ -3406,7 +3406,7 @@ function compileDeclareFactory(metadata) {
3406
3406
  };
3407
3407
  }
3408
3408
 
3409
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/injectable_registry.mjs
3409
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/injectable_registry.mjs
3410
3410
  var InjectableClassRegistry = class {
3411
3411
  constructor(host, isCore) {
3412
3412
  this.host = host;
@@ -3432,7 +3432,7 @@ var InjectableClassRegistry = class {
3432
3432
  }
3433
3433
  };
3434
3434
 
3435
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/metadata.mjs
3435
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/metadata.mjs
3436
3436
  import { ArrowFunctionExpr, LiteralArrayExpr, LiteralExpr as LiteralExpr2, literalMap, WrappedNodeExpr as WrappedNodeExpr3 } from "@angular/compiler";
3437
3437
  import ts14 from "typescript";
3438
3438
  function extractClassMetadata(clazz, reflection, isCore, annotateForClosureCompiler, angularDecoratorTransform = (dec) => dec) {
@@ -3517,7 +3517,7 @@ function removeIdentifierReferences(node, names) {
3517
3517
  return result.transformed[0];
3518
3518
  }
3519
3519
 
3520
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/debug_info.mjs
3520
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/debug_info.mjs
3521
3521
  import { literal as literal2, WrappedNodeExpr as WrappedNodeExpr4 } from "@angular/compiler";
3522
3522
  import * as path from "path";
3523
3523
  function extractClassDebugInfo(clazz, reflection, rootDirs, forbidOrphanRendering) {
@@ -3544,13 +3544,13 @@ function computeRelativePathIfPossible(filePath, rootDirs) {
3544
3544
  return null;
3545
3545
  }
3546
3546
 
3547
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/references_registry.mjs
3547
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/references_registry.mjs
3548
3548
  var NoopReferencesRegistry = class {
3549
3549
  add(source, ...references) {
3550
3550
  }
3551
3551
  };
3552
3552
 
3553
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/schema.mjs
3553
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/schema.mjs
3554
3554
  import { CUSTOM_ELEMENTS_SCHEMA, NO_ERRORS_SCHEMA } from "@angular/compiler";
3555
3555
  function extractSchemas(rawExpr, evaluator, context) {
3556
3556
  const schemas = [];
@@ -3580,7 +3580,7 @@ function extractSchemas(rawExpr, evaluator, context) {
3580
3580
  return schemas;
3581
3581
  }
3582
3582
 
3583
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/input_transforms.mjs
3583
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/input_transforms.mjs
3584
3584
  import { outputAst } from "@angular/compiler";
3585
3585
  function compileInputTransformFields(inputs) {
3586
3586
  const extraFields = [];
@@ -3598,11 +3598,11 @@ function compileInputTransformFields(inputs) {
3598
3598
  return extraFields;
3599
3599
  }
3600
3600
 
3601
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
3601
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
3602
3602
  import { compileClassDebugInfo, compileComponentClassMetadata, compileComponentDeclareClassMetadata, compileComponentFromMetadata, compileDeclareComponentFromMetadata, compileDeferResolverFunction, CssSelector as CssSelector2, DEFAULT_INTERPOLATION_CONFIG as DEFAULT_INTERPOLATION_CONFIG2, DomElementSchemaRegistry, ExternalExpr as ExternalExpr6, FactoryTarget as FactoryTarget3, makeBindingParser as makeBindingParser2, outputAst as o2, R3TargetBinder, R3TemplateDependencyKind, SelectorMatcher as SelectorMatcher2, ViewEncapsulation as ViewEncapsulation2 } from "@angular/compiler";
3603
3603
  import ts26 from "typescript";
3604
3604
 
3605
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/api.mjs
3605
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/api.mjs
3606
3606
  import ts15 from "typescript";
3607
3607
  var SemanticSymbol = class {
3608
3608
  constructor(decl) {
@@ -3618,7 +3618,7 @@ function getSymbolIdentifier(decl) {
3618
3618
  return decl.name.text;
3619
3619
  }
3620
3620
 
3621
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/graph.mjs
3621
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/graph.mjs
3622
3622
  import { ExternalExpr as ExternalExpr2 } from "@angular/compiler";
3623
3623
  var OpaqueSymbol = class extends SemanticSymbol {
3624
3624
  isPublicApiAffected() {
@@ -3761,10 +3761,10 @@ function getImportPath(expr) {
3761
3761
  }
3762
3762
  }
3763
3763
 
3764
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
3764
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
3765
3765
  import ts16 from "typescript";
3766
3766
 
3767
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/util.mjs
3767
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/util.mjs
3768
3768
  function isSymbolEqual(a, b) {
3769
3769
  if (a.decl === b.decl) {
3770
3770
  return true;
@@ -3814,7 +3814,7 @@ function isSetEqual(a, b, equalityTester = referenceEquality) {
3814
3814
  return true;
3815
3815
  }
3816
3816
 
3817
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
3817
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
3818
3818
  function extractSemanticTypeParameters(node) {
3819
3819
  if (!ts16.isClassDeclaration(node) || node.typeParameters === void 0) {
3820
3820
  return null;
@@ -3834,14 +3834,14 @@ function isTypeParameterEqual(a, b) {
3834
3834
  return a.hasGenericTypeBound === b.hasGenericTypeBound;
3835
3835
  }
3836
3836
 
3837
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/api.mjs
3837
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/api.mjs
3838
3838
  var ComponentScopeKind;
3839
3839
  (function(ComponentScopeKind2) {
3840
3840
  ComponentScopeKind2[ComponentScopeKind2["NgModule"] = 0] = "NgModule";
3841
3841
  ComponentScopeKind2[ComponentScopeKind2["Standalone"] = 1] = "Standalone";
3842
3842
  })(ComponentScopeKind || (ComponentScopeKind = {}));
3843
3843
 
3844
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/component_scope.mjs
3844
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/component_scope.mjs
3845
3845
  var CompoundComponentScopeReader = class {
3846
3846
  constructor(readers) {
3847
3847
  this.readers = readers;
@@ -3866,7 +3866,7 @@ var CompoundComponentScopeReader = class {
3866
3866
  }
3867
3867
  };
3868
3868
 
3869
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/dependency.mjs
3869
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/dependency.mjs
3870
3870
  var MetadataDtsModuleScopeResolver = class {
3871
3871
  constructor(dtsMetaReader, aliasingHost) {
3872
3872
  this.dtsMetaReader = dtsMetaReader;
@@ -3942,11 +3942,11 @@ var MetadataDtsModuleScopeResolver = class {
3942
3942
  }
3943
3943
  };
3944
3944
 
3945
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.mjs
3945
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.mjs
3946
3946
  import { ExternalExpr as ExternalExpr3 } from "@angular/compiler";
3947
3947
  import ts17 from "typescript";
3948
3948
 
3949
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/util.mjs
3949
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/util.mjs
3950
3950
  function getDiagnosticNode(ref, rawExpr) {
3951
3951
  return rawExpr !== null ? ref.getOriginForDiagnostics(rawExpr) : ref.node.name;
3952
3952
  }
@@ -3972,7 +3972,7 @@ function makeUnknownComponentDeferredImportDiagnostic(ref, rawExpr) {
3972
3972
  return makeDiagnostic(ErrorCode.COMPONENT_UNKNOWN_DEFERRED_IMPORT, getDiagnosticNode(ref, rawExpr), `Component deferred imports must be standalone components, directives or pipes.`);
3973
3973
  }
3974
3974
 
3975
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.mjs
3975
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.mjs
3976
3976
  var LocalModuleScopeRegistry = class {
3977
3977
  constructor(localReader, fullReader, dependencyScopeReader, refEmitter, aliasingHost) {
3978
3978
  this.localReader = localReader;
@@ -4311,7 +4311,7 @@ function reexportCollision(module, refA, refB) {
4311
4311
  ]);
4312
4312
  }
4313
4313
 
4314
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/typecheck.mjs
4314
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/typecheck.mjs
4315
4315
  import { CssSelector, SelectorMatcher } from "@angular/compiler";
4316
4316
  import ts18 from "typescript";
4317
4317
  var TypeCheckScopeRegistry = class {
@@ -4389,21 +4389,21 @@ var TypeCheckScopeRegistry = class {
4389
4389
  }
4390
4390
  };
4391
4391
 
4392
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/handler.mjs
4392
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/handler.mjs
4393
4393
  import { compileClassMetadata, compileDeclareClassMetadata, compileDeclareDirectiveFromMetadata, compileDirectiveFromMetadata, FactoryTarget, makeBindingParser, WrappedNodeExpr as WrappedNodeExpr6 } from "@angular/compiler";
4394
4394
 
4395
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/shared.mjs
4395
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/shared.mjs
4396
4396
  import { createMayBeForwardRefExpression as createMayBeForwardRefExpression2, emitDistinctChangesOnlyDefaultValue, ExternalExpr as ExternalExpr4, getSafePropertyAccessString, parseHostBindings, verifyHostBindings, WrappedNodeExpr as WrappedNodeExpr5 } from "@angular/compiler";
4397
4397
  import ts22 from "typescript";
4398
4398
 
4399
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/initializer_function_access.mjs
4399
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/initializer_function_access.mjs
4400
4400
  function validateAccessOfInitializerApiMember({ api, call }, member) {
4401
4401
  if (!api.allowedAccessLevels.includes(member.accessLevel)) {
4402
4402
  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)}.`, [makeDiagnosticChain(`Update the class field to be either: ` + api.allowedAccessLevels.map((l) => classMemberAccessLevelToString(l)).join(", "))]));
4403
4403
  }
4404
4404
  }
4405
4405
 
4406
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/initializer_functions.mjs
4406
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/initializer_functions.mjs
4407
4407
  import ts19 from "typescript";
4408
4408
  function tryParseInitializerApi(functions, expression, reflector, importTracker) {
4409
4409
  if (!ts19.isCallExpression(expression)) {
@@ -4472,7 +4472,7 @@ function parseTopLevelCallFromNamespace(call, functions, importTracker) {
4472
4472
  return { api: matchingApi, apiReference, isRequired };
4473
4473
  }
4474
4474
 
4475
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/input_output_parse_options.mjs
4475
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/input_output_parse_options.mjs
4476
4476
  import ts20 from "typescript";
4477
4477
  function parseAndValidateInputAndOutputOptions(optionsNode) {
4478
4478
  if (!ts20.isObjectLiteralExpression(optionsNode)) {
@@ -4490,7 +4490,7 @@ function parseAndValidateInputAndOutputOptions(optionsNode) {
4490
4490
  return { alias };
4491
4491
  }
4492
4492
 
4493
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/input_function.mjs
4493
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/input_function.mjs
4494
4494
  var INPUT_INITIALIZER_FN = {
4495
4495
  functionName: "input",
4496
4496
  owningModule: "@angular/core",
@@ -4522,7 +4522,7 @@ function tryParseSignalInputMapping(member, reflector, importTracker) {
4522
4522
  };
4523
4523
  }
4524
4524
 
4525
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/model_function.mjs
4525
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/model_function.mjs
4526
4526
  var MODEL_INITIALIZER_FN = {
4527
4527
  functionName: "model",
4528
4528
  owningModule: "@angular/core",
@@ -4563,7 +4563,7 @@ function tryParseSignalModelMapping(member, reflector, importTracker) {
4563
4563
  };
4564
4564
  }
4565
4565
 
4566
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/output_function.mjs
4566
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/output_function.mjs
4567
4567
  var allowedAccessLevels = [
4568
4568
  ClassMemberAccessLevel.PublicWritable,
4569
4569
  ClassMemberAccessLevel.PublicReadonly,
@@ -4607,7 +4607,7 @@ function tryParseInitializerBasedOutput(member, reflector, importTracker) {
4607
4607
  };
4608
4608
  }
4609
4609
 
4610
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/query_functions.mjs
4610
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/query_functions.mjs
4611
4611
  import { createMayBeForwardRefExpression, outputAst as o } from "@angular/compiler";
4612
4612
  import ts21 from "typescript";
4613
4613
  var queryFunctionNames = ["viewChild", "viewChildren", "contentChild", "contentChildren"];
@@ -4687,7 +4687,7 @@ function parseDescendantsOption(value) {
4687
4687
  throw new FatalDiagnosticError(ErrorCode.VALUE_HAS_WRONG_TYPE, value, `Expected "descendants" option to be a boolean literal.`);
4688
4688
  }
4689
4689
 
4690
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/shared.mjs
4690
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/shared.mjs
4691
4691
  var EMPTY_OBJECT = {};
4692
4692
  var queryDecoratorNames = ["ViewChild", "ViewChildren", "ContentChild", "ContentChildren"];
4693
4693
  var QUERY_TYPES = new Set(queryDecoratorNames);
@@ -5482,7 +5482,7 @@ function toR3InputMetadata(mapping) {
5482
5482
  };
5483
5483
  }
5484
5484
 
5485
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/symbol.mjs
5485
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/symbol.mjs
5486
5486
  var DirectiveSymbol = class extends SemanticSymbol {
5487
5487
  constructor(decl, selector, inputs, outputs, exportAs, typeCheckMeta, typeParameters) {
5488
5488
  super(decl);
@@ -5562,7 +5562,7 @@ function isBaseClassEqual(current, previous) {
5562
5562
  return isSymbolEqual(current, previous);
5563
5563
  }
5564
5564
 
5565
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/handler.mjs
5565
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/handler.mjs
5566
5566
  var FIELD_DECORATORS = [
5567
5567
  "Input",
5568
5568
  "Output",
@@ -5755,11 +5755,11 @@ var DirectiveDecoratorHandler = class {
5755
5755
  }
5756
5756
  };
5757
5757
 
5758
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
5758
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
5759
5759
  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";
5760
5760
  import ts24 from "typescript";
5761
5761
 
5762
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/module_with_providers.mjs
5762
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/module_with_providers.mjs
5763
5763
  import ts23 from "typescript";
5764
5764
  function createModuleWithProvidersResolver(reflector, isCore) {
5765
5765
  function _reflectModuleFromTypeParam(type, node) {
@@ -5831,7 +5831,7 @@ function isResolvedModuleWithProviders(sv) {
5831
5831
  return typeof sv.value === "object" && sv.value != null && sv.value.hasOwnProperty("ngModule") && sv.value.hasOwnProperty("mwpCall");
5832
5832
  }
5833
5833
 
5834
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
5834
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
5835
5835
  var NgModuleSymbol = class extends SemanticSymbol {
5836
5836
  constructor(decl, hasProviders) {
5837
5837
  super(decl);
@@ -6442,7 +6442,7 @@ function isSyntheticReference(ref) {
6442
6442
  return ref.synthetic;
6443
6443
  }
6444
6444
 
6445
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/diagnostics.mjs
6445
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/diagnostics.mjs
6446
6446
  function makeCyclicImportInfo(ref, type, cycle) {
6447
6447
  const name = ref.debugName || "(unknown)";
6448
6448
  const path2 = cycle.getPath().map((sf) => sf.fileName).join(" -> ");
@@ -6465,7 +6465,7 @@ function checkCustomElementSelectorForErrors(selector) {
6465
6465
  return null;
6466
6466
  }
6467
6467
 
6468
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/resources.mjs
6468
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/resources.mjs
6469
6469
  import { DEFAULT_INTERPOLATION_CONFIG, InterpolationConfig, ParseSourceFile as ParseSourceFile2, parseTemplate } from "@angular/compiler";
6470
6470
  import ts25 from "typescript";
6471
6471
  function getTemplateDeclarationNodeForError(declaration) {
@@ -6816,7 +6816,7 @@ function _extractTemplateStyleUrls(template) {
6816
6816
  return template.styleUrls.map((url) => ({ url, source: 1, nodeForError }));
6817
6817
  }
6818
6818
 
6819
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/symbol.mjs
6819
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/symbol.mjs
6820
6820
  var ComponentSymbol = class extends DirectiveSymbol {
6821
6821
  constructor() {
6822
6822
  super(...arguments);
@@ -6851,7 +6851,7 @@ var ComponentSymbol = class extends DirectiveSymbol {
6851
6851
  }
6852
6852
  };
6853
6853
 
6854
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/util.mjs
6854
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/util.mjs
6855
6855
  function collectAnimationNames(value, animationTriggerNames) {
6856
6856
  if (value instanceof Map) {
6857
6857
  const name = value.get("name");
@@ -6928,7 +6928,7 @@ function isLikelyModuleWithProviders(value) {
6928
6928
  return false;
6929
6929
  }
6930
6930
 
6931
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
6931
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
6932
6932
  var EMPTY_ARRAY2 = [];
6933
6933
  var isUsedDirective = (decl) => decl.kind === R3TemplateDependencyKind.Directive;
6934
6934
  var isUsedPipe = (decl) => decl.kind === R3TemplateDependencyKind.Pipe;
@@ -7936,7 +7936,7 @@ function isDefaultImport(node) {
7936
7936
  return node.importClause !== void 0 && node.importClause.namedBindings === void 0;
7937
7937
  }
7938
7938
 
7939
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/injectable.mjs
7939
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/injectable.mjs
7940
7940
  import { compileClassMetadata as compileClassMetadata3, compileDeclareClassMetadata as compileDeclareClassMetadata3, compileDeclareInjectableFromMetadata, compileInjectable, createMayBeForwardRefExpression as createMayBeForwardRefExpression3, FactoryTarget as FactoryTarget4, LiteralExpr as LiteralExpr3, WrappedNodeExpr as WrappedNodeExpr8 } from "@angular/compiler";
7941
7941
  import ts27 from "typescript";
7942
7942
  var InjectableDecoratorHandler = class {
@@ -8168,7 +8168,7 @@ function getDep(dep, reflector) {
8168
8168
  return meta;
8169
8169
  }
8170
8170
 
8171
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/pipe.mjs
8171
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/pipe.mjs
8172
8172
  import { compileClassMetadata as compileClassMetadata4, compileDeclareClassMetadata as compileDeclareClassMetadata4, compileDeclarePipeFromMetadata, compilePipeFromMetadata, FactoryTarget as FactoryTarget5 } from "@angular/compiler";
8173
8173
  import ts28 from "typescript";
8174
8174
  var PipeSymbol = class extends SemanticSymbol {
@@ -8385,4 +8385,4 @@ export {
8385
8385
  * Use of this source code is governed by an MIT-style license that can be
8386
8386
  * found in the LICENSE file at https://angular.io/license
8387
8387
  */
8388
- //# sourceMappingURL=chunk-UYDKSYFP.js.map
8388
+ //# sourceMappingURL=chunk-3XKDS7QX.js.map