@angular/core 17.3.11 → 17.3.12

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/migrations/invalid-two-way-bindings/index.mjs
66
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/migrations/invalid-two-way-bindings/index.mjs
67
67
  var invalid_two_way_bindings_exports = {};
68
68
  __export(invalid_two_way_bindings_exports, {
69
69
  default: () => invalid_two_way_bindings_default
@@ -72,7 +72,7 @@ module.exports = __toCommonJS(invalid_two_way_bindings_exports);
72
72
  var import_schematics = require("@angular-devkit/schematics");
73
73
  var import_path3 = require("path");
74
74
 
75
- // bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/project_tsconfig_paths.mjs
75
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/project_tsconfig_paths.mjs
76
76
  var import_core = require("@angular-devkit/core");
77
77
  function getProjectTsConfigPaths(tree) {
78
78
  return __async(this, null, function* () {
@@ -152,11 +152,11 @@ function getWorkspace(tree) {
152
152
  });
153
153
  }
154
154
 
155
- // bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/typescript/compiler_host.mjs
155
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/typescript/compiler_host.mjs
156
156
  var import_path = require("path");
157
157
  var import_typescript2 = __toESM(require("typescript"), 1);
158
158
 
159
- // bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/typescript/parse_tsconfig.mjs
159
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/typescript/parse_tsconfig.mjs
160
160
  var path = __toESM(require("path"), 1);
161
161
  var import_typescript = __toESM(require("typescript"), 1);
162
162
  function parseTsconfigFile(tsconfigPath, basePath) {
@@ -173,7 +173,7 @@ function parseTsconfigFile(tsconfigPath, basePath) {
173
173
  return import_typescript.default.parseJsonConfigFileContent(config, parseConfigHost, basePath, {});
174
174
  }
175
175
 
176
- // bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/typescript/compiler_host.mjs
176
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/typescript/compiler_host.mjs
177
177
  function createMigrationProgram(tree, tsconfigPath, basePath, fakeFileRead, additionalFiles) {
178
178
  const { rootNames, options, host } = createProgramOptions(tree, tsconfigPath, basePath, fakeFileRead, additionalFiles);
179
179
  return import_typescript2.default.createProgram(rootNames, options, host);
@@ -206,7 +206,7 @@ function canMigrateFile(basePath, sourceFile, program) {
206
206
  return !(0, import_path.relative)(basePath, sourceFile.fileName).startsWith("..");
207
207
  }
208
208
 
209
- // bazel-out/k8-fastbuild/bin/packages/core/schematics/migrations/invalid-two-way-bindings/analysis.mjs
209
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/migrations/invalid-two-way-bindings/analysis.mjs
210
210
  var import_path2 = require("path");
211
211
  var import_typescript3 = __toESM(require("typescript"), 1);
212
212
  var AnalyzedFile = class {
@@ -263,7 +263,7 @@ function forEachClass(sourceFile, callback) {
263
263
  });
264
264
  }
265
265
 
266
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/selector.mjs
266
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/selector.mjs
267
267
  var _SELECTOR_REGEXP = new RegExp(
268
268
  `(\\:not\\()|(([\\.\\#]?)[-\\w]+)|(?:\\[([-.\\w*\\\\$]+)(?:=(["']?)([^\\]"']*)\\5)?\\])|(\\))|(\\s*,\\s*)`,
269
269
  "g"
@@ -571,7 +571,7 @@ var SelectorContext = class {
571
571
  }
572
572
  };
573
573
 
574
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/core.mjs
574
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/core.mjs
575
575
  var ViewEncapsulation;
576
576
  (function(ViewEncapsulation2) {
577
577
  ViewEncapsulation2[ViewEncapsulation2["Emulated"] = 0] = "Emulated";
@@ -639,7 +639,7 @@ function parseSelectorToR3Selector(selector) {
639
639
  return selector ? CssSelector.parse(selector).map(parserSelectorToR3Selector) : [];
640
640
  }
641
641
 
642
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/digest.mjs
642
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/digest.mjs
643
643
  var textEncoder;
644
644
  function computeDigest(message) {
645
645
  return sha1(serializeNodes(message.nodes).join("") + `[${message.meaning}]`);
@@ -879,7 +879,7 @@ function wordAt(bytes, index, endian) {
879
879
  return word;
880
880
  }
881
881
 
882
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/output/output_ast.mjs
882
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/output_ast.mjs
883
883
  var TypeModifier;
884
884
  (function(TypeModifier2) {
885
885
  TypeModifier2[TypeModifier2["None"] = 0] = "None";
@@ -1838,7 +1838,7 @@ function serializeTags(tags) {
1838
1838
  return out;
1839
1839
  }
1840
1840
 
1841
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/constant_pool.mjs
1841
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/constant_pool.mjs
1842
1842
  var CONSTANT_PREFIX = "_c";
1843
1843
  var UNKNOWN_VALUE_KEY = variable("<unknown>");
1844
1844
  var KEY_CONTEXT = {};
@@ -2026,7 +2026,7 @@ function isLongStringLiteral(expr) {
2026
2026
  return expr instanceof LiteralExpr && typeof expr.value === "string" && expr.value.length >= POOL_INCLUSION_LENGTH_THRESHOLD_FOR_STRINGS;
2027
2027
  }
2028
2028
 
2029
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_identifiers.mjs
2029
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_identifiers.mjs
2030
2030
  var CORE = "@angular/core";
2031
2031
  var _Identifiers = class {
2032
2032
  };
@@ -2692,7 +2692,7 @@ var Identifiers = _Identifiers;
2692
2692
  _Identifiers.unwrapWritableSignal = { name: "\u0275unwrapWritableSignal", moduleName: CORE };
2693
2693
  })();
2694
2694
 
2695
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/util.mjs
2695
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/util.mjs
2696
2696
  var DASH_CASE_REGEXP = /-+([a-z0-9])/g;
2697
2697
  function dashCaseToCamelCase(input) {
2698
2698
  return input.replace(DASH_CASE_REGEXP, (...m) => m[1].toUpperCase());
@@ -2780,7 +2780,7 @@ function partitionArray(arr, conditionFn) {
2780
2780
  return [truthy, falsy];
2781
2781
  }
2782
2782
 
2783
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/output/source_map.mjs
2783
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/source_map.mjs
2784
2784
  var VERSION = 3;
2785
2785
  var JS_B64_PREFIX = "# sourceMappingURL=data:application/json;base64,";
2786
2786
  var SourceMapGenerator = class {
@@ -2909,7 +2909,7 @@ function toBase64Digit(value) {
2909
2909
  return B64_DIGITS[value];
2910
2910
  }
2911
2911
 
2912
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/output/abstract_emitter.mjs
2912
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/abstract_emitter.mjs
2913
2913
  var _SINGLE_QUOTE_ESCAPE_STRING_RE = /'|\\|\n|\r|\$/g;
2914
2914
  var _LEGAL_IDENTIFIER_RE = /^[$A-Z_][0-9A-Z_$]*$/i;
2915
2915
  var _INDENT_WITH = " ";
@@ -3397,7 +3397,7 @@ function _createIndent(count) {
3397
3397
  return res;
3398
3398
  }
3399
3399
 
3400
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/util.mjs
3400
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/util.mjs
3401
3401
  function typeWithParameters(type, numParams) {
3402
3402
  if (numParams === 0) {
3403
3403
  return expressionType(type);
@@ -3462,7 +3462,7 @@ function generateForwardRef(expr) {
3462
3462
  return importExpr(Identifiers.forwardRef).callFn([arrowFn([], expr)]);
3463
3463
  }
3464
3464
 
3465
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_factory.mjs
3465
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_factory.mjs
3466
3466
  var R3FactoryDelegateType;
3467
3467
  (function(R3FactoryDelegateType2) {
3468
3468
  R3FactoryDelegateType2[R3FactoryDelegateType2["Class"] = 0] = "Class";
@@ -3607,7 +3607,7 @@ function getInjectFn(target) {
3607
3607
  }
3608
3608
  }
3609
3609
 
3610
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/tags.mjs
3610
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/tags.mjs
3611
3611
  var TagContentType;
3612
3612
  (function(TagContentType2) {
3613
3613
  TagContentType2[TagContentType2["RAW_TEXT"] = 0] = "RAW_TEXT";
@@ -3644,7 +3644,7 @@ function mergeNsAndName(prefix, localName) {
3644
3644
  return prefix ? `:${prefix}:${localName}` : localName;
3645
3645
  }
3646
3646
 
3647
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_ast.mjs
3647
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_ast.mjs
3648
3648
  var Comment = class {
3649
3649
  constructor(value, sourceSpan) {
3650
3650
  this.value = value;
@@ -4098,7 +4098,7 @@ function visitAll(visitor, nodes) {
4098
4098
  return result;
4099
4099
  }
4100
4100
 
4101
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/i18n_ast.mjs
4101
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/i18n_ast.mjs
4102
4102
  var Message = class {
4103
4103
  constructor(nodes, placeholders, placeholderToMessage, meaning, description, customId) {
4104
4104
  this.nodes = nodes;
@@ -4236,7 +4236,7 @@ var LocalizeMessageStringVisitor = class {
4236
4236
  }
4237
4237
  };
4238
4238
 
4239
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/serializers/xml_helper.mjs
4239
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/serializers/xml_helper.mjs
4240
4240
  var _Visitor = class {
4241
4241
  visitTag(tag) {
4242
4242
  const strAttrs = this._serializeAttributes(tag.attrs);
@@ -4264,12 +4264,12 @@ ${doctype.dtd}
4264
4264
  };
4265
4265
  var _visitor = new _Visitor();
4266
4266
 
4267
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/serializers/xmb.mjs
4267
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/serializers/xmb.mjs
4268
4268
  function toPublicName(internalName) {
4269
4269
  return internalName.toUpperCase().replace(/[^A-Z0-9_]/g, "_");
4270
4270
  }
4271
4271
 
4272
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/i18n/util.mjs
4272
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/util.mjs
4273
4273
  var CLOSURE_TRANSLATION_VAR_PREFIX = "MSG_";
4274
4274
  var TRANSLATION_VAR_PREFIX = "i18n_";
4275
4275
  var I18N_ATTR = "i18n";
@@ -4371,7 +4371,7 @@ function declareI18nVariable(variable2) {
4371
4371
  return new DeclareVarStmt(variable2.name, void 0, INFERRED_TYPE, void 0, variable2.sourceSpan);
4372
4372
  }
4373
4373
 
4374
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/util.mjs
4374
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/util.mjs
4375
4375
  var UNSAFE_OBJECT_KEY_NAME_REGEXP = /[-.]/;
4376
4376
  var TEMPORARY_NAME = "_t";
4377
4377
  var CONTEXT_NAME = "ctx";
@@ -4617,7 +4617,7 @@ function getInstructionStatements(instructions) {
4617
4617
  return statements;
4618
4618
  }
4619
4619
 
4620
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/injectable_compiler_2.mjs
4620
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/injectable_compiler_2.mjs
4621
4621
  function compileInjectable(meta, resolveForwardRefs) {
4622
4622
  let result = null;
4623
4623
  const factoryMeta = {
@@ -4702,7 +4702,7 @@ function createFactoryFunction(type) {
4702
4702
  return arrowFn([new FnParam("t", DYNAMIC_TYPE)], type.prop("\u0275fac").callFn([variable("t")]));
4703
4703
  }
4704
4704
 
4705
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/assertions.mjs
4705
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/assertions.mjs
4706
4706
  var UNUSABLE_INTERPOLATION_REGEXPS = [
4707
4707
  /^\s*$/,
4708
4708
  /[<>]/,
@@ -4724,7 +4724,7 @@ function assertInterpolationSymbols(identifier, value) {
4724
4724
  }
4725
4725
  }
4726
4726
 
4727
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/defaults.mjs
4727
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/defaults.mjs
4728
4728
  var InterpolationConfig = class {
4729
4729
  static fromArray(markers) {
4730
4730
  if (!markers) {
@@ -4741,7 +4741,7 @@ var InterpolationConfig = class {
4741
4741
  var DEFAULT_INTERPOLATION_CONFIG = new InterpolationConfig("{{", "}}");
4742
4742
  var DEFAULT_CONTAINER_BLOCKS = /* @__PURE__ */ new Set(["switch"]);
4743
4743
 
4744
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/chars.mjs
4744
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/chars.mjs
4745
4745
  var $EOF = 0;
4746
4746
  var $BSPACE = 8;
4747
4747
  var $TAB = 9;
@@ -4823,7 +4823,7 @@ function isQuote(code) {
4823
4823
  return code === $SQ || code === $DQ || code === $BT;
4824
4824
  }
4825
4825
 
4826
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/parse_util.mjs
4826
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/parse_util.mjs
4827
4827
  var ParseLocation = class {
4828
4828
  constructor(file, offset, line, col) {
4829
4829
  this.file = file;
@@ -4970,7 +4970,7 @@ function sanitizeIdentifier(name) {
4970
4970
  return name.replace(/\W/g, "_");
4971
4971
  }
4972
4972
 
4973
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/output/abstract_js_emitter.mjs
4973
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/abstract_js_emitter.mjs
4974
4974
  var makeTemplateObjectPolyfill = '(this&&this.__makeTemplateObject||function(e,t){return Object.defineProperty?Object.defineProperty(e,"raw",{value:t}):e.raw=t,e})';
4975
4975
  var AbstractJsEmitterVisitor = class extends AbstractEmitterVisitor {
4976
4976
  constructor() {
@@ -5063,7 +5063,7 @@ var AbstractJsEmitterVisitor = class extends AbstractEmitterVisitor {
5063
5063
  }
5064
5064
  };
5065
5065
 
5066
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/output/output_jit_trusted_types.mjs
5066
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/output_jit_trusted_types.mjs
5067
5067
  var policy;
5068
5068
  function getPolicy() {
5069
5069
  if (policy === void 0) {
@@ -5101,7 +5101,7 @@ function newTrustedFunctionForJIT(...args) {
5101
5101
  return fn2.bind(_global);
5102
5102
  }
5103
5103
 
5104
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/output/output_jit.mjs
5104
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/output_jit.mjs
5105
5105
  var JitEvaluator = class {
5106
5106
  evaluateStatements(sourceUrl, statements, refResolver, createSourceMaps) {
5107
5107
  const converter = new JitEmitterVisitor(refResolver);
@@ -5192,7 +5192,7 @@ function isUseStrictStatement(statement) {
5192
5192
  return statement.isEquivalent(literal("use strict").toStmt());
5193
5193
  }
5194
5194
 
5195
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_injector_compiler.mjs
5195
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_injector_compiler.mjs
5196
5196
  function compileInjector(meta) {
5197
5197
  const definitionMap = new DefinitionMap();
5198
5198
  if (meta.providers !== null) {
@@ -5209,7 +5209,7 @@ function createInjectorType(meta) {
5209
5209
  return new ExpressionType(importExpr(Identifiers.InjectorDeclaration, [new ExpressionType(meta.type.type)]));
5210
5210
  }
5211
5211
 
5212
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_jit.mjs
5212
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_jit.mjs
5213
5213
  var R3JitReflector = class {
5214
5214
  constructor(context) {
5215
5215
  this.context = context;
@@ -5225,7 +5225,7 @@ var R3JitReflector = class {
5225
5225
  }
5226
5226
  };
5227
5227
 
5228
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_module_compiler.mjs
5228
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_module_compiler.mjs
5229
5229
  var R3SelectorScopeMode;
5230
5230
  (function(R3SelectorScopeMode2) {
5231
5231
  R3SelectorScopeMode2[R3SelectorScopeMode2["Inline"] = 0] = "Inline";
@@ -5366,7 +5366,7 @@ function tupleOfTypes(types) {
5366
5366
  return types.length > 0 ? expressionType(literalArr(typeofTypes)) : NONE_TYPE;
5367
5367
  }
5368
5368
 
5369
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_pipe_compiler.mjs
5369
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_pipe_compiler.mjs
5370
5370
  function compilePipeFromMetadata(metadata) {
5371
5371
  const definitionMapValues = [];
5372
5372
  definitionMapValues.push({ key: "name", value: literal(metadata.pipeName), quoted: false });
@@ -5387,7 +5387,7 @@ function createPipeType(metadata) {
5387
5387
  ]));
5388
5388
  }
5389
5389
 
5390
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/api.mjs
5390
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/api.mjs
5391
5391
  var R3TemplateDependencyKind;
5392
5392
  (function(R3TemplateDependencyKind2) {
5393
5393
  R3TemplateDependencyKind2[R3TemplateDependencyKind2["Directive"] = 0] = "Directive";
@@ -5395,7 +5395,7 @@ var R3TemplateDependencyKind;
5395
5395
  R3TemplateDependencyKind2[R3TemplateDependencyKind2["NgModule"] = 2] = "NgModule";
5396
5396
  })(R3TemplateDependencyKind || (R3TemplateDependencyKind = {}));
5397
5397
 
5398
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/expression_parser/ast.mjs
5398
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/expression_parser/ast.mjs
5399
5399
  var ParserError = class {
5400
5400
  constructor(message, input, errLocation, ctxLocation) {
5401
5401
  this.input = input;
@@ -6062,7 +6062,7 @@ var BoundElementProperty = class {
6062
6062
  }
6063
6063
  };
6064
6064
 
6065
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/compiler_util/expression_converter.mjs
6065
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/compiler_util/expression_converter.mjs
6066
6066
  var _EventHandlerVars = class {
6067
6067
  };
6068
6068
  var EventHandlerVars = _EventHandlerVars;
@@ -6753,7 +6753,7 @@ var BuiltinFunctionCall = class extends Call {
6753
6753
  }
6754
6754
  };
6755
6755
 
6756
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/schema/dom_security_schema.mjs
6756
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/schema/dom_security_schema.mjs
6757
6757
  var _SECURITY_SCHEMA;
6758
6758
  function SECURITY_SCHEMA() {
6759
6759
  if (!_SECURITY_SCHEMA) {
@@ -6811,7 +6811,7 @@ function isIframeSecuritySensitiveAttr(attrName) {
6811
6811
  return IFRAME_SECURITY_SENSITIVE_ATTRS.has(attrName.toLowerCase());
6812
6812
  }
6813
6813
 
6814
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/shadow_css.mjs
6814
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/shadow_css.mjs
6815
6815
  var animationKeywords = /* @__PURE__ */ new Set([
6816
6816
  "inherit",
6817
6817
  "initial",
@@ -7283,7 +7283,7 @@ function repeatGroups(groups, multiples) {
7283
7283
  }
7284
7284
  }
7285
7285
 
7286
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/enums.mjs
7286
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/enums.mjs
7287
7287
  var OpKind;
7288
7288
  (function(OpKind2) {
7289
7289
  OpKind2[OpKind2["ListEnd"] = 0] = "ListEnd";
@@ -7437,7 +7437,7 @@ var TemplateKind;
7437
7437
  TemplateKind2[TemplateKind2["Block"] = 2] = "Block";
7438
7438
  })(TemplateKind || (TemplateKind = {}));
7439
7439
 
7440
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/traits.mjs
7440
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/traits.mjs
7441
7441
  var ConsumesSlot = Symbol("ConsumesSlot");
7442
7442
  var DependsOnSlotContext = Symbol("DependsOnSlotContext");
7443
7443
  var ConsumesVarsTrait = Symbol("ConsumesVars");
@@ -7465,7 +7465,7 @@ function hasUsesVarOffsetTrait(expr) {
7465
7465
  return expr[UsesVarOffset] === true;
7466
7466
  }
7467
7467
 
7468
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/shared.mjs
7468
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/shared.mjs
7469
7469
  function createStatementOp(statement) {
7470
7470
  return __spreadValues({
7471
7471
  kind: OpKind.Statement,
@@ -7487,7 +7487,7 @@ var NEW_OP = {
7487
7487
  next: null
7488
7488
  };
7489
7489
 
7490
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/update.mjs
7490
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/update.mjs
7491
7491
  function createInterpolateTextOp(xref, interpolation, sourceSpan) {
7492
7492
  return __spreadValues(__spreadValues(__spreadValues({
7493
7493
  kind: OpKind.InterpolateText,
@@ -7668,7 +7668,7 @@ function createI18nApplyOp(owner, handle, sourceSpan) {
7668
7668
  }, NEW_OP);
7669
7669
  }
7670
7670
 
7671
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/expression.mjs
7671
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/expression.mjs
7672
7672
  var _a;
7673
7673
  var _b;
7674
7674
  var _c;
@@ -8530,7 +8530,7 @@ function isStringLiteral(expr) {
8530
8530
  return expr instanceof LiteralExpr && typeof expr.value === "string";
8531
8531
  }
8532
8532
 
8533
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/operations.mjs
8533
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/operations.mjs
8534
8534
  var _OpList = class {
8535
8535
  constructor() {
8536
8536
  this.debugListId = _OpList.nextListId++;
@@ -8721,14 +8721,14 @@ var OpList = _OpList;
8721
8721
  _OpList.nextListId = 0;
8722
8722
  })();
8723
8723
 
8724
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/handle.mjs
8724
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/handle.mjs
8725
8725
  var SlotHandle = class {
8726
8726
  constructor() {
8727
8727
  this.slot = null;
8728
8728
  }
8729
8729
  };
8730
8730
 
8731
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/create.mjs
8731
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/create.mjs
8732
8732
  var elementContainerOpKinds = /* @__PURE__ */ new Set([
8733
8733
  OpKind.Element,
8734
8734
  OpKind.ElementStart,
@@ -9029,7 +9029,7 @@ function createI18nAttributesOp(xref, handle, target) {
9029
9029
  }, NEW_OP), TRAIT_CONSUMES_SLOT);
9030
9030
  }
9031
9031
 
9032
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/host.mjs
9032
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/host.mjs
9033
9033
  function createHostPropertyOp(name, expression, isAnimationTrigger, i18nContext, securityContext, sourceSpan) {
9034
9034
  return __spreadValues(__spreadValues({
9035
9035
  kind: OpKind.HostProperty,
@@ -9043,10 +9043,10 @@ function createHostPropertyOp(name, expression, isAnimationTrigger, i18nContext,
9043
9043
  }, TRAIT_CONSUMES_VARS), NEW_OP);
9044
9044
  }
9045
9045
 
9046
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/variable.mjs
9046
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/variable.mjs
9047
9047
  var CTX_REF = "CTX_REF_MARKER";
9048
9048
 
9049
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/compilation.mjs
9049
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/compilation.mjs
9050
9050
  var CompilationJobKind;
9051
9051
  (function(CompilationJobKind2) {
9052
9052
  CompilationJobKind2[CompilationJobKind2["Tmpl"] = 0] = "Tmpl";
@@ -9154,7 +9154,7 @@ var HostBindingCompilationUnit = class extends CompilationUnit {
9154
9154
  }
9155
9155
  };
9156
9156
 
9157
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/any_cast.mjs
9157
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/any_cast.mjs
9158
9158
  function deleteAnyCasts(job) {
9159
9159
  for (const unit of job.units) {
9160
9160
  for (const op of unit.ops()) {
@@ -9172,7 +9172,7 @@ function removeAnys(e) {
9172
9172
  return e;
9173
9173
  }
9174
9174
 
9175
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/apply_i18n_expressions.mjs
9175
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/apply_i18n_expressions.mjs
9176
9176
  function applyI18nExpressions(job) {
9177
9177
  const i18nContexts = /* @__PURE__ */ new Map();
9178
9178
  for (const unit of job.units) {
@@ -9215,7 +9215,7 @@ function needsApplication(i18nContexts, op) {
9215
9215
  return false;
9216
9216
  }
9217
9217
 
9218
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/assign_i18n_slot_dependencies.mjs
9218
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/assign_i18n_slot_dependencies.mjs
9219
9219
  function assignI18nSlotDependencies(job) {
9220
9220
  for (const unit of job.units) {
9221
9221
  let updateOp = unit.update.head;
@@ -9260,7 +9260,7 @@ function assignI18nSlotDependencies(job) {
9260
9260
  }
9261
9261
  }
9262
9262
 
9263
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/util/elements.mjs
9263
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/util/elements.mjs
9264
9264
  function createOpXrefMap(unit) {
9265
9265
  const map = /* @__PURE__ */ new Map();
9266
9266
  for (const op of unit.create) {
@@ -9275,7 +9275,7 @@ function createOpXrefMap(unit) {
9275
9275
  return map;
9276
9276
  }
9277
9277
 
9278
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/attribute_extraction.mjs
9278
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/attribute_extraction.mjs
9279
9279
  function extractAttributes(job) {
9280
9280
  for (const unit of job.units) {
9281
9281
  const elements = createOpXrefMap(unit);
@@ -9404,7 +9404,7 @@ function extractAttributeOp(unit, op, elements) {
9404
9404
  }
9405
9405
  }
9406
9406
 
9407
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/binding_specialization.mjs
9407
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/binding_specialization.mjs
9408
9408
  function lookupElement2(elements, xref) {
9409
9409
  const el = elements.get(xref);
9410
9410
  if (el === void 0) {
@@ -9461,7 +9461,7 @@ function specializeBindings(job) {
9461
9461
  }
9462
9462
  }
9463
9463
 
9464
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/chaining.mjs
9464
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/chaining.mjs
9465
9465
  var CHAINABLE = /* @__PURE__ */ new Set([
9466
9466
  Identifiers.attribute,
9467
9467
  Identifiers.classProp,
@@ -9529,7 +9529,7 @@ function chainOperationsInList(opList) {
9529
9529
  }
9530
9530
  }
9531
9531
 
9532
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/collapse_singleton_interpolations.mjs
9532
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/collapse_singleton_interpolations.mjs
9533
9533
  function collapseSingletonInterpolations(job) {
9534
9534
  for (const unit of job.units) {
9535
9535
  for (const op of unit.update) {
@@ -9541,7 +9541,7 @@ function collapseSingletonInterpolations(job) {
9541
9541
  }
9542
9542
  }
9543
9543
 
9544
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/conditionals.mjs
9544
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/conditionals.mjs
9545
9545
  function generateConditionalExpressions(job) {
9546
9546
  for (const unit of job.units) {
9547
9547
  for (const op of unit.ops()) {
@@ -9578,7 +9578,7 @@ function generateConditionalExpressions(job) {
9578
9578
  }
9579
9579
  }
9580
9580
 
9581
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/conversion.mjs
9581
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/conversion.mjs
9582
9582
  var BINARY_OPERATORS = /* @__PURE__ */ new Map([
9583
9583
  ["&&", BinaryOperator.And],
9584
9584
  [">", BinaryOperator.Bigger],
@@ -9629,7 +9629,7 @@ function literalOrArrayLiteral(value) {
9629
9629
  return literal(value);
9630
9630
  }
9631
9631
 
9632
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/const_collection.mjs
9632
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/const_collection.mjs
9633
9633
  function collectElementConsts(job) {
9634
9634
  const allElementAttributes = /* @__PURE__ */ new Map();
9635
9635
  for (const unit of job.units) {
@@ -9798,7 +9798,7 @@ function serializeAttributes({ attributes, bindings, classes, i18n: i18n2, proje
9798
9798
  return literalArr(attrArray);
9799
9799
  }
9800
9800
 
9801
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/convert_i18n_bindings.mjs
9801
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/convert_i18n_bindings.mjs
9802
9802
  function convertI18nBindings(job) {
9803
9803
  const i18nAttributesByElem = /* @__PURE__ */ new Map();
9804
9804
  for (const unit of job.units) {
@@ -9839,7 +9839,7 @@ function convertI18nBindings(job) {
9839
9839
  }
9840
9840
  }
9841
9841
 
9842
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/create_defer_deps_fns.mjs
9842
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/create_defer_deps_fns.mjs
9843
9843
  function createDeferDepsFns(job) {
9844
9844
  var _a2;
9845
9845
  for (const unit of job.units) {
@@ -9879,7 +9879,7 @@ function createDeferDepsFns(job) {
9879
9879
  }
9880
9880
  }
9881
9881
 
9882
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/create_i18n_contexts.mjs
9882
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/create_i18n_contexts.mjs
9883
9883
  function createI18nContexts(job) {
9884
9884
  const attrContextByMessage = /* @__PURE__ */ new Map();
9885
9885
  for (const unit of job.units) {
@@ -9957,7 +9957,7 @@ function createI18nContexts(job) {
9957
9957
  }
9958
9958
  }
9959
9959
 
9960
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/deduplicate_text_bindings.mjs
9960
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/deduplicate_text_bindings.mjs
9961
9961
  function deduplicateTextBindings(job) {
9962
9962
  const seen = /* @__PURE__ */ new Map();
9963
9963
  for (const unit of job.units) {
@@ -9979,7 +9979,7 @@ function deduplicateTextBindings(job) {
9979
9979
  }
9980
9980
  }
9981
9981
 
9982
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/defer_configs.mjs
9982
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/defer_configs.mjs
9983
9983
  function configureDeferInstructions(job) {
9984
9984
  for (const unit of job.units) {
9985
9985
  for (const op of unit.create) {
@@ -9996,7 +9996,7 @@ function configureDeferInstructions(job) {
9996
9996
  }
9997
9997
  }
9998
9998
 
9999
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/defer_resolve_targets.mjs
9999
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/defer_resolve_targets.mjs
10000
10000
  function resolveDeferTargetNames(job) {
10001
10001
  const scopes = /* @__PURE__ */ new Map();
10002
10002
  function getScopeForView2(view) {
@@ -10090,7 +10090,7 @@ var Scope = class {
10090
10090
  }
10091
10091
  };
10092
10092
 
10093
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/empty_elements.mjs
10093
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/empty_elements.mjs
10094
10094
  var REPLACEMENTS = /* @__PURE__ */ new Map([
10095
10095
  [OpKind.ElementEnd, [OpKind.ElementStart, OpKind.Element]],
10096
10096
  [OpKind.ContainerEnd, [OpKind.ContainerStart, OpKind.Container]],
@@ -10117,7 +10117,7 @@ function collapseEmptyInstructions(job) {
10117
10117
  }
10118
10118
  }
10119
10119
 
10120
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/expand_safe_reads.mjs
10120
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/expand_safe_reads.mjs
10121
10121
  function expandSafeReads(job) {
10122
10122
  for (const unit of job.units) {
10123
10123
  for (const op of unit.ops()) {
@@ -10253,7 +10253,7 @@ function ternaryTransform(e) {
10253
10253
  return new ConditionalExpr(new BinaryOperatorExpr(BinaryOperator.Equals, e.guard, NULL_EXPR), NULL_EXPR, e.expr);
10254
10254
  }
10255
10255
 
10256
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/extract_i18n_messages.mjs
10256
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/extract_i18n_messages.mjs
10257
10257
  var ESCAPE = "\uFFFD";
10258
10258
  var ELEMENT_MARKER = "#";
10259
10259
  var TEMPLATE_MARKER = "*";
@@ -10389,7 +10389,7 @@ function formatValue(value) {
10389
10389
  return `${ESCAPE}${closeMarker}${tagMarker}${value.value}${context}${ESCAPE}`;
10390
10390
  }
10391
10391
 
10392
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_advance.mjs
10392
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_advance.mjs
10393
10393
  function generateAdvance(job) {
10394
10394
  for (const unit of job.units) {
10395
10395
  const slotMap = /* @__PURE__ */ new Map();
@@ -10421,7 +10421,7 @@ function generateAdvance(job) {
10421
10421
  }
10422
10422
  }
10423
10423
 
10424
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_projection_def.mjs
10424
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_projection_def.mjs
10425
10425
  function generateProjectionDefs(job) {
10426
10426
  const share = job.compatibility === CompatibilityMode.TemplateDefinitionBuilder;
10427
10427
  const selectors = [];
@@ -10445,7 +10445,7 @@ function generateProjectionDefs(job) {
10445
10445
  }
10446
10446
  }
10447
10447
 
10448
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_variables.mjs
10448
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_variables.mjs
10449
10449
  function generateVariables(job) {
10450
10450
  recursivelyProcessView(job.root, null);
10451
10451
  }
@@ -10539,7 +10539,7 @@ function generateVariablesInScopeForView(view, scope) {
10539
10539
  return newOps;
10540
10540
  }
10541
10541
 
10542
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/has_const_expression_collection.mjs
10542
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/has_const_expression_collection.mjs
10543
10543
  function collectConstExpressions(job) {
10544
10544
  for (const unit of job.units) {
10545
10545
  for (const op of unit.ops()) {
@@ -10553,7 +10553,7 @@ function collectConstExpressions(job) {
10553
10553
  }
10554
10554
  }
10555
10555
 
10556
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/host_style_property_parsing.mjs
10556
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/host_style_property_parsing.mjs
10557
10557
  var STYLE_DOT = "style.";
10558
10558
  var CLASS_DOT = "class.";
10559
10559
  var STYLE_BANG = "style!";
@@ -10611,7 +10611,7 @@ function parseProperty(name) {
10611
10611
  return { property: property2, suffix };
10612
10612
  }
10613
10613
 
10614
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/output/map_util.mjs
10614
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/map_util.mjs
10615
10615
  function mapLiteral(obj, quoted = false) {
10616
10616
  return literalMap(Object.keys(obj).map((key) => ({
10617
10617
  key,
@@ -10620,7 +10620,7 @@ function mapLiteral(obj, quoted = false) {
10620
10620
  })));
10621
10621
  }
10622
10622
 
10623
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/i18n/icu_serializer.mjs
10623
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/icu_serializer.mjs
10624
10624
  var IcuSerializerVisitor = class {
10625
10625
  visitText(text2) {
10626
10626
  return text2.value;
@@ -10654,7 +10654,7 @@ function serializeIcuNode(icu) {
10654
10654
  return icu.visit(serializer);
10655
10655
  }
10656
10656
 
10657
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/expression_parser/lexer.mjs
10657
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/expression_parser/lexer.mjs
10658
10658
  var TokenType;
10659
10659
  (function(TokenType2) {
10660
10660
  TokenType2[TokenType2["Character"] = 0] = "Character";
@@ -11015,7 +11015,7 @@ function parseIntAutoRadix(text2) {
11015
11015
  return result;
11016
11016
  }
11017
11017
 
11018
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/expression_parser/parser.mjs
11018
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/expression_parser/parser.mjs
11019
11019
  var SplitInterpolation = class {
11020
11020
  constructor(strings, expressions, offsets) {
11021
11021
  this.strings = strings;
@@ -11897,7 +11897,7 @@ function getIndexMapForOriginalTemplate(interpolatedTokens) {
11897
11897
  return offsetMap;
11898
11898
  }
11899
11899
 
11900
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/ast.mjs
11900
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/ast.mjs
11901
11901
  var NodeWithI18n = class {
11902
11902
  constructor(sourceSpan, i18n2) {
11903
11903
  this.sourceSpan = sourceSpan;
@@ -12008,11 +12008,11 @@ function visitAll2(visitor, nodes, context = null) {
12008
12008
  return result;
12009
12009
  }
12010
12010
 
12011
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/schema/element_schema_registry.mjs
12011
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/schema/element_schema_registry.mjs
12012
12012
  var ElementSchemaRegistry = class {
12013
12013
  };
12014
12014
 
12015
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/schema/dom_element_schema_registry.mjs
12015
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/schema/dom_element_schema_registry.mjs
12016
12016
  var BOOLEAN = "boolean";
12017
12017
  var NUMBER = "number";
12018
12018
  var STRING = "string";
@@ -12395,7 +12395,7 @@ function _isPixelDimensionStyle(prop) {
12395
12395
  }
12396
12396
  }
12397
12397
 
12398
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/html_tags.mjs
12398
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/html_tags.mjs
12399
12399
  var HtmlTagDefinition = class {
12400
12400
  constructor({ closedByChildren, implicitNamespacePrefix, contentType = TagContentType.PARSABLE_DATA, closedByParent = false, isVoid = false, ignoreFirstLf = false, preventNamespaceInheritance = false, canSelfClose = false } = {}) {
12401
12401
  this.closedByChildren = {};
@@ -12513,7 +12513,7 @@ function getHtmlTagDefinition(tagName) {
12513
12513
  return (_b2 = (_a2 = TAG_DEFINITIONS[tagName]) != null ? _a2 : TAG_DEFINITIONS[tagName.toLowerCase()]) != null ? _b2 : DEFAULT_TAG_DEFINITION;
12514
12514
  }
12515
12515
 
12516
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/serializers/placeholder.mjs
12516
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/serializers/placeholder.mjs
12517
12517
  var TAG_TO_PLACEHOLDER_NAMES = {
12518
12518
  "A": "LINK",
12519
12519
  "B": "BOLD_TEXT",
@@ -12635,7 +12635,7 @@ var PlaceholderRegistry = class {
12635
12635
  }
12636
12636
  };
12637
12637
 
12638
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/i18n_parser.mjs
12638
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/i18n_parser.mjs
12639
12639
  var _expParser = new Parser(new Lexer());
12640
12640
  function createI18nMessageFactory(interpolationConfig, containerBlocks) {
12641
12641
  const visitor = new _I18nVisitor(_expParser, interpolationConfig, containerBlocks);
@@ -12814,14 +12814,14 @@ function extractPlaceholderName(input) {
12814
12814
  return input.split(_CUSTOM_PH_EXP)[2];
12815
12815
  }
12816
12816
 
12817
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/parse_util.mjs
12817
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/parse_util.mjs
12818
12818
  var I18nError = class extends ParseError {
12819
12819
  constructor(span, msg) {
12820
12820
  super(span, msg);
12821
12821
  }
12822
12822
  };
12823
12823
 
12824
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/entities.mjs
12824
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/entities.mjs
12825
12825
  var NAMED_ENTITIES = {
12826
12826
  "AElig": "\xC6",
12827
12827
  "AMP": "&",
@@ -14952,7 +14952,7 @@ var NAMED_ENTITIES = {
14952
14952
  var NGSP_UNICODE = "\uE500";
14953
14953
  NAMED_ENTITIES["ngsp"] = NGSP_UNICODE;
14954
14954
 
14955
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/lexer.mjs
14955
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/lexer.mjs
14956
14956
  var TokenError = class extends ParseError {
14957
14957
  constructor(errorMsg, tokenType, span) {
14958
14958
  super(span, errorMsg);
@@ -15873,7 +15873,7 @@ var CursorError = class {
15873
15873
  }
15874
15874
  };
15875
15875
 
15876
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/parser.mjs
15876
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/parser.mjs
15877
15877
  var TreeError = class extends ParseError {
15878
15878
  static create(elementName, span, msg) {
15879
15879
  return new TreeError(elementName, span, msg);
@@ -16257,7 +16257,7 @@ function decodeEntity(match, entity) {
16257
16257
  return match;
16258
16258
  }
16259
16259
 
16260
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/schema/trusted_types_sinks.mjs
16260
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/schema/trusted_types_sinks.mjs
16261
16261
  var TRUSTED_TYPES_SINKS = /* @__PURE__ */ new Set([
16262
16262
  "iframe|srcdoc",
16263
16263
  "*|innerhtml",
@@ -16272,7 +16272,7 @@ function isTrustedTypesSink(tagName, propName) {
16272
16272
  return TRUSTED_TYPES_SINKS.has(tagName + "|" + propName) || TRUSTED_TYPES_SINKS.has("*|" + propName);
16273
16273
  }
16274
16274
 
16275
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/i18n/meta.mjs
16275
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/meta.mjs
16276
16276
  var setI18nRefs = (htmlNode, i18nNode) => {
16277
16277
  if (htmlNode instanceof NodeWithI18n) {
16278
16278
  if (i18nNode instanceof IcuPlaceholder && htmlNode.i18n instanceof Message) {
@@ -16429,7 +16429,7 @@ function i18nMetaToJSDoc(meta) {
16429
16429
  return jsDocComment(tags);
16430
16430
  }
16431
16431
 
16432
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/i18n/get_msg_utils.mjs
16432
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/get_msg_utils.mjs
16433
16433
  var GOOG_GET_MSG = "goog.getMsg";
16434
16434
  function createGoogleGetMsgStatements(variable2, message, closureVar, placeholderValues) {
16435
16435
  const messageString = serializeI18nMessageForGetMsg(message);
@@ -16480,7 +16480,7 @@ function serializeI18nMessageForGetMsg(message) {
16480
16480
  return message.nodes.map((node) => node.visit(serializerVisitor2, null)).join("");
16481
16481
  }
16482
16482
 
16483
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/i18n/localize_utils.mjs
16483
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/localize_utils.mjs
16484
16484
  function createLocalizeStatements(variable2, message, params) {
16485
16485
  const { messageParts, placeHolders } = serializeI18nMessageForLocalize(message);
16486
16486
  const sourceSpan = getSourceSpan(message);
@@ -16569,7 +16569,7 @@ function createEmptyMessagePart(location) {
16569
16569
  return new LiteralPiece("", new ParseSourceSpan(location, location));
16570
16570
  }
16571
16571
 
16572
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/i18n_const_collection.mjs
16572
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/i18n_const_collection.mjs
16573
16573
  var NG_I18N_CLOSURE_MODE = "ngI18nClosureMode";
16574
16574
  var TRANSLATION_VAR_PREFIX2 = "i18n_";
16575
16575
  var I18N_ICU_MAPPING_PREFIX2 = "I18N_EXP_";
@@ -16730,7 +16730,7 @@ function i18nGenerateClosureVar(pool, messageId, fileBasedI18nSuffix, useExterna
16730
16730
  return variable(name);
16731
16731
  }
16732
16732
 
16733
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/i18n_text_extraction.mjs
16733
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/i18n_text_extraction.mjs
16734
16734
  function convertI18nText(job) {
16735
16735
  var _a2, _b2, _c2;
16736
16736
  for (const unit of job.units) {
@@ -16800,7 +16800,7 @@ function convertI18nText(job) {
16800
16800
  }
16801
16801
  }
16802
16802
 
16803
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/local_refs.mjs
16803
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/local_refs.mjs
16804
16804
  function liftLocalRefs(job) {
16805
16805
  for (const unit of job.units) {
16806
16806
  for (const op of unit.create) {
@@ -16830,7 +16830,7 @@ function serializeLocalRefs(refs) {
16830
16830
  return literalArr(constRefs);
16831
16831
  }
16832
16832
 
16833
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/namespace.mjs
16833
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/namespace.mjs
16834
16834
  function emitNamespaceChanges(job) {
16835
16835
  for (const unit of job.units) {
16836
16836
  let activeNamespace = Namespace.HTML;
@@ -16846,7 +16846,7 @@ function emitNamespaceChanges(job) {
16846
16846
  }
16847
16847
  }
16848
16848
 
16849
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/style_parser.mjs
16849
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/style_parser.mjs
16850
16850
  function parse(value) {
16851
16851
  const styles = [];
16852
16852
  let i = 0;
@@ -16907,7 +16907,7 @@ function hyphenate2(value) {
16907
16907
  }).toLowerCase();
16908
16908
  }
16909
16909
 
16910
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/naming.mjs
16910
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/naming.mjs
16911
16911
  function nameFunctionsAndVariables(job) {
16912
16912
  addNamesToView(job.root, job.componentName, { index: 0 }, job.compatibility === CompatibilityMode.TemplateDefinitionBuilder);
16913
16913
  }
@@ -17036,7 +17036,7 @@ function stripImportant(name) {
17036
17036
  return name;
17037
17037
  }
17038
17038
 
17039
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/next_context_merging.mjs
17039
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/next_context_merging.mjs
17040
17040
  function mergeNextContextExpressions(job) {
17041
17041
  for (const unit of job.units) {
17042
17042
  for (const op of unit.create) {
@@ -17082,7 +17082,7 @@ function mergeNextContextsInOps(ops) {
17082
17082
  }
17083
17083
  }
17084
17084
 
17085
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/ng_container.mjs
17085
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/ng_container.mjs
17086
17086
  var CONTAINER_TAG = "ng-container";
17087
17087
  function generateNgContainerOps(job) {
17088
17088
  for (const unit of job.units) {
@@ -17099,7 +17099,7 @@ function generateNgContainerOps(job) {
17099
17099
  }
17100
17100
  }
17101
17101
 
17102
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/nonbindable.mjs
17102
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/nonbindable.mjs
17103
17103
  function lookupElement3(elements, xref) {
17104
17104
  const el = elements.get(xref);
17105
17105
  if (el === void 0) {
@@ -17129,7 +17129,7 @@ function disableBindings(job) {
17129
17129
  }
17130
17130
  }
17131
17131
 
17132
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/nullish_coalescing.mjs
17132
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/nullish_coalescing.mjs
17133
17133
  function generateNullishCoalesceExpressions(job) {
17134
17134
  for (const unit of job.units) {
17135
17135
  for (const op of unit.ops()) {
@@ -17145,7 +17145,7 @@ function generateNullishCoalesceExpressions(job) {
17145
17145
  }
17146
17146
  }
17147
17147
 
17148
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/ordering.mjs
17148
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/ordering.mjs
17149
17149
  function kindTest(kind) {
17150
17150
  return (op) => op.kind === kind;
17151
17151
  }
@@ -17235,7 +17235,7 @@ function keepLast(ops) {
17235
17235
  return ops.slice(ops.length - 1);
17236
17236
  }
17237
17237
 
17238
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/parse_extracted_styles.mjs
17238
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/parse_extracted_styles.mjs
17239
17239
  function parseExtractedStyles(job) {
17240
17240
  const elements = /* @__PURE__ */ new Map();
17241
17241
  for (const unit of job.units) {
@@ -17270,7 +17270,7 @@ function parseExtractedStyles(job) {
17270
17270
  }
17271
17271
  }
17272
17272
 
17273
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/phase_remove_content_selectors.mjs
17273
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/phase_remove_content_selectors.mjs
17274
17274
  function removeContentSelectors(job) {
17275
17275
  for (const unit of job.units) {
17276
17276
  const elements = createOpXrefMap(unit);
@@ -17297,7 +17297,7 @@ function lookupInXrefMap(map, xref) {
17297
17297
  return el;
17298
17298
  }
17299
17299
 
17300
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pipe_creation.mjs
17300
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pipe_creation.mjs
17301
17301
  function createPipes(job) {
17302
17302
  for (const unit of job.units) {
17303
17303
  processPipeBindingsInView(unit);
@@ -17345,7 +17345,7 @@ function addPipeToCreationBlock(unit, afterTargetXref, binding) {
17345
17345
  throw new Error(`AssertionError: unable to find insertion point for pipe ${binding.name}`);
17346
17346
  }
17347
17347
 
17348
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pipe_variadic.mjs
17348
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pipe_variadic.mjs
17349
17349
  function createVariadicPipes(job) {
17350
17350
  for (const unit of job.units) {
17351
17351
  for (const op of unit.update) {
@@ -17362,7 +17362,7 @@ function createVariadicPipes(job) {
17362
17362
  }
17363
17363
  }
17364
17364
 
17365
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/propagate_i18n_blocks.mjs
17365
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/propagate_i18n_blocks.mjs
17366
17366
  function propagateI18nBlocks(job) {
17367
17367
  propagateI18nBlocksToTemplates(job.root, 0);
17368
17368
  }
@@ -17416,7 +17416,7 @@ function wrapTemplateWithI18n(unit, parentI18n) {
17416
17416
  }
17417
17417
  }
17418
17418
 
17419
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pure_function_extraction.mjs
17419
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pure_function_extraction.mjs
17420
17420
  function extractPureFunctions(job) {
17421
17421
  for (const view of job.units) {
17422
17422
  for (const op of view.ops()) {
@@ -17458,7 +17458,7 @@ var PureFunctionConstant = class extends GenericKeyFn {
17458
17458
  }
17459
17459
  };
17460
17460
 
17461
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pure_literal_structures.mjs
17461
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pure_literal_structures.mjs
17462
17462
  function generatePureLiteralStructures(job) {
17463
17463
  for (const unit of job.units) {
17464
17464
  for (const op of unit.update) {
@@ -17505,7 +17505,7 @@ function transformLiteralMap(expr) {
17505
17505
  return new PureFunctionExpr(literalMap(derivedEntries), nonConstantArgs);
17506
17506
  }
17507
17507
 
17508
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/instruction.mjs
17508
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/instruction.mjs
17509
17509
  function element(slot, tag, constIndex, localRefIndex, sourceSpan) {
17510
17510
  return elementOrContainerBase(Identifiers.element, slot, tag, constIndex, localRefIndex, sourceSpan);
17511
17511
  }
@@ -18040,7 +18040,7 @@ function callVariadicInstruction(config, baseArgs, interpolationArgs, extraArgs,
18040
18040
  return createStatementOp(callVariadicInstructionExpr(config, baseArgs, interpolationArgs, extraArgs, sourceSpan).toStmt());
18041
18041
  }
18042
18042
 
18043
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/reify.mjs
18043
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/reify.mjs
18044
18044
  var GLOBAL_TARGET_RESOLVERS = /* @__PURE__ */ new Map([
18045
18045
  ["window", Identifiers.resolveWindow],
18046
18046
  ["document", Identifiers.resolveDocument],
@@ -18381,7 +18381,7 @@ function reifyListenerHandler(unit, name, handlerOps, consumesDollarEvent) {
18381
18381
  return fn(params, handlerStmts, void 0, void 0, name);
18382
18382
  }
18383
18383
 
18384
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/remove_empty_bindings.mjs
18384
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/remove_empty_bindings.mjs
18385
18385
  function removeEmptyBindings(job) {
18386
18386
  for (const unit of job.units) {
18387
18387
  for (const op of unit.update) {
@@ -18402,7 +18402,7 @@ function removeEmptyBindings(job) {
18402
18402
  }
18403
18403
  }
18404
18404
 
18405
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/remove_i18n_contexts.mjs
18405
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/remove_i18n_contexts.mjs
18406
18406
  function removeI18nContexts(job) {
18407
18407
  for (const unit of job.units) {
18408
18408
  for (const op of unit.create) {
@@ -18418,7 +18418,7 @@ function removeI18nContexts(job) {
18418
18418
  }
18419
18419
  }
18420
18420
 
18421
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/remove_unused_i18n_attrs.mjs
18421
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/remove_unused_i18n_attrs.mjs
18422
18422
  function removeUnusedI18nAttributesOps(job) {
18423
18423
  for (const unit of job.units) {
18424
18424
  const ownersWithI18nExpressions = /* @__PURE__ */ new Set();
@@ -18440,7 +18440,7 @@ function removeUnusedI18nAttributesOps(job) {
18440
18440
  }
18441
18441
  }
18442
18442
 
18443
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_contexts.mjs
18443
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_contexts.mjs
18444
18444
  function resolveContexts(job) {
18445
18445
  for (const unit of job.units) {
18446
18446
  processLexicalScope(unit, unit.create);
@@ -18482,7 +18482,7 @@ function processLexicalScope(view, ops) {
18482
18482
  }
18483
18483
  }
18484
18484
 
18485
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_dollar_event.mjs
18485
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_dollar_event.mjs
18486
18486
  function resolveDollarEvent(job) {
18487
18487
  for (const unit of job.units) {
18488
18488
  transformDollarEvent(unit.create);
@@ -18505,7 +18505,7 @@ function transformDollarEvent(ops) {
18505
18505
  }
18506
18506
  }
18507
18507
 
18508
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_i18n_element_placeholders.mjs
18508
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_i18n_element_placeholders.mjs
18509
18509
  function resolveI18nElementPlaceholders(job) {
18510
18510
  const i18nContexts = /* @__PURE__ */ new Map();
18511
18511
  const elements = /* @__PURE__ */ new Map();
@@ -18684,7 +18684,7 @@ function addParam(params, placeholder, value, subTemplateIndex, flags) {
18684
18684
  params.set(placeholder, values);
18685
18685
  }
18686
18686
 
18687
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_i18n_expression_placeholders.mjs
18687
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_i18n_expression_placeholders.mjs
18688
18688
  function resolveI18nExpressionPlaceholders(job) {
18689
18689
  var _a2;
18690
18690
  const subTemplateIndices = /* @__PURE__ */ new Map();
@@ -18737,7 +18737,7 @@ function updatePlaceholder(op, value, i18nContexts, icuPlaceholders) {
18737
18737
  }
18738
18738
  }
18739
18739
 
18740
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_names.mjs
18740
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_names.mjs
18741
18741
  function resolveNames(job) {
18742
18742
  for (const unit of job.units) {
18743
18743
  processLexicalScope2(unit, unit.create, null);
@@ -18802,7 +18802,7 @@ function processLexicalScope2(unit, ops, savedView) {
18802
18802
  }
18803
18803
  }
18804
18804
 
18805
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_sanitizers.mjs
18805
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_sanitizers.mjs
18806
18806
  var sanitizerFns = /* @__PURE__ */ new Map([
18807
18807
  [SecurityContext.HTML, Identifiers.sanitizeHtml],
18808
18808
  [SecurityContext.RESOURCE_URL, Identifiers.sanitizeResourceUrl],
@@ -18872,7 +18872,7 @@ function getOnlySecurityContext(securityContext) {
18872
18872
  return securityContext;
18873
18873
  }
18874
18874
 
18875
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/transform_two_way_binding_set.mjs
18875
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/transform_two_way_binding_set.mjs
18876
18876
  function transformTwoWayBindingSet(job) {
18877
18877
  for (const unit of job.units) {
18878
18878
  for (const op of unit.create) {
@@ -18922,7 +18922,7 @@ function wrapAction(target, value) {
18922
18922
  throw new Error(`Unsupported expression in two-way action binding.`);
18923
18923
  }
18924
18924
 
18925
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/save_restore_view.mjs
18925
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/save_restore_view.mjs
18926
18926
  function saveAndRestoreView(job) {
18927
18927
  for (const unit of job.units) {
18928
18928
  unit.create.prepend([
@@ -18967,7 +18967,7 @@ function addSaveRestoreViewOperationToListener(unit, op) {
18967
18967
  }
18968
18968
  }
18969
18969
 
18970
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/slot_allocation.mjs
18970
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/slot_allocation.mjs
18971
18971
  function allocateSlots(job) {
18972
18972
  const slotMap = /* @__PURE__ */ new Map();
18973
18973
  for (const unit of job.units) {
@@ -18992,7 +18992,7 @@ function allocateSlots(job) {
18992
18992
  }
18993
18993
  }
18994
18994
 
18995
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/style_binding_specialization.mjs
18995
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/style_binding_specialization.mjs
18996
18996
  function specializeStyleBindings(job) {
18997
18997
  for (const unit of job.units) {
18998
18998
  for (const op of unit.update) {
@@ -19022,7 +19022,7 @@ function specializeStyleBindings(job) {
19022
19022
  }
19023
19023
  }
19024
19024
 
19025
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/temporary_variables.mjs
19025
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/temporary_variables.mjs
19026
19026
  function generateTemporaryVariables(job) {
19027
19027
  for (const unit of job.units) {
19028
19028
  unit.create.prepend(generateTemporaries(unit.create));
@@ -19080,7 +19080,7 @@ function assignName(names, expr) {
19080
19080
  expr.name = name;
19081
19081
  }
19082
19082
 
19083
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/track_fn_generation.mjs
19083
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/track_fn_generation.mjs
19084
19084
  function generateTrackFns(job) {
19085
19085
  for (const unit of job.units) {
19086
19086
  for (const op of unit.create) {
@@ -19113,7 +19113,7 @@ function generateTrackFns(job) {
19113
19113
  }
19114
19114
  }
19115
19115
 
19116
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/track_fn_optimization.mjs
19116
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/track_fn_optimization.mjs
19117
19117
  function optimizeTrackFns(job) {
19118
19118
  for (const unit of job.units) {
19119
19119
  for (const op of unit.create) {
@@ -19161,7 +19161,7 @@ function isTrackByFunctionCall(rootView, expr) {
19161
19161
  return true;
19162
19162
  }
19163
19163
 
19164
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/track_variables.mjs
19164
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/track_variables.mjs
19165
19165
  function generateTrackVariables(job) {
19166
19166
  for (const unit of job.units) {
19167
19167
  for (const op of unit.create) {
@@ -19182,7 +19182,7 @@ function generateTrackVariables(job) {
19182
19182
  }
19183
19183
  }
19184
19184
 
19185
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/var_counting.mjs
19185
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/var_counting.mjs
19186
19186
  function countVariables(job) {
19187
19187
  for (const unit of job.units) {
19188
19188
  let varCount = 0;
@@ -19292,7 +19292,7 @@ function isSingletonInterpolation(expr) {
19292
19292
  return true;
19293
19293
  }
19294
19294
 
19295
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/variable_optimization.mjs
19295
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/variable_optimization.mjs
19296
19296
  function optimizeVariables(job) {
19297
19297
  for (const unit of job.units) {
19298
19298
  inlineAlwaysInlineVariables(unit.create);
@@ -19541,7 +19541,7 @@ function allowConservativeInlining(decl, target) {
19541
19541
  }
19542
19542
  }
19543
19543
 
19544
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/wrap_icus.mjs
19544
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/wrap_icus.mjs
19545
19545
  function wrapI18nIcus(job) {
19546
19546
  for (const unit of job.units) {
19547
19547
  let currentI18nOp = null;
@@ -19571,7 +19571,7 @@ function wrapI18nIcus(job) {
19571
19571
  }
19572
19572
  }
19573
19573
 
19574
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/emit.mjs
19574
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/emit.mjs
19575
19575
  var phases = [
19576
19576
  { kind: CompilationJobKind.Tmpl, fn: removeContentSelectors },
19577
19577
  { kind: CompilationJobKind.Host, fn: parseHostStyleProperties },
@@ -19737,7 +19737,7 @@ function emitHostBindingFunction(job) {
19737
19737
  );
19738
19738
  }
19739
19739
 
19740
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/ingest.mjs
19740
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/ingest.mjs
19741
19741
  var compatibilityMode = CompatibilityMode.TemplateDefinitionBuilder;
19742
19742
  var domSchema = new DomElementSchemaRegistry();
19743
19743
  var NG_TEMPLATE_TAG_NAME = "ng-template";
@@ -20465,10 +20465,10 @@ function ingestControlFlowInsertionPoint(unit, xref, node) {
20465
20465
  return null;
20466
20466
  }
20467
20467
 
20468
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/switch/index.mjs
20468
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/switch/index.mjs
20469
20469
  var USE_TEMPLATE_PIPELINE = false;
20470
20470
 
20471
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/html_parser.mjs
20471
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/html_parser.mjs
20472
20472
  var HtmlParser = class extends Parser2 {
20473
20473
  constructor() {
20474
20474
  super(getHtmlTagDefinition);
@@ -20478,7 +20478,7 @@ var HtmlParser = class extends Parser2 {
20478
20478
  }
20479
20479
  };
20480
20480
 
20481
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/html_whitespaces.mjs
20481
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/html_whitespaces.mjs
20482
20482
  var PRESERVE_WS_ATTR_NAME = "ngPreserveWhitespaces";
20483
20483
  var SKIP_WS_TRIM_TAGS = /* @__PURE__ */ new Set(["pre", "template", "textarea", "script", "style"]);
20484
20484
  var WS_CHARS = " \f\n\r \v\u1680\u180E\u2000-\u200A\u2028\u2029\u202F\u205F\u3000\uFEFF";
@@ -20544,7 +20544,7 @@ function visitAllWithSiblings(visitor, nodes) {
20544
20544
  return result;
20545
20545
  }
20546
20546
 
20547
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template_parser/binding_parser.mjs
20547
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template_parser/binding_parser.mjs
20548
20548
  var PROPERTY_PARTS_SEPARATOR = ".";
20549
20549
  var ATTRIBUTE_PREFIX = "attr";
20550
20550
  var CLASS_PREFIX = "class";
@@ -20885,7 +20885,7 @@ function moveParseSourceSpan(sourceSpan, absoluteSpan) {
20885
20885
  return new ParseSourceSpan(sourceSpan.start.moveBy(startDiff), sourceSpan.end.moveBy(endDiff), sourceSpan.fullStart.moveBy(startDiff), sourceSpan.details);
20886
20886
  }
20887
20887
 
20888
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/style_url_resolver.mjs
20888
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/style_url_resolver.mjs
20889
20889
  function isStyleUrlResolvable(url) {
20890
20890
  if (url == null || url.length === 0 || url[0] == "/")
20891
20891
  return false;
@@ -20894,7 +20894,7 @@ function isStyleUrlResolvable(url) {
20894
20894
  }
20895
20895
  var URL_WITH_SCHEMA_REGEXP = /^([^:/?#]+):/;
20896
20896
 
20897
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template_parser/template_preparser.mjs
20897
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template_parser/template_preparser.mjs
20898
20898
  var NG_CONTENT_SELECT_ATTR = "select";
20899
20899
  var LINK_ELEMENT = "link";
20900
20900
  var LINK_STYLE_REL_ATTR = "rel";
@@ -20964,7 +20964,7 @@ function normalizeNgContentSelect(selectAttr) {
20964
20964
  return selectAttr;
20965
20965
  }
20966
20966
 
20967
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_control_flow.mjs
20967
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_control_flow.mjs
20968
20968
  var FOR_LOOP_EXPRESSION_PATTERN = /^\s*([0-9A-Za-z_$]*)\s+of\s+([\S\s]*)/;
20969
20969
  var FOR_LOOP_TRACK_PATTERN = /^track\s+([\S\s]*)/;
20970
20970
  var CONDITIONAL_ALIAS_PATTERN = /^(as\s)+(.*)/;
@@ -21278,7 +21278,7 @@ function stripOptionalParentheses(param, errors) {
21278
21278
  return expression.slice(start, end);
21279
21279
  }
21280
21280
 
21281
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_deferred_triggers.mjs
21281
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_deferred_triggers.mjs
21282
21282
  var TIME_PATTERN = /^\d+\.?\d*(ms|s)?$/;
21283
21283
  var SEPARATOR_PATTERN = /^\s$/;
21284
21284
  var COMMA_DELIMITED_SYNTAX = /* @__PURE__ */ new Map([
@@ -21542,7 +21542,7 @@ function parseDeferredTime(value) {
21542
21542
  return parseFloat(time) * (units === "s" ? 1e3 : 1);
21543
21543
  }
21544
21544
 
21545
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_deferred_blocks.mjs
21545
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_deferred_blocks.mjs
21546
21546
  var PREFETCH_WHEN_PATTERN = /^prefetch\s+when\s/;
21547
21547
  var PREFETCH_ON_PATTERN = /^prefetch\s+on\s/;
21548
21548
  var MINIMUM_PARAMETER_PATTERN = /^minimum\s/;
@@ -21677,7 +21677,7 @@ function parsePrimaryTriggers(params, bindingParser, errors, placeholder) {
21677
21677
  return { triggers, prefetchTriggers };
21678
21678
  }
21679
21679
 
21680
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_template_transform.mjs
21680
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_template_transform.mjs
21681
21681
  var BIND_NAME_REGEXP = /^(?:(bind-)|(let-)|(ref-|#)|(on-)|(bindon-)|(@))(.*)$/;
21682
21682
  var KW_BIND_IDX = 1;
21683
21683
  var KW_LET_IDX = 2;
@@ -22108,7 +22108,7 @@ function textContents(node) {
22108
22108
  }
22109
22109
  }
22110
22110
 
22111
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/i18n/context.mjs
22111
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/context.mjs
22112
22112
  var TagType;
22113
22113
  (function(TagType2) {
22114
22114
  TagType2[TagType2["ELEMENT"] = 0] = "ELEMENT";
@@ -22253,7 +22253,7 @@ function serializePlaceholderValue(value) {
22253
22253
  }
22254
22254
  }
22255
22255
 
22256
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/styling_builder.mjs
22256
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/styling_builder.mjs
22257
22257
  var IMPORTANT_FLAG = "!important";
22258
22258
  var MIN_STYLING_BINDING_SLOTS_REQUIRED = 2;
22259
22259
  var StylingBuilder = class {
@@ -22586,7 +22586,7 @@ function isEmptyExpression(ast) {
22586
22586
  return ast instanceof EmptyExpr;
22587
22587
  }
22588
22588
 
22589
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/template.mjs
22589
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/template.mjs
22590
22590
  var NG_CONTENT_SELECT_ATTR2 = "select";
22591
22591
  var NG_PROJECT_AS_ATTR_NAME = "ngProjectAs";
22592
22592
  var EVENT_BINDING_SCOPE_GLOBALS = /* @__PURE__ */ new Set(["$event"]);
@@ -24278,7 +24278,7 @@ function createClosureModeGuard2() {
24278
24278
  return typeofExpr(variable(NG_I18N_CLOSURE_MODE2)).notIdentical(literal("undefined", STRING_TYPE)).and(variable(NG_I18N_CLOSURE_MODE2));
24279
24279
  }
24280
24280
 
24281
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/query_generation.mjs
24281
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/query_generation.mjs
24282
24282
  function toQueryFlags(query) {
24283
24283
  return (query.descendants ? 1 : 0) | (query.static ? 2 : 0) | (query.emitDistinctChangesOnly ? 4 : 0);
24284
24284
  }
@@ -24395,7 +24395,7 @@ function createContentQueriesFunction(queries, constantPool, name) {
24395
24395
  ], INFERRED_TYPE, null, contentQueriesFnName);
24396
24396
  }
24397
24397
 
24398
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/compiler.mjs
24398
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/compiler.mjs
24399
24399
  var ATTR_REGEX = /attr\.([^\]]+)/;
24400
24400
  var COMPONENT_VARIABLE = "%COMP%";
24401
24401
  var HOST_ATTR = `_nghost-${COMPONENT_VARIABLE}`;
@@ -24975,7 +24975,7 @@ function createHostDirectivesMappingArray(mapping) {
24975
24975
  return elements.length > 0 ? literalArr(elements) : null;
24976
24976
  }
24977
24977
 
24978
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/t2_binder.mjs
24978
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/t2_binder.mjs
24979
24979
  var R3TargetBinder = class {
24980
24980
  constructor(directiveMatcher) {
24981
24981
  this.directiveMatcher = directiveMatcher;
@@ -25601,11 +25601,11 @@ function extractScopedNodeEntities(rootScope) {
25601
25601
  return templateEntities;
25602
25602
  }
25603
25603
 
25604
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/resource_loader.mjs
25604
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/resource_loader.mjs
25605
25605
  var ResourceLoader = class {
25606
25606
  };
25607
25607
 
25608
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/jit_compiler_facade.mjs
25608
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/jit_compiler_facade.mjs
25609
25609
  var SHOULD_USE_TEMPLATE_PIPELINE_FOR_JIT = true;
25610
25610
  var CompilerFacadeImpl = class {
25611
25611
  constructor(jitEvaluator = new JitEvaluator()) {
@@ -25814,6 +25814,7 @@ function convertQueryPredicate(predicate) {
25814
25814
  return Array.isArray(predicate) ? predicate : createMayBeForwardRefExpression(new WrappedNodeExpr(predicate), 1);
25815
25815
  }
25816
25816
  function convertDirectiveFacadeToMetadata(facade) {
25817
+ var _a2;
25817
25818
  const inputsFromMetadata = parseInputsArray(facade.inputs || []);
25818
25819
  const outputsFromMetadata = parseMappingStringArray(facade.outputs || []);
25819
25820
  const propMetadata = facade.propMetadata;
@@ -25836,6 +25837,19 @@ function convertDirectiveFacadeToMetadata(facade) {
25836
25837
  });
25837
25838
  }
25838
25839
  }
25840
+ const hostDirectives = ((_a2 = facade.hostDirectives) == null ? void 0 : _a2.length) ? facade.hostDirectives.map((hostDirective) => {
25841
+ return typeof hostDirective === "function" ? {
25842
+ directive: wrapReference(hostDirective),
25843
+ inputs: null,
25844
+ outputs: null,
25845
+ isForwardReference: false
25846
+ } : {
25847
+ directive: wrapReference(hostDirective.directive),
25848
+ isForwardReference: false,
25849
+ inputs: hostDirective.inputs ? parseMappingStringArray(hostDirective.inputs) : null,
25850
+ outputs: hostDirective.outputs ? parseMappingStringArray(hostDirective.outputs) : null
25851
+ };
25852
+ }) : null;
25839
25853
  return __spreadProps(__spreadValues({}, facade), {
25840
25854
  typeArgumentCount: 0,
25841
25855
  typeSourceSpan: facade.typeSourceSpan,
@@ -25850,31 +25864,37 @@ function convertDirectiveFacadeToMetadata(facade) {
25850
25864
  providers: facade.providers != null ? new WrappedNodeExpr(facade.providers) : null,
25851
25865
  viewQueries: facade.viewQueries.map(convertToR3QueryMetadata),
25852
25866
  fullInheritance: false,
25853
- hostDirectives: convertHostDirectivesToMetadata(facade)
25867
+ hostDirectives
25854
25868
  });
25855
25869
  }
25856
25870
  function convertDeclareDirectiveFacadeToMetadata(declaration, typeSourceSpan) {
25857
- var _a2, _b2, _c2, _d2, _e2, _f2, _g, _h, _i;
25871
+ var _a2, _b2, _c2, _d2, _e2, _f2, _g, _h, _i, _j;
25872
+ const hostDirectives = ((_a2 = declaration.hostDirectives) == null ? void 0 : _a2.length) ? declaration.hostDirectives.map((dir) => ({
25873
+ directive: wrapReference(dir.directive),
25874
+ isForwardReference: false,
25875
+ inputs: dir.inputs ? getHostDirectiveBindingMapping(dir.inputs) : null,
25876
+ outputs: dir.outputs ? getHostDirectiveBindingMapping(dir.outputs) : null
25877
+ })) : null;
25858
25878
  return {
25859
25879
  name: declaration.type.name,
25860
25880
  type: wrapReference(declaration.type),
25861
25881
  typeSourceSpan,
25862
- selector: (_a2 = declaration.selector) != null ? _a2 : null,
25882
+ selector: (_b2 = declaration.selector) != null ? _b2 : null,
25863
25883
  inputs: declaration.inputs ? inputsPartialMetadataToInputMetadata(declaration.inputs) : {},
25864
- outputs: (_b2 = declaration.outputs) != null ? _b2 : {},
25884
+ outputs: (_c2 = declaration.outputs) != null ? _c2 : {},
25865
25885
  host: convertHostDeclarationToMetadata(declaration.host),
25866
- queries: ((_c2 = declaration.queries) != null ? _c2 : []).map(convertQueryDeclarationToMetadata),
25867
- viewQueries: ((_d2 = declaration.viewQueries) != null ? _d2 : []).map(convertQueryDeclarationToMetadata),
25886
+ queries: ((_d2 = declaration.queries) != null ? _d2 : []).map(convertQueryDeclarationToMetadata),
25887
+ viewQueries: ((_e2 = declaration.viewQueries) != null ? _e2 : []).map(convertQueryDeclarationToMetadata),
25868
25888
  providers: declaration.providers !== void 0 ? new WrappedNodeExpr(declaration.providers) : null,
25869
- exportAs: (_e2 = declaration.exportAs) != null ? _e2 : null,
25870
- usesInheritance: (_f2 = declaration.usesInheritance) != null ? _f2 : false,
25871
- lifecycle: { usesOnChanges: (_g = declaration.usesOnChanges) != null ? _g : false },
25889
+ exportAs: (_f2 = declaration.exportAs) != null ? _f2 : null,
25890
+ usesInheritance: (_g = declaration.usesInheritance) != null ? _g : false,
25891
+ lifecycle: { usesOnChanges: (_h = declaration.usesOnChanges) != null ? _h : false },
25872
25892
  deps: null,
25873
25893
  typeArgumentCount: 0,
25874
25894
  fullInheritance: false,
25875
- isStandalone: (_h = declaration.isStandalone) != null ? _h : false,
25876
- isSignal: (_i = declaration.isSignal) != null ? _i : false,
25877
- hostDirectives: convertHostDirectivesToMetadata(declaration)
25895
+ isStandalone: (_i = declaration.isStandalone) != null ? _i : false,
25896
+ isSignal: (_j = declaration.isSignal) != null ? _j : false,
25897
+ hostDirectives
25878
25898
  };
25879
25899
  }
25880
25900
  function convertHostDeclarationToMetadata(host = {}) {
@@ -25890,24 +25910,13 @@ function convertHostDeclarationToMetadata(host = {}) {
25890
25910
  useTemplatePipeline: SHOULD_USE_TEMPLATE_PIPELINE_FOR_JIT
25891
25911
  };
25892
25912
  }
25893
- function convertHostDirectivesToMetadata(metadata) {
25894
- var _a2;
25895
- if ((_a2 = metadata.hostDirectives) == null ? void 0 : _a2.length) {
25896
- return metadata.hostDirectives.map((hostDirective) => {
25897
- return typeof hostDirective === "function" ? {
25898
- directive: wrapReference(hostDirective),
25899
- inputs: null,
25900
- outputs: null,
25901
- isForwardReference: false
25902
- } : {
25903
- directive: wrapReference(hostDirective.directive),
25904
- isForwardReference: false,
25905
- inputs: hostDirective.inputs ? parseMappingStringArray(hostDirective.inputs) : null,
25906
- outputs: hostDirective.outputs ? parseMappingStringArray(hostDirective.outputs) : null
25907
- };
25908
- });
25913
+ function getHostDirectiveBindingMapping(array) {
25914
+ let result = null;
25915
+ for (let i = 1; i < array.length; i += 2) {
25916
+ result = result || {};
25917
+ result[array[i - 1]] = array[i];
25909
25918
  }
25910
- return null;
25919
+ return result;
25911
25920
  }
25912
25921
  function convertOpaqueValuesToExpressions(obj) {
25913
25922
  const result = {};
@@ -26186,17 +26195,17 @@ function publishFacade(global) {
26186
26195
  ng.\u0275compilerFacade = new CompilerFacadeImpl();
26187
26196
  }
26188
26197
 
26189
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/version.mjs
26190
- var VERSION2 = new Version("17.3.11");
26198
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/version.mjs
26199
+ var VERSION2 = new Version("17.3.12");
26191
26200
 
26192
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/extractor_merger.mjs
26201
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/extractor_merger.mjs
26193
26202
  var _VisitorMode;
26194
26203
  (function(_VisitorMode2) {
26195
26204
  _VisitorMode2[_VisitorMode2["Extract"] = 0] = "Extract";
26196
26205
  _VisitorMode2[_VisitorMode2["Merge"] = 1] = "Merge";
26197
26206
  })(_VisitorMode || (_VisitorMode = {}));
26198
26207
 
26199
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/xml_tags.mjs
26208
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/xml_tags.mjs
26200
26209
  var XmlTagDefinition = class {
26201
26210
  constructor() {
26202
26211
  this.closedByParent = false;
@@ -26218,7 +26227,7 @@ var XmlTagDefinition = class {
26218
26227
  };
26219
26228
  var _TAG_DEFINITION = new XmlTagDefinition();
26220
26229
 
26221
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/partial/api.mjs
26230
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/partial/api.mjs
26222
26231
  var FactoryTarget2;
26223
26232
  (function(FactoryTarget3) {
26224
26233
  FactoryTarget3[FactoryTarget3["Directive"] = 0] = "Directive";
@@ -26228,10 +26237,10 @@ var FactoryTarget2;
26228
26237
  FactoryTarget3[FactoryTarget3["NgModule"] = 4] = "NgModule";
26229
26238
  })(FactoryTarget2 || (FactoryTarget2 = {}));
26230
26239
 
26231
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/compiler.mjs
26240
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/compiler.mjs
26232
26241
  publishFacade(_global);
26233
26242
 
26234
- // bazel-out/k8-fastbuild/bin/packages/core/schematics/migrations/invalid-two-way-bindings/migration.mjs
26243
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/migrations/invalid-two-way-bindings/migration.mjs
26235
26244
  var import_typescript4 = __toESM(require("typescript"), 1);
26236
26245
  function migrateTemplate(template2) {
26237
26246
  if (!template2.includes(")]=")) {
@@ -26356,7 +26365,7 @@ var InvalidTwoWayBindingCollector = class extends RecursiveVisitor {
26356
26365
  }
26357
26366
  };
26358
26367
 
26359
- // bazel-out/k8-fastbuild/bin/packages/core/schematics/migrations/invalid-two-way-bindings/index.mjs
26368
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/migrations/invalid-two-way-bindings/index.mjs
26360
26369
  function invalid_two_way_bindings_default() {
26361
26370
  return (tree) => __async(this, null, function* () {
26362
26371
  const { buildPaths, testPaths } = yield getProjectTsConfigPaths(tree);