@angular/core 18.2.13 → 18.2.14

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.
@@ -63,7 +63,7 @@ var __async = (__this, __arguments, generator) => {
63
63
  });
64
64
  };
65
65
 
66
- // bazel-out/k8-fastbuild/bin/packages/core/schematics/ng-generate/route-lazy-loading/index.mjs
66
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/route-lazy-loading/index.mjs
67
67
  var route_lazy_loading_exports = {};
68
68
  __export(route_lazy_loading_exports, {
69
69
  default: () => route_lazy_loading_default
@@ -73,10 +73,10 @@ var import_schematics = require("@angular-devkit/schematics");
73
73
  var import_fs = require("fs");
74
74
  var import_path3 = require("path");
75
75
 
76
- // bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/change_tracker.mjs
76
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/change_tracker.mjs
77
77
  var import_typescript91 = __toESM(require("typescript"), 1);
78
78
 
79
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/selector.mjs
79
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/selector.mjs
80
80
  var _SELECTOR_REGEXP = new RegExp(
81
81
  `(\\:not\\()|(([\\.\\#]?)[-\\w]+)|(?:\\[([-.\\w*\\\\$]+)(?:=(["']?)([^\\]"']*)\\5)?\\])|(\\))|(\\s*,\\s*)`,
82
82
  "g"
@@ -384,7 +384,7 @@ var SelectorContext = class {
384
384
  }
385
385
  };
386
386
 
387
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/core.mjs
387
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/core.mjs
388
388
  var ViewEncapsulation;
389
389
  (function(ViewEncapsulation2) {
390
390
  ViewEncapsulation2[ViewEncapsulation2["Emulated"] = 0] = "Emulated";
@@ -452,7 +452,7 @@ function parseSelectorToR3Selector(selector) {
452
452
  return selector ? CssSelector.parse(selector).map(parserSelectorToR3Selector) : [];
453
453
  }
454
454
 
455
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/digest.mjs
455
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/digest.mjs
456
456
  var textEncoder;
457
457
  function computeDigest(message) {
458
458
  return sha1(serializeNodes(message.nodes).join("") + `[${message.meaning}]`);
@@ -699,7 +699,7 @@ function wordAt(bytes, index, endian) {
699
699
  return word;
700
700
  }
701
701
 
702
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/output/output_ast.mjs
702
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/output_ast.mjs
703
703
  var TypeModifier;
704
704
  (function(TypeModifier2) {
705
705
  TypeModifier2[TypeModifier2["None"] = 0] = "None";
@@ -1646,7 +1646,7 @@ function serializeTags(tags) {
1646
1646
  return out;
1647
1647
  }
1648
1648
 
1649
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/constant_pool.mjs
1649
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/constant_pool.mjs
1650
1650
  var CONSTANT_PREFIX = "_c";
1651
1651
  var UNKNOWN_VALUE_KEY = variable("<unknown>");
1652
1652
  var KEY_CONTEXT = {};
@@ -1834,7 +1834,7 @@ function isLongStringLiteral(expr) {
1834
1834
  return expr instanceof LiteralExpr && typeof expr.value === "string" && expr.value.length >= POOL_INCLUSION_LENGTH_THRESHOLD_FOR_STRINGS;
1835
1835
  }
1836
1836
 
1837
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_identifiers.mjs
1837
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_identifiers.mjs
1838
1838
  var CORE = "@angular/core";
1839
1839
  var _Identifiers = class {
1840
1840
  };
@@ -2731,7 +2731,7 @@ var Identifiers = _Identifiers;
2731
2731
  _Identifiers.unwrapWritableSignal = { name: "\u0275unwrapWritableSignal", moduleName: CORE };
2732
2732
  })();
2733
2733
 
2734
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/util.mjs
2734
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/util.mjs
2735
2735
  var DASH_CASE_REGEXP = /-+([a-z0-9])/g;
2736
2736
  function dashCaseToCamelCase(input) {
2737
2737
  return input.replace(DASH_CASE_REGEXP, (...m) => m[1].toUpperCase());
@@ -2808,7 +2808,7 @@ var Version = class {
2808
2808
  };
2809
2809
  var _global = globalThis;
2810
2810
 
2811
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/output/source_map.mjs
2811
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/source_map.mjs
2812
2812
  var VERSION = 3;
2813
2813
  var JS_B64_PREFIX = "# sourceMappingURL=data:application/json;base64,";
2814
2814
  var SourceMapGenerator = class {
@@ -2937,7 +2937,7 @@ function toBase64Digit(value) {
2937
2937
  return B64_DIGITS[value];
2938
2938
  }
2939
2939
 
2940
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/output/abstract_emitter.mjs
2940
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/abstract_emitter.mjs
2941
2941
  var _SINGLE_QUOTE_ESCAPE_STRING_RE = /'|\\|\n|\r|\$/g;
2942
2942
  var _LEGAL_IDENTIFIER_RE = /^[$A-Z_][0-9A-Z_$]*$/i;
2943
2943
  var _INDENT_WITH = " ";
@@ -3425,7 +3425,7 @@ function _createIndent(count) {
3425
3425
  return res;
3426
3426
  }
3427
3427
 
3428
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/util.mjs
3428
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/util.mjs
3429
3429
  function typeWithParameters(type, numParams) {
3430
3430
  if (numParams === 0) {
3431
3431
  return expressionType(type);
@@ -3480,7 +3480,7 @@ function generateForwardRef(expr) {
3480
3480
  return importExpr(Identifiers.forwardRef).callFn([arrowFn([], expr)]);
3481
3481
  }
3482
3482
 
3483
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_factory.mjs
3483
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_factory.mjs
3484
3484
  var R3FactoryDelegateType;
3485
3485
  (function(R3FactoryDelegateType2) {
3486
3486
  R3FactoryDelegateType2[R3FactoryDelegateType2["Class"] = 0] = "Class";
@@ -3625,7 +3625,7 @@ function getInjectFn(target) {
3625
3625
  }
3626
3626
  }
3627
3627
 
3628
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/expression_parser/ast.mjs
3628
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/expression_parser/ast.mjs
3629
3629
  var ParserError = class {
3630
3630
  constructor(message, input, errLocation, ctxLocation) {
3631
3631
  this.input = input;
@@ -4063,7 +4063,7 @@ var BoundElementProperty = class {
4063
4063
  }
4064
4064
  };
4065
4065
 
4066
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/tags.mjs
4066
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/tags.mjs
4067
4067
  var TagContentType;
4068
4068
  (function(TagContentType2) {
4069
4069
  TagContentType2[TagContentType2["RAW_TEXT"] = 0] = "RAW_TEXT";
@@ -4100,7 +4100,7 @@ function mergeNsAndName(prefix, localName) {
4100
4100
  return prefix ? `:${prefix}:${localName}` : localName;
4101
4101
  }
4102
4102
 
4103
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_ast.mjs
4103
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_ast.mjs
4104
4104
  var Comment = class {
4105
4105
  constructor(value, sourceSpan) {
4106
4106
  this.value = value;
@@ -4494,7 +4494,7 @@ function visitAll(visitor, nodes) {
4494
4494
  return result;
4495
4495
  }
4496
4496
 
4497
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/i18n_ast.mjs
4497
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/i18n_ast.mjs
4498
4498
  var Message = class {
4499
4499
  constructor(nodes, placeholders, placeholderToMessage, meaning, description, customId) {
4500
4500
  this.nodes = nodes;
@@ -4634,7 +4634,7 @@ var LocalizeMessageStringVisitor = class {
4634
4634
  }
4635
4635
  };
4636
4636
 
4637
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/serializers/xml_helper.mjs
4637
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/serializers/xml_helper.mjs
4638
4638
  var _Visitor = class {
4639
4639
  visitTag(tag) {
4640
4640
  const strAttrs = this._serializeAttributes(tag.attrs);
@@ -4662,12 +4662,12 @@ ${doctype.dtd}
4662
4662
  };
4663
4663
  var _visitor = new _Visitor();
4664
4664
 
4665
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/serializers/xmb.mjs
4665
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/serializers/xmb.mjs
4666
4666
  function toPublicName(internalName) {
4667
4667
  return internalName.toUpperCase().replace(/[^A-Z0-9_]/g, "_");
4668
4668
  }
4669
4669
 
4670
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/i18n/util.mjs
4670
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/util.mjs
4671
4671
  var I18N_ATTR = "i18n";
4672
4672
  var I18N_ATTR_PREFIX = "i18n-";
4673
4673
  var I18N_ICU_VAR_PREFIX = "VAR_";
@@ -4707,7 +4707,7 @@ function formatI18nPlaceholderName(name, useCamelCase = true) {
4707
4707
  return postfix ? `${raw}_${postfix}` : raw;
4708
4708
  }
4709
4709
 
4710
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/util.mjs
4710
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/util.mjs
4711
4711
  var UNSAFE_OBJECT_KEY_NAME_REGEXP = /[-.]/;
4712
4712
  var TEMPORARY_NAME = "_t";
4713
4713
  var CONTEXT_NAME = "ctx";
@@ -4834,7 +4834,7 @@ function getAttrsForDirectiveMatching(elOrTpl) {
4834
4834
  return attributesMap;
4835
4835
  }
4836
4836
 
4837
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/injectable_compiler_2.mjs
4837
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/injectable_compiler_2.mjs
4838
4838
  function compileInjectable(meta, resolveForwardRefs) {
4839
4839
  let result = null;
4840
4840
  const factoryMeta = {
@@ -4922,7 +4922,7 @@ function createFactoryFunction(type) {
4922
4922
  return arrowFn([t], type.prop("\u0275fac").callFn([variable(t.name)]));
4923
4923
  }
4924
4924
 
4925
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/assertions.mjs
4925
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/assertions.mjs
4926
4926
  var UNUSABLE_INTERPOLATION_REGEXPS = [
4927
4927
  /@/,
4928
4928
  /^\s*$/,
@@ -4945,7 +4945,7 @@ function assertInterpolationSymbols(identifier, value) {
4945
4945
  }
4946
4946
  }
4947
4947
 
4948
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/defaults.mjs
4948
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/defaults.mjs
4949
4949
  var InterpolationConfig = class {
4950
4950
  static fromArray(markers) {
4951
4951
  if (!markers) {
@@ -4962,7 +4962,7 @@ var InterpolationConfig = class {
4962
4962
  var DEFAULT_INTERPOLATION_CONFIG = new InterpolationConfig("{{", "}}");
4963
4963
  var DEFAULT_CONTAINER_BLOCKS = /* @__PURE__ */ new Set(["switch"]);
4964
4964
 
4965
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/chars.mjs
4965
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/chars.mjs
4966
4966
  var $EOF = 0;
4967
4967
  var $BSPACE = 8;
4968
4968
  var $TAB = 9;
@@ -5044,7 +5044,7 @@ function isQuote(code) {
5044
5044
  return code === $SQ || code === $DQ || code === $BT;
5045
5045
  }
5046
5046
 
5047
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/parse_util.mjs
5047
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/parse_util.mjs
5048
5048
  var ParseLocation = class {
5049
5049
  constructor(file, offset, line, col) {
5050
5050
  this.file = file;
@@ -5191,7 +5191,7 @@ function sanitizeIdentifier(name) {
5191
5191
  return name.replace(/\W/g, "_");
5192
5192
  }
5193
5193
 
5194
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/output/abstract_js_emitter.mjs
5194
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/abstract_js_emitter.mjs
5195
5195
  var makeTemplateObjectPolyfill = '(this&&this.__makeTemplateObject||function(e,t){return Object.defineProperty?Object.defineProperty(e,"raw",{value:t}):e.raw=t,e})';
5196
5196
  var AbstractJsEmitterVisitor = class extends AbstractEmitterVisitor {
5197
5197
  constructor() {
@@ -5284,7 +5284,7 @@ var AbstractJsEmitterVisitor = class extends AbstractEmitterVisitor {
5284
5284
  }
5285
5285
  };
5286
5286
 
5287
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/output/output_jit_trusted_types.mjs
5287
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/output_jit_trusted_types.mjs
5288
5288
  var policy;
5289
5289
  function getPolicy() {
5290
5290
  if (policy === void 0) {
@@ -5322,7 +5322,7 @@ function newTrustedFunctionForJIT(...args) {
5322
5322
  return fn2.bind(_global);
5323
5323
  }
5324
5324
 
5325
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/output/output_jit.mjs
5325
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/output_jit.mjs
5326
5326
  var JitEvaluator = class {
5327
5327
  evaluateStatements(sourceUrl, statements, refResolver, createSourceMaps) {
5328
5328
  const converter = new JitEmitterVisitor(refResolver);
@@ -5410,7 +5410,7 @@ function isUseStrictStatement(statement) {
5410
5410
  return statement.isEquivalent(literal("use strict").toStmt());
5411
5411
  }
5412
5412
 
5413
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_injector_compiler.mjs
5413
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_injector_compiler.mjs
5414
5414
  function compileInjector(meta) {
5415
5415
  const definitionMap = new DefinitionMap();
5416
5416
  if (meta.providers !== null) {
@@ -5427,7 +5427,7 @@ function createInjectorType(meta) {
5427
5427
  return new ExpressionType(importExpr(Identifiers.InjectorDeclaration, [new ExpressionType(meta.type.type)]));
5428
5428
  }
5429
5429
 
5430
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_jit.mjs
5430
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_jit.mjs
5431
5431
  var R3JitReflector = class {
5432
5432
  constructor(context) {
5433
5433
  this.context = context;
@@ -5443,7 +5443,7 @@ var R3JitReflector = class {
5443
5443
  }
5444
5444
  };
5445
5445
 
5446
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_module_compiler.mjs
5446
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_module_compiler.mjs
5447
5447
  var R3SelectorScopeMode;
5448
5448
  (function(R3SelectorScopeMode2) {
5449
5449
  R3SelectorScopeMode2[R3SelectorScopeMode2["Inline"] = 0] = "Inline";
@@ -5578,7 +5578,7 @@ function tupleOfTypes(types) {
5578
5578
  return types.length > 0 ? expressionType(literalArr(typeofTypes)) : NONE_TYPE;
5579
5579
  }
5580
5580
 
5581
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_pipe_compiler.mjs
5581
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_pipe_compiler.mjs
5582
5582
  function compilePipeFromMetadata(metadata) {
5583
5583
  const definitionMapValues = [];
5584
5584
  definitionMapValues.push({ key: "name", value: literal(metadata.pipeName), quoted: false });
@@ -5599,7 +5599,7 @@ function createPipeType(metadata) {
5599
5599
  ]));
5600
5600
  }
5601
5601
 
5602
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/api.mjs
5602
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/api.mjs
5603
5603
  var R3TemplateDependencyKind;
5604
5604
  (function(R3TemplateDependencyKind2) {
5605
5605
  R3TemplateDependencyKind2[R3TemplateDependencyKind2["Directive"] = 0] = "Directive";
@@ -5607,7 +5607,7 @@ var R3TemplateDependencyKind;
5607
5607
  R3TemplateDependencyKind2[R3TemplateDependencyKind2["NgModule"] = 2] = "NgModule";
5608
5608
  })(R3TemplateDependencyKind || (R3TemplateDependencyKind = {}));
5609
5609
 
5610
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/shadow_css.mjs
5610
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/shadow_css.mjs
5611
5611
  var animationKeywords = /* @__PURE__ */ new Set([
5612
5612
  "inherit",
5613
5613
  "initial",
@@ -6087,7 +6087,7 @@ function repeatGroups(groups, multiples) {
6087
6087
  }
6088
6088
  }
6089
6089
 
6090
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/enums.mjs
6090
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/enums.mjs
6091
6091
  var OpKind;
6092
6092
  (function(OpKind2) {
6093
6093
  OpKind2[OpKind2["ListEnd"] = 0] = "ListEnd";
@@ -6245,7 +6245,7 @@ var TemplateKind;
6245
6245
  TemplateKind2[TemplateKind2["Block"] = 2] = "Block";
6246
6246
  })(TemplateKind || (TemplateKind = {}));
6247
6247
 
6248
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/traits.mjs
6248
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/traits.mjs
6249
6249
  var ConsumesSlot = Symbol("ConsumesSlot");
6250
6250
  var DependsOnSlotContext = Symbol("DependsOnSlotContext");
6251
6251
  var ConsumesVarsTrait = Symbol("ConsumesVars");
@@ -6273,7 +6273,7 @@ function hasUsesVarOffsetTrait(expr) {
6273
6273
  return expr[UsesVarOffset] === true;
6274
6274
  }
6275
6275
 
6276
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/shared.mjs
6276
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/shared.mjs
6277
6277
  function createStatementOp(statement) {
6278
6278
  return __spreadValues({
6279
6279
  kind: OpKind.Statement,
@@ -6295,7 +6295,7 @@ var NEW_OP = {
6295
6295
  next: null
6296
6296
  };
6297
6297
 
6298
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/update.mjs
6298
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/update.mjs
6299
6299
  function createInterpolateTextOp(xref, interpolation, sourceSpan) {
6300
6300
  return __spreadValues(__spreadValues(__spreadValues({
6301
6301
  kind: OpKind.InterpolateText,
@@ -6484,7 +6484,7 @@ function createStoreLetOp(target, declaredName, value, sourceSpan) {
6484
6484
  }, TRAIT_DEPENDS_ON_SLOT_CONTEXT), TRAIT_CONSUMES_VARS), NEW_OP);
6485
6485
  }
6486
6486
 
6487
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/expression.mjs
6487
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/expression.mjs
6488
6488
  var _a;
6489
6489
  var _b;
6490
6490
  var _c;
@@ -7402,7 +7402,7 @@ function isStringLiteral(expr) {
7402
7402
  return expr instanceof LiteralExpr && typeof expr.value === "string";
7403
7403
  }
7404
7404
 
7405
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/operations.mjs
7405
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/operations.mjs
7406
7406
  var _OpList = class {
7407
7407
  constructor() {
7408
7408
  this.debugListId = _OpList.nextListId++;
@@ -7593,14 +7593,14 @@ var OpList = _OpList;
7593
7593
  _OpList.nextListId = 0;
7594
7594
  })();
7595
7595
 
7596
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/handle.mjs
7596
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/handle.mjs
7597
7597
  var SlotHandle = class {
7598
7598
  constructor() {
7599
7599
  this.slot = null;
7600
7600
  }
7601
7601
  };
7602
7602
 
7603
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/create.mjs
7603
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/create.mjs
7604
7604
  var elementContainerOpKinds = /* @__PURE__ */ new Set([
7605
7605
  OpKind.Element,
7606
7606
  OpKind.ElementStart,
@@ -7913,7 +7913,7 @@ function createI18nAttributesOp(xref, handle, target) {
7913
7913
  }, NEW_OP), TRAIT_CONSUMES_SLOT);
7914
7914
  }
7915
7915
 
7916
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/host.mjs
7916
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/host.mjs
7917
7917
  function createHostPropertyOp(name, expression, isAnimationTrigger, i18nContext, securityContext, sourceSpan) {
7918
7918
  return __spreadValues(__spreadValues({
7919
7919
  kind: OpKind.HostProperty,
@@ -7927,10 +7927,10 @@ function createHostPropertyOp(name, expression, isAnimationTrigger, i18nContext,
7927
7927
  }, TRAIT_CONSUMES_VARS), NEW_OP);
7928
7928
  }
7929
7929
 
7930
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/variable.mjs
7930
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/variable.mjs
7931
7931
  var CTX_REF = "CTX_REF_MARKER";
7932
7932
 
7933
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/compilation.mjs
7933
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/compilation.mjs
7934
7934
  var CompilationJobKind;
7935
7935
  (function(CompilationJobKind2) {
7936
7936
  CompilationJobKind2[CompilationJobKind2["Tmpl"] = 0] = "Tmpl";
@@ -8038,7 +8038,7 @@ var HostBindingCompilationUnit = class extends CompilationUnit {
8038
8038
  }
8039
8039
  };
8040
8040
 
8041
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/any_cast.mjs
8041
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/any_cast.mjs
8042
8042
  function deleteAnyCasts(job) {
8043
8043
  for (const unit of job.units) {
8044
8044
  for (const op of unit.ops()) {
@@ -8056,7 +8056,7 @@ function removeAnys(e) {
8056
8056
  return e;
8057
8057
  }
8058
8058
 
8059
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/apply_i18n_expressions.mjs
8059
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/apply_i18n_expressions.mjs
8060
8060
  function applyI18nExpressions(job) {
8061
8061
  const i18nContexts = /* @__PURE__ */ new Map();
8062
8062
  for (const unit of job.units) {
@@ -8099,7 +8099,7 @@ function needsApplication(i18nContexts, op) {
8099
8099
  return false;
8100
8100
  }
8101
8101
 
8102
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/assign_i18n_slot_dependencies.mjs
8102
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/assign_i18n_slot_dependencies.mjs
8103
8103
  function assignI18nSlotDependencies(job) {
8104
8104
  for (const unit of job.units) {
8105
8105
  let updateOp = unit.update.head;
@@ -8144,7 +8144,7 @@ function assignI18nSlotDependencies(job) {
8144
8144
  }
8145
8145
  }
8146
8146
 
8147
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/util/elements.mjs
8147
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/util/elements.mjs
8148
8148
  function createOpXrefMap(unit) {
8149
8149
  const map = /* @__PURE__ */ new Map();
8150
8150
  for (const op of unit.create) {
@@ -8159,7 +8159,7 @@ function createOpXrefMap(unit) {
8159
8159
  return map;
8160
8160
  }
8161
8161
 
8162
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/attribute_extraction.mjs
8162
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/attribute_extraction.mjs
8163
8163
  function extractAttributes(job) {
8164
8164
  for (const unit of job.units) {
8165
8165
  const elements = createOpXrefMap(unit);
@@ -8288,7 +8288,7 @@ function extractAttributeOp(unit, op, elements) {
8288
8288
  }
8289
8289
  }
8290
8290
 
8291
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/binding_specialization.mjs
8291
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/binding_specialization.mjs
8292
8292
  function lookupElement2(elements, xref) {
8293
8293
  const el = elements.get(xref);
8294
8294
  if (el === void 0) {
@@ -8345,7 +8345,7 @@ function specializeBindings(job) {
8345
8345
  }
8346
8346
  }
8347
8347
 
8348
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/chaining.mjs
8348
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/chaining.mjs
8349
8349
  var CHAINABLE = /* @__PURE__ */ new Set([
8350
8350
  Identifiers.attribute,
8351
8351
  Identifiers.classProp,
@@ -8417,7 +8417,7 @@ function chainOperationsInList(opList) {
8417
8417
  }
8418
8418
  }
8419
8419
 
8420
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/collapse_singleton_interpolations.mjs
8420
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/collapse_singleton_interpolations.mjs
8421
8421
  function collapseSingletonInterpolations(job) {
8422
8422
  for (const unit of job.units) {
8423
8423
  for (const op of unit.update) {
@@ -8429,7 +8429,7 @@ function collapseSingletonInterpolations(job) {
8429
8429
  }
8430
8430
  }
8431
8431
 
8432
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/conditionals.mjs
8432
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/conditionals.mjs
8433
8433
  function generateConditionalExpressions(job) {
8434
8434
  for (const unit of job.units) {
8435
8435
  for (const op of unit.ops()) {
@@ -8466,7 +8466,7 @@ function generateConditionalExpressions(job) {
8466
8466
  }
8467
8467
  }
8468
8468
 
8469
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/conversion.mjs
8469
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/conversion.mjs
8470
8470
  var BINARY_OPERATORS = /* @__PURE__ */ new Map([
8471
8471
  ["&&", BinaryOperator.And],
8472
8472
  [">", BinaryOperator.Bigger],
@@ -8523,7 +8523,7 @@ function literalOrArrayLiteral(value) {
8523
8523
  return literal(value);
8524
8524
  }
8525
8525
 
8526
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/const_collection.mjs
8526
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/const_collection.mjs
8527
8527
  function collectElementConsts(job) {
8528
8528
  const allElementAttributes = /* @__PURE__ */ new Map();
8529
8529
  for (const unit of job.units) {
@@ -8692,7 +8692,7 @@ function serializeAttributes({ attributes, bindings, classes, i18n: i18n2, proje
8692
8692
  return literalArr(attrArray);
8693
8693
  }
8694
8694
 
8695
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/convert_i18n_bindings.mjs
8695
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/convert_i18n_bindings.mjs
8696
8696
  function convertI18nBindings(job) {
8697
8697
  const i18nAttributesByElem = /* @__PURE__ */ new Map();
8698
8698
  for (const unit of job.units) {
@@ -8733,7 +8733,7 @@ function convertI18nBindings(job) {
8733
8733
  }
8734
8734
  }
8735
8735
 
8736
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_defer_deps_fns.mjs
8736
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_defer_deps_fns.mjs
8737
8737
  function resolveDeferDepsFns(job) {
8738
8738
  var _a2;
8739
8739
  for (const unit of job.units) {
@@ -8758,7 +8758,7 @@ function resolveDeferDepsFns(job) {
8758
8758
  }
8759
8759
  }
8760
8760
 
8761
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/create_i18n_contexts.mjs
8761
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/create_i18n_contexts.mjs
8762
8762
  function createI18nContexts(job) {
8763
8763
  const attrContextByMessage = /* @__PURE__ */ new Map();
8764
8764
  for (const unit of job.units) {
@@ -8836,7 +8836,7 @@ function createI18nContexts(job) {
8836
8836
  }
8837
8837
  }
8838
8838
 
8839
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/deduplicate_text_bindings.mjs
8839
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/deduplicate_text_bindings.mjs
8840
8840
  function deduplicateTextBindings(job) {
8841
8841
  const seen = /* @__PURE__ */ new Map();
8842
8842
  for (const unit of job.units) {
@@ -8858,7 +8858,7 @@ function deduplicateTextBindings(job) {
8858
8858
  }
8859
8859
  }
8860
8860
 
8861
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/defer_configs.mjs
8861
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/defer_configs.mjs
8862
8862
  function configureDeferInstructions(job) {
8863
8863
  for (const unit of job.units) {
8864
8864
  for (const op of unit.create) {
@@ -8875,7 +8875,7 @@ function configureDeferInstructions(job) {
8875
8875
  }
8876
8876
  }
8877
8877
 
8878
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/defer_resolve_targets.mjs
8878
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/defer_resolve_targets.mjs
8879
8879
  function resolveDeferTargetNames(job) {
8880
8880
  const scopes = /* @__PURE__ */ new Map();
8881
8881
  function getScopeForView2(view) {
@@ -8969,7 +8969,7 @@ var Scope = class {
8969
8969
  }
8970
8970
  };
8971
8971
 
8972
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/empty_elements.mjs
8972
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/empty_elements.mjs
8973
8973
  var REPLACEMENTS = /* @__PURE__ */ new Map([
8974
8974
  [OpKind.ElementEnd, [OpKind.ElementStart, OpKind.Element]],
8975
8975
  [OpKind.ContainerEnd, [OpKind.ContainerStart, OpKind.Container]],
@@ -8996,7 +8996,7 @@ function collapseEmptyInstructions(job) {
8996
8996
  }
8997
8997
  }
8998
8998
 
8999
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/expand_safe_reads.mjs
8999
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/expand_safe_reads.mjs
9000
9000
  function expandSafeReads(job) {
9001
9001
  for (const unit of job.units) {
9002
9002
  for (const op of unit.ops()) {
@@ -9132,7 +9132,7 @@ function ternaryTransform(e) {
9132
9132
  return new ConditionalExpr(new BinaryOperatorExpr(BinaryOperator.Equals, e.guard, NULL_EXPR), NULL_EXPR, e.expr);
9133
9133
  }
9134
9134
 
9135
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/extract_i18n_messages.mjs
9135
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/extract_i18n_messages.mjs
9136
9136
  var ESCAPE = "\uFFFD";
9137
9137
  var ELEMENT_MARKER = "#";
9138
9138
  var TEMPLATE_MARKER = "*";
@@ -9268,7 +9268,7 @@ function formatValue(value) {
9268
9268
  return `${ESCAPE}${closeMarker}${tagMarker}${value.value}${context}${ESCAPE}`;
9269
9269
  }
9270
9270
 
9271
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_advance.mjs
9271
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_advance.mjs
9272
9272
  function generateAdvance(job) {
9273
9273
  for (const unit of job.units) {
9274
9274
  const slotMap = /* @__PURE__ */ new Map();
@@ -9311,7 +9311,7 @@ function generateAdvance(job) {
9311
9311
  }
9312
9312
  }
9313
9313
 
9314
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_projection_def.mjs
9314
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_projection_def.mjs
9315
9315
  function generateProjectionDefs(job) {
9316
9316
  const share = job.compatibility === CompatibilityMode.TemplateDefinitionBuilder;
9317
9317
  const selectors = [];
@@ -9335,7 +9335,7 @@ function generateProjectionDefs(job) {
9335
9335
  }
9336
9336
  }
9337
9337
 
9338
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_variables.mjs
9338
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_variables.mjs
9339
9339
  function generateVariables(job) {
9340
9340
  recursivelyProcessView(job.root, null);
9341
9341
  }
@@ -9453,7 +9453,7 @@ function generateVariablesInScopeForView(view, scope, isListener) {
9453
9453
  return newOps;
9454
9454
  }
9455
9455
 
9456
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/has_const_expression_collection.mjs
9456
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/has_const_expression_collection.mjs
9457
9457
  function collectConstExpressions(job) {
9458
9458
  for (const unit of job.units) {
9459
9459
  for (const op of unit.ops()) {
@@ -9467,7 +9467,7 @@ function collectConstExpressions(job) {
9467
9467
  }
9468
9468
  }
9469
9469
 
9470
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/host_style_property_parsing.mjs
9470
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/host_style_property_parsing.mjs
9471
9471
  var STYLE_DOT = "style.";
9472
9472
  var CLASS_DOT = "class.";
9473
9473
  var STYLE_BANG = "style!";
@@ -9525,7 +9525,7 @@ function parseProperty(name) {
9525
9525
  return { property: property2, suffix };
9526
9526
  }
9527
9527
 
9528
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/output/map_util.mjs
9528
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/map_util.mjs
9529
9529
  function mapLiteral(obj, quoted = false) {
9530
9530
  return literalMap(Object.keys(obj).map((key) => ({
9531
9531
  key,
@@ -9534,7 +9534,7 @@ function mapLiteral(obj, quoted = false) {
9534
9534
  })));
9535
9535
  }
9536
9536
 
9537
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/i18n/icu_serializer.mjs
9537
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/icu_serializer.mjs
9538
9538
  var IcuSerializerVisitor = class {
9539
9539
  visitText(text2) {
9540
9540
  return text2.value;
@@ -9568,7 +9568,7 @@ function serializeIcuNode(icu) {
9568
9568
  return icu.visit(serializer);
9569
9569
  }
9570
9570
 
9571
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/ast.mjs
9571
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/ast.mjs
9572
9572
  var NodeWithI18n = class {
9573
9573
  constructor(sourceSpan, i18n2) {
9574
9574
  this.sourceSpan = sourceSpan;
@@ -9691,7 +9691,7 @@ function visitAll2(visitor, nodes, context = null) {
9691
9691
  return result;
9692
9692
  }
9693
9693
 
9694
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/entities.mjs
9694
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/entities.mjs
9695
9695
  var NAMED_ENTITIES = {
9696
9696
  "AElig": "\xC6",
9697
9697
  "AMP": "&",
@@ -11822,7 +11822,7 @@ var NAMED_ENTITIES = {
11822
11822
  var NGSP_UNICODE = "\uE500";
11823
11823
  NAMED_ENTITIES["ngsp"] = NGSP_UNICODE;
11824
11824
 
11825
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/lexer.mjs
11825
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/lexer.mjs
11826
11826
  var TokenError = class extends ParseError {
11827
11827
  constructor(errorMsg, tokenType, span) {
11828
11828
  super(span, errorMsg);
@@ -12812,7 +12812,7 @@ var CursorError = class {
12812
12812
  }
12813
12813
  };
12814
12814
 
12815
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/parser.mjs
12815
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/parser.mjs
12816
12816
  var TreeError = class extends ParseError {
12817
12817
  static create(elementName, span, msg) {
12818
12818
  return new TreeError(elementName, span, msg);
@@ -13240,7 +13240,7 @@ function decodeEntity(match, entity) {
13240
13240
  return match;
13241
13241
  }
13242
13242
 
13243
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/html_whitespaces.mjs
13243
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/html_whitespaces.mjs
13244
13244
  var PRESERVE_WS_ATTR_NAME = "ngPreserveWhitespaces";
13245
13245
  var SKIP_WS_TRIM_TAGS = /* @__PURE__ */ new Set(["pre", "template", "textarea", "script", "style"]);
13246
13246
  var WS_CHARS = " \f\n\r \v\u1680\u180E\u2000-\u200A\u2028\u2029\u202F\u205F\u3000\uFEFF";
@@ -13380,7 +13380,7 @@ function visitAllWithSiblings(visitor, nodes) {
13380
13380
  return result;
13381
13381
  }
13382
13382
 
13383
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/expression_parser/lexer.mjs
13383
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/expression_parser/lexer.mjs
13384
13384
  var TokenType;
13385
13385
  (function(TokenType2) {
13386
13386
  TokenType2[TokenType2["Character"] = 0] = "Character";
@@ -13741,7 +13741,7 @@ function parseIntAutoRadix(text2) {
13741
13741
  return result;
13742
13742
  }
13743
13743
 
13744
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/expression_parser/parser.mjs
13744
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/expression_parser/parser.mjs
13745
13745
  var SplitInterpolation = class {
13746
13746
  constructor(strings, expressions, offsets) {
13747
13747
  this.strings = strings;
@@ -14625,7 +14625,7 @@ function getIndexMapForOriginalTemplate(interpolatedTokens) {
14625
14625
  return offsetMap;
14626
14626
  }
14627
14627
 
14628
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/schema/dom_security_schema.mjs
14628
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/schema/dom_security_schema.mjs
14629
14629
  var _SECURITY_SCHEMA;
14630
14630
  function SECURITY_SCHEMA() {
14631
14631
  if (!_SECURITY_SCHEMA) {
@@ -14686,11 +14686,11 @@ function isIframeSecuritySensitiveAttr(attrName) {
14686
14686
  return IFRAME_SECURITY_SENSITIVE_ATTRS.has(attrName.toLowerCase());
14687
14687
  }
14688
14688
 
14689
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/schema/element_schema_registry.mjs
14689
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/schema/element_schema_registry.mjs
14690
14690
  var ElementSchemaRegistry = class {
14691
14691
  };
14692
14692
 
14693
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/schema/dom_element_schema_registry.mjs
14693
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/schema/dom_element_schema_registry.mjs
14694
14694
  var BOOLEAN = "boolean";
14695
14695
  var NUMBER = "number";
14696
14696
  var STRING = "string";
@@ -15073,7 +15073,7 @@ function _isPixelDimensionStyle(prop) {
15073
15073
  }
15074
15074
  }
15075
15075
 
15076
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/html_tags.mjs
15076
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/html_tags.mjs
15077
15077
  var HtmlTagDefinition = class {
15078
15078
  constructor({ closedByChildren, implicitNamespacePrefix, contentType = TagContentType.PARSABLE_DATA, closedByParent = false, isVoid = false, ignoreFirstLf = false, preventNamespaceInheritance = false, canSelfClose = false } = {}) {
15079
15079
  this.closedByChildren = {};
@@ -15209,7 +15209,7 @@ function getHtmlTagDefinition(tagName) {
15209
15209
  return (_b2 = (_a2 = TAG_DEFINITIONS[tagName]) != null ? _a2 : TAG_DEFINITIONS[tagName.toLowerCase()]) != null ? _b2 : DEFAULT_TAG_DEFINITION;
15210
15210
  }
15211
15211
 
15212
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/serializers/placeholder.mjs
15212
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/serializers/placeholder.mjs
15213
15213
  var TAG_TO_PLACEHOLDER_NAMES = {
15214
15214
  "A": "LINK",
15215
15215
  "B": "BOLD_TEXT",
@@ -15331,7 +15331,7 @@ var PlaceholderRegistry = class {
15331
15331
  }
15332
15332
  };
15333
15333
 
15334
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/i18n_parser.mjs
15334
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/i18n_parser.mjs
15335
15335
  var _expParser = new Parser2(new Lexer());
15336
15336
  function createI18nMessageFactory(interpolationConfig, containerBlocks, retainEmptyTokens) {
15337
15337
  const visitor = new _I18nVisitor(_expParser, interpolationConfig, containerBlocks, retainEmptyTokens);
@@ -15526,14 +15526,14 @@ function extractPlaceholderName(input) {
15526
15526
  return input.split(_CUSTOM_PH_EXP)[2];
15527
15527
  }
15528
15528
 
15529
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/parse_util.mjs
15529
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/parse_util.mjs
15530
15530
  var I18nError = class extends ParseError {
15531
15531
  constructor(span, msg) {
15532
15532
  super(span, msg);
15533
15533
  }
15534
15534
  };
15535
15535
 
15536
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/schema/trusted_types_sinks.mjs
15536
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/schema/trusted_types_sinks.mjs
15537
15537
  var TRUSTED_TYPES_SINKS = /* @__PURE__ */ new Set([
15538
15538
  "iframe|srcdoc",
15539
15539
  "*|innerhtml",
@@ -15548,7 +15548,7 @@ function isTrustedTypesSink(tagName, propName) {
15548
15548
  return TRUSTED_TYPES_SINKS.has(tagName + "|" + propName) || TRUSTED_TYPES_SINKS.has("*|" + propName);
15549
15549
  }
15550
15550
 
15551
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/i18n/meta.mjs
15551
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/meta.mjs
15552
15552
  var setI18nRefs = (originalNodeMap) => {
15553
15553
  return (trimmedNode, i18nNode) => {
15554
15554
  var _a2;
@@ -15722,7 +15722,7 @@ function i18nMetaToJSDoc(meta) {
15722
15722
  return jsDocComment(tags);
15723
15723
  }
15724
15724
 
15725
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/i18n/get_msg_utils.mjs
15725
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/get_msg_utils.mjs
15726
15726
  var GOOG_GET_MSG = "goog.getMsg";
15727
15727
  function createGoogleGetMsgStatements(variable2, message, closureVar, placeholderValues) {
15728
15728
  const messageString = serializeI18nMessageForGetMsg(message);
@@ -15773,7 +15773,7 @@ function serializeI18nMessageForGetMsg(message) {
15773
15773
  return message.nodes.map((node) => node.visit(serializerVisitor2, null)).join("");
15774
15774
  }
15775
15775
 
15776
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/i18n/localize_utils.mjs
15776
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/localize_utils.mjs
15777
15777
  function createLocalizeStatements(variable2, message, params) {
15778
15778
  const { messageParts, placeHolders } = serializeI18nMessageForLocalize(message);
15779
15779
  const sourceSpan = getSourceSpan(message);
@@ -15862,7 +15862,7 @@ function createEmptyMessagePart(location) {
15862
15862
  return new LiteralPiece("", new ParseSourceSpan(location, location));
15863
15863
  }
15864
15864
 
15865
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/i18n_const_collection.mjs
15865
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/i18n_const_collection.mjs
15866
15866
  var NG_I18N_CLOSURE_MODE = "ngI18nClosureMode";
15867
15867
  var TRANSLATION_VAR_PREFIX = "i18n_";
15868
15868
  var I18N_ICU_MAPPING_PREFIX = "I18N_EXP_";
@@ -16033,7 +16033,7 @@ function i18nGenerateClosureVar(pool, messageId, fileBasedI18nSuffix, useExterna
16033
16033
  return variable(name);
16034
16034
  }
16035
16035
 
16036
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/i18n_text_extraction.mjs
16036
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/i18n_text_extraction.mjs
16037
16037
  function convertI18nText(job) {
16038
16038
  var _a2, _b2, _c2;
16039
16039
  for (const unit of job.units) {
@@ -16103,7 +16103,7 @@ function convertI18nText(job) {
16103
16103
  }
16104
16104
  }
16105
16105
 
16106
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/local_refs.mjs
16106
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/local_refs.mjs
16107
16107
  function liftLocalRefs(job) {
16108
16108
  for (const unit of job.units) {
16109
16109
  for (const op of unit.create) {
@@ -16133,7 +16133,7 @@ function serializeLocalRefs(refs) {
16133
16133
  return literalArr(constRefs);
16134
16134
  }
16135
16135
 
16136
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/namespace.mjs
16136
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/namespace.mjs
16137
16137
  function emitNamespaceChanges(job) {
16138
16138
  for (const unit of job.units) {
16139
16139
  let activeNamespace = Namespace.HTML;
@@ -16149,7 +16149,7 @@ function emitNamespaceChanges(job) {
16149
16149
  }
16150
16150
  }
16151
16151
 
16152
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/parse_extracted_styles.mjs
16152
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/parse_extracted_styles.mjs
16153
16153
  function parse(value) {
16154
16154
  const styles = [];
16155
16155
  let i = 0;
@@ -16243,7 +16243,7 @@ function parseExtractedStyles(job) {
16243
16243
  }
16244
16244
  }
16245
16245
 
16246
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/naming.mjs
16246
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/naming.mjs
16247
16247
  function nameFunctionsAndVariables(job) {
16248
16248
  addNamesToView(job.root, job.componentName, { index: 0 }, job.compatibility === CompatibilityMode.TemplateDefinitionBuilder);
16249
16249
  }
@@ -16387,7 +16387,7 @@ function stripImportant(name) {
16387
16387
  return name;
16388
16388
  }
16389
16389
 
16390
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/next_context_merging.mjs
16390
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/next_context_merging.mjs
16391
16391
  function mergeNextContextExpressions(job) {
16392
16392
  for (const unit of job.units) {
16393
16393
  for (const op of unit.create) {
@@ -16434,7 +16434,7 @@ function mergeNextContextsInOps(ops) {
16434
16434
  }
16435
16435
  }
16436
16436
 
16437
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/ng_container.mjs
16437
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/ng_container.mjs
16438
16438
  var CONTAINER_TAG = "ng-container";
16439
16439
  function generateNgContainerOps(job) {
16440
16440
  for (const unit of job.units) {
@@ -16451,7 +16451,7 @@ function generateNgContainerOps(job) {
16451
16451
  }
16452
16452
  }
16453
16453
 
16454
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/nonbindable.mjs
16454
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/nonbindable.mjs
16455
16455
  function lookupElement3(elements, xref) {
16456
16456
  const el = elements.get(xref);
16457
16457
  if (el === void 0) {
@@ -16481,7 +16481,7 @@ function disableBindings(job) {
16481
16481
  }
16482
16482
  }
16483
16483
 
16484
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/nullish_coalescing.mjs
16484
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/nullish_coalescing.mjs
16485
16485
  function generateNullishCoalesceExpressions(job) {
16486
16486
  for (const unit of job.units) {
16487
16487
  for (const op of unit.ops()) {
@@ -16497,7 +16497,7 @@ function generateNullishCoalesceExpressions(job) {
16497
16497
  }
16498
16498
  }
16499
16499
 
16500
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/ordering.mjs
16500
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/ordering.mjs
16501
16501
  function kindTest(kind) {
16502
16502
  return (op) => op.kind === kind;
16503
16503
  }
@@ -16587,7 +16587,7 @@ function keepLast(ops) {
16587
16587
  return ops.slice(ops.length - 1);
16588
16588
  }
16589
16589
 
16590
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/phase_remove_content_selectors.mjs
16590
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/phase_remove_content_selectors.mjs
16591
16591
  function removeContentSelectors(job) {
16592
16592
  for (const unit of job.units) {
16593
16593
  const elements = createOpXrefMap(unit);
@@ -16614,7 +16614,7 @@ function lookupInXrefMap(map, xref) {
16614
16614
  return el;
16615
16615
  }
16616
16616
 
16617
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pipe_creation.mjs
16617
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pipe_creation.mjs
16618
16618
  function createPipes(job) {
16619
16619
  for (const unit of job.units) {
16620
16620
  processPipeBindingsInView(unit);
@@ -16662,7 +16662,7 @@ function addPipeToCreationBlock(unit, afterTargetXref, binding) {
16662
16662
  throw new Error(`AssertionError: unable to find insertion point for pipe ${binding.name}`);
16663
16663
  }
16664
16664
 
16665
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pipe_variadic.mjs
16665
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pipe_variadic.mjs
16666
16666
  function createVariadicPipes(job) {
16667
16667
  for (const unit of job.units) {
16668
16668
  for (const op of unit.update) {
@@ -16679,7 +16679,7 @@ function createVariadicPipes(job) {
16679
16679
  }
16680
16680
  }
16681
16681
 
16682
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/propagate_i18n_blocks.mjs
16682
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/propagate_i18n_blocks.mjs
16683
16683
  function propagateI18nBlocks(job) {
16684
16684
  propagateI18nBlocksToTemplates(job.root, 0);
16685
16685
  }
@@ -16733,7 +16733,7 @@ function wrapTemplateWithI18n(unit, parentI18n) {
16733
16733
  }
16734
16734
  }
16735
16735
 
16736
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pure_function_extraction.mjs
16736
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pure_function_extraction.mjs
16737
16737
  function extractPureFunctions(job) {
16738
16738
  for (const view of job.units) {
16739
16739
  for (const op of view.ops()) {
@@ -16775,7 +16775,7 @@ var PureFunctionConstant = class extends GenericKeyFn {
16775
16775
  }
16776
16776
  };
16777
16777
 
16778
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pure_literal_structures.mjs
16778
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pure_literal_structures.mjs
16779
16779
  function generatePureLiteralStructures(job) {
16780
16780
  for (const unit of job.units) {
16781
16781
  for (const op of unit.update) {
@@ -16822,7 +16822,7 @@ function transformLiteralMap(expr) {
16822
16822
  return new PureFunctionExpr(literalMap(derivedEntries), nonConstantArgs);
16823
16823
  }
16824
16824
 
16825
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/instruction.mjs
16825
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/instruction.mjs
16826
16826
  function element(slot, tag, constIndex, localRefIndex, sourceSpan) {
16827
16827
  return elementOrContainerBase(Identifiers.element, slot, tag, constIndex, localRefIndex, sourceSpan);
16828
16828
  }
@@ -17354,7 +17354,7 @@ function callVariadicInstruction(config, baseArgs, interpolationArgs, extraArgs,
17354
17354
  return createStatementOp(callVariadicInstructionExpr(config, baseArgs, interpolationArgs, extraArgs, sourceSpan).toStmt());
17355
17355
  }
17356
17356
 
17357
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/reify.mjs
17357
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/reify.mjs
17358
17358
  var GLOBAL_TARGET_RESOLVERS = /* @__PURE__ */ new Map([
17359
17359
  ["window", Identifiers.resolveWindow],
17360
17360
  ["document", Identifiers.resolveDocument],
@@ -17719,7 +17719,7 @@ function reifyListenerHandler(unit, name, handlerOps, consumesDollarEvent) {
17719
17719
  return fn(params, handlerStmts, void 0, void 0, name);
17720
17720
  }
17721
17721
 
17722
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/remove_empty_bindings.mjs
17722
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/remove_empty_bindings.mjs
17723
17723
  function removeEmptyBindings(job) {
17724
17724
  for (const unit of job.units) {
17725
17725
  for (const op of unit.update) {
@@ -17740,7 +17740,7 @@ function removeEmptyBindings(job) {
17740
17740
  }
17741
17741
  }
17742
17742
 
17743
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/remove_i18n_contexts.mjs
17743
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/remove_i18n_contexts.mjs
17744
17744
  function removeI18nContexts(job) {
17745
17745
  for (const unit of job.units) {
17746
17746
  for (const op of unit.create) {
@@ -17756,7 +17756,7 @@ function removeI18nContexts(job) {
17756
17756
  }
17757
17757
  }
17758
17758
 
17759
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/remove_unused_i18n_attrs.mjs
17759
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/remove_unused_i18n_attrs.mjs
17760
17760
  function removeUnusedI18nAttributesOps(job) {
17761
17761
  for (const unit of job.units) {
17762
17762
  const ownersWithI18nExpressions = /* @__PURE__ */ new Set();
@@ -17778,7 +17778,7 @@ function removeUnusedI18nAttributesOps(job) {
17778
17778
  }
17779
17779
  }
17780
17780
 
17781
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_contexts.mjs
17781
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_contexts.mjs
17782
17782
  function resolveContexts(job) {
17783
17783
  for (const unit of job.units) {
17784
17784
  processLexicalScope(unit, unit.create);
@@ -17820,7 +17820,7 @@ function processLexicalScope(view, ops) {
17820
17820
  }
17821
17821
  }
17822
17822
 
17823
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_dollar_event.mjs
17823
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_dollar_event.mjs
17824
17824
  function resolveDollarEvent(job) {
17825
17825
  for (const unit of job.units) {
17826
17826
  transformDollarEvent(unit.create);
@@ -17843,7 +17843,7 @@ function transformDollarEvent(ops) {
17843
17843
  }
17844
17844
  }
17845
17845
 
17846
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_i18n_element_placeholders.mjs
17846
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_i18n_element_placeholders.mjs
17847
17847
  function resolveI18nElementPlaceholders(job) {
17848
17848
  const i18nContexts = /* @__PURE__ */ new Map();
17849
17849
  const elements = /* @__PURE__ */ new Map();
@@ -18022,7 +18022,7 @@ function addParam(params, placeholder, value, subTemplateIndex, flags) {
18022
18022
  params.set(placeholder, values);
18023
18023
  }
18024
18024
 
18025
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_i18n_expression_placeholders.mjs
18025
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_i18n_expression_placeholders.mjs
18026
18026
  function resolveI18nExpressionPlaceholders(job) {
18027
18027
  var _a2;
18028
18028
  const subTemplateIndices = /* @__PURE__ */ new Map();
@@ -18075,7 +18075,7 @@ function updatePlaceholder(op, value, i18nContexts, icuPlaceholders) {
18075
18075
  }
18076
18076
  }
18077
18077
 
18078
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_names.mjs
18078
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_names.mjs
18079
18079
  function resolveNames(job) {
18080
18080
  for (const unit of job.units) {
18081
18081
  processLexicalScope2(unit, unit.create, null);
@@ -18153,7 +18153,7 @@ function processLexicalScope2(unit, ops, savedView) {
18153
18153
  }
18154
18154
  }
18155
18155
 
18156
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_sanitizers.mjs
18156
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_sanitizers.mjs
18157
18157
  var sanitizerFns = /* @__PURE__ */ new Map([
18158
18158
  [SecurityContext.HTML, Identifiers.sanitizeHtml],
18159
18159
  [SecurityContext.RESOURCE_URL, Identifiers.sanitizeResourceUrl],
@@ -18223,7 +18223,7 @@ function getOnlySecurityContext(securityContext) {
18223
18223
  return securityContext;
18224
18224
  }
18225
18225
 
18226
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/transform_two_way_binding_set.mjs
18226
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/transform_two_way_binding_set.mjs
18227
18227
  function transformTwoWayBindingSet(job) {
18228
18228
  for (const unit of job.units) {
18229
18229
  for (const op of unit.create) {
@@ -18246,7 +18246,7 @@ function transformTwoWayBindingSet(job) {
18246
18246
  }
18247
18247
  }
18248
18248
 
18249
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/save_restore_view.mjs
18249
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/save_restore_view.mjs
18250
18250
  function saveAndRestoreView(job) {
18251
18251
  for (const unit of job.units) {
18252
18252
  unit.create.prepend([
@@ -18291,7 +18291,7 @@ function addSaveRestoreViewOperationToListener(unit, op) {
18291
18291
  }
18292
18292
  }
18293
18293
 
18294
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/slot_allocation.mjs
18294
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/slot_allocation.mjs
18295
18295
  function allocateSlots(job) {
18296
18296
  const slotMap = /* @__PURE__ */ new Map();
18297
18297
  for (const unit of job.units) {
@@ -18316,7 +18316,7 @@ function allocateSlots(job) {
18316
18316
  }
18317
18317
  }
18318
18318
 
18319
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/style_binding_specialization.mjs
18319
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/style_binding_specialization.mjs
18320
18320
  function specializeStyleBindings(job) {
18321
18321
  for (const unit of job.units) {
18322
18322
  for (const op of unit.update) {
@@ -18346,7 +18346,7 @@ function specializeStyleBindings(job) {
18346
18346
  }
18347
18347
  }
18348
18348
 
18349
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/temporary_variables.mjs
18349
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/temporary_variables.mjs
18350
18350
  function generateTemporaryVariables(job) {
18351
18351
  for (const unit of job.units) {
18352
18352
  unit.create.prepend(generateTemporaries(unit.create));
@@ -18404,7 +18404,7 @@ function assignName(names, expr) {
18404
18404
  expr.name = name;
18405
18405
  }
18406
18406
 
18407
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/track_fn_generation.mjs
18407
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/track_fn_generation.mjs
18408
18408
  function generateTrackFns(job) {
18409
18409
  for (const unit of job.units) {
18410
18410
  for (const op of unit.create) {
@@ -18437,7 +18437,7 @@ function generateTrackFns(job) {
18437
18437
  }
18438
18438
  }
18439
18439
 
18440
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/track_fn_optimization.mjs
18440
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/track_fn_optimization.mjs
18441
18441
  function optimizeTrackFns(job) {
18442
18442
  for (const unit of job.units) {
18443
18443
  for (const op of unit.create) {
@@ -18487,7 +18487,7 @@ function isTrackByFunctionCall(rootView, expr) {
18487
18487
  return true;
18488
18488
  }
18489
18489
 
18490
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/track_variables.mjs
18490
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/track_variables.mjs
18491
18491
  function generateTrackVariables(job) {
18492
18492
  for (const unit of job.units) {
18493
18493
  for (const op of unit.create) {
@@ -18508,7 +18508,7 @@ function generateTrackVariables(job) {
18508
18508
  }
18509
18509
  }
18510
18510
 
18511
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/var_counting.mjs
18511
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/var_counting.mjs
18512
18512
  function countVariables(job) {
18513
18513
  for (const unit of job.units) {
18514
18514
  let varCount = 0;
@@ -18621,7 +18621,7 @@ function isSingletonInterpolation(expr) {
18621
18621
  return true;
18622
18622
  }
18623
18623
 
18624
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/variable_optimization.mjs
18624
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/variable_optimization.mjs
18625
18625
  function optimizeVariables(job) {
18626
18626
  for (const unit of job.units) {
18627
18627
  inlineAlwaysInlineVariables(unit.create);
@@ -18873,7 +18873,7 @@ function allowConservativeInlining(decl, target) {
18873
18873
  }
18874
18874
  }
18875
18875
 
18876
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/wrap_icus.mjs
18876
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/wrap_icus.mjs
18877
18877
  function wrapI18nIcus(job) {
18878
18878
  for (const unit of job.units) {
18879
18879
  let currentI18nOp = null;
@@ -18903,7 +18903,7 @@ function wrapI18nIcus(job) {
18903
18903
  }
18904
18904
  }
18905
18905
 
18906
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/store_let_optimization.mjs
18906
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/store_let_optimization.mjs
18907
18907
  function optimizeStoreLet(job) {
18908
18908
  const letUsedExternally = /* @__PURE__ */ new Set();
18909
18909
  for (const unit of job.units) {
@@ -18922,7 +18922,7 @@ function optimizeStoreLet(job) {
18922
18922
  }
18923
18923
  }
18924
18924
 
18925
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/remove_illegal_let_references.mjs
18925
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/remove_illegal_let_references.mjs
18926
18926
  function removeIllegalLetReferences(job) {
18927
18927
  for (const unit of job.units) {
18928
18928
  for (const op of unit.update) {
@@ -18939,7 +18939,7 @@ function removeIllegalLetReferences(job) {
18939
18939
  }
18940
18940
  }
18941
18941
 
18942
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_local_let_references.mjs
18942
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_local_let_references.mjs
18943
18943
  function generateLocalLetReferences(job) {
18944
18944
  for (const unit of job.units) {
18945
18945
  for (const op of unit.update) {
@@ -18957,7 +18957,7 @@ function generateLocalLetReferences(job) {
18957
18957
  }
18958
18958
  }
18959
18959
 
18960
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/emit.mjs
18960
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/emit.mjs
18961
18961
  var phases = [
18962
18962
  { kind: CompilationJobKind.Tmpl, fn: removeContentSelectors },
18963
18963
  { kind: CompilationJobKind.Host, fn: parseHostStyleProperties },
@@ -19114,7 +19114,7 @@ function emitHostBindingFunction(job) {
19114
19114
  );
19115
19115
  }
19116
19116
 
19117
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/ingest.mjs
19117
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/ingest.mjs
19118
19118
  var compatibilityMode = CompatibilityMode.TemplateDefinitionBuilder;
19119
19119
  var domSchema = new DomElementSchemaRegistry();
19120
19120
  var NG_TEMPLATE_TAG_NAME = "ng-template";
@@ -19872,7 +19872,7 @@ function ingestControlFlowInsertionPoint(unit, xref, node) {
19872
19872
  return null;
19873
19873
  }
19874
19874
 
19875
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/query_generation.mjs
19875
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/query_generation.mjs
19876
19876
  function renderFlagCheckIfStmt(flags, statements) {
19877
19877
  return ifStmt(variable(RENDER_FLAGS).bitwiseAnd(literal(flags), null, false), statements);
19878
19878
  }
@@ -19992,7 +19992,7 @@ function createContentQueriesFunction(queries, constantPool, name) {
19992
19992
  ], INFERRED_TYPE, null, contentQueriesFnName);
19993
19993
  }
19994
19994
 
19995
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/html_parser.mjs
19995
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/html_parser.mjs
19996
19996
  var HtmlParser = class extends Parser {
19997
19997
  constructor() {
19998
19998
  super(getHtmlTagDefinition);
@@ -20002,7 +20002,7 @@ var HtmlParser = class extends Parser {
20002
20002
  }
20003
20003
  };
20004
20004
 
20005
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template_parser/binding_parser.mjs
20005
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template_parser/binding_parser.mjs
20006
20006
  var PROPERTY_PARTS_SEPARATOR = ".";
20007
20007
  var ATTRIBUTE_PREFIX = "attr";
20008
20008
  var CLASS_PREFIX = "class";
@@ -20356,7 +20356,7 @@ function moveParseSourceSpan(sourceSpan, absoluteSpan) {
20356
20356
  return new ParseSourceSpan(sourceSpan.start.moveBy(startDiff), sourceSpan.end.moveBy(endDiff), sourceSpan.fullStart.moveBy(startDiff), sourceSpan.details);
20357
20357
  }
20358
20358
 
20359
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/style_url_resolver.mjs
20359
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/style_url_resolver.mjs
20360
20360
  function isStyleUrlResolvable(url) {
20361
20361
  if (url == null || url.length === 0 || url[0] == "/")
20362
20362
  return false;
@@ -20365,7 +20365,7 @@ function isStyleUrlResolvable(url) {
20365
20365
  }
20366
20366
  var URL_WITH_SCHEMA_REGEXP = /^([^:/?#]+):/;
20367
20367
 
20368
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template_parser/template_preparser.mjs
20368
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template_parser/template_preparser.mjs
20369
20369
  var NG_CONTENT_SELECT_ATTR = "select";
20370
20370
  var LINK_ELEMENT = "link";
20371
20371
  var LINK_STYLE_REL_ATTR = "rel";
@@ -20435,7 +20435,7 @@ function normalizeNgContentSelect(selectAttr) {
20435
20435
  return selectAttr;
20436
20436
  }
20437
20437
 
20438
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_control_flow.mjs
20438
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_control_flow.mjs
20439
20439
  var FOR_LOOP_EXPRESSION_PATTERN = /^\s*([0-9A-Za-z_$]*)\s+of\s+([\S\s]*)/;
20440
20440
  var FOR_LOOP_TRACK_PATTERN = /^track\s+([\S\s]*)/;
20441
20441
  var CONDITIONAL_ALIAS_PATTERN = /^(as\s)+(.*)/;
@@ -20758,7 +20758,7 @@ function stripOptionalParentheses(param, errors) {
20758
20758
  return expression.slice(start, end);
20759
20759
  }
20760
20760
 
20761
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_deferred_triggers.mjs
20761
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_deferred_triggers.mjs
20762
20762
  var TIME_PATTERN = /^\d+\.?\d*(ms|s)?$/;
20763
20763
  var SEPARATOR_PATTERN = /^\s$/;
20764
20764
  var COMMA_DELIMITED_SYNTAX = /* @__PURE__ */ new Map([
@@ -21022,7 +21022,7 @@ function parseDeferredTime(value) {
21022
21022
  return parseFloat(time) * (units === "s" ? 1e3 : 1);
21023
21023
  }
21024
21024
 
21025
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_deferred_blocks.mjs
21025
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_deferred_blocks.mjs
21026
21026
  var PREFETCH_WHEN_PATTERN = /^prefetch\s+when\s/;
21027
21027
  var PREFETCH_ON_PATTERN = /^prefetch\s+on\s/;
21028
21028
  var MINIMUM_PARAMETER_PATTERN = /^minimum\s/;
@@ -21157,7 +21157,7 @@ function parsePrimaryTriggers(params, bindingParser, errors, placeholder) {
21157
21157
  return { triggers, prefetchTriggers };
21158
21158
  }
21159
21159
 
21160
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_template_transform.mjs
21160
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_template_transform.mjs
21161
21161
  var BIND_NAME_REGEXP = /^(?:(bind-)|(let-)|(ref-|#)|(on-)|(bindon-)|(@))(.*)$/;
21162
21162
  var KW_BIND_IDX = 1;
21163
21163
  var KW_LET_IDX = 2;
@@ -21624,7 +21624,7 @@ function textContents(node) {
21624
21624
  }
21625
21625
  }
21626
21626
 
21627
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/template.mjs
21627
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/template.mjs
21628
21628
  var LEADING_TRIVIA_CHARS = [" ", "\n", "\r", " "];
21629
21629
  function parseTemplate(template2, templateUrl, options = {}) {
21630
21630
  var _a2, _b2, _c2;
@@ -21718,7 +21718,7 @@ function makeBindingParser(interpolationConfig = DEFAULT_INTERPOLATION_CONFIG, a
21718
21718
  return new BindingParser(new Parser2(new Lexer()), interpolationConfig, elementRegistry, [], allowInvalidAssignmentEvents);
21719
21719
  }
21720
21720
 
21721
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/compiler.mjs
21721
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/compiler.mjs
21722
21722
  var COMPONENT_VARIABLE = "%COMP%";
21723
21723
  var HOST_ATTR = `_nghost-${COMPONENT_VARIABLE}`;
21724
21724
  var CONTENT_ATTR = `_ngcontent-${COMPONENT_VARIABLE}`;
@@ -22085,7 +22085,7 @@ function createHostDirectivesMappingArray(mapping) {
22085
22085
  return elements.length > 0 ? literalArr(elements) : null;
22086
22086
  }
22087
22087
 
22088
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/t2_binder.mjs
22088
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/t2_binder.mjs
22089
22089
  var R3TargetBinder = class {
22090
22090
  constructor(directiveMatcher) {
22091
22091
  this.directiveMatcher = directiveMatcher;
@@ -22732,11 +22732,11 @@ function extractScopedNodeEntities(rootScope) {
22732
22732
  return templateEntities;
22733
22733
  }
22734
22734
 
22735
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/resource_loader.mjs
22735
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/resource_loader.mjs
22736
22736
  var ResourceLoader = class {
22737
22737
  };
22738
22738
 
22739
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/jit_compiler_facade.mjs
22739
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/jit_compiler_facade.mjs
22740
22740
  var CompilerFacadeImpl = class {
22741
22741
  constructor(jitEvaluator = new JitEvaluator()) {
22742
22742
  this.jitEvaluator = jitEvaluator;
@@ -23314,17 +23314,17 @@ function publishFacade(global) {
23314
23314
  ng.\u0275compilerFacade = new CompilerFacadeImpl();
23315
23315
  }
23316
23316
 
23317
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/version.mjs
23318
- var VERSION2 = new Version("18.2.13");
23317
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/version.mjs
23318
+ var VERSION2 = new Version("18.2.14");
23319
23319
 
23320
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/extractor_merger.mjs
23320
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/extractor_merger.mjs
23321
23321
  var _VisitorMode;
23322
23322
  (function(_VisitorMode2) {
23323
23323
  _VisitorMode2[_VisitorMode2["Extract"] = 0] = "Extract";
23324
23324
  _VisitorMode2[_VisitorMode2["Merge"] = 1] = "Merge";
23325
23325
  })(_VisitorMode || (_VisitorMode = {}));
23326
23326
 
23327
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/xml_tags.mjs
23327
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/xml_tags.mjs
23328
23328
  var XmlTagDefinition = class {
23329
23329
  constructor() {
23330
23330
  this.closedByParent = false;
@@ -23346,7 +23346,7 @@ var XmlTagDefinition = class {
23346
23346
  };
23347
23347
  var _TAG_DEFINITION = new XmlTagDefinition();
23348
23348
 
23349
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/partial/api.mjs
23349
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/partial/api.mjs
23350
23350
  var FactoryTarget2;
23351
23351
  (function(FactoryTarget3) {
23352
23352
  FactoryTarget3[FactoryTarget3["Directive"] = 0] = "Directive";
@@ -23356,13 +23356,13 @@ var FactoryTarget2;
23356
23356
  FactoryTarget3[FactoryTarget3["NgModule"] = 4] = "NgModule";
23357
23357
  })(FactoryTarget2 || (FactoryTarget2 = {}));
23358
23358
 
23359
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/compiler.mjs
23359
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/compiler.mjs
23360
23360
  publishFacade(_global);
23361
23361
 
23362
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/di.mjs
23362
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/di.mjs
23363
23363
  var import_typescript22 = __toESM(require("typescript"), 1);
23364
23364
 
23365
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error_code.mjs
23365
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error_code.mjs
23366
23366
  var ErrorCode;
23367
23367
  (function(ErrorCode2) {
23368
23368
  ErrorCode2[ErrorCode2["DECORATOR_ARG_NOT_LITERAL"] = 1001] = "DECORATOR_ARG_NOT_LITERAL";
@@ -23457,7 +23457,7 @@ var ErrorCode;
23457
23457
  ErrorCode2[ErrorCode2["LOCAL_COMPILATION_UNSUPPORTED_EXPRESSION"] = 11003] = "LOCAL_COMPILATION_UNSUPPORTED_EXPRESSION";
23458
23458
  })(ErrorCode || (ErrorCode = {}));
23459
23459
 
23460
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/docs.mjs
23460
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/docs.mjs
23461
23461
  var COMPILER_ERRORS_WITH_GUIDES = /* @__PURE__ */ new Set([
23462
23462
  ErrorCode.DECORATOR_ARG_NOT_LITERAL,
23463
23463
  ErrorCode.IMPORT_CYCLE_DETECTED,
@@ -23469,10 +23469,10 @@ var COMPILER_ERRORS_WITH_GUIDES = /* @__PURE__ */ new Set([
23469
23469
  ErrorCode.WARN_NGMODULE_ID_UNNECESSARY
23470
23470
  ]);
23471
23471
 
23472
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error.mjs
23472
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error.mjs
23473
23473
  var import_typescript = __toESM(require("typescript"), 1);
23474
23474
 
23475
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/extended_template_diagnostic_name.mjs
23475
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/extended_template_diagnostic_name.mjs
23476
23476
  var ExtendedTemplateDiagnosticName;
23477
23477
  (function(ExtendedTemplateDiagnosticName2) {
23478
23478
  ExtendedTemplateDiagnosticName2["INVALID_BANANA_IN_BOX"] = "invalidBananaInBox";
@@ -23489,16 +23489,16 @@ var ExtendedTemplateDiagnosticName;
23489
23489
  ExtendedTemplateDiagnosticName2["UNUSED_LET_DECLARATION"] = "unusedLetDeclaration";
23490
23490
  })(ExtendedTemplateDiagnosticName || (ExtendedTemplateDiagnosticName = {}));
23491
23491
 
23492
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/util.mjs
23492
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/util.mjs
23493
23493
  var import_typescript21 = __toESM(require("typescript"), 1);
23494
23494
 
23495
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/emitter.mjs
23495
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/emitter.mjs
23496
23496
  var import_typescript5 = __toESM(require("typescript"), 1);
23497
23497
 
23498
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/compiler_host.mjs
23498
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/compiler_host.mjs
23499
23499
  var import_typescript2 = __toESM(require("typescript"), 1);
23500
23500
 
23501
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/invalid_file_system.mjs
23501
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/invalid_file_system.mjs
23502
23502
  var InvalidFileSystem = class {
23503
23503
  exists(path2) {
23504
23504
  throw makeError();
@@ -23586,18 +23586,18 @@ function makeError() {
23586
23586
  return new Error("FileSystem has not been configured. Please call `setFileSystem()` before calling this method.");
23587
23587
  }
23588
23588
 
23589
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/helpers.mjs
23589
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/helpers.mjs
23590
23590
  var fs = new InvalidFileSystem();
23591
23591
  var ABSOLUTE_PATH = Symbol("AbsolutePath");
23592
23592
 
23593
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/node_js_file_system.mjs
23593
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/node_js_file_system.mjs
23594
23594
  var import_url = require("url");
23595
23595
  var import_meta3 = {};
23596
23596
  var isCommonJS = typeof __filename !== "undefined";
23597
23597
  var currentFileUrl = isCommonJS ? null : import_meta3.url;
23598
23598
  var currentFileName = isCommonJS ? __filename : (0, import_url.fileURLToPath)(currentFileUrl);
23599
23599
 
23600
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/typescript.mjs
23600
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/typescript.mjs
23601
23601
  var import_typescript3 = __toESM(require("typescript"), 1);
23602
23602
  function identifierOfNode(decl) {
23603
23603
  if (decl.name !== void 0 && import_typescript3.default.isIdentifier(decl.name)) {
@@ -23607,7 +23607,7 @@ function identifierOfNode(decl) {
23607
23607
  }
23608
23608
  }
23609
23609
 
23610
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/emitter.mjs
23610
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/emitter.mjs
23611
23611
  var ImportFlags;
23612
23612
  (function(ImportFlags2) {
23613
23613
  ImportFlags2[ImportFlags2["None"] = 0] = "None";
@@ -23618,7 +23618,7 @@ var ImportFlags;
23618
23618
  ImportFlags2[ImportFlags2["AllowAmbientReferences"] = 16] = "AllowAmbientReferences";
23619
23619
  })(ImportFlags || (ImportFlags = {}));
23620
23620
 
23621
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/patch_alias_reference_resolution.mjs
23621
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/patch_alias_reference_resolution.mjs
23622
23622
  var import_typescript7 = __toESM(require("typescript"), 1);
23623
23623
  var patchedReferencedAliasesSymbol = Symbol("patchedReferencedAliases");
23624
23624
  function loadIsReferencedAliasDeclarationPatch(context) {
@@ -23653,16 +23653,16 @@ function throwIncompatibleTransformationContextError() {
23653
23653
  throw Error("Angular compiler is incompatible with this version of the TypeScript compiler.\n\nIf you recently updated TypeScript and this issue surfaces now, consider downgrading.\n\nPlease report an issue on the Angular repositories when this issue surfaces and you are using a supposedly compatible TypeScript version.");
23654
23654
  }
23655
23655
 
23656
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/default.mjs
23656
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/default.mjs
23657
23657
  var DefaultImportDeclaration = Symbol("DefaultImportDeclaration");
23658
23658
 
23659
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/deferred_symbol_tracker.mjs
23659
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/deferred_symbol_tracker.mjs
23660
23660
  var import_typescript13 = __toESM(require("typescript"), 1);
23661
23661
 
23662
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/typescript.mjs
23662
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/typescript.mjs
23663
23663
  var import_typescript12 = __toESM(require("typescript"), 1);
23664
23664
 
23665
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/host.mjs
23665
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/host.mjs
23666
23666
  var import_typescript9 = __toESM(require("typescript"), 1);
23667
23667
  var ClassMemberKind;
23668
23668
  (function(ClassMemberKind2) {
@@ -23682,22 +23682,22 @@ var ClassMemberAccessLevel;
23682
23682
  })(ClassMemberAccessLevel || (ClassMemberAccessLevel = {}));
23683
23683
  var AmbientImport = {};
23684
23684
 
23685
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/type_to_value.mjs
23685
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/type_to_value.mjs
23686
23686
  var import_typescript10 = __toESM(require("typescript"), 1);
23687
23687
 
23688
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/util.mjs
23688
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/util.mjs
23689
23689
  var import_typescript11 = __toESM(require("typescript"), 1);
23690
23690
 
23691
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/typescript.mjs
23691
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/typescript.mjs
23692
23692
  var LocalExportedDeclarations = Symbol("LocalExportedDeclarations");
23693
23693
 
23694
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/imported_symbols_tracker.mjs
23694
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/imported_symbols_tracker.mjs
23695
23695
  var import_typescript15 = __toESM(require("typescript"), 1);
23696
23696
 
23697
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/local_compilation_extra_imports_tracker.mjs
23697
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/local_compilation_extra_imports_tracker.mjs
23698
23698
  var import_typescript16 = __toESM(require("typescript"), 1);
23699
23699
 
23700
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/references.mjs
23700
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/references.mjs
23701
23701
  var Reference2 = class {
23702
23702
  constructor(node, bestGuessOwningModule = null) {
23703
23703
  this.node = node;
@@ -23766,10 +23766,10 @@ var Reference2 = class {
23766
23766
  }
23767
23767
  };
23768
23768
 
23769
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.mjs
23769
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.mjs
23770
23770
  var import_typescript45 = __toESM(require("typescript"), 1);
23771
23771
 
23772
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/api.mjs
23772
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/api.mjs
23773
23773
  var MetaKind;
23774
23774
  (function(MetaKind2) {
23775
23775
  MetaKind2[MetaKind2["Directive"] = 0] = "Directive";
@@ -23782,10 +23782,10 @@ var MatchSource;
23782
23782
  MatchSource2[MatchSource2["HostDirective"] = 1] = "HostDirective";
23783
23783
  })(MatchSource || (MatchSource = {}));
23784
23784
 
23785
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
23785
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
23786
23786
  var import_typescript25 = __toESM(require("typescript"), 1);
23787
23787
 
23788
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/property_mapping.mjs
23788
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/property_mapping.mjs
23789
23789
  var ClassPropertyMapping = class {
23790
23790
  constructor(forwardMap) {
23791
23791
  this.forwardMap = forwardMap;
@@ -23865,13 +23865,13 @@ function reverseMapFromForwardMap(forwardMap) {
23865
23865
  return reverseMap;
23866
23866
  }
23867
23867
 
23868
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/util.mjs
23868
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/util.mjs
23869
23869
  var import_typescript23 = __toESM(require("typescript"), 1);
23870
23870
 
23871
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/diagnostics.mjs
23871
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/diagnostics.mjs
23872
23872
  var import_typescript27 = __toESM(require("typescript"), 1);
23873
23873
 
23874
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
23874
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
23875
23875
  var import_typescript28 = __toESM(require("typescript"), 1);
23876
23876
  function literalBinaryOp(op) {
23877
23877
  return { op, literal: true };
@@ -23910,7 +23910,7 @@ var UNARY_OPERATORS = /* @__PURE__ */ new Map([
23910
23910
  [import_typescript28.default.SyntaxKind.ExclamationToken, (a) => !a]
23911
23911
  ]);
23912
23912
 
23913
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/api.mjs
23913
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/api.mjs
23914
23914
  var CompilationMode;
23915
23915
  (function(CompilationMode2) {
23916
23916
  CompilationMode2[CompilationMode2["FULL"] = 0] = "FULL";
@@ -23924,13 +23924,13 @@ var HandlerPrecedence;
23924
23924
  HandlerPrecedence2[HandlerPrecedence2["WEAK"] = 2] = "WEAK";
23925
23925
  })(HandlerPrecedence || (HandlerPrecedence = {}));
23926
23926
 
23927
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/alias.mjs
23927
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/alias.mjs
23928
23928
  var import_typescript30 = __toESM(require("typescript"), 1);
23929
23929
 
23930
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
23930
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
23931
23931
  var import_typescript31 = __toESM(require("typescript"), 1);
23932
23932
 
23933
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/api.mjs
23933
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/api.mjs
23934
23934
  var PerfPhase;
23935
23935
  (function(PerfPhase2) {
23936
23936
  PerfPhase2[PerfPhase2["Unaccounted"] = 0] = "Unaccounted";
@@ -24000,7 +24000,7 @@ var PerfCheckpoint;
24000
24000
  PerfCheckpoint2[PerfCheckpoint2["LAST"] = 9] = "LAST";
24001
24001
  })(PerfCheckpoint || (PerfCheckpoint = {}));
24002
24002
 
24003
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/noop.mjs
24003
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/noop.mjs
24004
24004
  var NoopPerfRecorder = class {
24005
24005
  eventCount() {
24006
24006
  }
@@ -24017,7 +24017,7 @@ var NoopPerfRecorder = class {
24017
24017
  };
24018
24018
  var NOOP_PERF_RECORDER = new NoopPerfRecorder();
24019
24019
 
24020
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/trait.mjs
24020
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/trait.mjs
24021
24021
  var TraitState;
24022
24022
  (function(TraitState2) {
24023
24023
  TraitState2[TraitState2["Pending"] = 0] = "Pending";
@@ -24026,13 +24026,13 @@ var TraitState;
24026
24026
  TraitState2[TraitState2["Skipped"] = 3] = "Skipped";
24027
24027
  })(TraitState || (TraitState = {}));
24028
24028
 
24029
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.mjs
24029
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.mjs
24030
24030
  var import_typescript42 = __toESM(require("typescript"), 1);
24031
24031
 
24032
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/import_manager.mjs
24032
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/import_manager.mjs
24033
24033
  var import_typescript37 = __toESM(require("typescript"), 1);
24034
24034
 
24035
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/check_unique_identifier_name.mjs
24035
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/check_unique_identifier_name.mjs
24036
24036
  var import_typescript33 = __toESM(require("typescript"), 1);
24037
24037
  function createGenerateUniqueIdentifierHelper() {
24038
24038
  const generatedIdentifiers = /* @__PURE__ */ new Set();
@@ -24058,7 +24058,7 @@ function createGenerateUniqueIdentifierHelper() {
24058
24058
  };
24059
24059
  }
24060
24060
 
24061
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/import_typescript_transform.mjs
24061
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/import_typescript_transform.mjs
24062
24062
  var import_typescript34 = __toESM(require("typescript"), 1);
24063
24063
  function createTsTransformForImportManager(manager, extraStatementsForFiles) {
24064
24064
  return (ctx) => {
@@ -24125,7 +24125,7 @@ function isImportStatement(stmt) {
24125
24125
  return import_typescript34.default.isImportDeclaration(stmt) || import_typescript34.default.isImportEqualsDeclaration(stmt) || import_typescript34.default.isNamespaceImport(stmt);
24126
24126
  }
24127
24127
 
24128
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/reuse_generated_imports.mjs
24128
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/reuse_generated_imports.mjs
24129
24129
  var import_typescript35 = __toESM(require("typescript"), 1);
24130
24130
  function attemptToReuseGeneratedImports(tracker, request) {
24131
24131
  const requestHash = hashImportRequest(request);
@@ -24152,7 +24152,7 @@ function hashImportRequest(req) {
24152
24152
  return `${req.requestedFile.fileName}:${req.exportModuleSpecifier}:${req.exportSymbolName}${req.unsafeAliasOverride ? ":" + req.unsafeAliasOverride : ""}`;
24153
24153
  }
24154
24154
 
24155
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/reuse_source_file_imports.mjs
24155
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/reuse_source_file_imports.mjs
24156
24156
  var import_typescript36 = __toESM(require("typescript"), 1);
24157
24157
  function attemptToReuseExistingSourceFileImports(tracker, sourceFile, request) {
24158
24158
  let candidateImportToBeUpdated = null;
@@ -24212,7 +24212,7 @@ function attemptToReuseExistingSourceFileImports(tracker, sourceFile, request) {
24212
24212
  return fileUniqueAlias != null ? fileUniqueAlias : propertyName;
24213
24213
  }
24214
24214
 
24215
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/import_manager.mjs
24215
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/import_manager.mjs
24216
24216
  var ImportManager = class {
24217
24217
  constructor(config = {}) {
24218
24218
  var _a2, _b2, _c2, _d2, _e2, _f2;
@@ -24426,7 +24426,7 @@ function createImportReference(asTypeReference, ref) {
24426
24426
  }
24427
24427
  }
24428
24428
 
24429
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/translator.mjs
24429
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/translator.mjs
24430
24430
  var UNARY_OPERATORS2 = /* @__PURE__ */ new Map([
24431
24431
  [UnaryOperator.Minus, "-"],
24432
24432
  [UnaryOperator.Plus, "+"]
@@ -24452,7 +24452,7 @@ var BINARY_OPERATORS3 = /* @__PURE__ */ new Map([
24452
24452
  [BinaryOperator.NullishCoalesce, "??"]
24453
24453
  ]);
24454
24454
 
24455
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/type_emitter.mjs
24455
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/type_emitter.mjs
24456
24456
  var import_typescript38 = __toESM(require("typescript"), 1);
24457
24457
  var INELIGIBLE = {};
24458
24458
  function canEmitType(type, canEmit) {
@@ -24527,13 +24527,13 @@ var TypeEmitter = class {
24527
24527
  }
24528
24528
  };
24529
24529
 
24530
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/type_translator.mjs
24530
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/type_translator.mjs
24531
24531
  var import_typescript40 = __toESM(require("typescript"), 1);
24532
24532
 
24533
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/ts_util.mjs
24533
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/ts_util.mjs
24534
24534
  var import_typescript39 = __toESM(require("typescript"), 1);
24535
24535
 
24536
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/typescript_ast_factory.mjs
24536
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/typescript_ast_factory.mjs
24537
24537
  var import_typescript41 = __toESM(require("typescript"), 1);
24538
24538
  var PureAnnotation;
24539
24539
  (function(PureAnnotation2) {
@@ -24571,50 +24571,50 @@ var VAR_TYPES = {
24571
24571
  "var": import_typescript41.default.NodeFlags.None
24572
24572
  };
24573
24573
 
24574
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
24574
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
24575
24575
  var import_typescript44 = __toESM(require("typescript"), 1);
24576
24576
 
24577
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/visitor.mjs
24577
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/visitor.mjs
24578
24578
  var import_typescript43 = __toESM(require("typescript"), 1);
24579
24579
 
24580
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/evaluation.mjs
24580
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/evaluation.mjs
24581
24581
  var import_typescript47 = __toESM(require("typescript"), 1);
24582
24582
 
24583
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/metadata.mjs
24583
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/metadata.mjs
24584
24584
  var import_typescript48 = __toESM(require("typescript"), 1);
24585
24585
 
24586
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
24586
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
24587
24587
  var import_typescript87 = __toESM(require("typescript"), 1);
24588
24588
 
24589
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/api.mjs
24589
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/api.mjs
24590
24590
  var import_typescript49 = __toESM(require("typescript"), 1);
24591
24591
 
24592
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
24592
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
24593
24593
  var import_typescript50 = __toESM(require("typescript"), 1);
24594
24594
 
24595
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/api.mjs
24595
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/api.mjs
24596
24596
  var ComponentScopeKind;
24597
24597
  (function(ComponentScopeKind2) {
24598
24598
  ComponentScopeKind2[ComponentScopeKind2["NgModule"] = 0] = "NgModule";
24599
24599
  ComponentScopeKind2[ComponentScopeKind2["Standalone"] = 1] = "Standalone";
24600
24600
  })(ComponentScopeKind || (ComponentScopeKind = {}));
24601
24601
 
24602
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.mjs
24602
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.mjs
24603
24603
  var import_typescript51 = __toESM(require("typescript"), 1);
24604
24604
 
24605
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/typecheck.mjs
24605
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/typecheck.mjs
24606
24606
  var import_typescript53 = __toESM(require("typescript"), 1);
24607
24607
 
24608
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/shared.mjs
24608
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/shared.mjs
24609
24609
  var import_typescript57 = __toESM(require("typescript"), 1);
24610
24610
 
24611
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/initializer_functions.mjs
24611
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/initializer_functions.mjs
24612
24612
  var import_typescript54 = __toESM(require("typescript"), 1);
24613
24613
 
24614
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/input_output_parse_options.mjs
24614
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/input_output_parse_options.mjs
24615
24615
  var import_typescript55 = __toESM(require("typescript"), 1);
24616
24616
 
24617
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/input_function.mjs
24617
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/input_function.mjs
24618
24618
  var INPUT_INITIALIZER_FN = {
24619
24619
  functionName: "input",
24620
24620
  owningModule: "@angular/core",
@@ -24625,7 +24625,7 @@ var INPUT_INITIALIZER_FN = {
24625
24625
  ]
24626
24626
  };
24627
24627
 
24628
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/model_function.mjs
24628
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/model_function.mjs
24629
24629
  var MODEL_INITIALIZER_FN = {
24630
24630
  functionName: "model",
24631
24631
  owningModule: "@angular/core",
@@ -24636,14 +24636,14 @@ var MODEL_INITIALIZER_FN = {
24636
24636
  ]
24637
24637
  };
24638
24638
 
24639
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/output_function.mjs
24639
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/output_function.mjs
24640
24640
  var allowedAccessLevels = [
24641
24641
  ClassMemberAccessLevel.PublicWritable,
24642
24642
  ClassMemberAccessLevel.PublicReadonly,
24643
24643
  ClassMemberAccessLevel.Protected
24644
24644
  ];
24645
24645
 
24646
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/query_functions.mjs
24646
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/query_functions.mjs
24647
24647
  var import_typescript56 = __toESM(require("typescript"), 1);
24648
24648
  var queryFunctionNames = [
24649
24649
  "viewChild",
@@ -24662,7 +24662,7 @@ var QUERY_INITIALIZER_FNS = queryFunctionNames.map((fnName) => ({
24662
24662
  ]
24663
24663
  }));
24664
24664
 
24665
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/shared.mjs
24665
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/shared.mjs
24666
24666
  var queryDecoratorNames = [
24667
24667
  "ViewChild",
24668
24668
  "ViewChildren",
@@ -24671,16 +24671,16 @@ var queryDecoratorNames = [
24671
24671
  ];
24672
24672
  var QUERY_TYPES = new Set(queryDecoratorNames);
24673
24673
 
24674
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
24674
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
24675
24675
  var import_typescript59 = __toESM(require("typescript"), 1);
24676
24676
 
24677
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/module_with_providers.mjs
24677
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/module_with_providers.mjs
24678
24678
  var import_typescript58 = __toESM(require("typescript"), 1);
24679
24679
 
24680
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/resources.mjs
24680
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/resources.mjs
24681
24681
  var import_typescript61 = __toESM(require("typescript"), 1);
24682
24682
 
24683
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/api.mjs
24683
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/api.mjs
24684
24684
  var NgOriginalFile = Symbol("NgOriginalFile");
24685
24685
  var UpdateMode;
24686
24686
  (function(UpdateMode2) {
@@ -24688,23 +24688,23 @@ var UpdateMode;
24688
24688
  UpdateMode2[UpdateMode2["Incremental"] = 1] = "Incremental";
24689
24689
  })(UpdateMode || (UpdateMode = {}));
24690
24690
 
24691
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/ts_create_program_driver.mjs
24691
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/ts_create_program_driver.mjs
24692
24692
  var import_typescript65 = __toESM(require("typescript"), 1);
24693
24693
 
24694
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/adapter.mjs
24694
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/adapter.mjs
24695
24695
  var import_typescript62 = __toESM(require("typescript"), 1);
24696
24696
 
24697
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/expando.mjs
24697
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/expando.mjs
24698
24698
  var NgExtension = Symbol("NgExtension");
24699
24699
 
24700
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/checker.mjs
24700
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/checker.mjs
24701
24701
  var OptimizeFor;
24702
24702
  (function(OptimizeFor2) {
24703
24703
  OptimizeFor2[OptimizeFor2["SingleFile"] = 0] = "SingleFile";
24704
24704
  OptimizeFor2[OptimizeFor2["WholeProgram"] = 1] = "WholeProgram";
24705
24705
  })(OptimizeFor || (OptimizeFor = {}));
24706
24706
 
24707
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/completion.mjs
24707
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/completion.mjs
24708
24708
  var CompletionKind;
24709
24709
  (function(CompletionKind2) {
24710
24710
  CompletionKind2[CompletionKind2["Reference"] = 0] = "Reference";
@@ -24712,7 +24712,7 @@ var CompletionKind;
24712
24712
  CompletionKind2[CompletionKind2["LetDeclaration"] = 2] = "LetDeclaration";
24713
24713
  })(CompletionKind || (CompletionKind = {}));
24714
24714
 
24715
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/scope.mjs
24715
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/scope.mjs
24716
24716
  var PotentialImportKind;
24717
24717
  (function(PotentialImportKind2) {
24718
24718
  PotentialImportKind2[PotentialImportKind2["NgModule"] = 0] = "NgModule";
@@ -24724,7 +24724,7 @@ var PotentialImportMode;
24724
24724
  PotentialImportMode2[PotentialImportMode2["ForceDirect"] = 1] = "ForceDirect";
24725
24725
  })(PotentialImportMode || (PotentialImportMode = {}));
24726
24726
 
24727
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/symbols.mjs
24727
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/symbols.mjs
24728
24728
  var SymbolKind;
24729
24729
  (function(SymbolKind2) {
24730
24730
  SymbolKind2[SymbolKind2["Input"] = 0] = "Input";
@@ -24741,18 +24741,18 @@ var SymbolKind;
24741
24741
  SymbolKind2[SymbolKind2["LetDeclaration"] = 11] = "LetDeclaration";
24742
24742
  })(SymbolKind || (SymbolKind = {}));
24743
24743
 
24744
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/diagnostic.mjs
24744
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/diagnostic.mjs
24745
24745
  var import_typescript67 = __toESM(require("typescript"), 1);
24746
24746
  var TemplateSourceFile = Symbol("TemplateSourceFile");
24747
24747
 
24748
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/id.mjs
24748
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/id.mjs
24749
24749
  var TEMPLATE_ID = Symbol("ngTemplateId");
24750
24750
  var NEXT_TEMPLATE_ID = Symbol("ngNextTemplateId");
24751
24751
 
24752
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/completion.mjs
24752
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/completion.mjs
24753
24753
  var import_typescript69 = __toESM(require("typescript"), 1);
24754
24754
 
24755
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/comments.mjs
24755
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/comments.mjs
24756
24756
  var import_typescript68 = __toESM(require("typescript"), 1);
24757
24757
  var CommentTriviaType;
24758
24758
  (function(CommentTriviaType2) {
@@ -24797,17 +24797,17 @@ for (let i = 0; i < chars.length; i++) {
24797
24797
  }
24798
24798
  var bufLength = 1024 * 16;
24799
24799
 
24800
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
24800
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
24801
24801
  var import_typescript83 = __toESM(require("typescript"), 1);
24802
24802
 
24803
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/dom.mjs
24803
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/dom.mjs
24804
24804
  var import_typescript70 = __toESM(require("typescript"), 1);
24805
24805
  var REGISTRY = new DomElementSchemaRegistry();
24806
24806
 
24807
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/environment.mjs
24807
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/environment.mjs
24808
24808
  var import_typescript76 = __toESM(require("typescript"), 1);
24809
24809
 
24810
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/ts_util.mjs
24810
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/ts_util.mjs
24811
24811
  var import_typescript71 = __toESM(require("typescript"), 1);
24812
24812
  var SAFE_TO_CAST_WITHOUT_PARENS = /* @__PURE__ */ new Set([
24813
24813
  import_typescript71.default.SyntaxKind.ParenthesizedExpression,
@@ -24887,13 +24887,13 @@ function tsNumericExpression2(value) {
24887
24887
  return import_typescript71.default.factory.createNumericLiteral(value);
24888
24888
  }
24889
24889
 
24890
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.mjs
24890
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.mjs
24891
24891
  var import_typescript75 = __toESM(require("typescript"), 1);
24892
24892
 
24893
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.mjs
24893
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.mjs
24894
24894
  var import_typescript73 = __toESM(require("typescript"), 1);
24895
24895
 
24896
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_parameter_emitter.mjs
24896
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_parameter_emitter.mjs
24897
24897
  var import_typescript72 = __toESM(require("typescript"), 1);
24898
24898
  var TypeParameterEmitter = class {
24899
24899
  constructor(typeParameters, reflector) {
@@ -24971,7 +24971,7 @@ var TypeParameterEmitter = class {
24971
24971
  }
24972
24972
  };
24973
24973
 
24974
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.mjs
24974
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.mjs
24975
24975
  var TCB_FILE_IMPORT_GRAPH_PREPARE_IDENTIFIERS = [
24976
24976
  Identifiers.InputSignalBrandWriteType
24977
24977
  ];
@@ -24986,21 +24986,21 @@ function checkIfGenericTypeBoundsCanBeEmitted(node, reflector, env) {
24986
24986
  return emitter.canEmit((ref) => env.canReferenceType(ref));
24987
24987
  }
24988
24988
 
24989
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.mjs
24989
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.mjs
24990
24990
  function requiresInlineTypeCtor(node, host, env) {
24991
24991
  return !checkIfGenericTypeBoundsCanBeEmitted(node, host, env);
24992
24992
  }
24993
24993
 
24994
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/oob.mjs
24994
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/oob.mjs
24995
24995
  var import_typescript77 = __toESM(require("typescript"), 1);
24996
24996
 
24997
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/shim.mjs
24997
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/shim.mjs
24998
24998
  var import_typescript78 = __toESM(require("typescript"), 1);
24999
24999
 
25000
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.mjs
25000
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.mjs
25001
25001
  var import_typescript81 = __toESM(require("typescript"), 1);
25002
25002
 
25003
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/diagnostics.mjs
25003
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/diagnostics.mjs
25004
25004
  var import_typescript79 = __toESM(require("typescript"), 1);
25005
25005
  function wrapForDiagnostics(expr) {
25006
25006
  return import_typescript79.default.factory.createParenthesizedExpression(expr);
@@ -25023,7 +25023,7 @@ function addParseSpanInfo(node, span) {
25023
25023
  );
25024
25024
  }
25025
25025
 
25026
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/expression.mjs
25026
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/expression.mjs
25027
25027
  var import_typescript80 = __toESM(require("typescript"), 1);
25028
25028
  var ANY_EXPRESSION = import_typescript80.default.factory.createAsExpression(import_typescript80.default.factory.createNumericLiteral("0"), import_typescript80.default.factory.createKeywordTypeNode(import_typescript80.default.SyntaxKind.AnyKeyword));
25029
25029
  var UNDEFINED = import_typescript80.default.factory.createIdentifier("undefined");
@@ -25355,7 +25355,7 @@ var VeSafeLhsInferenceBugDetector = _VeSafeLhsInferenceBugDetector;
25355
25355
  _VeSafeLhsInferenceBugDetector.SINGLETON = new _VeSafeLhsInferenceBugDetector();
25356
25356
  })();
25357
25357
 
25358
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.mjs
25358
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.mjs
25359
25359
  var TcbGenericContextBehavior;
25360
25360
  (function(TcbGenericContextBehavior2) {
25361
25361
  TcbGenericContextBehavior2[TcbGenericContextBehavior2["UseEmitter"] = 0] = "UseEmitter";
@@ -26867,29 +26867,29 @@ var TcbForLoopTrackTranslator = class extends TcbExpressionTranslator {
26867
26867
  }
26868
26868
  };
26869
26869
 
26870
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_file.mjs
26870
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_file.mjs
26871
26871
  var import_typescript82 = __toESM(require("typescript"), 1);
26872
26872
 
26873
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
26873
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
26874
26874
  var InliningMode;
26875
26875
  (function(InliningMode2) {
26876
26876
  InliningMode2[InliningMode2["InlineOps"] = 0] = "InlineOps";
26877
26877
  InliningMode2[InliningMode2["Error"] = 1] = "Error";
26878
26878
  })(InliningMode || (InliningMode = {}));
26879
26879
 
26880
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/template_symbol_builder.mjs
26880
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/template_symbol_builder.mjs
26881
26881
  var import_typescript84 = __toESM(require("typescript"), 1);
26882
26882
 
26883
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/checker.mjs
26883
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/checker.mjs
26884
26884
  var REGISTRY2 = new DomElementSchemaRegistry();
26885
26885
 
26886
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/injectable.mjs
26886
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/injectable.mjs
26887
26887
  var import_typescript89 = __toESM(require("typescript"), 1);
26888
26888
 
26889
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/pipe.mjs
26889
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/pipe.mjs
26890
26890
  var import_typescript90 = __toESM(require("typescript"), 1);
26891
26891
 
26892
- // bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/change_tracker.mjs
26892
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/change_tracker.mjs
26893
26893
  var ChangeTracker = class {
26894
26894
  constructor(_printer, _importRemapper) {
26895
26895
  __publicField(this, "_printer");
@@ -27007,7 +27007,7 @@ function normalizePath(path2) {
27007
27007
  return path2.replace(/\\/g, "/");
27008
27008
  }
27009
27009
 
27010
- // bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/project_tsconfig_paths.mjs
27010
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/project_tsconfig_paths.mjs
27011
27011
  var import_core17 = require("@angular-devkit/core");
27012
27012
  function getProjectTsConfigPaths(tree) {
27013
27013
  return __async(this, null, function* () {
@@ -27087,11 +27087,11 @@ function getWorkspace(tree) {
27087
27087
  });
27088
27088
  }
27089
27089
 
27090
- // bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/typescript/compiler_host.mjs
27090
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/typescript/compiler_host.mjs
27091
27091
  var import_path2 = require("path");
27092
27092
  var import_typescript93 = __toESM(require("typescript"), 1);
27093
27093
 
27094
- // bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/typescript/parse_tsconfig.mjs
27094
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/typescript/parse_tsconfig.mjs
27095
27095
  var path = __toESM(require("path"), 1);
27096
27096
  var import_typescript92 = __toESM(require("typescript"), 1);
27097
27097
  function parseTsconfigFile(tsconfigPath, basePath) {
@@ -27108,7 +27108,7 @@ function parseTsconfigFile(tsconfigPath, basePath) {
27108
27108
  return import_typescript92.default.parseJsonConfigFileContent(config, parseConfigHost, basePath, {});
27109
27109
  }
27110
27110
 
27111
- // bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/typescript/compiler_host.mjs
27111
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/typescript/compiler_host.mjs
27112
27112
  function createMigrationProgram(tree, tsconfigPath, basePath, fakeFileRead, additionalFiles) {
27113
27113
  const { rootNames, options, host } = createProgramOptions(tree, tsconfigPath, basePath, fakeFileRead, additionalFiles);
27114
27114
  return import_typescript93.default.createProgram(rootNames, options, host);
@@ -27141,23 +27141,23 @@ function canMigrateFile(basePath, sourceFile, program) {
27141
27141
  return !(0, import_path2.relative)(basePath, sourceFile.fileName).startsWith("..");
27142
27142
  }
27143
27143
 
27144
- // bazel-out/k8-fastbuild/bin/packages/core/schematics/ng-generate/route-lazy-loading/to-lazy-routes.mjs
27144
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/route-lazy-loading/to-lazy-routes.mjs
27145
27145
  var import_typescript97 = __toESM(require("typescript"), 1);
27146
27146
 
27147
- // bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/typescript/class_declaration.mjs
27147
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/typescript/class_declaration.mjs
27148
27148
  var import_typescript94 = __toESM(require("typescript"), 1);
27149
27149
  function findClassDeclaration(reference2, typeChecker) {
27150
27150
  var _a2, _b2;
27151
27151
  return ((_b2 = (_a2 = typeChecker.getTypeAtLocation(reference2).getSymbol()) == null ? void 0 : _a2.declarations) == null ? void 0 : _b2.find(import_typescript94.default.isClassDeclaration)) || null;
27152
27152
  }
27153
27153
 
27154
- // bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/typescript/property_name.mjs
27154
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/typescript/property_name.mjs
27155
27155
  var import_typescript95 = __toESM(require("typescript"), 1);
27156
27156
  function findLiteralProperty(literal2, name) {
27157
27157
  return literal2.properties.find((prop) => prop.name && import_typescript95.default.isIdentifier(prop.name) && prop.name.text === name);
27158
27158
  }
27159
27159
 
27160
- // bazel-out/k8-fastbuild/bin/packages/core/schematics/ng-generate/route-lazy-loading/util.mjs
27160
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/route-lazy-loading/util.mjs
27161
27161
  var import_typescript96 = __toESM(require("typescript"), 1);
27162
27162
  function isStandaloneComponent(node) {
27163
27163
  var _a2;
@@ -27223,7 +27223,7 @@ function isProvideRoutesCallExpression(node, typeChecker) {
27223
27223
  return false;
27224
27224
  }
27225
27225
 
27226
- // bazel-out/k8-fastbuild/bin/packages/core/schematics/ng-generate/route-lazy-loading/to-lazy-routes.mjs
27226
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/route-lazy-loading/to-lazy-routes.mjs
27227
27227
  function migrateFileToLazyRoutes(sourceFile, program) {
27228
27228
  const typeChecker = program.getTypeChecker();
27229
27229
  const printer = import_typescript97.default.createPrinter();
@@ -27376,7 +27376,7 @@ var createImportCallExpression = (componentImportPath) => import_typescript97.de
27376
27376
  ]);
27377
27377
  var createImportThenCallExpression = (componentDeclarationName) => import_typescript97.default.factory.createArrowFunction(void 0, void 0, [import_typescript97.default.factory.createParameterDeclaration(void 0, void 0, "m", void 0, void 0)], void 0, import_typescript97.default.factory.createToken(import_typescript97.default.SyntaxKind.EqualsGreaterThanToken), import_typescript97.default.factory.createPropertyAccessExpression(import_typescript97.default.factory.createIdentifier("m"), componentDeclarationName));
27378
27378
 
27379
- // bazel-out/k8-fastbuild/bin/packages/core/schematics/ng-generate/route-lazy-loading/index.mjs
27379
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/route-lazy-loading/index.mjs
27380
27380
  function route_lazy_loading_default(options) {
27381
27381
  return (tree, context) => __async(this, null, function* () {
27382
27382
  const { buildPaths } = yield getProjectTsConfigPaths(tree);