@angular/compiler-cli 17.0.3 → 17.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 (38) hide show
  1. package/bundles/{chunk-EKZWOVDR.js → chunk-3GCK5JND.js} +106 -106
  2. package/bundles/{chunk-BV3ZUD7T.js → chunk-3IBJEGH3.js} +5 -5
  3. package/bundles/{chunk-HKIDKKUJ.js → chunk-3ZDTTLEA.js} +85 -79
  4. package/bundles/chunk-3ZDTTLEA.js.map +6 -0
  5. package/bundles/{chunk-WJ2RDNX4.js → chunk-BNWUZHCZ.js} +5 -5
  6. package/bundles/{chunk-OTTOC3WQ.js → chunk-CLTYCPJK.js} +27 -27
  7. package/bundles/{chunk-PCMLSPQF.js → chunk-CSOLWS7O.js} +7 -7
  8. package/bundles/{chunk-EKTJ7622.js → chunk-GYHDNUIK.js} +7 -7
  9. package/bundles/{chunk-ELZXPNCU.js → chunk-QDHJ26RK.js} +9 -9
  10. package/bundles/{chunk-Z4QM3XT4.js → chunk-QFTMYSLL.js} +30 -30
  11. package/bundles/{chunk-LYJKWJUC.js → chunk-SBDNBITT.js} +3 -3
  12. package/bundles/{chunk-JZC4T2RR.js → chunk-UHYH6BYB.js} +1 -1
  13. package/bundles/{chunk-MHTLEXGT.js → chunk-VNJI35KB.js} +4 -4
  14. package/bundles/index.js +13 -13
  15. package/bundles/linker/babel/index.js +13 -13
  16. package/bundles/linker/index.js +5 -5
  17. package/bundles/ngcc/index.js +1 -1
  18. package/bundles/private/bazel.js +1 -1
  19. package/bundles/private/localize.js +3 -3
  20. package/bundles/private/migrations.js +6 -6
  21. package/bundles/private/tooling.js +4 -4
  22. package/bundles/src/bin/ng_xi18n.js +11 -11
  23. package/bundles/src/bin/ngc.js +9 -9
  24. package/bundles_metadata.json +1 -1
  25. package/linker/src/file_linker/partial_linkers/util.d.ts +1 -1
  26. package/package.json +2 -2
  27. package/bundles/chunk-HKIDKKUJ.js.map +0 -6
  28. /package/bundles/{chunk-EKZWOVDR.js.map → chunk-3GCK5JND.js.map} +0 -0
  29. /package/bundles/{chunk-BV3ZUD7T.js.map → chunk-3IBJEGH3.js.map} +0 -0
  30. /package/bundles/{chunk-WJ2RDNX4.js.map → chunk-BNWUZHCZ.js.map} +0 -0
  31. /package/bundles/{chunk-OTTOC3WQ.js.map → chunk-CLTYCPJK.js.map} +0 -0
  32. /package/bundles/{chunk-PCMLSPQF.js.map → chunk-CSOLWS7O.js.map} +0 -0
  33. /package/bundles/{chunk-EKTJ7622.js.map → chunk-GYHDNUIK.js.map} +0 -0
  34. /package/bundles/{chunk-ELZXPNCU.js.map → chunk-QDHJ26RK.js.map} +0 -0
  35. /package/bundles/{chunk-Z4QM3XT4.js.map → chunk-QFTMYSLL.js.map} +0 -0
  36. /package/bundles/{chunk-LYJKWJUC.js.map → chunk-SBDNBITT.js.map} +0 -0
  37. /package/bundles/{chunk-JZC4T2RR.js.map → chunk-UHYH6BYB.js.map} +0 -0
  38. /package/bundles/{chunk-MHTLEXGT.js.map → chunk-VNJI35KB.js.map} +0 -0
@@ -7,7 +7,7 @@ import {
7
7
  translateExpression,
8
8
  translateStatement,
9
9
  translateType
10
- } from "./chunk-ELZXPNCU.js";
10
+ } from "./chunk-QDHJ26RK.js";
11
11
  import {
12
12
  ClassMemberKind,
13
13
  ErrorCode,
@@ -30,18 +30,18 @@ import {
30
30
  reflectObjectLiteral,
31
31
  reflectTypeEntityToDeclaration,
32
32
  typeNodeToValueExpr
33
- } from "./chunk-OTTOC3WQ.js";
33
+ } from "./chunk-CLTYCPJK.js";
34
34
  import {
35
35
  PerfEvent,
36
36
  PerfPhase
37
- } from "./chunk-BV3ZUD7T.js";
37
+ } from "./chunk-3IBJEGH3.js";
38
38
  import {
39
39
  absoluteFrom,
40
40
  absoluteFromSourceFile,
41
41
  relative
42
- } from "./chunk-PCMLSPQF.js";
42
+ } from "./chunk-CSOLWS7O.js";
43
43
 
44
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/util.mjs
44
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/util.mjs
45
45
  import { ExternalExpr, ParseLocation, ParseSourceFile, ParseSourceSpan, ReadPropExpr, WrappedNodeExpr } from "@angular/compiler";
46
46
  import ts from "typescript";
47
47
  function valueReferenceToExpression(valueRef) {
@@ -286,7 +286,7 @@ function isAbstractClassDeclaration(clazz) {
286
286
  return ts.canHaveModifiers(clazz) && clazz.modifiers !== void 0 ? clazz.modifiers.some((mod) => mod.kind === ts.SyntaxKind.AbstractKeyword) : false;
287
287
  }
288
288
 
289
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/dynamic.mjs
289
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/dynamic.mjs
290
290
  var DynamicValue = class {
291
291
  constructor(node, reason, code) {
292
292
  this.node = node;
@@ -376,10 +376,10 @@ var DynamicValue = class {
376
376
  }
377
377
  };
378
378
 
379
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
379
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
380
380
  import ts2 from "typescript";
381
381
 
382
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/result.mjs
382
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/result.mjs
383
383
  var ResolvedModule = class {
384
384
  constructor(exports, evaluate) {
385
385
  this.exports = exports;
@@ -409,7 +409,7 @@ var EnumValue = class {
409
409
  var KnownFn = class {
410
410
  };
411
411
 
412
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/builtin.mjs
412
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/builtin.mjs
413
413
  var ArraySliceBuiltinFn = class extends KnownFn {
414
414
  constructor(lhs) {
415
415
  super();
@@ -461,14 +461,14 @@ var StringConcatBuiltinFn = class extends KnownFn {
461
461
  }
462
462
  };
463
463
 
464
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/synthetic.mjs
464
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/synthetic.mjs
465
465
  var SyntheticValue = class {
466
466
  constructor(value) {
467
467
  this.value = value;
468
468
  }
469
469
  };
470
470
 
471
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
471
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
472
472
  function literalBinaryOp(op) {
473
473
  return { op, literal: true };
474
474
  }
@@ -1046,7 +1046,7 @@ function owningModule(context, override = null) {
1046
1046
  }
1047
1047
  }
1048
1048
 
1049
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interface.mjs
1049
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interface.mjs
1050
1050
  var PartialEvaluator = class {
1051
1051
  constructor(host, checker, dependencyTracker) {
1052
1052
  this.host = host;
@@ -1066,7 +1066,7 @@ var PartialEvaluator = class {
1066
1066
  }
1067
1067
  };
1068
1068
 
1069
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/diagnostics.mjs
1069
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/diagnostics.mjs
1070
1070
  import ts3 from "typescript";
1071
1071
  function describeResolvedType(value, maxDepth = 1) {
1072
1072
  var _a, _b;
@@ -1196,11 +1196,11 @@ function getContainerNode(node) {
1196
1196
  return node.getSourceFile();
1197
1197
  }
1198
1198
 
1199
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/di.mjs
1199
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/di.mjs
1200
1200
  import { LiteralExpr, ReadPropExpr as ReadPropExpr2, WrappedNodeExpr as WrappedNodeExpr2 } from "@angular/compiler";
1201
1201
  import ts10 from "typescript";
1202
1202
 
1203
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/api.mjs
1203
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/api.mjs
1204
1204
  var CompilationMode;
1205
1205
  (function(CompilationMode2) {
1206
1206
  CompilationMode2[CompilationMode2["FULL"] = 0] = "FULL";
@@ -1214,7 +1214,7 @@ var HandlerPrecedence;
1214
1214
  HandlerPrecedence2[HandlerPrecedence2["WEAK"] = 2] = "WEAK";
1215
1215
  })(HandlerPrecedence || (HandlerPrecedence = {}));
1216
1216
 
1217
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/alias.mjs
1217
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/alias.mjs
1218
1218
  import ts4 from "typescript";
1219
1219
  function aliasTransformFactory(exportStatements) {
1220
1220
  return () => {
@@ -1237,10 +1237,10 @@ function aliasTransformFactory(exportStatements) {
1237
1237
  };
1238
1238
  }
1239
1239
 
1240
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
1240
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
1241
1241
  import ts5 from "typescript";
1242
1242
 
1243
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/trait.mjs
1243
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/trait.mjs
1244
1244
  var TraitState;
1245
1245
  (function(TraitState2) {
1246
1246
  TraitState2[TraitState2["Pending"] = 0] = "Pending";
@@ -1297,7 +1297,7 @@ var TraitImpl = class {
1297
1297
  }
1298
1298
  };
1299
1299
 
1300
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
1300
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
1301
1301
  var TraitCompiler = class {
1302
1302
  constructor(handlers, reflector, perf, incrementalBuild, compileNonExportedClasses, compilationMode, dtsTransforms, semanticDepGraphUpdater, sourceFileTypeIdentifier) {
1303
1303
  this.handlers = handlers;
@@ -1745,10 +1745,10 @@ function containsErrors(diagnostics) {
1745
1745
  return diagnostics !== null && diagnostics.some((diag) => diag.category === ts5.DiagnosticCategory.Error);
1746
1746
  }
1747
1747
 
1748
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.mjs
1748
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.mjs
1749
1749
  import ts7 from "typescript";
1750
1750
 
1751
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/utils.mjs
1751
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/utils.mjs
1752
1752
  import ts6 from "typescript";
1753
1753
  function addImports(importManager, sf, extraStatements = []) {
1754
1754
  const addedImports = importManager.getAllImports(sf.fileName).map((i) => {
@@ -1784,7 +1784,7 @@ function isImportStatement(stmt) {
1784
1784
  return ts6.isImportDeclaration(stmt) || ts6.isImportEqualsDeclaration(stmt) || ts6.isNamespaceImport(stmt);
1785
1785
  }
1786
1786
 
1787
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.mjs
1787
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.mjs
1788
1788
  var DtsTransformRegistry = class {
1789
1789
  constructor() {
1790
1790
  this.ivyDeclarationTransforms = /* @__PURE__ */ new Map();
@@ -1931,11 +1931,11 @@ function markForEmitAsSingleLine(node) {
1931
1931
  ts7.forEachChild(node, markForEmitAsSingleLine);
1932
1932
  }
1933
1933
 
1934
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
1934
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
1935
1935
  import { ConstantPool } from "@angular/compiler";
1936
1936
  import ts9 from "typescript";
1937
1937
 
1938
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/visitor.mjs
1938
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/visitor.mjs
1939
1939
  import ts8 from "typescript";
1940
1940
  function visit(node, visitor, context) {
1941
1941
  return visitor._visit(node, context);
@@ -1996,7 +1996,7 @@ var Visitor = class {
1996
1996
  }
1997
1997
  };
1998
1998
 
1999
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
1999
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
2000
2000
  var NO_DECORATORS = /* @__PURE__ */ new Set();
2001
2001
  var CLOSURE_FILE_OVERVIEW_REGEXP = /\s+@fileoverview\s+/i;
2002
2002
  function ivyTransformFactory(compilation, reflector, importRewriter, defaultImportTracker, perf, isCore, isClosureCompilerEnabled) {
@@ -2220,7 +2220,7 @@ function nodeArrayFromDecoratorsArray(decorators) {
2220
2220
  return array;
2221
2221
  }
2222
2222
 
2223
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/di.mjs
2223
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/di.mjs
2224
2224
  function getConstructorDependencies(clazz, reflector, isCore, compilationMode) {
2225
2225
  const deps = [];
2226
2226
  const errors = [];
@@ -2376,10 +2376,10 @@ function createUnsuitableInjectionTokenError(clazz, error) {
2376
2376
  return new FatalDiagnosticError(ErrorCode.PARAM_MISSING_TOKEN, param.nameNode, chain, hints);
2377
2377
  }
2378
2378
 
2379
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.mjs
2379
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.mjs
2380
2380
  import ts13 from "typescript";
2381
2381
 
2382
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/api.mjs
2382
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/api.mjs
2383
2383
  var MetaKind;
2384
2384
  (function(MetaKind2) {
2385
2385
  MetaKind2[MetaKind2["Directive"] = 0] = "Directive";
@@ -2392,10 +2392,10 @@ var MatchSource;
2392
2392
  MatchSource2[MatchSource2["HostDirective"] = 1] = "HostDirective";
2393
2393
  })(MatchSource || (MatchSource = {}));
2394
2394
 
2395
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
2395
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
2396
2396
  import ts12 from "typescript";
2397
2397
 
2398
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/property_mapping.mjs
2398
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/property_mapping.mjs
2399
2399
  var ClassPropertyMapping = class {
2400
2400
  constructor(forwardMap) {
2401
2401
  this.forwardMap = forwardMap;
@@ -2473,7 +2473,7 @@ function reverseMapFromForwardMap(forwardMap) {
2473
2473
  return reverseMap;
2474
2474
  }
2475
2475
 
2476
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/util.mjs
2476
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/util.mjs
2477
2477
  import ts11 from "typescript";
2478
2478
  function extractReferencesFromType(checker, def, bestGuessOwningModule) {
2479
2479
  if (!ts11.isTupleTypeNode(def)) {
@@ -2657,7 +2657,7 @@ function hasInjectableFields(clazz, host) {
2657
2657
  return members.some(({ isStatic, name }) => isStatic && (name === "\u0275prov" || name === "\u0275fac"));
2658
2658
  }
2659
2659
 
2660
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
2660
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
2661
2661
  var DtsMetadataReader = class {
2662
2662
  constructor(checker, reflector) {
2663
2663
  this.checker = checker;
@@ -2832,7 +2832,7 @@ function readHostDirectivesType(checker, type, bestGuessOwningModule) {
2832
2832
  return result.length > 0 ? result : null;
2833
2833
  }
2834
2834
 
2835
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/inheritance.mjs
2835
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/inheritance.mjs
2836
2836
  function flattenInheritedDirectiveMetadata(reader, dir) {
2837
2837
  const topMeta = reader.getDirectiveMetadata(dir);
2838
2838
  if (topMeta === null) {
@@ -2845,6 +2845,7 @@ function flattenInheritedDirectiveMetadata(reader, dir) {
2845
2845
  const undeclaredInputFields = /* @__PURE__ */ new Set();
2846
2846
  const restrictedInputFields = /* @__PURE__ */ new Set();
2847
2847
  const stringLiteralInputFields = /* @__PURE__ */ new Set();
2848
+ let hostDirectives = null;
2848
2849
  let isDynamic = false;
2849
2850
  let inputs = ClassPropertyMapping.empty();
2850
2851
  let outputs = ClassPropertyMapping.empty();
@@ -2875,6 +2876,10 @@ function flattenInheritedDirectiveMetadata(reader, dir) {
2875
2876
  for (const field of meta.stringLiteralInputFields) {
2876
2877
  stringLiteralInputFields.add(field);
2877
2878
  }
2879
+ if (meta.hostDirectives !== null && meta.hostDirectives.length > 0) {
2880
+ hostDirectives != null ? hostDirectives : hostDirectives = [];
2881
+ hostDirectives.push(...meta.hostDirectives);
2882
+ }
2878
2883
  };
2879
2884
  addMetadata(topMeta);
2880
2885
  return {
@@ -2886,11 +2891,12 @@ function flattenInheritedDirectiveMetadata(reader, dir) {
2886
2891
  restrictedInputFields,
2887
2892
  stringLiteralInputFields,
2888
2893
  baseClass: isDynamic ? "dynamic" : null,
2889
- isStructural
2894
+ isStructural,
2895
+ hostDirectives
2890
2896
  };
2891
2897
  }
2892
2898
 
2893
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/registry.mjs
2899
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/registry.mjs
2894
2900
  var LocalMetadataRegistry = class {
2895
2901
  constructor() {
2896
2902
  this.directives = /* @__PURE__ */ new Map();
@@ -2947,7 +2953,7 @@ var CompoundMetadataRegistry = class {
2947
2953
  }
2948
2954
  };
2949
2955
 
2950
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/resource_registry.mjs
2956
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/resource_registry.mjs
2951
2957
  var ResourceRegistry = class {
2952
2958
  constructor() {
2953
2959
  this.externalTemplateToComponentsMap = /* @__PURE__ */ new Map();
@@ -3012,7 +3018,7 @@ var ResourceRegistry = class {
3012
3018
  }
3013
3019
  };
3014
3020
 
3015
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/providers.mjs
3021
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/providers.mjs
3016
3022
  var ExportedProviderStatusResolver = class {
3017
3023
  constructor(metaReader) {
3018
3024
  this.metaReader = metaReader;
@@ -3056,7 +3062,7 @@ var ExportedProviderStatusResolver = class {
3056
3062
  }
3057
3063
  };
3058
3064
 
3059
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/host_directives_resolver.mjs
3065
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/host_directives_resolver.mjs
3060
3066
  var EMPTY_ARRAY = [];
3061
3067
  var HostDirectivesResolver = class {
3062
3068
  constructor(metaReader) {
@@ -3118,7 +3124,7 @@ function resolveOutput(bindingName) {
3118
3124
  return bindingName;
3119
3125
  }
3120
3126
 
3121
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.mjs
3127
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.mjs
3122
3128
  function makeDuplicateDeclarationError(node, data, kind) {
3123
3129
  const context = [];
3124
3130
  for (const decl of data) {
@@ -3314,7 +3320,7 @@ function getInheritedUndecoratedCtorDiagnostic(node, baseClass, kind) {
3314
3320
  return makeDiagnostic(ErrorCode.DIRECTIVE_INHERITS_UNDECORATED_CTOR, node.name, `The ${kind.toLowerCase()} ${node.name.text} inherits its constructor from ${baseClassName}, but the latter does not have an Angular decorator of its own. Dependency injection will not be able to resolve the parameters of ${baseClassName}'s constructor. Either add a @${baseNeedsDecorator} decorator to ${baseClassName}, or add an explicit constructor to ${node.name.text}.`);
3315
3321
  }
3316
3322
 
3317
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/evaluation.mjs
3323
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/evaluation.mjs
3318
3324
  import { ViewEncapsulation } from "@angular/compiler";
3319
3325
  import ts14 from "typescript";
3320
3326
  function resolveEnumValue(evaluator, metadata, field, enumSymbolName) {
@@ -3365,7 +3371,7 @@ function resolveLiteral(decorator, literalCache) {
3365
3371
  return meta;
3366
3372
  }
3367
3373
 
3368
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/factory.mjs
3374
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/factory.mjs
3369
3375
  import { compileDeclareFactoryFunction, compileFactoryFunction } from "@angular/compiler";
3370
3376
  function compileNgFactoryDefField(metadata) {
3371
3377
  const res = compileFactoryFunction(metadata);
@@ -3388,7 +3394,7 @@ function compileDeclareFactory(metadata) {
3388
3394
  };
3389
3395
  }
3390
3396
 
3391
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/injectable_registry.mjs
3397
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/injectable_registry.mjs
3392
3398
  var InjectableClassRegistry = class {
3393
3399
  constructor(host, isCore) {
3394
3400
  this.host = host;
@@ -3414,7 +3420,7 @@ var InjectableClassRegistry = class {
3414
3420
  }
3415
3421
  };
3416
3422
 
3417
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/metadata.mjs
3423
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/metadata.mjs
3418
3424
  import { ArrowFunctionExpr, LiteralArrayExpr, LiteralExpr as LiteralExpr2, literalMap, WrappedNodeExpr as WrappedNodeExpr3 } from "@angular/compiler";
3419
3425
  import ts15 from "typescript";
3420
3426
  function extractClassMetadata(clazz, reflection, isCore, annotateForClosureCompiler, angularDecoratorTransform = (dec) => dec) {
@@ -3499,7 +3505,7 @@ function removeIdentifierReferences(node, names) {
3499
3505
  return result.transformed[0];
3500
3506
  }
3501
3507
 
3502
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/debug_info.mjs
3508
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/debug_info.mjs
3503
3509
  import { literal as literal2, WrappedNodeExpr as WrappedNodeExpr4 } from "@angular/compiler";
3504
3510
  import * as path from "path";
3505
3511
  function extractClassDebugInfo(clazz, reflection, rootDirs, forbidOrphanRendering) {
@@ -3526,13 +3532,13 @@ function computeRelativePathIfPossible(filePath, rootDirs) {
3526
3532
  return null;
3527
3533
  }
3528
3534
 
3529
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/references_registry.mjs
3535
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/references_registry.mjs
3530
3536
  var NoopReferencesRegistry = class {
3531
3537
  add(source, ...references) {
3532
3538
  }
3533
3539
  };
3534
3540
 
3535
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/schema.mjs
3541
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/schema.mjs
3536
3542
  import { CUSTOM_ELEMENTS_SCHEMA, NO_ERRORS_SCHEMA } from "@angular/compiler";
3537
3543
  function extractSchemas(rawExpr, evaluator, context) {
3538
3544
  const schemas = [];
@@ -3562,7 +3568,7 @@ function extractSchemas(rawExpr, evaluator, context) {
3562
3568
  return schemas;
3563
3569
  }
3564
3570
 
3565
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/input_transforms.mjs
3571
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/input_transforms.mjs
3566
3572
  import { outputAst } from "@angular/compiler";
3567
3573
  function compileInputTransformFields(inputs) {
3568
3574
  const extraFields = [];
@@ -3580,11 +3586,11 @@ function compileInputTransformFields(inputs) {
3580
3586
  return extraFields;
3581
3587
  }
3582
3588
 
3583
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
3589
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
3584
3590
  import { compileClassDebugInfo, compileClassMetadata as compileClassMetadata3, compileComponentClassMetadata, compileComponentFromMetadata, compileDeclareClassMetadata as compileDeclareClassMetadata3, compileDeclareComponentFromMetadata, CssSelector as CssSelector2, DEFAULT_INTERPOLATION_CONFIG as DEFAULT_INTERPOLATION_CONFIG2, DomElementSchemaRegistry, FactoryTarget as FactoryTarget3, makeBindingParser as makeBindingParser2, R3TargetBinder, R3TemplateDependencyKind, SelectorMatcher as SelectorMatcher2, ViewEncapsulation as ViewEncapsulation2, WrappedNodeExpr as WrappedNodeExpr8 } from "@angular/compiler";
3585
3591
  import ts24 from "typescript";
3586
3592
 
3587
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/api.mjs
3593
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/api.mjs
3588
3594
  import ts16 from "typescript";
3589
3595
  var SemanticSymbol = class {
3590
3596
  constructor(decl) {
@@ -3600,7 +3606,7 @@ function getSymbolIdentifier(decl) {
3600
3606
  return decl.name.text;
3601
3607
  }
3602
3608
 
3603
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/graph.mjs
3609
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/graph.mjs
3604
3610
  import { ExternalExpr as ExternalExpr2 } from "@angular/compiler";
3605
3611
  var OpaqueSymbol = class extends SemanticSymbol {
3606
3612
  isPublicApiAffected() {
@@ -3743,10 +3749,10 @@ function getImportPath(expr) {
3743
3749
  }
3744
3750
  }
3745
3751
 
3746
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
3752
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
3747
3753
  import ts17 from "typescript";
3748
3754
 
3749
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/util.mjs
3755
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/util.mjs
3750
3756
  function isSymbolEqual(a, b) {
3751
3757
  if (a.decl === b.decl) {
3752
3758
  return true;
@@ -3796,7 +3802,7 @@ function isSetEqual(a, b, equalityTester = referenceEquality) {
3796
3802
  return true;
3797
3803
  }
3798
3804
 
3799
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
3805
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
3800
3806
  function extractSemanticTypeParameters(node) {
3801
3807
  if (!ts17.isClassDeclaration(node) || node.typeParameters === void 0) {
3802
3808
  return null;
@@ -3816,14 +3822,14 @@ function isTypeParameterEqual(a, b) {
3816
3822
  return a.hasGenericTypeBound === b.hasGenericTypeBound;
3817
3823
  }
3818
3824
 
3819
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/api.mjs
3825
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/api.mjs
3820
3826
  var ComponentScopeKind;
3821
3827
  (function(ComponentScopeKind2) {
3822
3828
  ComponentScopeKind2[ComponentScopeKind2["NgModule"] = 0] = "NgModule";
3823
3829
  ComponentScopeKind2[ComponentScopeKind2["Standalone"] = 1] = "Standalone";
3824
3830
  })(ComponentScopeKind || (ComponentScopeKind = {}));
3825
3831
 
3826
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/component_scope.mjs
3832
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/component_scope.mjs
3827
3833
  var CompoundComponentScopeReader = class {
3828
3834
  constructor(readers) {
3829
3835
  this.readers = readers;
@@ -3848,7 +3854,7 @@ var CompoundComponentScopeReader = class {
3848
3854
  }
3849
3855
  };
3850
3856
 
3851
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/dependency.mjs
3857
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/dependency.mjs
3852
3858
  var MetadataDtsModuleScopeResolver = class {
3853
3859
  constructor(dtsMetaReader, aliasingHost) {
3854
3860
  this.dtsMetaReader = dtsMetaReader;
@@ -3924,11 +3930,11 @@ var MetadataDtsModuleScopeResolver = class {
3924
3930
  }
3925
3931
  };
3926
3932
 
3927
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.mjs
3933
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.mjs
3928
3934
  import { ExternalExpr as ExternalExpr3 } from "@angular/compiler";
3929
3935
  import ts18 from "typescript";
3930
3936
 
3931
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/util.mjs
3937
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/util.mjs
3932
3938
  function getDiagnosticNode(ref, rawExpr) {
3933
3939
  return rawExpr !== null ? ref.getOriginForDiagnostics(rawExpr) : ref.node.name;
3934
3940
  }
@@ -3951,7 +3957,7 @@ function makeUnknownComponentImportDiagnostic(ref, rawExpr) {
3951
3957
  return makeDiagnostic(ErrorCode.COMPONENT_UNKNOWN_IMPORT, getDiagnosticNode(ref, rawExpr), `Component imports must be standalone components, directives, pipes, or must be NgModules.`);
3952
3958
  }
3953
3959
 
3954
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.mjs
3960
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.mjs
3955
3961
  var LocalModuleScopeRegistry = class {
3956
3962
  constructor(localReader, fullReader, dependencyScopeReader, refEmitter, aliasingHost) {
3957
3963
  this.localReader = localReader;
@@ -4290,7 +4296,7 @@ function reexportCollision(module, refA, refB) {
4290
4296
  ]);
4291
4297
  }
4292
4298
 
4293
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/typecheck.mjs
4299
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/typecheck.mjs
4294
4300
  import { CssSelector, SelectorMatcher } from "@angular/compiler";
4295
4301
  import ts19 from "typescript";
4296
4302
  var TypeCheckScopeRegistry = class {
@@ -4359,10 +4365,10 @@ var TypeCheckScopeRegistry = class {
4359
4365
  }
4360
4366
  };
4361
4367
 
4362
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/handler.mjs
4368
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/handler.mjs
4363
4369
  import { compileClassMetadata, compileDeclareClassMetadata, compileDeclareDirectiveFromMetadata, compileDirectiveFromMetadata, FactoryTarget, makeBindingParser, WrappedNodeExpr as WrappedNodeExpr6 } from "@angular/compiler";
4364
4370
 
4365
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/shared.mjs
4371
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/shared.mjs
4366
4372
  import { createMayBeForwardRefExpression, emitDistinctChangesOnlyDefaultValue, ExternalExpr as ExternalExpr4, getSafePropertyAccessString, parseHostBindings, verifyHostBindings, WrappedNodeExpr as WrappedNodeExpr5 } from "@angular/compiler";
4367
4373
  import ts20 from "typescript";
4368
4374
  var EMPTY_OBJECT = {};
@@ -4955,7 +4961,7 @@ function toR3InputMetadata(mapping) {
4955
4961
  };
4956
4962
  }
4957
4963
 
4958
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/symbol.mjs
4964
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/symbol.mjs
4959
4965
  var DirectiveSymbol = class extends SemanticSymbol {
4960
4966
  constructor(decl, selector, inputs, outputs, exportAs, typeCheckMeta, typeParameters) {
4961
4967
  super(decl);
@@ -5035,7 +5041,7 @@ function isBaseClassEqual(current, previous) {
5035
5041
  return isSymbolEqual(current, previous);
5036
5042
  }
5037
5043
 
5038
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/handler.mjs
5044
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/handler.mjs
5039
5045
  var FIELD_DECORATORS = [
5040
5046
  "Input",
5041
5047
  "Output",
@@ -5207,11 +5213,11 @@ var DirectiveDecoratorHandler = class {
5207
5213
  }
5208
5214
  };
5209
5215
 
5210
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
5216
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
5211
5217
  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";
5212
5218
  import ts22 from "typescript";
5213
5219
 
5214
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/module_with_providers.mjs
5220
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/module_with_providers.mjs
5215
5221
  import ts21 from "typescript";
5216
5222
  function createModuleWithProvidersResolver(reflector, isCore) {
5217
5223
  function _reflectModuleFromTypeParam(type, node) {
@@ -5278,7 +5284,7 @@ function isResolvedModuleWithProviders(sv) {
5278
5284
  return typeof sv.value === "object" && sv.value != null && sv.value.hasOwnProperty("ngModule") && sv.value.hasOwnProperty("mwpCall");
5279
5285
  }
5280
5286
 
5281
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
5287
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
5282
5288
  var NgModuleSymbol = class extends SemanticSymbol {
5283
5289
  constructor(decl, hasProviders) {
5284
5290
  super(decl);
@@ -5847,7 +5853,7 @@ function isSyntheticReference(ref) {
5847
5853
  return ref.synthetic;
5848
5854
  }
5849
5855
 
5850
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/diagnostics.mjs
5856
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/diagnostics.mjs
5851
5857
  function makeCyclicImportInfo(ref, type, cycle) {
5852
5858
  const name = ref.debugName || "(unknown)";
5853
5859
  const path2 = cycle.getPath().map((sf) => sf.fileName).join(" -> ");
@@ -5870,7 +5876,7 @@ function checkCustomElementSelectorForErrors(selector) {
5870
5876
  return null;
5871
5877
  }
5872
5878
 
5873
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/resources.mjs
5879
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/resources.mjs
5874
5880
  import { DEFAULT_INTERPOLATION_CONFIG, InterpolationConfig, ParseSourceFile as ParseSourceFile2, parseTemplate } from "@angular/compiler";
5875
5881
  import ts23 from "typescript";
5876
5882
  function getTemplateDeclarationNodeForError(declaration) {
@@ -6229,7 +6235,7 @@ function _extractTemplateStyleUrls(template) {
6229
6235
  return template.styleUrls.map((url) => ({ url, source: 1, nodeForError }));
6230
6236
  }
6231
6237
 
6232
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/symbol.mjs
6238
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/symbol.mjs
6233
6239
  var ComponentSymbol = class extends DirectiveSymbol {
6234
6240
  constructor() {
6235
6241
  super(...arguments);
@@ -6264,7 +6270,7 @@ var ComponentSymbol = class extends DirectiveSymbol {
6264
6270
  }
6265
6271
  };
6266
6272
 
6267
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/util.mjs
6273
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/util.mjs
6268
6274
  function collectAnimationNames(value, animationTriggerNames) {
6269
6275
  if (value instanceof Map) {
6270
6276
  const name = value.get("name");
@@ -6340,7 +6346,7 @@ function isLikelyModuleWithProviders(value) {
6340
6346
  return false;
6341
6347
  }
6342
6348
 
6343
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
6349
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
6344
6350
  var EMPTY_ARRAY2 = [];
6345
6351
  var isUsedDirective = (decl) => decl.kind === R3TemplateDependencyKind.Directive;
6346
6352
  var isUsedPipe = (decl) => decl.kind === R3TemplateDependencyKind.Pipe;
@@ -7152,7 +7158,7 @@ function validateStandaloneImports(importRefs, importExpr, metaReader, scopeRead
7152
7158
  return diagnostics;
7153
7159
  }
7154
7160
 
7155
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/injectable.mjs
7161
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/injectable.mjs
7156
7162
  import { compileClassMetadata as compileClassMetadata4, compileDeclareClassMetadata as compileDeclareClassMetadata4, compileDeclareInjectableFromMetadata, compileInjectable, createMayBeForwardRefExpression as createMayBeForwardRefExpression2, FactoryTarget as FactoryTarget4, LiteralExpr as LiteralExpr3, WrappedNodeExpr as WrappedNodeExpr9 } from "@angular/compiler";
7157
7163
  import ts25 from "typescript";
7158
7164
  var InjectableDecoratorHandler = class {
@@ -7378,7 +7384,7 @@ function getDep(dep, reflector) {
7378
7384
  return meta;
7379
7385
  }
7380
7386
 
7381
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/pipe.mjs
7387
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/pipe.mjs
7382
7388
  import { compileClassMetadata as compileClassMetadata5, compileDeclareClassMetadata as compileDeclareClassMetadata5, compileDeclarePipeFromMetadata, compilePipeFromMetadata, FactoryTarget as FactoryTarget5 } from "@angular/compiler";
7383
7389
  import ts26 from "typescript";
7384
7390
  var PipeSymbol = class extends SemanticSymbol {
@@ -7530,14 +7536,14 @@ var PipeDecoratorHandler = class {
7530
7536
  }
7531
7537
  };
7532
7538
 
7533
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/checker.mjs
7539
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/checker.mjs
7534
7540
  var OptimizeFor;
7535
7541
  (function(OptimizeFor2) {
7536
7542
  OptimizeFor2[OptimizeFor2["SingleFile"] = 0] = "SingleFile";
7537
7543
  OptimizeFor2[OptimizeFor2["WholeProgram"] = 1] = "WholeProgram";
7538
7544
  })(OptimizeFor || (OptimizeFor = {}));
7539
7545
 
7540
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/scope.mjs
7546
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/scope.mjs
7541
7547
  var PotentialImportKind;
7542
7548
  (function(PotentialImportKind2) {
7543
7549
  PotentialImportKind2[PotentialImportKind2["NgModule"] = 0] = "NgModule";
@@ -7549,14 +7555,14 @@ var PotentialImportMode;
7549
7555
  PotentialImportMode2[PotentialImportMode2["ForceDirect"] = 1] = "ForceDirect";
7550
7556
  })(PotentialImportMode || (PotentialImportMode = {}));
7551
7557
 
7552
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/completion.mjs
7558
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/completion.mjs
7553
7559
  var CompletionKind;
7554
7560
  (function(CompletionKind2) {
7555
7561
  CompletionKind2[CompletionKind2["Reference"] = 0] = "Reference";
7556
7562
  CompletionKind2[CompletionKind2["Variable"] = 1] = "Variable";
7557
7563
  })(CompletionKind || (CompletionKind = {}));
7558
7564
 
7559
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/symbols.mjs
7565
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/symbols.mjs
7560
7566
  var SymbolKind;
7561
7567
  (function(SymbolKind2) {
7562
7568
  SymbolKind2[SymbolKind2["Input"] = 0] = "Input";
@@ -7624,4 +7630,4 @@ export {
7624
7630
  * Use of this source code is governed by an MIT-style license that can be
7625
7631
  * found in the LICENSE file at https://angular.io/license
7626
7632
  */
7627
- //# sourceMappingURL=chunk-HKIDKKUJ.js.map
7633
+ //# sourceMappingURL=chunk-3ZDTTLEA.js.map