@angular/core 17.0.0-rc.3 → 17.0.0

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/block-template-entities/index.mjs
66
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/migrations/block-template-entities/index.mjs
67
67
  var block_template_entities_exports = {};
68
68
  __export(block_template_entities_exports, {
69
69
  default: () => block_template_entities_default
@@ -72,7 +72,7 @@ module.exports = __toCommonJS(block_template_entities_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/compiler/src/selector.mjs
209
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/selector.mjs
210
210
  var _SELECTOR_REGEXP = new RegExp(
211
211
  `(\\:not\\()|(([\\.\\#]?)[-\\w]+)|(?:\\[([-.\\w*\\\\$]+)(?:=(["']?)([^\\]"']*)\\5)?\\])|(\\))|(\\s*,\\s*)`,
212
212
  "g"
@@ -514,7 +514,7 @@ var SelectorContext = class {
514
514
  }
515
515
  };
516
516
 
517
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/core.mjs
517
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/core.mjs
518
518
  var ViewEncapsulation;
519
519
  (function(ViewEncapsulation2) {
520
520
  ViewEncapsulation2[ViewEncapsulation2["Emulated"] = 0] = "Emulated";
@@ -576,7 +576,7 @@ function parseSelectorToR3Selector(selector) {
576
576
  return selector ? CssSelector.parse(selector).map(parserSelectorToR3Selector) : [];
577
577
  }
578
578
 
579
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/digest.mjs
579
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/digest.mjs
580
580
  var textEncoder;
581
581
  function computeDigest(message) {
582
582
  return sha1(serializeNodes(message.nodes).join("") + `[${message.meaning}]`);
@@ -813,7 +813,7 @@ function wordAt(bytes, index, endian) {
813
813
  return word;
814
814
  }
815
815
 
816
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/output/output_ast.mjs
816
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/output_ast.mjs
817
817
  var TypeModifier;
818
818
  (function(TypeModifier2) {
819
819
  TypeModifier2[TypeModifier2["None"] = 0] = "None";
@@ -1768,7 +1768,7 @@ function serializeTags(tags) {
1768
1768
  return out;
1769
1769
  }
1770
1770
 
1771
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/constant_pool.mjs
1771
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/constant_pool.mjs
1772
1772
  var CONSTANT_PREFIX = "_c";
1773
1773
  var UNKNOWN_VALUE_KEY = variable("<unknown>");
1774
1774
  var KEY_CONTEXT = {};
@@ -1951,7 +1951,7 @@ function isLongStringLiteral(expr) {
1951
1951
  return expr instanceof LiteralExpr && typeof expr.value === "string" && expr.value.length >= POOL_INCLUSION_LENGTH_THRESHOLD_FOR_STRINGS;
1952
1952
  }
1953
1953
 
1954
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_identifiers.mjs
1954
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_identifiers.mjs
1955
1955
  var CORE = "@angular/core";
1956
1956
  var _Identifiers = class {
1957
1957
  };
@@ -2584,7 +2584,7 @@ var Identifiers = _Identifiers;
2584
2584
  _Identifiers.validateIframeAttribute = { name: "\u0275\u0275validateIframeAttribute", moduleName: CORE };
2585
2585
  })();
2586
2586
 
2587
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/util.mjs
2587
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/util.mjs
2588
2588
  var DASH_CASE_REGEXP = /-+([a-z0-9])/g;
2589
2589
  function dashCaseToCamelCase(input) {
2590
2590
  return input.replace(DASH_CASE_REGEXP, (...m) => m[1].toUpperCase());
@@ -2672,7 +2672,7 @@ function partitionArray(arr, conditionFn) {
2672
2672
  return [truthy, falsy];
2673
2673
  }
2674
2674
 
2675
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/output/source_map.mjs
2675
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/source_map.mjs
2676
2676
  var VERSION = 3;
2677
2677
  var JS_B64_PREFIX = "# sourceMappingURL=data:application/json;base64,";
2678
2678
  var SourceMapGenerator = class {
@@ -2801,7 +2801,7 @@ function toBase64Digit(value) {
2801
2801
  return B64_DIGITS[value];
2802
2802
  }
2803
2803
 
2804
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/output/abstract_emitter.mjs
2804
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/abstract_emitter.mjs
2805
2805
  var _SINGLE_QUOTE_ESCAPE_STRING_RE = /'|\\|\n|\r|\$/g;
2806
2806
  var _LEGAL_IDENTIFIER_RE = /^[$A-Z_][0-9A-Z_$]*$/i;
2807
2807
  var _INDENT_WITH = " ";
@@ -3286,7 +3286,7 @@ function _createIndent(count) {
3286
3286
  return res;
3287
3287
  }
3288
3288
 
3289
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/util.mjs
3289
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/util.mjs
3290
3290
  function typeWithParameters(type, numParams) {
3291
3291
  if (numParams === 0) {
3292
3292
  return expressionType(type);
@@ -3351,7 +3351,7 @@ function generateForwardRef(expr) {
3351
3351
  return importExpr(Identifiers.forwardRef).callFn([arrowFn([], expr)]);
3352
3352
  }
3353
3353
 
3354
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_factory.mjs
3354
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_factory.mjs
3355
3355
  var R3FactoryDelegateType;
3356
3356
  (function(R3FactoryDelegateType2) {
3357
3357
  R3FactoryDelegateType2[R3FactoryDelegateType2["Class"] = 0] = "Class";
@@ -3496,7 +3496,7 @@ function getInjectFn(target) {
3496
3496
  }
3497
3497
  }
3498
3498
 
3499
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_ast.mjs
3499
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_ast.mjs
3500
3500
  var Comment = class {
3501
3501
  constructor(value, sourceSpan) {
3502
3502
  this.value = value;
@@ -3869,7 +3869,7 @@ function visitAll(visitor, nodes) {
3869
3869
  return result;
3870
3870
  }
3871
3871
 
3872
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/i18n_ast.mjs
3872
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/i18n_ast.mjs
3873
3873
  var Message = class {
3874
3874
  constructor(nodes, placeholders, placeholderToMessage, meaning, description, customId) {
3875
3875
  this.nodes = nodes;
@@ -3988,7 +3988,7 @@ var LocalizeMessageStringVisitor = class {
3988
3988
  }
3989
3989
  };
3990
3990
 
3991
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/serializers/xml_helper.mjs
3991
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/serializers/xml_helper.mjs
3992
3992
  var _Visitor = class {
3993
3993
  visitTag(tag) {
3994
3994
  const strAttrs = this._serializeAttributes(tag.attrs);
@@ -4016,12 +4016,12 @@ ${doctype.dtd}
4016
4016
  };
4017
4017
  var _visitor = new _Visitor();
4018
4018
 
4019
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/serializers/xmb.mjs
4019
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/serializers/xmb.mjs
4020
4020
  function toPublicName(internalName) {
4021
4021
  return internalName.toUpperCase().replace(/[^A-Z0-9_]/g, "_");
4022
4022
  }
4023
4023
 
4024
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/i18n/util.mjs
4024
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/util.mjs
4025
4025
  var CLOSURE_TRANSLATION_VAR_PREFIX = "MSG_";
4026
4026
  var TRANSLATION_VAR_PREFIX = "i18n_";
4027
4027
  var I18N_ATTR = "i18n";
@@ -4123,7 +4123,7 @@ function declareI18nVariable(variable2) {
4123
4123
  return new DeclareVarStmt(variable2.name, void 0, INFERRED_TYPE, void 0, variable2.sourceSpan);
4124
4124
  }
4125
4125
 
4126
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/util.mjs
4126
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/util.mjs
4127
4127
  var UNSAFE_OBJECT_KEY_NAME_REGEXP = /[-.]/;
4128
4128
  var TEMPORARY_NAME = "_t";
4129
4129
  var CONTEXT_NAME = "ctx";
@@ -4346,7 +4346,7 @@ function getInstructionStatements(instructions) {
4346
4346
  return statements;
4347
4347
  }
4348
4348
 
4349
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/injectable_compiler_2.mjs
4349
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/injectable_compiler_2.mjs
4350
4350
  function compileInjectable(meta, resolveForwardRefs) {
4351
4351
  let result = null;
4352
4352
  const factoryMeta = {
@@ -4431,7 +4431,7 @@ function createFactoryFunction(type) {
4431
4431
  return arrowFn([new FnParam("t", DYNAMIC_TYPE)], type.prop("\u0275fac").callFn([variable("t")]));
4432
4432
  }
4433
4433
 
4434
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/assertions.mjs
4434
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/assertions.mjs
4435
4435
  var UNUSABLE_INTERPOLATION_REGEXPS = [
4436
4436
  /^\s*$/,
4437
4437
  /[<>]/,
@@ -4453,7 +4453,7 @@ function assertInterpolationSymbols(identifier, value) {
4453
4453
  }
4454
4454
  }
4455
4455
 
4456
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/interpolation_config.mjs
4456
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/interpolation_config.mjs
4457
4457
  var InterpolationConfig = class {
4458
4458
  static fromArray(markers) {
4459
4459
  if (!markers) {
@@ -4469,7 +4469,7 @@ var InterpolationConfig = class {
4469
4469
  };
4470
4470
  var DEFAULT_INTERPOLATION_CONFIG = new InterpolationConfig("{{", "}}");
4471
4471
 
4472
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/chars.mjs
4472
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/chars.mjs
4473
4473
  var $EOF = 0;
4474
4474
  var $BSPACE = 8;
4475
4475
  var $TAB = 9;
@@ -4551,7 +4551,7 @@ function isQuote(code) {
4551
4551
  return code === $SQ || code === $DQ || code === $BT;
4552
4552
  }
4553
4553
 
4554
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/parse_util.mjs
4554
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/parse_util.mjs
4555
4555
  var ParseLocation = class {
4556
4556
  constructor(file, offset, line, col) {
4557
4557
  this.file = file;
@@ -4698,7 +4698,7 @@ function sanitizeIdentifier(name) {
4698
4698
  return name.replace(/\W/g, "_");
4699
4699
  }
4700
4700
 
4701
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/output/abstract_js_emitter.mjs
4701
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/abstract_js_emitter.mjs
4702
4702
  var makeTemplateObjectPolyfill = '(this&&this.__makeTemplateObject||function(e,t){return Object.defineProperty?Object.defineProperty(e,"raw",{value:t}):e.raw=t,e})';
4703
4703
  var AbstractJsEmitterVisitor = class extends AbstractEmitterVisitor {
4704
4704
  constructor() {
@@ -4791,7 +4791,7 @@ var AbstractJsEmitterVisitor = class extends AbstractEmitterVisitor {
4791
4791
  }
4792
4792
  };
4793
4793
 
4794
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/output/output_jit_trusted_types.mjs
4794
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/output_jit_trusted_types.mjs
4795
4795
  var policy;
4796
4796
  function getPolicy() {
4797
4797
  if (policy === void 0) {
@@ -4829,7 +4829,7 @@ function newTrustedFunctionForJIT(...args) {
4829
4829
  return fn2.bind(_global);
4830
4830
  }
4831
4831
 
4832
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/output/output_jit.mjs
4832
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/output_jit.mjs
4833
4833
  var JitEvaluator = class {
4834
4834
  evaluateStatements(sourceUrl, statements, refResolver, createSourceMaps) {
4835
4835
  const converter = new JitEmitterVisitor(refResolver);
@@ -4920,7 +4920,7 @@ function isUseStrictStatement(statement) {
4920
4920
  return statement.isEquivalent(literal("use strict").toStmt());
4921
4921
  }
4922
4922
 
4923
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_injector_compiler.mjs
4923
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_injector_compiler.mjs
4924
4924
  function compileInjector(meta) {
4925
4925
  const definitionMap = new DefinitionMap();
4926
4926
  if (meta.providers !== null) {
@@ -4937,7 +4937,7 @@ function createInjectorType(meta) {
4937
4937
  return new ExpressionType(importExpr(Identifiers.InjectorDeclaration, [new ExpressionType(meta.type.type)]));
4938
4938
  }
4939
4939
 
4940
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_jit.mjs
4940
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_jit.mjs
4941
4941
  var R3JitReflector = class {
4942
4942
  constructor(context) {
4943
4943
  this.context = context;
@@ -4953,7 +4953,7 @@ var R3JitReflector = class {
4953
4953
  }
4954
4954
  };
4955
4955
 
4956
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_module_compiler.mjs
4956
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_module_compiler.mjs
4957
4957
  var R3SelectorScopeMode;
4958
4958
  (function(R3SelectorScopeMode2) {
4959
4959
  R3SelectorScopeMode2[R3SelectorScopeMode2["Inline"] = 0] = "Inline";
@@ -5094,7 +5094,7 @@ function tupleOfTypes(types) {
5094
5094
  return types.length > 0 ? expressionType(literalArr(typeofTypes)) : NONE_TYPE;
5095
5095
  }
5096
5096
 
5097
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_pipe_compiler.mjs
5097
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_pipe_compiler.mjs
5098
5098
  function compilePipeFromMetadata(metadata) {
5099
5099
  const definitionMapValues = [];
5100
5100
  definitionMapValues.push({ key: "name", value: literal(metadata.pipeName), quoted: false });
@@ -5115,7 +5115,7 @@ function createPipeType(metadata) {
5115
5115
  ]));
5116
5116
  }
5117
5117
 
5118
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/api.mjs
5118
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/api.mjs
5119
5119
  var R3TemplateDependencyKind;
5120
5120
  (function(R3TemplateDependencyKind2) {
5121
5121
  R3TemplateDependencyKind2[R3TemplateDependencyKind2["Directive"] = 0] = "Directive";
@@ -5123,7 +5123,7 @@ var R3TemplateDependencyKind;
5123
5123
  R3TemplateDependencyKind2[R3TemplateDependencyKind2["NgModule"] = 2] = "NgModule";
5124
5124
  })(R3TemplateDependencyKind || (R3TemplateDependencyKind = {}));
5125
5125
 
5126
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/expression_parser/ast.mjs
5126
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/expression_parser/ast.mjs
5127
5127
  var ParserError = class {
5128
5128
  constructor(message, input, errLocation, ctxLocation) {
5129
5129
  this.input = input;
@@ -5789,7 +5789,7 @@ var BoundElementProperty = class {
5789
5789
  }
5790
5790
  };
5791
5791
 
5792
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/compiler_util/expression_converter.mjs
5792
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/compiler_util/expression_converter.mjs
5793
5793
  var _EventHandlerVars = class {
5794
5794
  };
5795
5795
  var EventHandlerVars = _EventHandlerVars;
@@ -6430,7 +6430,7 @@ var BuiltinFunctionCall = class extends Call {
6430
6430
  }
6431
6431
  };
6432
6432
 
6433
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/schema/dom_security_schema.mjs
6433
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/schema/dom_security_schema.mjs
6434
6434
  var _SECURITY_SCHEMA;
6435
6435
  function SECURITY_SCHEMA() {
6436
6436
  if (!_SECURITY_SCHEMA) {
@@ -6488,7 +6488,7 @@ function isIframeSecuritySensitiveAttr(attrName) {
6488
6488
  return IFRAME_SECURITY_SENSITIVE_ATTRS.has(attrName.toLowerCase());
6489
6489
  }
6490
6490
 
6491
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/shadow_css.mjs
6491
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/shadow_css.mjs
6492
6492
  var animationKeywords = /* @__PURE__ */ new Set([
6493
6493
  "inherit",
6494
6494
  "initial",
@@ -6959,7 +6959,7 @@ function repeatGroups(groups, multiples) {
6959
6959
  }
6960
6960
  }
6961
6961
 
6962
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/enums.mjs
6962
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/enums.mjs
6963
6963
  var OpKind;
6964
6964
  (function(OpKind2) {
6965
6965
  OpKind2[OpKind2["ListEnd"] = 0] = "ListEnd";
@@ -7113,7 +7113,7 @@ var DerivedRepeaterVarIdentity;
7113
7113
  DerivedRepeaterVarIdentity2[DerivedRepeaterVarIdentity2["Odd"] = 3] = "Odd";
7114
7114
  })(DerivedRepeaterVarIdentity || (DerivedRepeaterVarIdentity = {}));
7115
7115
 
7116
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/traits.mjs
7116
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/traits.mjs
7117
7117
  var ConsumesSlot = Symbol("ConsumesSlot");
7118
7118
  var DependsOnSlotContext = Symbol("DependsOnSlotContext");
7119
7119
  var ConsumesVarsTrait = Symbol("ConsumesVars");
@@ -7145,7 +7145,7 @@ function hasUsesVarOffsetTrait(expr) {
7145
7145
  return expr[UsesVarOffset] === true;
7146
7146
  }
7147
7147
 
7148
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/shared.mjs
7148
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/shared.mjs
7149
7149
  function createStatementOp(statement) {
7150
7150
  return __spreadValues({
7151
7151
  kind: OpKind.Statement,
@@ -7167,7 +7167,7 @@ var NEW_OP = {
7167
7167
  next: null
7168
7168
  };
7169
7169
 
7170
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/update.mjs
7170
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/update.mjs
7171
7171
  function createInterpolateTextOp(xref, interpolation, i18nPlaceholders, sourceSpan) {
7172
7172
  return __spreadValues(__spreadValues(__spreadValues({
7173
7173
  kind: OpKind.InterpolateText,
@@ -7323,7 +7323,7 @@ function createIcuUpdateOp(xref, sourceSpan) {
7323
7323
  }, NEW_OP);
7324
7324
  }
7325
7325
 
7326
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/expression.mjs
7326
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/expression.mjs
7327
7327
  var _a;
7328
7328
  var _b;
7329
7329
  var _c;
@@ -8174,7 +8174,7 @@ function isStringLiteral(expr) {
8174
8174
  return expr instanceof LiteralExpr && typeof expr.value === "string";
8175
8175
  }
8176
8176
 
8177
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/operations.mjs
8177
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/operations.mjs
8178
8178
  var _OpList = class {
8179
8179
  constructor() {
8180
8180
  this.debugListId = _OpList.nextListId++;
@@ -8365,14 +8365,14 @@ var OpList = _OpList;
8365
8365
  _OpList.nextListId = 0;
8366
8366
  })();
8367
8367
 
8368
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/handle.mjs
8368
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/handle.mjs
8369
8369
  var SlotHandle = class {
8370
8370
  constructor() {
8371
8371
  this.slot = null;
8372
8372
  }
8373
8373
  };
8374
8374
 
8375
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/create.mjs
8375
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/create.mjs
8376
8376
  var elementContainerOpKinds = /* @__PURE__ */ new Set([
8377
8377
  OpKind.Element,
8378
8378
  OpKind.ElementStart,
@@ -8611,7 +8611,7 @@ function createI18nContextOp(xref, i18nBlock, message, sourceSpan) {
8611
8611
  }, NEW_OP);
8612
8612
  }
8613
8613
 
8614
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/host.mjs
8614
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/host.mjs
8615
8615
  function createHostPropertyOp(name, expression, isAnimationTrigger, sourceSpan) {
8616
8616
  return __spreadValues(__spreadValues({
8617
8617
  kind: OpKind.HostProperty,
@@ -8622,10 +8622,10 @@ function createHostPropertyOp(name, expression, isAnimationTrigger, sourceSpan)
8622
8622
  }, TRAIT_CONSUMES_VARS), NEW_OP);
8623
8623
  }
8624
8624
 
8625
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/variable.mjs
8625
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/variable.mjs
8626
8626
  var CTX_REF = "CTX_REF_MARKER";
8627
8627
 
8628
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/compilation.mjs
8628
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/compilation.mjs
8629
8629
  var CompilationJobKind;
8630
8630
  (function(CompilationJobKind2) {
8631
8631
  CompilationJobKind2[CompilationJobKind2["Tmpl"] = 0] = "Tmpl";
@@ -8732,7 +8732,7 @@ var HostBindingCompilationUnit = class extends CompilationUnit {
8732
8732
  }
8733
8733
  };
8734
8734
 
8735
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/any_cast.mjs
8735
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/any_cast.mjs
8736
8736
  function deleteAnyCasts(job) {
8737
8737
  for (const unit of job.units) {
8738
8738
  for (const op of unit.ops()) {
@@ -8750,7 +8750,7 @@ function removeAnys(e) {
8750
8750
  return e;
8751
8751
  }
8752
8752
 
8753
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/apply_i18n_expressions.mjs
8753
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/apply_i18n_expressions.mjs
8754
8754
  function applyI18nExpressions(job) {
8755
8755
  for (const unit of job.units) {
8756
8756
  for (const op of unit.update) {
@@ -8771,7 +8771,7 @@ function needsApplication(op) {
8771
8771
  return false;
8772
8772
  }
8773
8773
 
8774
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/assign_i18n_slot_dependencies.mjs
8774
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/assign_i18n_slot_dependencies.mjs
8775
8775
  function assignI18nSlotDependencies(job) {
8776
8776
  const i18nLastSlotConsumers = /* @__PURE__ */ new Map();
8777
8777
  const i18nContexts = /* @__PURE__ */ new Map();
@@ -8804,7 +8804,7 @@ function assignI18nSlotDependencies(job) {
8804
8804
  }
8805
8805
  }
8806
8806
 
8807
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/util/elements.mjs
8807
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/util/elements.mjs
8808
8808
  function createOpXrefMap(unit) {
8809
8809
  const map = /* @__PURE__ */ new Map();
8810
8810
  for (const op of unit.create) {
@@ -8816,7 +8816,7 @@ function createOpXrefMap(unit) {
8816
8816
  return map;
8817
8817
  }
8818
8818
 
8819
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/attribute_extraction.mjs
8819
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/attribute_extraction.mjs
8820
8820
  function extractAttributes(job) {
8821
8821
  for (const unit of job.units) {
8822
8822
  const elements = createOpXrefMap(unit);
@@ -8883,7 +8883,7 @@ function extractAttributeOp(unit, op, elements) {
8883
8883
  }
8884
8884
  }
8885
8885
 
8886
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/binding_specialization.mjs
8886
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/binding_specialization.mjs
8887
8887
  function lookupElement2(elements, xref) {
8888
8888
  const el = elements.get(xref);
8889
8889
  if (el === void 0) {
@@ -8933,7 +8933,7 @@ function specializeBindings(job) {
8933
8933
  }
8934
8934
  }
8935
8935
 
8936
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/chaining.mjs
8936
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/chaining.mjs
8937
8937
  var CHAINABLE = /* @__PURE__ */ new Set([
8938
8938
  Identifiers.attribute,
8939
8939
  Identifiers.classProp,
@@ -8999,7 +8999,7 @@ function chainOperationsInList(opList) {
8999
8999
  }
9000
9000
  }
9001
9001
 
9002
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/collapse_singleton_interpolations.mjs
9002
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/collapse_singleton_interpolations.mjs
9003
9003
  function collapseSingletonInterpolations(job) {
9004
9004
  for (const unit of job.units) {
9005
9005
  for (const op of unit.update) {
@@ -9011,7 +9011,7 @@ function collapseSingletonInterpolations(job) {
9011
9011
  }
9012
9012
  }
9013
9013
 
9014
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/conditionals.mjs
9014
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/conditionals.mjs
9015
9015
  function generateConditionalExpressions(job) {
9016
9016
  for (const unit of job.units) {
9017
9017
  for (const op of unit.ops()) {
@@ -9048,7 +9048,7 @@ function generateConditionalExpressions(job) {
9048
9048
  }
9049
9049
  }
9050
9050
 
9051
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/tags.mjs
9051
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/tags.mjs
9052
9052
  var TagContentType;
9053
9053
  (function(TagContentType2) {
9054
9054
  TagContentType2[TagContentType2["RAW_TEXT"] = 0] = "RAW_TEXT";
@@ -9081,7 +9081,7 @@ function mergeNsAndName(prefix, localName) {
9081
9081
  return prefix ? `:${prefix}:${localName}` : localName;
9082
9082
  }
9083
9083
 
9084
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/conversion.mjs
9084
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/conversion.mjs
9085
9085
  var BINARY_OPERATORS = /* @__PURE__ */ new Map([
9086
9086
  ["&&", BinaryOperator.And],
9087
9087
  [">", BinaryOperator.Bigger],
@@ -9131,7 +9131,7 @@ function literalOrArrayLiteral(value) {
9131
9131
  return literal(value);
9132
9132
  }
9133
9133
 
9134
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/const_collection.mjs
9134
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/const_collection.mjs
9135
9135
  function collectElementConsts(job) {
9136
9136
  const allElementAttributes = /* @__PURE__ */ new Map();
9137
9137
  for (const unit of job.units) {
@@ -9265,7 +9265,7 @@ function serializeAttributes({ attributes, bindings, classes, i18n: i18n2, proje
9265
9265
  return literalArr(attrArray);
9266
9266
  }
9267
9267
 
9268
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/create_defer_deps_fns.mjs
9268
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/create_defer_deps_fns.mjs
9269
9269
  function createDeferDepsFns(job) {
9270
9270
  for (const unit of job.units) {
9271
9271
  for (const op of unit.create) {
@@ -9293,7 +9293,7 @@ function createDeferDepsFns(job) {
9293
9293
  }
9294
9294
  }
9295
9295
 
9296
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/create_i18n_contexts.mjs
9296
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/create_i18n_contexts.mjs
9297
9297
  function createI18nContexts(job) {
9298
9298
  let currentI18nOp = null;
9299
9299
  let xref;
@@ -9326,7 +9326,7 @@ function createI18nContexts(job) {
9326
9326
  }
9327
9327
  }
9328
9328
 
9329
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/create_i18n_icu_expressions.mjs
9329
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/create_i18n_icu_expressions.mjs
9330
9330
  function createI18nIcuExpressions(job) {
9331
9331
  const icus = /* @__PURE__ */ new Map();
9332
9332
  const i18nContexts = /* @__PURE__ */ new Map();
@@ -9372,7 +9372,7 @@ function createI18nIcuExpressions(job) {
9372
9372
  }
9373
9373
  }
9374
9374
 
9375
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/defer_configs.mjs
9375
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/defer_configs.mjs
9376
9376
  function configureDeferInstructions(job) {
9377
9377
  for (const unit of job.units) {
9378
9378
  for (const op of unit.create) {
@@ -9389,7 +9389,7 @@ function configureDeferInstructions(job) {
9389
9389
  }
9390
9390
  }
9391
9391
 
9392
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/defer_resolve_targets.mjs
9392
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/defer_resolve_targets.mjs
9393
9393
  function resolveDeferTargetNames(job) {
9394
9394
  const scopes = /* @__PURE__ */ new Map();
9395
9395
  function getScopeForView2(view) {
@@ -9483,7 +9483,7 @@ var Scope = class {
9483
9483
  }
9484
9484
  };
9485
9485
 
9486
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/empty_elements.mjs
9486
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/empty_elements.mjs
9487
9487
  var REPLACEMENTS = /* @__PURE__ */ new Map([
9488
9488
  [OpKind.ElementEnd, [OpKind.ElementStart, OpKind.Element]],
9489
9489
  [OpKind.ContainerEnd, [OpKind.ContainerStart, OpKind.Container]],
@@ -9510,7 +9510,7 @@ function collapseEmptyInstructions(job) {
9510
9510
  }
9511
9511
  }
9512
9512
 
9513
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/expand_safe_reads.mjs
9513
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/expand_safe_reads.mjs
9514
9514
  function expandSafeReads(job) {
9515
9515
  for (const unit of job.units) {
9516
9516
  for (const op of unit.ops()) {
@@ -9646,7 +9646,7 @@ function ternaryTransform(e) {
9646
9646
  return new ConditionalExpr(new BinaryOperatorExpr(BinaryOperator.Equals, e.guard, NULL_EXPR), NULL_EXPR, e.expr);
9647
9647
  }
9648
9648
 
9649
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/extract_i18n_messages.mjs
9649
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/extract_i18n_messages.mjs
9650
9650
  var ESCAPE = "\uFFFD";
9651
9651
  var ELEMENT_MARKER = "#";
9652
9652
  var TEMPLATE_MARKER = "*";
@@ -9745,7 +9745,7 @@ function formatValue(value) {
9745
9745
  return `${ESCAPE}${closeMarker}${tagMarker}${value.value}${context}${ESCAPE}`;
9746
9746
  }
9747
9747
 
9748
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_advance.mjs
9748
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_advance.mjs
9749
9749
  function generateAdvance(job) {
9750
9750
  for (const unit of job.units) {
9751
9751
  const slotMap = /* @__PURE__ */ new Map();
@@ -9777,7 +9777,7 @@ function generateAdvance(job) {
9777
9777
  }
9778
9778
  }
9779
9779
 
9780
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_projection_def.mjs
9780
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_projection_def.mjs
9781
9781
  function generateProjectionDefs(job) {
9782
9782
  const share = job.compatibility === CompatibilityMode.TemplateDefinitionBuilder;
9783
9783
  const selectors = [];
@@ -9801,7 +9801,7 @@ function generateProjectionDefs(job) {
9801
9801
  }
9802
9802
  }
9803
9803
 
9804
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_variables.mjs
9804
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_variables.mjs
9805
9805
  function generateVariables(job) {
9806
9806
  recursivelyProcessView(job.root, null);
9807
9807
  }
@@ -9889,7 +9889,7 @@ function generateVariablesInScopeForView(view, scope) {
9889
9889
  return newOps;
9890
9890
  }
9891
9891
 
9892
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/has_const_expression_collection.mjs
9892
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/has_const_expression_collection.mjs
9893
9893
  function collectConstExpressions(job) {
9894
9894
  for (const unit of job.units) {
9895
9895
  for (const op of unit.ops()) {
@@ -9903,7 +9903,7 @@ function collectConstExpressions(job) {
9903
9903
  }
9904
9904
  }
9905
9905
 
9906
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/host_style_property_parsing.mjs
9906
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/host_style_property_parsing.mjs
9907
9907
  var STYLE_DOT = "style.";
9908
9908
  var CLASS_DOT = "class.";
9909
9909
  var STYLE_BANG = "style!";
@@ -9961,7 +9961,7 @@ function parseProperty(name) {
9961
9961
  return { property: property2, suffix };
9962
9962
  }
9963
9963
 
9964
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/output/map_util.mjs
9964
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/map_util.mjs
9965
9965
  function mapLiteral(obj, quoted = false) {
9966
9966
  return literalMap(Object.keys(obj).map((key) => ({
9967
9967
  key,
@@ -9970,7 +9970,7 @@ function mapLiteral(obj, quoted = false) {
9970
9970
  })));
9971
9971
  }
9972
9972
 
9973
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/i18n/icu_serializer.mjs
9973
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/icu_serializer.mjs
9974
9974
  var IcuSerializerVisitor = class {
9975
9975
  visitText(text2) {
9976
9976
  return text2.value;
@@ -10001,7 +10001,7 @@ function serializeIcuNode(icu) {
10001
10001
  return icu.visit(serializer);
10002
10002
  }
10003
10003
 
10004
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/expression_parser/lexer.mjs
10004
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/expression_parser/lexer.mjs
10005
10005
  var TokenType;
10006
10006
  (function(TokenType2) {
10007
10007
  TokenType2[TokenType2["Character"] = 0] = "Character";
@@ -10362,7 +10362,7 @@ function parseIntAutoRadix(text2) {
10362
10362
  return result;
10363
10363
  }
10364
10364
 
10365
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/expression_parser/parser.mjs
10365
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/expression_parser/parser.mjs
10366
10366
  var SplitInterpolation = class {
10367
10367
  constructor(strings, expressions, offsets) {
10368
10368
  this.strings = strings;
@@ -11256,7 +11256,7 @@ function getIndexMapForOriginalTemplate(interpolatedTokens) {
11256
11256
  return offsetMap;
11257
11257
  }
11258
11258
 
11259
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/ast.mjs
11259
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/ast.mjs
11260
11260
  var NodeWithI18n = class {
11261
11261
  constructor(sourceSpan, i18n2) {
11262
11262
  this.sourceSpan = sourceSpan;
@@ -11408,11 +11408,11 @@ var RecursiveVisitor = class {
11408
11408
  }
11409
11409
  };
11410
11410
 
11411
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/schema/element_schema_registry.mjs
11411
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/schema/element_schema_registry.mjs
11412
11412
  var ElementSchemaRegistry = class {
11413
11413
  };
11414
11414
 
11415
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/schema/dom_element_schema_registry.mjs
11415
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/schema/dom_element_schema_registry.mjs
11416
11416
  var BOOLEAN = "boolean";
11417
11417
  var NUMBER = "number";
11418
11418
  var STRING = "string";
@@ -11765,7 +11765,7 @@ function _isPixelDimensionStyle(prop) {
11765
11765
  }
11766
11766
  }
11767
11767
 
11768
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/html_tags.mjs
11768
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/html_tags.mjs
11769
11769
  var HtmlTagDefinition = class {
11770
11770
  constructor({ closedByChildren, implicitNamespacePrefix, contentType = TagContentType.PARSABLE_DATA, closedByParent = false, isVoid = false, ignoreFirstLf = false, preventNamespaceInheritance = false, canSelfClose = false } = {}) {
11771
11771
  this.closedByChildren = {};
@@ -11883,7 +11883,7 @@ function getHtmlTagDefinition(tagName) {
11883
11883
  return (_b2 = (_a2 = TAG_DEFINITIONS[tagName]) != null ? _a2 : TAG_DEFINITIONS[tagName.toLowerCase()]) != null ? _b2 : DEFAULT_TAG_DEFINITION;
11884
11884
  }
11885
11885
 
11886
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/serializers/placeholder.mjs
11886
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/serializers/placeholder.mjs
11887
11887
  var TAG_TO_PLACEHOLDER_NAMES = {
11888
11888
  "A": "LINK",
11889
11889
  "B": "BOLD_TEXT",
@@ -11977,7 +11977,7 @@ var PlaceholderRegistry = class {
11977
11977
  }
11978
11978
  };
11979
11979
 
11980
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/i18n_parser.mjs
11980
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/i18n_parser.mjs
11981
11981
  var _expParser = new Parser(new Lexer());
11982
11982
  function createI18nMessageFactory(interpolationConfig) {
11983
11983
  const visitor = new _I18nVisitor(_expParser, interpolationConfig);
@@ -12139,14 +12139,14 @@ function extractPlaceholderName(input) {
12139
12139
  return input.split(_CUSTOM_PH_EXP)[2];
12140
12140
  }
12141
12141
 
12142
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/parse_util.mjs
12142
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/parse_util.mjs
12143
12143
  var I18nError = class extends ParseError {
12144
12144
  constructor(span, msg) {
12145
12145
  super(span, msg);
12146
12146
  }
12147
12147
  };
12148
12148
 
12149
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/entities.mjs
12149
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/entities.mjs
12150
12150
  var NAMED_ENTITIES = {
12151
12151
  "AElig": "\xC6",
12152
12152
  "AMP": "&",
@@ -14277,7 +14277,7 @@ var NAMED_ENTITIES = {
14277
14277
  var NGSP_UNICODE = "\uE500";
14278
14278
  NAMED_ENTITIES["ngsp"] = NGSP_UNICODE;
14279
14279
 
14280
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/lexer.mjs
14280
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/lexer.mjs
14281
14281
  var TokenError = class extends ParseError {
14282
14282
  constructor(errorMsg, tokenType, span) {
14283
14283
  super(span, errorMsg);
@@ -15198,7 +15198,7 @@ var CursorError = class {
15198
15198
  }
15199
15199
  };
15200
15200
 
15201
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/parser.mjs
15201
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/parser.mjs
15202
15202
  var TreeError = class extends ParseError {
15203
15203
  static create(elementName, span, msg) {
15204
15204
  return new TreeError(elementName, span, msg);
@@ -15582,7 +15582,7 @@ function decodeEntity(match, entity) {
15582
15582
  return match;
15583
15583
  }
15584
15584
 
15585
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/schema/trusted_types_sinks.mjs
15585
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/schema/trusted_types_sinks.mjs
15586
15586
  var TRUSTED_TYPES_SINKS = /* @__PURE__ */ new Set([
15587
15587
  "iframe|srcdoc",
15588
15588
  "*|innerhtml",
@@ -15597,7 +15597,7 @@ function isTrustedTypesSink(tagName, propName) {
15597
15597
  return TRUSTED_TYPES_SINKS.has(tagName + "|" + propName) || TRUSTED_TYPES_SINKS.has("*|" + propName);
15598
15598
  }
15599
15599
 
15600
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/i18n/meta.mjs
15600
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/meta.mjs
15601
15601
  var setI18nRefs = (htmlNode, i18nNode) => {
15602
15602
  if (htmlNode instanceof NodeWithI18n) {
15603
15603
  if (i18nNode instanceof IcuPlaceholder && htmlNode.i18n instanceof Message) {
@@ -15753,7 +15753,7 @@ function i18nMetaToJSDoc(meta) {
15753
15753
  return jsDocComment(tags);
15754
15754
  }
15755
15755
 
15756
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/i18n/get_msg_utils.mjs
15756
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/get_msg_utils.mjs
15757
15757
  var GOOG_GET_MSG = "goog.getMsg";
15758
15758
  function createGoogleGetMsgStatements(variable2, message, closureVar, placeholderValues) {
15759
15759
  const messageString = serializeI18nMessageForGetMsg(message);
@@ -15801,7 +15801,7 @@ function serializeI18nMessageForGetMsg(message) {
15801
15801
  return message.nodes.map((node) => node.visit(serializerVisitor2, null)).join("");
15802
15802
  }
15803
15803
 
15804
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/i18n/localize_utils.mjs
15804
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/localize_utils.mjs
15805
15805
  function createLocalizeStatements(variable2, message, params) {
15806
15806
  const { messageParts, placeHolders } = serializeI18nMessageForLocalize(message);
15807
15807
  const sourceSpan = getSourceSpan(message);
@@ -15884,7 +15884,7 @@ function createEmptyMessagePart(location) {
15884
15884
  return new LiteralPiece("", new ParseSourceSpan(location, location));
15885
15885
  }
15886
15886
 
15887
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/i18n_const_collection.mjs
15887
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/i18n_const_collection.mjs
15888
15888
  var NG_I18N_CLOSURE_MODE = "ngI18nClosureMode";
15889
15889
  var TRANSLATION_VAR_PREFIX2 = "i18n_";
15890
15890
  function collectI18nConsts(job) {
@@ -15975,7 +15975,7 @@ function assertAllParamsResolved(op) {
15975
15975
  }
15976
15976
  }
15977
15977
 
15978
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/i18n_text_extraction.mjs
15978
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/i18n_text_extraction.mjs
15979
15979
  function extractI18nText(job) {
15980
15980
  var _a2;
15981
15981
  for (const unit of job.units) {
@@ -16020,7 +16020,7 @@ function extractI18nText(job) {
16020
16020
  }
16021
16021
  }
16022
16022
 
16023
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/local_refs.mjs
16023
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/local_refs.mjs
16024
16024
  function liftLocalRefs(job) {
16025
16025
  for (const unit of job.units) {
16026
16026
  for (const op of unit.create) {
@@ -16050,7 +16050,7 @@ function serializeLocalRefs(refs) {
16050
16050
  return literalArr(constRefs);
16051
16051
  }
16052
16052
 
16053
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/merge_i18n_contexts.mjs
16053
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/merge_i18n_contexts.mjs
16054
16054
  function mergeI18nContexts(job) {
16055
16055
  const i18nOps = /* @__PURE__ */ new Map();
16056
16056
  const i18nContexts = /* @__PURE__ */ new Map();
@@ -16091,7 +16091,7 @@ function mergeParams(to, from) {
16091
16091
  }
16092
16092
  }
16093
16093
 
16094
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/namespace.mjs
16094
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/namespace.mjs
16095
16095
  function emitNamespaceChanges(job) {
16096
16096
  for (const unit of job.units) {
16097
16097
  let activeNamespace = Namespace.HTML;
@@ -16107,7 +16107,7 @@ function emitNamespaceChanges(job) {
16107
16107
  }
16108
16108
  }
16109
16109
 
16110
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/style_parser.mjs
16110
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/style_parser.mjs
16111
16111
  function parse(value) {
16112
16112
  const styles = [];
16113
16113
  let i = 0;
@@ -16168,7 +16168,7 @@ function hyphenate2(value) {
16168
16168
  }).toLowerCase();
16169
16169
  }
16170
16170
 
16171
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/naming.mjs
16171
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/naming.mjs
16172
16172
  function nameFunctionsAndVariables(job) {
16173
16173
  addNamesToView(job.root, job.componentName, { index: 0 }, job.compatibility === CompatibilityMode.TemplateDefinitionBuilder);
16174
16174
  }
@@ -16283,7 +16283,7 @@ function stripImportant(name) {
16283
16283
  return name;
16284
16284
  }
16285
16285
 
16286
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/next_context_merging.mjs
16286
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/next_context_merging.mjs
16287
16287
  function mergeNextContextExpressions(job) {
16288
16288
  for (const unit of job.units) {
16289
16289
  for (const op of unit.create) {
@@ -16329,7 +16329,7 @@ function mergeNextContextsInOps(ops) {
16329
16329
  }
16330
16330
  }
16331
16331
 
16332
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/ng_container.mjs
16332
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/ng_container.mjs
16333
16333
  var CONTAINER_TAG = "ng-container";
16334
16334
  function generateNgContainerOps(job) {
16335
16335
  for (const unit of job.units) {
@@ -16346,7 +16346,7 @@ function generateNgContainerOps(job) {
16346
16346
  }
16347
16347
  }
16348
16348
 
16349
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/nonbindable.mjs
16349
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/nonbindable.mjs
16350
16350
  function lookupElement3(elements, xref) {
16351
16351
  const el = elements.get(xref);
16352
16352
  if (el === void 0) {
@@ -16376,7 +16376,7 @@ function disableBindings(job) {
16376
16376
  }
16377
16377
  }
16378
16378
 
16379
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/nullish_coalescing.mjs
16379
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/nullish_coalescing.mjs
16380
16380
  function generateNullishCoalesceExpressions(job) {
16381
16381
  for (const unit of job.units) {
16382
16382
  for (const op of unit.ops()) {
@@ -16392,7 +16392,7 @@ function generateNullishCoalesceExpressions(job) {
16392
16392
  }
16393
16393
  }
16394
16394
 
16395
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/ordering.mjs
16395
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/ordering.mjs
16396
16396
  function kindTest(kind) {
16397
16397
  return (op) => op.kind === kind;
16398
16398
  }
@@ -16466,7 +16466,7 @@ function keepLast(ops) {
16466
16466
  return ops.slice(ops.length - 1);
16467
16467
  }
16468
16468
 
16469
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/parse_extracted_styles.mjs
16469
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/parse_extracted_styles.mjs
16470
16470
  function parseExtractedStyles(job) {
16471
16471
  for (const unit of job.units) {
16472
16472
  for (const op of unit.create) {
@@ -16489,7 +16489,7 @@ function parseExtractedStyles(job) {
16489
16489
  }
16490
16490
  }
16491
16491
 
16492
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/phase_remove_content_selectors.mjs
16492
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/phase_remove_content_selectors.mjs
16493
16493
  function removeContentSelectors(job) {
16494
16494
  for (const unit of job.units) {
16495
16495
  const elements = createOpXrefMap(unit);
@@ -16513,7 +16513,7 @@ function lookupInXrefMap(map, xref) {
16513
16513
  return el;
16514
16514
  }
16515
16515
 
16516
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pipe_creation.mjs
16516
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pipe_creation.mjs
16517
16517
  function createPipes(job) {
16518
16518
  for (const unit of job.units) {
16519
16519
  processPipeBindingsInView(unit);
@@ -16561,7 +16561,7 @@ function addPipeToCreationBlock(unit, afterTargetXref, binding) {
16561
16561
  throw new Error(`AssertionError: unable to find insertion point for pipe ${binding.name}`);
16562
16562
  }
16563
16563
 
16564
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pipe_variadic.mjs
16564
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pipe_variadic.mjs
16565
16565
  function createVariadicPipes(job) {
16566
16566
  for (const unit of job.units) {
16567
16567
  for (const op of unit.update) {
@@ -16578,7 +16578,7 @@ function createVariadicPipes(job) {
16578
16578
  }
16579
16579
  }
16580
16580
 
16581
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/propagate_i18n_blocks.mjs
16581
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/propagate_i18n_blocks.mjs
16582
16582
  function propagateI18nBlocks(job) {
16583
16583
  propagateI18nBlocksToTemplates(job.root, 0);
16584
16584
  }
@@ -16615,7 +16615,7 @@ function wrapTemplateWithI18n(unit, parentI18n) {
16615
16615
  }
16616
16616
  }
16617
16617
 
16618
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pure_function_extraction.mjs
16618
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pure_function_extraction.mjs
16619
16619
  function extractPureFunctions(job) {
16620
16620
  for (const view of job.units) {
16621
16621
  for (const op of view.ops()) {
@@ -16657,7 +16657,7 @@ var PureFunctionConstant = class extends GenericKeyFn {
16657
16657
  }
16658
16658
  };
16659
16659
 
16660
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pure_literal_structures.mjs
16660
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pure_literal_structures.mjs
16661
16661
  function generatePureLiteralStructures(job) {
16662
16662
  for (const unit of job.units) {
16663
16663
  for (const op of unit.update) {
@@ -16704,7 +16704,7 @@ function transformLiteralMap(expr) {
16704
16704
  return new PureFunctionExpr(literalMap(derivedEntries), nonConstantArgs);
16705
16705
  }
16706
16706
 
16707
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/instruction.mjs
16707
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/instruction.mjs
16708
16708
  function element(slot, tag, constIndex, localRefIndex, sourceSpan) {
16709
16709
  return elementOrContainerBase(Identifiers.element, slot, tag, constIndex, localRefIndex, sourceSpan);
16710
16710
  }
@@ -17215,7 +17215,7 @@ function callVariadicInstruction(config, baseArgs, interpolationArgs, extraArgs,
17215
17215
  return createStatementOp(callVariadicInstructionExpr(config, baseArgs, interpolationArgs, extraArgs, sourceSpan).toStmt());
17216
17216
  }
17217
17217
 
17218
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/reify.mjs
17218
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/reify.mjs
17219
17219
  var sanitizerIdentifierMap = /* @__PURE__ */ new Map([
17220
17220
  [SanitizerFn.Html, Identifiers.sanitizeHtml],
17221
17221
  [SanitizerFn.IframeAttribute, Identifiers.validateIframeAttribute],
@@ -17544,7 +17544,7 @@ function reifyListenerHandler(unit, name, handlerOps, consumesDollarEvent) {
17544
17544
  return fn(params, handlerStmts, void 0, void 0, name);
17545
17545
  }
17546
17546
 
17547
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/remove_empty_bindings.mjs
17547
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/remove_empty_bindings.mjs
17548
17548
  function removeEmptyBindings(job) {
17549
17549
  for (const unit of job.units) {
17550
17550
  for (const op of unit.update) {
@@ -17565,7 +17565,7 @@ function removeEmptyBindings(job) {
17565
17565
  }
17566
17566
  }
17567
17567
 
17568
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/remove_i18n_contexts.mjs
17568
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/remove_i18n_contexts.mjs
17569
17569
  function removeI18nContexts(job) {
17570
17570
  for (const unit of job.units) {
17571
17571
  for (const op of unit.create) {
@@ -17581,7 +17581,7 @@ function removeI18nContexts(job) {
17581
17581
  }
17582
17582
  }
17583
17583
 
17584
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/repeater_derived_vars.mjs
17584
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/repeater_derived_vars.mjs
17585
17585
  function generateRepeaterDerivedVars(job) {
17586
17586
  const repeaters = /* @__PURE__ */ new Map();
17587
17587
  for (const unit of job.units) {
@@ -17613,7 +17613,7 @@ function generateRepeaterDerivedVars(job) {
17613
17613
  }
17614
17614
  }
17615
17615
 
17616
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_contexts.mjs
17616
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_contexts.mjs
17617
17617
  function resolveContexts(job) {
17618
17618
  for (const unit of job.units) {
17619
17619
  processLexicalScope(unit, unit.create);
@@ -17654,7 +17654,7 @@ function processLexicalScope(view, ops) {
17654
17654
  }
17655
17655
  }
17656
17656
 
17657
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_dollar_event.mjs
17657
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_dollar_event.mjs
17658
17658
  function resolveDollarEvent(job) {
17659
17659
  for (const unit of job.units) {
17660
17660
  transformDollarEvent(unit, unit.create);
@@ -17675,7 +17675,7 @@ function transformDollarEvent(unit, ops) {
17675
17675
  }
17676
17676
  }
17677
17677
 
17678
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_i18n_element_placeholders.mjs
17678
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_i18n_element_placeholders.mjs
17679
17679
  function resolveI18nElementPlaceholders(job) {
17680
17680
  const i18nContexts = /* @__PURE__ */ new Map();
17681
17681
  const elements = /* @__PURE__ */ new Map();
@@ -17758,7 +17758,7 @@ function addParam(params, placeholder, value, subTemplateIndex, flags = I18nPara
17758
17758
  params.set(placeholder, values);
17759
17759
  }
17760
17760
 
17761
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_i18n_expression_placeholders.mjs
17761
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_i18n_expression_placeholders.mjs
17762
17762
  function resolveI18nExpressionPlaceholders(job) {
17763
17763
  const subTemplateIndicies = /* @__PURE__ */ new Map();
17764
17764
  const i18nContexts = /* @__PURE__ */ new Map();
@@ -17791,7 +17791,7 @@ function resolveI18nExpressionPlaceholders(job) {
17791
17791
  }
17792
17792
  }
17793
17793
 
17794
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_names.mjs
17794
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_names.mjs
17795
17795
  function resolveNames(job) {
17796
17796
  for (const unit of job.units) {
17797
17797
  processLexicalScope2(unit, unit.create, null);
@@ -17855,7 +17855,7 @@ function processLexicalScope2(unit, ops, savedView) {
17855
17855
  }
17856
17856
  }
17857
17857
 
17858
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_sanitizers.mjs
17858
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_sanitizers.mjs
17859
17859
  var sanitizers = /* @__PURE__ */ new Map([
17860
17860
  [SecurityContext.HTML, SanitizerFn.Html],
17861
17861
  [SecurityContext.SCRIPT, SanitizerFn.Script],
@@ -17892,7 +17892,7 @@ function isIframeElement(op) {
17892
17892
  return op.kind === OpKind.ElementStart && ((_a2 = op.tag) == null ? void 0 : _a2.toLowerCase()) === "iframe";
17893
17893
  }
17894
17894
 
17895
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/save_restore_view.mjs
17895
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/save_restore_view.mjs
17896
17896
  function saveAndRestoreView(job) {
17897
17897
  for (const unit of job.units) {
17898
17898
  unit.create.prepend([
@@ -17937,7 +17937,7 @@ function addSaveRestoreViewOperationToListener(unit, op) {
17937
17937
  }
17938
17938
  }
17939
17939
 
17940
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/slot_allocation.mjs
17940
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/slot_allocation.mjs
17941
17941
  function allocateSlots(job) {
17942
17942
  const slotMap = /* @__PURE__ */ new Map();
17943
17943
  for (const unit of job.units) {
@@ -17962,7 +17962,7 @@ function allocateSlots(job) {
17962
17962
  }
17963
17963
  }
17964
17964
 
17965
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/style_binding_specialization.mjs
17965
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/style_binding_specialization.mjs
17966
17966
  function specializeStyleBindings(job) {
17967
17967
  for (const unit of job.units) {
17968
17968
  for (const op of unit.update) {
@@ -17992,7 +17992,7 @@ function specializeStyleBindings(job) {
17992
17992
  }
17993
17993
  }
17994
17994
 
17995
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/temporary_variables.mjs
17995
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/temporary_variables.mjs
17996
17996
  function generateTemporaryVariables(job) {
17997
17997
  for (const unit of job.units) {
17998
17998
  unit.create.prepend(generateTemporaries(unit.create));
@@ -18050,7 +18050,7 @@ function assignName(names, expr) {
18050
18050
  expr.name = name;
18051
18051
  }
18052
18052
 
18053
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/track_fn_generation.mjs
18053
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/track_fn_generation.mjs
18054
18054
  function generateTrackFns(job) {
18055
18055
  for (const unit of job.units) {
18056
18056
  for (const op of unit.create) {
@@ -18080,7 +18080,7 @@ function generateTrackFns(job) {
18080
18080
  }
18081
18081
  }
18082
18082
 
18083
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/track_fn_optimization.mjs
18083
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/track_fn_optimization.mjs
18084
18084
  function optimizeTrackFns(job) {
18085
18085
  for (const unit of job.units) {
18086
18086
  for (const op of unit.create) {
@@ -18127,7 +18127,7 @@ function isTrackByFunctionCall(rootView, expr) {
18127
18127
  return true;
18128
18128
  }
18129
18129
 
18130
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/track_variables.mjs
18130
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/track_variables.mjs
18131
18131
  function generateTrackVariables(job) {
18132
18132
  for (const unit of job.units) {
18133
18133
  for (const op of unit.create) {
@@ -18148,7 +18148,7 @@ function generateTrackVariables(job) {
18148
18148
  }
18149
18149
  }
18150
18150
 
18151
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/var_counting.mjs
18151
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/var_counting.mjs
18152
18152
  function countVariables(job) {
18153
18153
  for (const unit of job.units) {
18154
18154
  let varCount = 0;
@@ -18253,7 +18253,7 @@ function isSingletonInterpolation(expr) {
18253
18253
  return true;
18254
18254
  }
18255
18255
 
18256
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/variable_optimization.mjs
18256
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/variable_optimization.mjs
18257
18257
  function optimizeVariables(job) {
18258
18258
  for (const unit of job.units) {
18259
18259
  inlineAlwaysInlineVariables(unit.create);
@@ -18503,7 +18503,7 @@ function allowConservativeInlining(decl, target) {
18503
18503
  }
18504
18504
  }
18505
18505
 
18506
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/wrap_icus.mjs
18506
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/wrap_icus.mjs
18507
18507
  function wrapI18nIcus(job) {
18508
18508
  for (const unit of job.units) {
18509
18509
  let currentI18nOp = null;
@@ -18527,7 +18527,7 @@ function wrapI18nIcus(job) {
18527
18527
  }
18528
18528
  }
18529
18529
 
18530
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/emit.mjs
18530
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/emit.mjs
18531
18531
  var phases = [
18532
18532
  { kind: CompilationJobKind.Tmpl, fn: removeContentSelectors },
18533
18533
  { kind: CompilationJobKind.Host, fn: parseHostStyleProperties },
@@ -18692,7 +18692,7 @@ function emitHostBindingFunction(job) {
18692
18692
  );
18693
18693
  }
18694
18694
 
18695
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/ingest.mjs
18695
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/ingest.mjs
18696
18696
  var compatibilityMode = CompatibilityMode.TemplateDefinitionBuilder;
18697
18697
  function ingestComponent(componentName, template2, constantPool, relativeContextFilePath, i18nUseExternalIds, deferBlocksMeta) {
18698
18698
  const job = new ComponentCompilationJob(componentName, constantPool, compatibilityMode, relativeContextFilePath, i18nUseExternalIds, deferBlocksMeta);
@@ -19255,10 +19255,10 @@ function ingestControlFlowInsertionPoint(unit, xref, node) {
19255
19255
  return null;
19256
19256
  }
19257
19257
 
19258
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/switch/index.mjs
19258
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/switch/index.mjs
19259
19259
  var USE_TEMPLATE_PIPELINE = false;
19260
19260
 
19261
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/styling_builder.mjs
19261
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/styling_builder.mjs
19262
19262
  var IMPORTANT_FLAG = "!important";
19263
19263
  var MIN_STYLING_BINDING_SLOTS_REQUIRED = 2;
19264
19264
  var StylingBuilder = class {
@@ -19591,7 +19591,7 @@ function isEmptyExpression(ast) {
19591
19591
  return ast instanceof EmptyExpr;
19592
19592
  }
19593
19593
 
19594
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/html_parser.mjs
19594
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/html_parser.mjs
19595
19595
  var HtmlParser = class extends Parser2 {
19596
19596
  constructor() {
19597
19597
  super(getHtmlTagDefinition);
@@ -19601,7 +19601,7 @@ var HtmlParser = class extends Parser2 {
19601
19601
  }
19602
19602
  };
19603
19603
 
19604
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/html_whitespaces.mjs
19604
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/html_whitespaces.mjs
19605
19605
  var PRESERVE_WS_ATTR_NAME = "ngPreserveWhitespaces";
19606
19606
  var SKIP_WS_TRIM_TAGS = /* @__PURE__ */ new Set(["pre", "template", "textarea", "script", "style"]);
19607
19607
  var WS_CHARS = " \f\n\r \v\u1680\u180E\u2000-\u200A\u2028\u2029\u202F\u205F\u3000\uFEFF";
@@ -19667,7 +19667,7 @@ function visitAllWithSiblings(visitor, nodes) {
19667
19667
  return result;
19668
19668
  }
19669
19669
 
19670
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template_parser/binding_parser.mjs
19670
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template_parser/binding_parser.mjs
19671
19671
  var PROPERTY_PARTS_SEPARATOR = ".";
19672
19672
  var ATTRIBUTE_PREFIX = "attr";
19673
19673
  var CLASS_PREFIX = "class";
@@ -19987,7 +19987,7 @@ function moveParseSourceSpan(sourceSpan, absoluteSpan) {
19987
19987
  return new ParseSourceSpan(sourceSpan.start.moveBy(startDiff), sourceSpan.end.moveBy(endDiff), sourceSpan.fullStart.moveBy(startDiff), sourceSpan.details);
19988
19988
  }
19989
19989
 
19990
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/style_url_resolver.mjs
19990
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/style_url_resolver.mjs
19991
19991
  function isStyleUrlResolvable(url) {
19992
19992
  if (url == null || url.length === 0 || url[0] == "/")
19993
19993
  return false;
@@ -19996,7 +19996,7 @@ function isStyleUrlResolvable(url) {
19996
19996
  }
19997
19997
  var URL_WITH_SCHEMA_REGEXP = /^([^:/?#]+):/;
19998
19998
 
19999
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template_parser/template_preparser.mjs
19999
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template_parser/template_preparser.mjs
20000
20000
  var NG_CONTENT_SELECT_ATTR = "select";
20001
20001
  var LINK_ELEMENT = "link";
20002
20002
  var LINK_STYLE_REL_ATTR = "rel";
@@ -20066,7 +20066,7 @@ function normalizeNgContentSelect(selectAttr) {
20066
20066
  return selectAttr;
20067
20067
  }
20068
20068
 
20069
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_control_flow.mjs
20069
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_control_flow.mjs
20070
20070
  var FOR_LOOP_EXPRESSION_PATTERN = /^\s*([0-9A-Za-z_$]*)\s+of\s+([\S\s]*)/;
20071
20071
  var FOR_LOOP_TRACK_PATTERN = /^track\s+([\S\s]*)/;
20072
20072
  var CONDITIONAL_ALIAS_PATTERN = /^as\s+(.*)/;
@@ -20357,7 +20357,7 @@ function stripOptionalParentheses(param, errors) {
20357
20357
  return expression.slice(start, end);
20358
20358
  }
20359
20359
 
20360
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_deferred_triggers.mjs
20360
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_deferred_triggers.mjs
20361
20361
  var TIME_PATTERN = /^\d+\.?\d*(ms|s)?$/;
20362
20362
  var SEPARATOR_PATTERN = /^\s$/;
20363
20363
  var COMMA_DELIMITED_SYNTAX = /* @__PURE__ */ new Map([
@@ -20621,7 +20621,7 @@ function parseDeferredTime(value) {
20621
20621
  return parseFloat(time) * (units === "s" ? 1e3 : 1);
20622
20622
  }
20623
20623
 
20624
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_deferred_blocks.mjs
20624
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_deferred_blocks.mjs
20625
20625
  var PREFETCH_WHEN_PATTERN = /^prefetch\s+when\s/;
20626
20626
  var PREFETCH_ON_PATTERN = /^prefetch\s+on\s/;
20627
20627
  var MINIMUM_PARAMETER_PATTERN = /^minimum\s/;
@@ -20756,7 +20756,7 @@ function parsePrimaryTriggers(params, bindingParser, errors, placeholder) {
20756
20756
  return { triggers, prefetchTriggers };
20757
20757
  }
20758
20758
 
20759
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_template_transform.mjs
20759
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_template_transform.mjs
20760
20760
  var BIND_NAME_REGEXP = /^(?:(bind-)|(let-)|(ref-|#)|(on-)|(bindon-)|(@))(.*)$/;
20761
20761
  var KW_BIND_IDX = 1;
20762
20762
  var KW_LET_IDX = 2;
@@ -21187,7 +21187,7 @@ function textContents(node) {
21187
21187
  }
21188
21188
  }
21189
21189
 
21190
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/i18n/context.mjs
21190
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/context.mjs
21191
21191
  var TagType;
21192
21192
  (function(TagType2) {
21193
21193
  TagType2[TagType2["ELEMENT"] = 0] = "ELEMENT";
@@ -21322,7 +21322,7 @@ function serializePlaceholderValue(value) {
21322
21322
  }
21323
21323
  }
21324
21324
 
21325
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/template.mjs
21325
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/template.mjs
21326
21326
  var NG_CONTENT_SELECT_ATTR2 = "select";
21327
21327
  var NG_PROJECT_AS_ATTR_NAME = "ngProjectAs";
21328
21328
  var EVENT_BINDING_SCOPE_GLOBALS = /* @__PURE__ */ new Set(["$event"]);
@@ -22986,7 +22986,7 @@ function createClosureModeGuard2() {
22986
22986
  return typeofExpr(variable(NG_I18N_CLOSURE_MODE2)).notIdentical(literal("undefined", STRING_TYPE)).and(variable(NG_I18N_CLOSURE_MODE2));
22987
22987
  }
22988
22988
 
22989
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/compiler.mjs
22989
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/compiler.mjs
22990
22990
  var ATTR_REGEX = /attr\.([^\]]+)/;
22991
22991
  var COMPONENT_VARIABLE = "%COMP%";
22992
22992
  var HOST_ATTR = `_nghost-${COMPONENT_VARIABLE}`;
@@ -23588,7 +23588,7 @@ function createHostDirectivesMappingArray(mapping) {
23588
23588
  return elements.length > 0 ? literalArr(elements) : null;
23589
23589
  }
23590
23590
 
23591
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/t2_binder.mjs
23591
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/t2_binder.mjs
23592
23592
  var R3TargetBinder = class {
23593
23593
  constructor(directiveMatcher) {
23594
23594
  this.directiveMatcher = directiveMatcher;
@@ -24193,11 +24193,11 @@ function extractScopedNodeEntities(rootScope) {
24193
24193
  return templateEntities;
24194
24194
  }
24195
24195
 
24196
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/resource_loader.mjs
24196
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/resource_loader.mjs
24197
24197
  var ResourceLoader = class {
24198
24198
  };
24199
24199
 
24200
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/jit_compiler_facade.mjs
24200
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/jit_compiler_facade.mjs
24201
24201
  var CompilerFacadeImpl = class {
24202
24202
  constructor(jitEvaluator = new JitEvaluator()) {
24203
24203
  this.jitEvaluator = jitEvaluator;
@@ -24749,17 +24749,17 @@ function publishFacade(global) {
24749
24749
  ng.\u0275compilerFacade = new CompilerFacadeImpl();
24750
24750
  }
24751
24751
 
24752
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/version.mjs
24753
- var VERSION2 = new Version("17.0.0-rc.3");
24752
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/version.mjs
24753
+ var VERSION2 = new Version("17.0.0");
24754
24754
 
24755
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/extractor_merger.mjs
24755
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/extractor_merger.mjs
24756
24756
  var _VisitorMode;
24757
24757
  (function(_VisitorMode2) {
24758
24758
  _VisitorMode2[_VisitorMode2["Extract"] = 0] = "Extract";
24759
24759
  _VisitorMode2[_VisitorMode2["Merge"] = 1] = "Merge";
24760
24760
  })(_VisitorMode || (_VisitorMode = {}));
24761
24761
 
24762
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/xml_tags.mjs
24762
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/xml_tags.mjs
24763
24763
  var XmlTagDefinition = class {
24764
24764
  constructor() {
24765
24765
  this.closedByParent = false;
@@ -24781,7 +24781,7 @@ var XmlTagDefinition = class {
24781
24781
  };
24782
24782
  var _TAG_DEFINITION = new XmlTagDefinition();
24783
24783
 
24784
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/partial/api.mjs
24784
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/partial/api.mjs
24785
24785
  var FactoryTarget2;
24786
24786
  (function(FactoryTarget3) {
24787
24787
  FactoryTarget3[FactoryTarget3["Directive"] = 0] = "Directive";
@@ -24791,10 +24791,10 @@ var FactoryTarget2;
24791
24791
  FactoryTarget3[FactoryTarget3["NgModule"] = 4] = "NgModule";
24792
24792
  })(FactoryTarget2 || (FactoryTarget2 = {}));
24793
24793
 
24794
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/compiler.mjs
24794
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/compiler.mjs
24795
24795
  publishFacade(_global);
24796
24796
 
24797
- // bazel-out/k8-fastbuild/bin/packages/core/schematics/migrations/block-template-entities/util.mjs
24797
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/migrations/block-template-entities/util.mjs
24798
24798
  var import_path2 = require("path");
24799
24799
  var import_typescript3 = __toESM(require("typescript"), 1);
24800
24800
  var REPLACEMENTS2 = {
@@ -24902,7 +24902,7 @@ function forEachClass(sourceFile, callback) {
24902
24902
  });
24903
24903
  }
24904
24904
 
24905
- // bazel-out/k8-fastbuild/bin/packages/core/schematics/migrations/block-template-entities/index.mjs
24905
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/migrations/block-template-entities/index.mjs
24906
24906
  function block_template_entities_default() {
24907
24907
  return (tree) => __async(this, null, function* () {
24908
24908
  const { buildPaths, testPaths } = yield getProjectTsConfigPaths(tree);