@angular/compiler-cli 18.0.4 → 18.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (35) hide show
  1. package/bundles/{chunk-JZQHA4E7.js → chunk-AQFTVE7F.js} +5 -5
  2. package/bundles/{chunk-BLUBTRCD.js → chunk-FNQUZMW7.js} +43 -43
  3. package/bundles/{chunk-XPJBEUMY.js → chunk-OUDM6EZV.js} +13 -13
  4. package/bundles/{chunk-XSV3ZGZJ.js → chunk-QCOFEAR4.js} +31 -31
  5. package/bundles/{chunk-DSDKAUAS.js → chunk-RF5NDAMK.js} +5 -5
  6. package/bundles/{chunk-LYJKWJUC.js → chunk-SBDNBITT.js} +3 -3
  7. package/bundles/{chunk-6X2NNIEJ.js → chunk-SFKDQKE5.js} +5 -5
  8. package/bundles/{chunk-4B53GUJY.js → chunk-TYQ32SPM.js} +114 -114
  9. package/bundles/{chunk-QYV344EV.js → chunk-WR7TUJ7M.js} +7 -7
  10. package/bundles/{chunk-3W345P4E.js → chunk-XNL3EK5H.js} +7 -7
  11. package/bundles/{chunk-6URKYGDE.js → chunk-Y7DKRD2S.js} +78 -78
  12. package/bundles/index.js +12 -12
  13. package/bundles/linker/babel/index.js +12 -12
  14. package/bundles/linker/index.js +4 -4
  15. package/bundles/ngcc/index.js +1 -1
  16. package/bundles/private/bazel.js +1 -1
  17. package/bundles/private/localize.js +3 -3
  18. package/bundles/private/migrations.js +5 -5
  19. package/bundles/private/tooling.js +5 -5
  20. package/bundles/src/bin/ng_xi18n.js +10 -10
  21. package/bundles/src/bin/ngc.js +8 -8
  22. package/bundles_metadata.json +1 -1
  23. package/linker/src/file_linker/partial_linkers/util.d.ts +1 -1
  24. package/package.json +2 -2
  25. /package/bundles/{chunk-JZQHA4E7.js.map → chunk-AQFTVE7F.js.map} +0 -0
  26. /package/bundles/{chunk-BLUBTRCD.js.map → chunk-FNQUZMW7.js.map} +0 -0
  27. /package/bundles/{chunk-XPJBEUMY.js.map → chunk-OUDM6EZV.js.map} +0 -0
  28. /package/bundles/{chunk-XSV3ZGZJ.js.map → chunk-QCOFEAR4.js.map} +0 -0
  29. /package/bundles/{chunk-DSDKAUAS.js.map → chunk-RF5NDAMK.js.map} +0 -0
  30. /package/bundles/{chunk-LYJKWJUC.js.map → chunk-SBDNBITT.js.map} +0 -0
  31. /package/bundles/{chunk-6X2NNIEJ.js.map → chunk-SFKDQKE5.js.map} +0 -0
  32. /package/bundles/{chunk-4B53GUJY.js.map → chunk-TYQ32SPM.js.map} +0 -0
  33. /package/bundles/{chunk-QYV344EV.js.map → chunk-WR7TUJ7M.js.map} +0 -0
  34. /package/bundles/{chunk-3W345P4E.js.map → chunk-XNL3EK5H.js.map} +0 -0
  35. /package/bundles/{chunk-6URKYGDE.js.map → chunk-Y7DKRD2S.js.map} +0 -0
@@ -34,18 +34,18 @@ import {
34
34
  translateStatement,
35
35
  translateType,
36
36
  typeNodeToValueExpr
37
- } from "./chunk-BLUBTRCD.js";
37
+ } from "./chunk-FNQUZMW7.js";
38
38
  import {
39
39
  PerfEvent,
40
40
  PerfPhase
41
- } from "./chunk-JZQHA4E7.js";
41
+ } from "./chunk-AQFTVE7F.js";
42
42
  import {
43
43
  absoluteFrom,
44
44
  absoluteFromSourceFile,
45
45
  relative
46
- } from "./chunk-3W345P4E.js";
46
+ } from "./chunk-XNL3EK5H.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";
@@ -304,7 +304,7 @@ function isAbstractClassDeclaration(clazz) {
304
304
  return ts.canHaveModifiers(clazz) && clazz.modifiers !== void 0 ? clazz.modifiers.some((mod) => mod.kind === ts.SyntaxKind.AbstractKeyword) : false;
305
305
  }
306
306
 
307
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/dynamic.mjs
307
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/dynamic.mjs
308
308
  var DynamicValue = class {
309
309
  constructor(node, reason, code) {
310
310
  this.node = node;
@@ -394,10 +394,10 @@ var DynamicValue = class {
394
394
  }
395
395
  };
396
396
 
397
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
397
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
398
398
  import ts2 from "typescript";
399
399
 
400
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/result.mjs
400
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/result.mjs
401
401
  var ResolvedModule = class {
402
402
  constructor(exports, evaluate) {
403
403
  this.exports = exports;
@@ -427,7 +427,7 @@ var EnumValue = class {
427
427
  var KnownFn = class {
428
428
  };
429
429
 
430
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/builtin.mjs
430
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/builtin.mjs
431
431
  var ArraySliceBuiltinFn = class extends KnownFn {
432
432
  constructor(lhs) {
433
433
  super();
@@ -479,14 +479,14 @@ var StringConcatBuiltinFn = class extends KnownFn {
479
479
  }
480
480
  };
481
481
 
482
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/synthetic.mjs
482
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/synthetic.mjs
483
483
  var SyntheticValue = class {
484
484
  constructor(value) {
485
485
  this.value = value;
486
486
  }
487
487
  };
488
488
 
489
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
489
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
490
490
  function literalBinaryOp(op) {
491
491
  return { op, literal: true };
492
492
  }
@@ -1064,7 +1064,7 @@ function owningModule(context, override = null) {
1064
1064
  }
1065
1065
  }
1066
1066
 
1067
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interface.mjs
1067
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interface.mjs
1068
1068
  var PartialEvaluator = class {
1069
1069
  constructor(host, checker, dependencyTracker) {
1070
1070
  this.host = host;
@@ -1084,7 +1084,7 @@ var PartialEvaluator = class {
1084
1084
  }
1085
1085
  };
1086
1086
 
1087
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/diagnostics.mjs
1087
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/diagnostics.mjs
1088
1088
  import ts3 from "typescript";
1089
1089
  function describeResolvedType(value, maxDepth = 1) {
1090
1090
  var _a, _b;
@@ -1218,7 +1218,7 @@ function getContainerNode(node) {
1218
1218
  return node.getSourceFile();
1219
1219
  }
1220
1220
 
1221
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/di.mjs
1221
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/di.mjs
1222
1222
  import { LiteralExpr, WrappedNodeExpr as WrappedNodeExpr2 } from "@angular/compiler";
1223
1223
  import ts4 from "typescript";
1224
1224
  function getConstructorDependencies(clazz, reflector, isCore) {
@@ -1364,10 +1364,10 @@ function createUnsuitableInjectionTokenError(clazz, error) {
1364
1364
  return new FatalDiagnosticError(ErrorCode.PARAM_MISSING_TOKEN, param.nameNode, chain, hints);
1365
1365
  }
1366
1366
 
1367
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.mjs
1367
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.mjs
1368
1368
  import ts12 from "typescript";
1369
1369
 
1370
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/api.mjs
1370
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/api.mjs
1371
1371
  var MetaKind;
1372
1372
  (function(MetaKind2) {
1373
1373
  MetaKind2[MetaKind2["Directive"] = 0] = "Directive";
@@ -1380,10 +1380,10 @@ var MatchSource;
1380
1380
  MatchSource2[MatchSource2["HostDirective"] = 1] = "HostDirective";
1381
1381
  })(MatchSource || (MatchSource = {}));
1382
1382
 
1383
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
1383
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
1384
1384
  import ts6 from "typescript";
1385
1385
 
1386
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/property_mapping.mjs
1386
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/property_mapping.mjs
1387
1387
  var ClassPropertyMapping = class {
1388
1388
  constructor(forwardMap) {
1389
1389
  this.forwardMap = forwardMap;
@@ -1463,7 +1463,7 @@ function reverseMapFromForwardMap(forwardMap) {
1463
1463
  return reverseMap;
1464
1464
  }
1465
1465
 
1466
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/util.mjs
1466
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/util.mjs
1467
1467
  import ts5 from "typescript";
1468
1468
  function extractReferencesFromType(checker, def, bestGuessOwningModule) {
1469
1469
  if (!ts5.isTupleTypeNode(def)) {
@@ -1659,7 +1659,7 @@ function isHostDirectiveMetaForGlobalMode(hostDirectiveMeta) {
1659
1659
  return hostDirectiveMeta.directive instanceof Reference;
1660
1660
  }
1661
1661
 
1662
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
1662
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
1663
1663
  var DtsMetadataReader = class {
1664
1664
  constructor(checker, reflector) {
1665
1665
  this.checker = checker;
@@ -1842,7 +1842,7 @@ function readHostDirectivesType(checker, type, bestGuessOwningModule) {
1842
1842
  return result.length > 0 ? result : null;
1843
1843
  }
1844
1844
 
1845
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/inheritance.mjs
1845
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/inheritance.mjs
1846
1846
  function flattenInheritedDirectiveMetadata(reader, dir) {
1847
1847
  const topMeta = reader.getDirectiveMetadata(dir);
1848
1848
  if (topMeta === null) {
@@ -1906,7 +1906,7 @@ function flattenInheritedDirectiveMetadata(reader, dir) {
1906
1906
  };
1907
1907
  }
1908
1908
 
1909
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/registry.mjs
1909
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/registry.mjs
1910
1910
  var LocalMetadataRegistry = class {
1911
1911
  constructor() {
1912
1912
  this.directives = /* @__PURE__ */ new Map();
@@ -1963,7 +1963,7 @@ var CompoundMetadataRegistry = class {
1963
1963
  }
1964
1964
  };
1965
1965
 
1966
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/resource_registry.mjs
1966
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/resource_registry.mjs
1967
1967
  var ResourceRegistry = class {
1968
1968
  constructor() {
1969
1969
  this.externalTemplateToComponentsMap = /* @__PURE__ */ new Map();
@@ -2028,7 +2028,7 @@ var ResourceRegistry = class {
2028
2028
  }
2029
2029
  };
2030
2030
 
2031
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/providers.mjs
2031
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/providers.mjs
2032
2032
  var ExportedProviderStatusResolver = class {
2033
2033
  constructor(metaReader) {
2034
2034
  this.metaReader = metaReader;
@@ -2072,7 +2072,7 @@ var ExportedProviderStatusResolver = class {
2072
2072
  }
2073
2073
  };
2074
2074
 
2075
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/host_directives_resolver.mjs
2075
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/host_directives_resolver.mjs
2076
2076
  var EMPTY_ARRAY = [];
2077
2077
  var HostDirectivesResolver = class {
2078
2078
  constructor(metaReader) {
@@ -2138,7 +2138,7 @@ function resolveOutput(bindingName) {
2138
2138
  return bindingName;
2139
2139
  }
2140
2140
 
2141
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/api.mjs
2141
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/api.mjs
2142
2142
  var CompilationMode;
2143
2143
  (function(CompilationMode2) {
2144
2144
  CompilationMode2[CompilationMode2["FULL"] = 0] = "FULL";
@@ -2152,7 +2152,7 @@ var HandlerPrecedence;
2152
2152
  HandlerPrecedence2[HandlerPrecedence2["WEAK"] = 2] = "WEAK";
2153
2153
  })(HandlerPrecedence || (HandlerPrecedence = {}));
2154
2154
 
2155
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/alias.mjs
2155
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/alias.mjs
2156
2156
  import ts7 from "typescript";
2157
2157
  function aliasTransformFactory(exportStatements) {
2158
2158
  return () => {
@@ -2177,10 +2177,10 @@ function aliasTransformFactory(exportStatements) {
2177
2177
  };
2178
2178
  }
2179
2179
 
2180
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
2180
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
2181
2181
  import ts8 from "typescript";
2182
2182
 
2183
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/trait.mjs
2183
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/trait.mjs
2184
2184
  var TraitState;
2185
2185
  (function(TraitState2) {
2186
2186
  TraitState2[TraitState2["Pending"] = 0] = "Pending";
@@ -2237,7 +2237,7 @@ var TraitImpl = class {
2237
2237
  }
2238
2238
  };
2239
2239
 
2240
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
2240
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
2241
2241
  var TraitCompiler = class {
2242
2242
  constructor(handlers, reflector, perf, incrementalBuild, compileNonExportedClasses, compilationMode, dtsTransforms, semanticDepGraphUpdater, sourceFileTypeIdentifier) {
2243
2243
  this.handlers = handlers;
@@ -2696,7 +2696,7 @@ function containsErrors(diagnostics) {
2696
2696
  return diagnostics !== null && diagnostics.some((diag) => diag.category === ts8.DiagnosticCategory.Error);
2697
2697
  }
2698
2698
 
2699
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.mjs
2699
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.mjs
2700
2700
  import ts9 from "typescript";
2701
2701
  var DtsTransformRegistry = class {
2702
2702
  constructor() {
@@ -2846,11 +2846,11 @@ function markForEmitAsSingleLine(node) {
2846
2846
  ts9.forEachChild(node, markForEmitAsSingleLine);
2847
2847
  }
2848
2848
 
2849
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
2849
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
2850
2850
  import { ConstantPool } from "@angular/compiler";
2851
2851
  import ts11 from "typescript";
2852
2852
 
2853
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/visitor.mjs
2853
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/visitor.mjs
2854
2854
  import ts10 from "typescript";
2855
2855
  function visit(node, visitor, context) {
2856
2856
  return visitor._visit(node, context);
@@ -2911,7 +2911,7 @@ var Visitor = class {
2911
2911
  }
2912
2912
  };
2913
2913
 
2914
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
2914
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
2915
2915
  var NO_DECORATORS = /* @__PURE__ */ new Set();
2916
2916
  var CLOSURE_FILE_OVERVIEW_REGEXP = /\s+@fileoverview\s+/i;
2917
2917
  function ivyTransformFactory(compilation, reflector, importRewriter, defaultImportTracker, localCompilationExtraImportsTracker, perf, isCore, isClosureCompilerEnabled) {
@@ -3147,7 +3147,7 @@ function nodeArrayFromDecoratorsArray(decorators) {
3147
3147
  return array;
3148
3148
  }
3149
3149
 
3150
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.mjs
3150
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.mjs
3151
3151
  function makeDuplicateDeclarationError(node, data, kind) {
3152
3152
  const context = [];
3153
3153
  for (const decl of data) {
@@ -3356,7 +3356,7 @@ function assertLocalCompilationUnresolvedConst(compilationMode, value, nodeToHig
3356
3356
  }
3357
3357
  }
3358
3358
 
3359
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/evaluation.mjs
3359
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/evaluation.mjs
3360
3360
  import { ViewEncapsulation } from "@angular/compiler";
3361
3361
  import ts13 from "typescript";
3362
3362
  function resolveEnumValue(evaluator, metadata, field, enumSymbolName) {
@@ -3407,7 +3407,7 @@ function resolveLiteral(decorator, literalCache) {
3407
3407
  return meta;
3408
3408
  }
3409
3409
 
3410
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/factory.mjs
3410
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/factory.mjs
3411
3411
  import { compileDeclareFactoryFunction, compileFactoryFunction } from "@angular/compiler";
3412
3412
  function compileNgFactoryDefField(metadata) {
3413
3413
  const res = compileFactoryFunction(metadata);
@@ -3430,7 +3430,7 @@ function compileDeclareFactory(metadata) {
3430
3430
  };
3431
3431
  }
3432
3432
 
3433
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/injectable_registry.mjs
3433
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/injectable_registry.mjs
3434
3434
  var InjectableClassRegistry = class {
3435
3435
  constructor(host, isCore) {
3436
3436
  this.host = host;
@@ -3456,7 +3456,7 @@ var InjectableClassRegistry = class {
3456
3456
  }
3457
3457
  };
3458
3458
 
3459
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/metadata.mjs
3459
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/metadata.mjs
3460
3460
  import { ArrowFunctionExpr, LiteralArrayExpr, LiteralExpr as LiteralExpr2, literalMap, WrappedNodeExpr as WrappedNodeExpr3 } from "@angular/compiler";
3461
3461
  import ts14 from "typescript";
3462
3462
  function extractClassMetadata(clazz, reflection, isCore, annotateForClosureCompiler, angularDecoratorTransform = (dec) => dec) {
@@ -3543,7 +3543,7 @@ function removeIdentifierReferences(node, names) {
3543
3543
  return result.transformed[0];
3544
3544
  }
3545
3545
 
3546
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/debug_info.mjs
3546
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/debug_info.mjs
3547
3547
  import { literal as literal2, WrappedNodeExpr as WrappedNodeExpr4 } from "@angular/compiler";
3548
3548
  import * as path from "path";
3549
3549
  function extractClassDebugInfo(clazz, reflection, rootDirs, forbidOrphanRendering) {
@@ -3570,13 +3570,13 @@ function computeRelativePathIfPossible(filePath, rootDirs) {
3570
3570
  return null;
3571
3571
  }
3572
3572
 
3573
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/references_registry.mjs
3573
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/references_registry.mjs
3574
3574
  var NoopReferencesRegistry = class {
3575
3575
  add(source, ...references) {
3576
3576
  }
3577
3577
  };
3578
3578
 
3579
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/schema.mjs
3579
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/schema.mjs
3580
3580
  import { CUSTOM_ELEMENTS_SCHEMA, NO_ERRORS_SCHEMA } from "@angular/compiler";
3581
3581
  function extractSchemas(rawExpr, evaluator, context) {
3582
3582
  const schemas = [];
@@ -3606,7 +3606,7 @@ function extractSchemas(rawExpr, evaluator, context) {
3606
3606
  return schemas;
3607
3607
  }
3608
3608
 
3609
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/input_transforms.mjs
3609
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/input_transforms.mjs
3610
3610
  import { outputAst } from "@angular/compiler";
3611
3611
  function compileInputTransformFields(inputs) {
3612
3612
  const extraFields = [];
@@ -3624,11 +3624,11 @@ function compileInputTransformFields(inputs) {
3624
3624
  return extraFields;
3625
3625
  }
3626
3626
 
3627
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
3627
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
3628
3628
  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";
3629
3629
  import ts26 from "typescript";
3630
3630
 
3631
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/api.mjs
3631
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/api.mjs
3632
3632
  import ts15 from "typescript";
3633
3633
  var SemanticSymbol = class {
3634
3634
  constructor(decl) {
@@ -3644,7 +3644,7 @@ function getSymbolIdentifier(decl) {
3644
3644
  return decl.name.text;
3645
3645
  }
3646
3646
 
3647
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/graph.mjs
3647
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/graph.mjs
3648
3648
  import { ExternalExpr as ExternalExpr2 } from "@angular/compiler";
3649
3649
  var OpaqueSymbol = class extends SemanticSymbol {
3650
3650
  isPublicApiAffected() {
@@ -3787,10 +3787,10 @@ function getImportPath(expr) {
3787
3787
  }
3788
3788
  }
3789
3789
 
3790
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
3790
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
3791
3791
  import ts16 from "typescript";
3792
3792
 
3793
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/util.mjs
3793
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/util.mjs
3794
3794
  function isSymbolEqual(a, b) {
3795
3795
  if (a.decl === b.decl) {
3796
3796
  return true;
@@ -3840,7 +3840,7 @@ function isSetEqual(a, b, equalityTester = referenceEquality) {
3840
3840
  return true;
3841
3841
  }
3842
3842
 
3843
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
3843
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
3844
3844
  function extractSemanticTypeParameters(node) {
3845
3845
  if (!ts16.isClassDeclaration(node) || node.typeParameters === void 0) {
3846
3846
  return null;
@@ -3862,14 +3862,14 @@ function isTypeParameterEqual(a, b) {
3862
3862
  return a.hasGenericTypeBound === b.hasGenericTypeBound;
3863
3863
  }
3864
3864
 
3865
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/api.mjs
3865
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/api.mjs
3866
3866
  var ComponentScopeKind;
3867
3867
  (function(ComponentScopeKind2) {
3868
3868
  ComponentScopeKind2[ComponentScopeKind2["NgModule"] = 0] = "NgModule";
3869
3869
  ComponentScopeKind2[ComponentScopeKind2["Standalone"] = 1] = "Standalone";
3870
3870
  })(ComponentScopeKind || (ComponentScopeKind = {}));
3871
3871
 
3872
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/component_scope.mjs
3872
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/component_scope.mjs
3873
3873
  var CompoundComponentScopeReader = class {
3874
3874
  constructor(readers) {
3875
3875
  this.readers = readers;
@@ -3894,7 +3894,7 @@ var CompoundComponentScopeReader = class {
3894
3894
  }
3895
3895
  };
3896
3896
 
3897
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/dependency.mjs
3897
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/dependency.mjs
3898
3898
  var MetadataDtsModuleScopeResolver = class {
3899
3899
  constructor(dtsMetaReader, aliasingHost) {
3900
3900
  this.dtsMetaReader = dtsMetaReader;
@@ -3970,11 +3970,11 @@ var MetadataDtsModuleScopeResolver = class {
3970
3970
  }
3971
3971
  };
3972
3972
 
3973
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.mjs
3973
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.mjs
3974
3974
  import { ExternalExpr as ExternalExpr3 } from "@angular/compiler";
3975
3975
  import ts17 from "typescript";
3976
3976
 
3977
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/util.mjs
3977
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/util.mjs
3978
3978
  function getDiagnosticNode(ref, rawExpr) {
3979
3979
  return rawExpr !== null ? ref.getOriginForDiagnostics(rawExpr) : ref.node.name;
3980
3980
  }
@@ -4000,7 +4000,7 @@ function makeUnknownComponentDeferredImportDiagnostic(ref, rawExpr) {
4000
4000
  return makeDiagnostic(ErrorCode.COMPONENT_UNKNOWN_DEFERRED_IMPORT, getDiagnosticNode(ref, rawExpr), `Component deferred imports must be standalone components, directives or pipes.`);
4001
4001
  }
4002
4002
 
4003
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.mjs
4003
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.mjs
4004
4004
  var LocalModuleScopeRegistry = class {
4005
4005
  constructor(localReader, fullReader, dependencyScopeReader, refEmitter, aliasingHost) {
4006
4006
  this.localReader = localReader;
@@ -4341,7 +4341,7 @@ function reexportCollision(module, refA, refB) {
4341
4341
  ]);
4342
4342
  }
4343
4343
 
4344
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/typecheck.mjs
4344
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/typecheck.mjs
4345
4345
  import { CssSelector, SelectorMatcher } from "@angular/compiler";
4346
4346
  import ts18 from "typescript";
4347
4347
  var TypeCheckScopeRegistry = class {
@@ -4422,14 +4422,14 @@ var TypeCheckScopeRegistry = class {
4422
4422
  }
4423
4423
  };
4424
4424
 
4425
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/handler.mjs
4425
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/handler.mjs
4426
4426
  import { compileClassMetadata, compileDeclareClassMetadata, compileDeclareDirectiveFromMetadata, compileDirectiveFromMetadata, FactoryTarget, makeBindingParser, WrappedNodeExpr as WrappedNodeExpr6 } from "@angular/compiler";
4427
4427
 
4428
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/shared.mjs
4428
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/shared.mjs
4429
4429
  import { createMayBeForwardRefExpression as createMayBeForwardRefExpression2, emitDistinctChangesOnlyDefaultValue, ExternalExpr as ExternalExpr4, getSafePropertyAccessString, parseHostBindings, verifyHostBindings, WrappedNodeExpr as WrappedNodeExpr5 } from "@angular/compiler";
4430
4430
  import ts22 from "typescript";
4431
4431
 
4432
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/initializer_function_access.mjs
4432
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/initializer_function_access.mjs
4433
4433
  function validateAccessOfInitializerApiMember({ api, call }, member) {
4434
4434
  if (!api.allowedAccessLevels.includes(member.accessLevel)) {
4435
4435
  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)}.`, [
@@ -4438,7 +4438,7 @@ function validateAccessOfInitializerApiMember({ api, call }, member) {
4438
4438
  }
4439
4439
  }
4440
4440
 
4441
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/initializer_functions.mjs
4441
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/initializer_functions.mjs
4442
4442
  import ts19 from "typescript";
4443
4443
  function tryParseInitializerApi(functions, expression, reflector, importTracker) {
4444
4444
  if (!ts19.isCallExpression(expression)) {
@@ -4507,7 +4507,7 @@ function parseTopLevelCallFromNamespace(call, functions, importTracker) {
4507
4507
  return { api: matchingApi, apiReference, isRequired };
4508
4508
  }
4509
4509
 
4510
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/input_output_parse_options.mjs
4510
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/input_output_parse_options.mjs
4511
4511
  import ts20 from "typescript";
4512
4512
  function parseAndValidateInputAndOutputOptions(optionsNode) {
4513
4513
  if (!ts20.isObjectLiteralExpression(optionsNode)) {
@@ -4525,7 +4525,7 @@ function parseAndValidateInputAndOutputOptions(optionsNode) {
4525
4525
  return { alias };
4526
4526
  }
4527
4527
 
4528
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/input_function.mjs
4528
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/input_function.mjs
4529
4529
  var INPUT_INITIALIZER_FN = {
4530
4530
  functionName: "input",
4531
4531
  owningModule: "@angular/core",
@@ -4557,7 +4557,7 @@ function tryParseSignalInputMapping(member, reflector, importTracker) {
4557
4557
  };
4558
4558
  }
4559
4559
 
4560
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/model_function.mjs
4560
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/model_function.mjs
4561
4561
  var MODEL_INITIALIZER_FN = {
4562
4562
  functionName: "model",
4563
4563
  owningModule: "@angular/core",
@@ -4598,7 +4598,7 @@ function tryParseSignalModelMapping(member, reflector, importTracker) {
4598
4598
  };
4599
4599
  }
4600
4600
 
4601
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/output_function.mjs
4601
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/output_function.mjs
4602
4602
  var allowedAccessLevels = [
4603
4603
  ClassMemberAccessLevel.PublicWritable,
4604
4604
  ClassMemberAccessLevel.PublicReadonly,
@@ -4642,7 +4642,7 @@ function tryParseInitializerBasedOutput(member, reflector, importTracker) {
4642
4642
  };
4643
4643
  }
4644
4644
 
4645
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/query_functions.mjs
4645
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/query_functions.mjs
4646
4646
  import { createMayBeForwardRefExpression, outputAst as o } from "@angular/compiler";
4647
4647
  import ts21 from "typescript";
4648
4648
  var queryFunctionNames = [
@@ -4727,7 +4727,7 @@ function parseDescendantsOption(value) {
4727
4727
  throw new FatalDiagnosticError(ErrorCode.VALUE_HAS_WRONG_TYPE, value, `Expected "descendants" option to be a boolean literal.`);
4728
4728
  }
4729
4729
 
4730
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/shared.mjs
4730
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/shared.mjs
4731
4731
  var EMPTY_OBJECT = {};
4732
4732
  var queryDecoratorNames = [
4733
4733
  "ViewChild",
@@ -5527,7 +5527,7 @@ function toR3InputMetadata(mapping) {
5527
5527
  };
5528
5528
  }
5529
5529
 
5530
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/symbol.mjs
5530
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/symbol.mjs
5531
5531
  var DirectiveSymbol = class extends SemanticSymbol {
5532
5532
  constructor(decl, selector, inputs, outputs, exportAs, typeCheckMeta, typeParameters) {
5533
5533
  super(decl);
@@ -5607,7 +5607,7 @@ function isBaseClassEqual(current, previous) {
5607
5607
  return isSymbolEqual(current, previous);
5608
5608
  }
5609
5609
 
5610
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/handler.mjs
5610
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/handler.mjs
5611
5611
  var FIELD_DECORATORS = [
5612
5612
  "Input",
5613
5613
  "Output",
@@ -5800,11 +5800,11 @@ var DirectiveDecoratorHandler = class {
5800
5800
  }
5801
5801
  };
5802
5802
 
5803
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
5803
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
5804
5804
  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";
5805
5805
  import ts24 from "typescript";
5806
5806
 
5807
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/module_with_providers.mjs
5807
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/module_with_providers.mjs
5808
5808
  import ts23 from "typescript";
5809
5809
  function createModuleWithProvidersResolver(reflector, isCore) {
5810
5810
  function _reflectModuleFromTypeParam(type, node) {
@@ -5876,7 +5876,7 @@ function isResolvedModuleWithProviders(sv) {
5876
5876
  return typeof sv.value === "object" && sv.value != null && sv.value.hasOwnProperty("ngModule") && sv.value.hasOwnProperty("mwpCall");
5877
5877
  }
5878
5878
 
5879
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
5879
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
5880
5880
  var NgModuleSymbol = class extends SemanticSymbol {
5881
5881
  constructor(decl, hasProviders) {
5882
5882
  super(decl);
@@ -6493,7 +6493,7 @@ function isSyntheticReference(ref) {
6493
6493
  return ref.synthetic;
6494
6494
  }
6495
6495
 
6496
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/diagnostics.mjs
6496
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/diagnostics.mjs
6497
6497
  function makeCyclicImportInfo(ref, type, cycle) {
6498
6498
  const name = ref.debugName || "(unknown)";
6499
6499
  const path2 = cycle.getPath().map((sf) => sf.fileName).join(" -> ");
@@ -6516,7 +6516,7 @@ function checkCustomElementSelectorForErrors(selector) {
6516
6516
  return null;
6517
6517
  }
6518
6518
 
6519
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/resources.mjs
6519
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/resources.mjs
6520
6520
  import { DEFAULT_INTERPOLATION_CONFIG, InterpolationConfig, ParseSourceFile as ParseSourceFile2, parseTemplate } from "@angular/compiler";
6521
6521
  import ts25 from "typescript";
6522
6522
  function getTemplateDeclarationNodeForError(declaration) {
@@ -6874,7 +6874,7 @@ function _extractTemplateStyleUrls(template) {
6874
6874
  }));
6875
6875
  }
6876
6876
 
6877
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/symbol.mjs
6877
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/symbol.mjs
6878
6878
  var ComponentSymbol = class extends DirectiveSymbol {
6879
6879
  constructor() {
6880
6880
  super(...arguments);
@@ -6909,7 +6909,7 @@ var ComponentSymbol = class extends DirectiveSymbol {
6909
6909
  }
6910
6910
  };
6911
6911
 
6912
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/util.mjs
6912
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/util.mjs
6913
6913
  function collectAnimationNames(value, animationTriggerNames) {
6914
6914
  if (value instanceof Map) {
6915
6915
  const name = value.get("name");
@@ -6986,7 +6986,7 @@ function isLikelyModuleWithProviders(value) {
6986
6986
  return false;
6987
6987
  }
6988
6988
 
6989
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
6989
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
6990
6990
  var EMPTY_ARRAY2 = [];
6991
6991
  var isUsedDirective = (decl) => decl.kind === R3TemplateDependencyKind.Directive;
6992
6992
  var isUsedPipe = (decl) => decl.kind === R3TemplateDependencyKind.Pipe;
@@ -8002,7 +8002,7 @@ function isDefaultImport(node) {
8002
8002
  return node.importClause !== void 0 && node.importClause.namedBindings === void 0;
8003
8003
  }
8004
8004
 
8005
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/injectable.mjs
8005
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/injectable.mjs
8006
8006
  import { compileClassMetadata as compileClassMetadata3, compileDeclareClassMetadata as compileDeclareClassMetadata3, compileDeclareInjectableFromMetadata, compileInjectable, createMayBeForwardRefExpression as createMayBeForwardRefExpression3, FactoryTarget as FactoryTarget4, LiteralExpr as LiteralExpr3, WrappedNodeExpr as WrappedNodeExpr8 } from "@angular/compiler";
8007
8007
  import ts27 from "typescript";
8008
8008
  var InjectableDecoratorHandler = class {
@@ -8234,7 +8234,7 @@ function getDep(dep, reflector) {
8234
8234
  return meta;
8235
8235
  }
8236
8236
 
8237
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/pipe.mjs
8237
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/pipe.mjs
8238
8238
  import { compileClassMetadata as compileClassMetadata4, compileDeclareClassMetadata as compileDeclareClassMetadata4, compileDeclarePipeFromMetadata, compilePipeFromMetadata, FactoryTarget as FactoryTarget5 } from "@angular/compiler";
8239
8239
  import ts28 from "typescript";
8240
8240
  var PipeSymbol = class extends SemanticSymbol {
@@ -8451,4 +8451,4 @@ export {
8451
8451
  * Use of this source code is governed by an MIT-style license that can be
8452
8452
  * found in the LICENSE file at https://angular.io/license
8453
8453
  */
8454
- //# sourceMappingURL=chunk-6URKYGDE.js.map
8454
+ //# sourceMappingURL=chunk-Y7DKRD2S.js.map