@angular/core 16.1.7 → 16.1.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -63,7 +63,7 @@ var __async = (__this, __arguments, generator) => {
63
63
  });
64
64
  };
65
65
 
66
- // bazel-out/k8-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/index.mjs
66
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/index.mjs
67
67
  var standalone_migration_exports = {};
68
68
  __export(standalone_migration_exports, {
69
69
  default: () => standalone_migration_default
@@ -71,10 +71,10 @@ __export(standalone_migration_exports, {
71
71
  module.exports = __toCommonJS(standalone_migration_exports);
72
72
  var import_schematics = require("@angular-devkit/schematics");
73
73
 
74
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/compiler_host.mjs
74
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/compiler_host.mjs
75
75
  var import_typescript = __toESM(require("typescript"), 1);
76
76
 
77
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/invalid_file_system.mjs
77
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/invalid_file_system.mjs
78
78
  var InvalidFileSystem = class {
79
79
  exists(path3) {
80
80
  throw makeError();
@@ -162,7 +162,7 @@ function makeError() {
162
162
  return new Error("FileSystem has not been configured. Please call `setFileSystem()` before calling this method.");
163
163
  }
164
164
 
165
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/util.mjs
165
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/util.mjs
166
166
  var TS_DTS_JS_EXTENSION = /(?:\.d)?\.ts$|\.js$/;
167
167
  function stripExtension(path3) {
168
168
  return path3.replace(TS_DTS_JS_EXTENSION, "");
@@ -175,7 +175,7 @@ function getSourceFileOrError(program, fileName) {
175
175
  return sf;
176
176
  }
177
177
 
178
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/helpers.mjs
178
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/helpers.mjs
179
179
  var fs = new InvalidFileSystem();
180
180
  function getFileSystem() {
181
181
  return fs;
@@ -219,7 +219,7 @@ function toRelativeImport(relativePath) {
219
219
  return isLocalRelativePath(relativePath) ? `./${relativePath}` : relativePath;
220
220
  }
221
221
 
222
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/logical.mjs
222
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/logical.mjs
223
223
  var LogicalProjectPath = {
224
224
  relativePathBetween: function(from, to) {
225
225
  const relativePath = relative(dirname(resolve(from)), resolve(to));
@@ -265,7 +265,7 @@ function isWithinBasePath(base, path3) {
265
265
  return isLocalRelativePath(relative(base, path3));
266
266
  }
267
267
 
268
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/node_js_file_system.mjs
268
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/node_js_file_system.mjs
269
269
  var import_fs = __toESM(require("fs"), 1);
270
270
  var import_module = __toESM(require("module"), 1);
271
271
  var p = __toESM(require("path"), 1);
@@ -373,7 +373,7 @@ function toggleCase(str) {
373
373
  return str.replace(/\w/g, (ch) => ch.toUpperCase() === ch ? ch.toLowerCase() : ch.toUpperCase());
374
374
  }
375
375
 
376
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/selector.mjs
376
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/selector.mjs
377
377
  var _SELECTOR_REGEXP = new RegExp(
378
378
  `(\\:not\\()|(([\\.\\#]?)[-\\w]+)|(?:\\[([-.\\w*\\\\$]+)(?:=(["']?)([^\\]"']*)\\5)?\\])|(\\))|(\\s*,\\s*)`,
379
379
  "g"
@@ -681,7 +681,7 @@ var SelectorContext = class {
681
681
  }
682
682
  };
683
683
 
684
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/core.mjs
684
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/core.mjs
685
685
  var emitDistinctChangesOnlyDefaultValue = true;
686
686
  var ViewEncapsulation;
687
687
  (function(ViewEncapsulation2) {
@@ -744,7 +744,7 @@ function parseSelectorToR3Selector(selector) {
744
744
  return selector ? CssSelector.parse(selector).map(parserSelectorToR3Selector) : [];
745
745
  }
746
746
 
747
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/output/output_ast.mjs
747
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/output_ast.mjs
748
748
  var output_ast_exports = {};
749
749
  __export(output_ast_exports, {
750
750
  ArrayType: () => ArrayType,
@@ -829,7 +829,7 @@ __export(output_ast_exports, {
829
829
  variable: () => variable
830
830
  });
831
831
 
832
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/big_integer.mjs
832
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/big_integer.mjs
833
833
  var BigInteger = class {
834
834
  static zero() {
835
835
  return new BigInteger([0]);
@@ -921,7 +921,7 @@ var BigIntExponentiation = class {
921
921
  }
922
922
  };
923
923
 
924
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/digest.mjs
924
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/digest.mjs
925
925
  var textEncoder;
926
926
  function digest(message) {
927
927
  return message.id || computeDigest(message);
@@ -1184,7 +1184,7 @@ function wordsToDecimalString(hi, lo) {
1184
1184
  return decimal.toString();
1185
1185
  }
1186
1186
 
1187
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/output/output_ast.mjs
1187
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/output_ast.mjs
1188
1188
  var TypeModifier;
1189
1189
  (function(TypeModifier2) {
1190
1190
  TypeModifier2[TypeModifier2["None"] = 0] = "None";
@@ -2226,7 +2226,7 @@ function serializeTags(tags) {
2226
2226
  return out;
2227
2227
  }
2228
2228
 
2229
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/constant_pool.mjs
2229
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/constant_pool.mjs
2230
2230
  var CONSTANT_PREFIX = "_c";
2231
2231
  var UNKNOWN_VALUE_KEY = variable("<unknown>");
2232
2232
  var KEY_CONTEXT = {};
@@ -2391,7 +2391,7 @@ function isLongStringLiteral(expr) {
2391
2391
  return expr instanceof LiteralExpr && typeof expr.value === "string" && expr.value.length >= POOL_INCLUSION_LENGTH_THRESHOLD_FOR_STRINGS;
2392
2392
  }
2393
2393
 
2394
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_identifiers.mjs
2394
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_identifiers.mjs
2395
2395
  var CORE = "@angular/core";
2396
2396
  var _Identifiers = class {
2397
2397
  };
@@ -2949,7 +2949,7 @@ var Identifiers = _Identifiers;
2949
2949
  _Identifiers.validateIframeAttribute = { name: "\u0275\u0275validateIframeAttribute", moduleName: CORE };
2950
2950
  })();
2951
2951
 
2952
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/util.mjs
2952
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/util.mjs
2953
2953
  var DASH_CASE_REGEXP = /-+([a-z0-9])/g;
2954
2954
  function dashCaseToCamelCase(input) {
2955
2955
  return input.replace(DASH_CASE_REGEXP, (...m) => m[1].toUpperCase());
@@ -3037,7 +3037,7 @@ function partitionArray(arr, conditionFn) {
3037
3037
  return [truthy, falsy];
3038
3038
  }
3039
3039
 
3040
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/output/source_map.mjs
3040
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/source_map.mjs
3041
3041
  var VERSION = 3;
3042
3042
  var JS_B64_PREFIX = "# sourceMappingURL=data:application/json;base64,";
3043
3043
  var SourceMapGenerator = class {
@@ -3166,7 +3166,7 @@ function toBase64Digit(value) {
3166
3166
  return B64_DIGITS[value];
3167
3167
  }
3168
3168
 
3169
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/output/abstract_emitter.mjs
3169
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/abstract_emitter.mjs
3170
3170
  var _SINGLE_QUOTE_ESCAPE_STRING_RE = /'|\\|\n|\r|\$/g;
3171
3171
  var _LEGAL_IDENTIFIER_RE = /^[$A-Z_][0-9A-Z_$]*$/i;
3172
3172
  var _INDENT_WITH = " ";
@@ -3641,7 +3641,7 @@ function _createIndent(count) {
3641
3641
  return res;
3642
3642
  }
3643
3643
 
3644
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/util.mjs
3644
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/util.mjs
3645
3645
  function typeWithParameters(type, numParams) {
3646
3646
  if (numParams === 0) {
3647
3647
  return expressionType(type);
@@ -3709,7 +3709,7 @@ function generateForwardRef(expr) {
3709
3709
  return importExpr(Identifiers.forwardRef).callFn([fn([], [new ReturnStatement(expr)])]);
3710
3710
  }
3711
3711
 
3712
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_factory.mjs
3712
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_factory.mjs
3713
3713
  var R3FactoryDelegateType;
3714
3714
  (function(R3FactoryDelegateType2) {
3715
3715
  R3FactoryDelegateType2[R3FactoryDelegateType2["Class"] = 0] = "Class";
@@ -3854,7 +3854,7 @@ function getInjectFn(target) {
3854
3854
  }
3855
3855
  }
3856
3856
 
3857
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_ast.mjs
3857
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_ast.mjs
3858
3858
  var Comment = class {
3859
3859
  constructor(value, sourceSpan) {
3860
3860
  this.value = value;
@@ -4076,7 +4076,7 @@ function visitAll(visitor, nodes) {
4076
4076
  return result;
4077
4077
  }
4078
4078
 
4079
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/i18n_ast.mjs
4079
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/i18n_ast.mjs
4080
4080
  var Message = class {
4081
4081
  constructor(nodes, placeholders, placeholderToMessage, meaning, description, customId) {
4082
4082
  this.nodes = nodes;
@@ -4239,7 +4239,7 @@ var LocalizeMessageStringVisitor = class {
4239
4239
  }
4240
4240
  };
4241
4241
 
4242
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/serializers/serializer.mjs
4242
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/serializers/serializer.mjs
4243
4243
  var Serializer = class {
4244
4244
  createNameMapper(message) {
4245
4245
  return null;
@@ -4291,7 +4291,7 @@ var SimplePlaceholderMapper = class extends RecurseVisitor {
4291
4291
  }
4292
4292
  };
4293
4293
 
4294
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/serializers/xml_helper.mjs
4294
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/serializers/xml_helper.mjs
4295
4295
  var _Visitor = class {
4296
4296
  visitTag(tag) {
4297
4297
  const strAttrs = this._serializeAttributes(tag.attrs);
@@ -4379,7 +4379,7 @@ function escapeXml(text2) {
4379
4379
  return _ESCAPED_CHARS.reduce((text3, entry) => text3.replace(entry[0], entry[1]), text2);
4380
4380
  }
4381
4381
 
4382
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/serializers/xmb.mjs
4382
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/serializers/xmb.mjs
4383
4383
  var _MESSAGES_TAG = "messagebundle";
4384
4384
  var _MESSAGE_TAG = "msg";
4385
4385
  var _PLACEHOLDER_TAG = "ph";
@@ -4522,7 +4522,7 @@ function toPublicName(internalName) {
4522
4522
  return internalName.toUpperCase().replace(/[^A-Z0-9_]/g, "_");
4523
4523
  }
4524
4524
 
4525
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/i18n/util.mjs
4525
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/util.mjs
4526
4526
  var CLOSURE_TRANSLATION_VAR_PREFIX = "MSG_";
4527
4527
  var TRANSLATION_VAR_PREFIX = "i18n_";
4528
4528
  var I18N_ATTR = "i18n";
@@ -4624,7 +4624,7 @@ function declareI18nVariable(variable2) {
4624
4624
  return new DeclareVarStmt(variable2.name, void 0, INFERRED_TYPE, void 0, variable2.sourceSpan);
4625
4625
  }
4626
4626
 
4627
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/util.mjs
4627
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/util.mjs
4628
4628
  var UNSAFE_OBJECT_KEY_NAME_REGEXP = /[-.]/;
4629
4629
  var TEMPORARY_NAME = "_t";
4630
4630
  var CONTEXT_NAME = "ctx";
@@ -4840,7 +4840,7 @@ function getInstructionStatements(instructions) {
4840
4840
  return statements;
4841
4841
  }
4842
4842
 
4843
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/injectable_compiler_2.mjs
4843
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/injectable_compiler_2.mjs
4844
4844
  function compileInjectable(meta, resolveForwardRefs) {
4845
4845
  let result = null;
4846
4846
  const factoryMeta = {
@@ -4928,7 +4928,7 @@ function createFactoryFunction(type) {
4928
4928
  return fn([new FnParam("t", DYNAMIC_TYPE)], [new ReturnStatement(type.prop("\u0275fac").callFn([variable("t")]))]);
4929
4929
  }
4930
4930
 
4931
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/assertions.mjs
4931
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/assertions.mjs
4932
4932
  var UNUSABLE_INTERPOLATION_REGEXPS = [
4933
4933
  /^\s*$/,
4934
4934
  /[<>]/,
@@ -4950,7 +4950,7 @@ function assertInterpolationSymbols(identifier, value) {
4950
4950
  }
4951
4951
  }
4952
4952
 
4953
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/interpolation_config.mjs
4953
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/interpolation_config.mjs
4954
4954
  var InterpolationConfig = class {
4955
4955
  static fromArray(markers) {
4956
4956
  if (!markers) {
@@ -4966,7 +4966,7 @@ var InterpolationConfig = class {
4966
4966
  };
4967
4967
  var DEFAULT_INTERPOLATION_CONFIG = new InterpolationConfig("{{", "}}");
4968
4968
 
4969
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/chars.mjs
4969
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/chars.mjs
4970
4970
  var $EOF = 0;
4971
4971
  var $BSPACE = 8;
4972
4972
  var $TAB = 9;
@@ -5047,7 +5047,7 @@ function isQuote(code) {
5047
5047
  return code === $SQ || code === $DQ || code === $BT;
5048
5048
  }
5049
5049
 
5050
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/parse_util.mjs
5050
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/parse_util.mjs
5051
5051
  var ParseLocation = class {
5052
5052
  constructor(file, offset, line, col) {
5053
5053
  this.file = file;
@@ -5194,7 +5194,7 @@ function sanitizeIdentifier(name) {
5194
5194
  return name.replace(/\W/g, "_");
5195
5195
  }
5196
5196
 
5197
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/output/abstract_js_emitter.mjs
5197
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/abstract_js_emitter.mjs
5198
5198
  var makeTemplateObjectPolyfill = '(this&&this.__makeTemplateObject||function(e,t){return Object.defineProperty?Object.defineProperty(e,"raw",{value:t}):e.raw=t,e})';
5199
5199
  var AbstractJsEmitterVisitor = class extends AbstractEmitterVisitor {
5200
5200
  constructor() {
@@ -5265,7 +5265,7 @@ var AbstractJsEmitterVisitor = class extends AbstractEmitterVisitor {
5265
5265
  }
5266
5266
  };
5267
5267
 
5268
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/output/output_jit_trusted_types.mjs
5268
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/output_jit_trusted_types.mjs
5269
5269
  var policy;
5270
5270
  function getPolicy() {
5271
5271
  if (policy === void 0) {
@@ -5302,7 +5302,7 @@ function newTrustedFunctionForJIT(...args) {
5302
5302
  return fn2.bind(_global);
5303
5303
  }
5304
5304
 
5305
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/output/output_jit.mjs
5305
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/output_jit.mjs
5306
5306
  var JitEvaluator = class {
5307
5307
  evaluateStatements(sourceUrl, statements, refResolver, createSourceMaps) {
5308
5308
  const converter = new JitEmitterVisitor(refResolver);
@@ -5393,7 +5393,7 @@ function isUseStrictStatement(statement) {
5393
5393
  return statement.isEquivalent(literal("use strict").toStmt());
5394
5394
  }
5395
5395
 
5396
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_injector_compiler.mjs
5396
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_injector_compiler.mjs
5397
5397
  function compileInjector(meta) {
5398
5398
  const definitionMap = new DefinitionMap();
5399
5399
  if (meta.providers !== null) {
@@ -5410,7 +5410,7 @@ function createInjectorType(meta) {
5410
5410
  return new ExpressionType(importExpr(Identifiers.InjectorDeclaration, [new ExpressionType(meta.type.type)]));
5411
5411
  }
5412
5412
 
5413
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_jit.mjs
5413
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_jit.mjs
5414
5414
  var R3JitReflector = class {
5415
5415
  constructor(context) {
5416
5416
  this.context = context;
@@ -5426,7 +5426,7 @@ var R3JitReflector = class {
5426
5426
  }
5427
5427
  };
5428
5428
 
5429
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_module_compiler.mjs
5429
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_module_compiler.mjs
5430
5430
  var R3SelectorScopeMode;
5431
5431
  (function(R3SelectorScopeMode2) {
5432
5432
  R3SelectorScopeMode2[R3SelectorScopeMode2["Inline"] = 0] = "Inline";
@@ -5570,7 +5570,7 @@ function tupleOfTypes(types) {
5570
5570
  return types.length > 0 ? expressionType(literalArr(typeofTypes)) : NONE_TYPE;
5571
5571
  }
5572
5572
 
5573
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_pipe_compiler.mjs
5573
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_pipe_compiler.mjs
5574
5574
  function compilePipeFromMetadata(metadata) {
5575
5575
  const definitionMapValues = [];
5576
5576
  definitionMapValues.push({ key: "name", value: literal(metadata.pipeName), quoted: false });
@@ -5591,7 +5591,7 @@ function createPipeType(metadata) {
5591
5591
  ]));
5592
5592
  }
5593
5593
 
5594
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/api.mjs
5594
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/api.mjs
5595
5595
  var R3TemplateDependencyKind;
5596
5596
  (function(R3TemplateDependencyKind2) {
5597
5597
  R3TemplateDependencyKind2[R3TemplateDependencyKind2["Directive"] = 0] = "Directive";
@@ -5599,7 +5599,7 @@ var R3TemplateDependencyKind;
5599
5599
  R3TemplateDependencyKind2[R3TemplateDependencyKind2["NgModule"] = 2] = "NgModule";
5600
5600
  })(R3TemplateDependencyKind || (R3TemplateDependencyKind = {}));
5601
5601
 
5602
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/expression_parser/ast.mjs
5602
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/expression_parser/ast.mjs
5603
5603
  var ParserError = class {
5604
5604
  constructor(message, input, errLocation, ctxLocation) {
5605
5605
  this.input = input;
@@ -6265,7 +6265,7 @@ var BoundElementProperty = class {
6265
6265
  }
6266
6266
  };
6267
6267
 
6268
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/compiler_util/expression_converter.mjs
6268
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/compiler_util/expression_converter.mjs
6269
6269
  var _EventHandlerVars = class {
6270
6270
  };
6271
6271
  var EventHandlerVars = _EventHandlerVars;
@@ -6886,7 +6886,7 @@ var BuiltinFunctionCall = class extends Call {
6886
6886
  }
6887
6887
  };
6888
6888
 
6889
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/schema/dom_security_schema.mjs
6889
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/schema/dom_security_schema.mjs
6890
6890
  var _SECURITY_SCHEMA;
6891
6891
  function SECURITY_SCHEMA() {
6892
6892
  if (!_SECURITY_SCHEMA) {
@@ -6944,7 +6944,7 @@ function isIframeSecuritySensitiveAttr(attrName) {
6944
6944
  return IFRAME_SECURITY_SENSITIVE_ATTRS.has(attrName.toLowerCase());
6945
6945
  }
6946
6946
 
6947
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/shadow_css.mjs
6947
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/shadow_css.mjs
6948
6948
  var animationKeywords = /* @__PURE__ */ new Set([
6949
6949
  "inherit",
6950
6950
  "initial",
@@ -7411,7 +7411,7 @@ function repeatGroups(groups, multiples) {
7411
7411
  }
7412
7412
  }
7413
7413
 
7414
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/tags.mjs
7414
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/tags.mjs
7415
7415
  var TagContentType;
7416
7416
  (function(TagContentType2) {
7417
7417
  TagContentType2[TagContentType2["RAW_TEXT"] = 0] = "RAW_TEXT";
@@ -7444,7 +7444,7 @@ function mergeNsAndName(prefix, localName) {
7444
7444
  return prefix ? `:${prefix}:${localName}` : localName;
7445
7445
  }
7446
7446
 
7447
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/element.mjs
7447
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/element.mjs
7448
7448
  var ElementAttributeKind;
7449
7449
  (function(ElementAttributeKind2) {
7450
7450
  ElementAttributeKind2[ElementAttributeKind2["Attribute"] = 0] = "Attribute";
@@ -7521,7 +7521,7 @@ function assertIsElementAttributes(attrs) {
7521
7521
  }
7522
7522
  }
7523
7523
 
7524
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/enums.mjs
7524
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/enums.mjs
7525
7525
  var OpKind;
7526
7526
  (function(OpKind2) {
7527
7527
  OpKind2[OpKind2["ListEnd"] = 0] = "ListEnd";
@@ -7564,7 +7564,7 @@ var SemanticVariableKind;
7564
7564
  SemanticVariableKind2[SemanticVariableKind2["SavedView"] = 2] = "SavedView";
7565
7565
  })(SemanticVariableKind || (SemanticVariableKind = {}));
7566
7566
 
7567
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/traits.mjs
7567
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/traits.mjs
7568
7568
  var ConsumesSlot = Symbol("ConsumesSlot");
7569
7569
  var DependsOnSlotContext = Symbol("DependsOnSlotContext");
7570
7570
  var UsesSlotIndex = Symbol("UsesSlotIndex");
@@ -7605,7 +7605,7 @@ function hasUsesSlotIndexTrait(value) {
7605
7605
  return value[UsesSlotIndex] === true;
7606
7606
  }
7607
7607
 
7608
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/expression.mjs
7608
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/expression.mjs
7609
7609
  var _a;
7610
7610
  var _b;
7611
7611
  var _c;
@@ -8008,7 +8008,7 @@ function transformExpressionsInStatement(stmt, transform, flags) {
8008
8008
  }
8009
8009
  }
8010
8010
 
8011
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/operations.mjs
8011
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/operations.mjs
8012
8012
  var _OpList = class {
8013
8013
  constructor() {
8014
8014
  this.debugListId = _OpList.nextListId++;
@@ -8174,7 +8174,7 @@ var OpList = _OpList;
8174
8174
  _OpList.nextListId = 0;
8175
8175
  })();
8176
8176
 
8177
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/shared.mjs
8177
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/shared.mjs
8178
8178
  function createStatementOp(statement) {
8179
8179
  return __spreadValues({
8180
8180
  kind: OpKind.Statement,
@@ -8195,7 +8195,7 @@ var NEW_OP = {
8195
8195
  next: null
8196
8196
  };
8197
8197
 
8198
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/create.mjs
8198
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/create.mjs
8199
8199
  function createElementStartOp(tag, xref) {
8200
8200
  return __spreadValues(__spreadValues({
8201
8201
  kind: OpKind.ElementStart,
@@ -8247,7 +8247,7 @@ function createPipeOp(xref, name) {
8247
8247
  }, NEW_OP), TRAIT_CONSUMES_SLOT);
8248
8248
  }
8249
8249
 
8250
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/update.mjs
8250
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/update.mjs
8251
8251
  function createInterpolateTextOp(xref, strings, expressions) {
8252
8252
  return __spreadValues(__spreadValues(__spreadValues({
8253
8253
  kind: OpKind.InterpolateText,
@@ -8280,7 +8280,7 @@ function createAdvanceOp(delta) {
8280
8280
  }, NEW_OP);
8281
8281
  }
8282
8282
 
8283
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/const_collection.mjs
8283
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/const_collection.mjs
8284
8284
  function phaseConstCollection(cpl) {
8285
8285
  for (const [_, view] of cpl.views) {
8286
8286
  for (const op of view.create) {
@@ -8321,7 +8321,7 @@ function serializeAttributes({ attributes, bindings, classes, i18n, projectAs, s
8321
8321
  return literalArr(attrArray);
8322
8322
  }
8323
8323
 
8324
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/empty_elements.mjs
8324
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/empty_elements.mjs
8325
8325
  var REPLACEMENTS = /* @__PURE__ */ new Map([
8326
8326
  [OpKind.ElementEnd, [OpKind.ElementStart, OpKind.Element]],
8327
8327
  [OpKind.ContainerEnd, [OpKind.ContainerStart, OpKind.Container]]
@@ -8342,7 +8342,7 @@ function phaseEmptyElements(cpl) {
8342
8342
  }
8343
8343
  }
8344
8344
 
8345
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_advance.mjs
8345
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_advance.mjs
8346
8346
  function phaseGenerateAdvance(cpl) {
8347
8347
  for (const [_, view] of cpl.views) {
8348
8348
  const slotMap = /* @__PURE__ */ new Map();
@@ -8374,7 +8374,7 @@ function phaseGenerateAdvance(cpl) {
8374
8374
  }
8375
8375
  }
8376
8376
 
8377
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/instruction.mjs
8377
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/instruction.mjs
8378
8378
  function element(slot, tag, constIndex, localRefIndex) {
8379
8379
  return elementOrContainerBase(Identifiers.element, slot, tag, constIndex, localRefIndex);
8380
8380
  }
@@ -8603,7 +8603,7 @@ function callVariadicInstruction(config, baseArgs, interpolationArgs) {
8603
8603
  return createStatementOp(callVariadicInstructionExpr(config, baseArgs, interpolationArgs).toStmt());
8604
8604
  }
8605
8605
 
8606
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/reify.mjs
8606
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/reify.mjs
8607
8607
  function phaseReify(cpl) {
8608
8608
  for (const [_, view] of cpl.views) {
8609
8609
  reifyCreateOperations(view, view.create);
@@ -8757,7 +8757,7 @@ var LookForEventVisitor = class extends RecursiveAstVisitor {
8757
8757
  }
8758
8758
  };
8759
8759
 
8760
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/slot_allocation.mjs
8760
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/slot_allocation.mjs
8761
8761
  function phaseSlotAllocation(cpl) {
8762
8762
  const slotMap = /* @__PURE__ */ new Map();
8763
8763
  for (const [_, view] of cpl.views) {
@@ -8800,7 +8800,7 @@ function phaseSlotAllocation(cpl) {
8800
8800
  }
8801
8801
  }
8802
8802
 
8803
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/var_counting.mjs
8803
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/var_counting.mjs
8804
8804
  function phaseVarCounting(cpl) {
8805
8805
  for (const [_, view] of cpl.views) {
8806
8806
  let varCount = 0;
@@ -8857,7 +8857,7 @@ function varsUsedByIrExpression(expr) {
8857
8857
  }
8858
8858
  }
8859
8859
 
8860
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/naming.mjs
8860
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/naming.mjs
8861
8861
  function phaseNaming(cpl) {
8862
8862
  addNamesToView(cpl.root, cpl.componentName, { index: 0 });
8863
8863
  }
@@ -8914,7 +8914,7 @@ function getVariableName(variable2, state) {
8914
8914
  return variable2.name;
8915
8915
  }
8916
8916
 
8917
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/local_refs.mjs
8917
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/local_refs.mjs
8918
8918
  function phaseLocalRefs(cpl) {
8919
8919
  for (const view of cpl.views.values()) {
8920
8920
  for (const op of view.create) {
@@ -8945,7 +8945,7 @@ function serializeLocalRefs(refs) {
8945
8945
  return literalArr(constRefs);
8946
8946
  }
8947
8947
 
8948
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_variables.mjs
8948
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_variables.mjs
8949
8949
  function phaseGenerateVariables(cpl) {
8950
8950
  recursivelyProcessView(cpl.root, null);
8951
8951
  }
@@ -9027,7 +9027,7 @@ function generateVariablesInScopeForView(view, scope) {
9027
9027
  return newOps;
9028
9028
  }
9029
9029
 
9030
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_names.mjs
9030
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_names.mjs
9031
9031
  function phaseResolveNames(cpl) {
9032
9032
  for (const [_, view] of cpl.views) {
9033
9033
  processLexicalScope(view, view.create, null);
@@ -9080,7 +9080,7 @@ function processLexicalScope(view, ops, savedView) {
9080
9080
  }
9081
9081
  }
9082
9082
 
9083
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_contexts.mjs
9083
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_contexts.mjs
9084
9084
  function phaseResolveContexts(cpl) {
9085
9085
  for (const view of cpl.views.values()) {
9086
9086
  processLexicalScope2(view, view.create);
@@ -9118,7 +9118,7 @@ function processLexicalScope2(view, ops) {
9118
9118
  }
9119
9119
  }
9120
9120
 
9121
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/variable_optimization.mjs
9121
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/variable_optimization.mjs
9122
9122
  function phaseVariableOptimization(cpl, options) {
9123
9123
  for (const [_, view] of cpl.views) {
9124
9124
  optimizeVariablesInOpList(view.create, options);
@@ -9328,7 +9328,7 @@ function allowConservativeInlining(decl, target) {
9328
9328
  }
9329
9329
  }
9330
9330
 
9331
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/chaining.mjs
9331
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/chaining.mjs
9332
9332
  var CHAINABLE = /* @__PURE__ */ new Set([
9333
9333
  Identifiers.elementStart,
9334
9334
  Identifiers.elementEnd,
@@ -9374,7 +9374,7 @@ function chainOperationsInList(opList) {
9374
9374
  }
9375
9375
  }
9376
9376
 
9377
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/next_context_merging.mjs
9377
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/next_context_merging.mjs
9378
9378
  function phaseMergeNextContext(cpl) {
9379
9379
  for (const view of cpl.views.values()) {
9380
9380
  for (const op of view.create) {
@@ -9419,7 +9419,7 @@ function mergeNextContextsInOps(ops) {
9419
9419
  }
9420
9420
  }
9421
9421
 
9422
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/ng_container.mjs
9422
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/ng_container.mjs
9423
9423
  var CONTAINER_TAG = "ng-container";
9424
9424
  function phaseNgContainer(cpl) {
9425
9425
  for (const [_, view] of cpl.views) {
@@ -9436,7 +9436,7 @@ function phaseNgContainer(cpl) {
9436
9436
  }
9437
9437
  }
9438
9438
 
9439
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/save_restore_view.mjs
9439
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/save_restore_view.mjs
9440
9440
  function phaseSaveRestoreView(cpl) {
9441
9441
  for (const view of cpl.views.values()) {
9442
9442
  if (view === cpl.root) {
@@ -9469,7 +9469,7 @@ function phaseSaveRestoreView(cpl) {
9469
9469
  }
9470
9470
  }
9471
9471
 
9472
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pure_function_extraction.mjs
9472
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pure_function_extraction.mjs
9473
9473
  function phasePureFunctionExtraction(cpl) {
9474
9474
  for (const view of cpl.views.values()) {
9475
9475
  for (const op of view.ops()) {
@@ -9511,7 +9511,7 @@ var PureFunctionConstant = class extends GenericKeyFn {
9511
9511
  }
9512
9512
  };
9513
9513
 
9514
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pipe_creation.mjs
9514
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pipe_creation.mjs
9515
9515
  function phasePipeCreation(cpl) {
9516
9516
  for (const view of cpl.views.values()) {
9517
9517
  processPipeBindingsInView(view);
@@ -9554,7 +9554,7 @@ function addPipeToCreationBlock(view, afterTargetXref, binding) {
9554
9554
  throw new Error(`AssertionError: unable to find insertion point for pipe ${binding.name}`);
9555
9555
  }
9556
9556
 
9557
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pipe_variadic.mjs
9557
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pipe_variadic.mjs
9558
9558
  function phasePipeVariadic(cpl) {
9559
9559
  for (const view of cpl.views.values()) {
9560
9560
  for (const op of view.update) {
@@ -9571,7 +9571,7 @@ function phasePipeVariadic(cpl) {
9571
9571
  }
9572
9572
  }
9573
9573
 
9574
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pure_literal_structures.mjs
9574
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pure_literal_structures.mjs
9575
9575
  function phasePureLiteralStructures(cpl) {
9576
9576
  for (const view of cpl.views.values()) {
9577
9577
  for (const op of view.update) {
@@ -9618,7 +9618,7 @@ function transformLiteralMap(expr) {
9618
9618
  return new PureFunctionExpr(literalMap(derivedEntries), nonConstantArgs);
9619
9619
  }
9620
9620
 
9621
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/align_pipe_variadic_var_offset.mjs
9621
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/align_pipe_variadic_var_offset.mjs
9622
9622
  function phaseAlignPipeVariadicVarOffset(cpl) {
9623
9623
  for (const view of cpl.views.values()) {
9624
9624
  for (const op of view.update) {
@@ -9639,7 +9639,7 @@ function phaseAlignPipeVariadicVarOffset(cpl) {
9639
9639
  }
9640
9640
  }
9641
9641
 
9642
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/emit.mjs
9642
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/emit.mjs
9643
9643
  function transformTemplate(cpl) {
9644
9644
  phasePipeCreation(cpl);
9645
9645
  phasePipeVariadic(cpl);
@@ -9721,7 +9721,7 @@ function maybeGenerateRfBlock(flag, statements) {
9721
9721
  ];
9722
9722
  }
9723
9723
 
9724
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/compilation.mjs
9724
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/compilation.mjs
9725
9725
  var ComponentCompilation = class {
9726
9726
  constructor(componentName, pool) {
9727
9727
  this.componentName = componentName;
@@ -9779,7 +9779,7 @@ var ViewCompilation = class {
9779
9779
  }
9780
9780
  };
9781
9781
 
9782
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/conversion.mjs
9782
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/conversion.mjs
9783
9783
  var BINARY_OPERATORS = /* @__PURE__ */ new Map([
9784
9784
  ["&&", BinaryOperator.And],
9785
9785
  [">", BinaryOperator.Bigger],
@@ -9800,7 +9800,7 @@ var BINARY_OPERATORS = /* @__PURE__ */ new Map([
9800
9800
  ["+", BinaryOperator.Plus]
9801
9801
  ]);
9802
9802
 
9803
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/ingest.mjs
9803
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/ingest.mjs
9804
9804
  function ingest(componentName, template2, constantPool) {
9805
9805
  const cpl = new ComponentCompilation(componentName, constantPool);
9806
9806
  ingestNodes(cpl.root, template2);
@@ -9995,10 +9995,10 @@ function assertIsArray(value) {
9995
9995
  }
9996
9996
  }
9997
9997
 
9998
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/switch/index.mjs
9998
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/switch/index.mjs
9999
9999
  var USE_TEMPLATE_PIPELINE = false;
10000
10000
 
10001
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/style_parser.mjs
10001
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/style_parser.mjs
10002
10002
  function parse(value) {
10003
10003
  const styles = [];
10004
10004
  let i = 0;
@@ -10059,7 +10059,7 @@ function hyphenate(value) {
10059
10059
  }).toLowerCase();
10060
10060
  }
10061
10061
 
10062
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/styling_builder.mjs
10062
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/styling_builder.mjs
10063
10063
  var IMPORTANT_FLAG = "!important";
10064
10064
  var MIN_STYLING_BINDING_SLOTS_REQUIRED = 2;
10065
10065
  var StylingBuilder = class {
@@ -10392,7 +10392,7 @@ function isEmptyExpression(ast) {
10392
10392
  return ast instanceof EmptyExpr;
10393
10393
  }
10394
10394
 
10395
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/expression_parser/lexer.mjs
10395
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/expression_parser/lexer.mjs
10396
10396
  var TokenType;
10397
10397
  (function(TokenType2) {
10398
10398
  TokenType2[TokenType2["Character"] = 0] = "Character";
@@ -10753,7 +10753,7 @@ function parseIntAutoRadix(text2) {
10753
10753
  return result;
10754
10754
  }
10755
10755
 
10756
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/expression_parser/parser.mjs
10756
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/expression_parser/parser.mjs
10757
10757
  var SplitInterpolation = class {
10758
10758
  constructor(strings, expressions, offsets) {
10759
10759
  this.strings = strings;
@@ -11647,7 +11647,7 @@ function getIndexMapForOriginalTemplate(interpolatedTokens) {
11647
11647
  return offsetMap;
11648
11648
  }
11649
11649
 
11650
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/ast.mjs
11650
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/ast.mjs
11651
11651
  var NodeWithI18n = class {
11652
11652
  constructor(sourceSpan, i18n) {
11653
11653
  this.sourceSpan = sourceSpan;
@@ -11735,11 +11735,11 @@ function visitAll2(visitor, nodes, context = null) {
11735
11735
  return result;
11736
11736
  }
11737
11737
 
11738
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/schema/element_schema_registry.mjs
11738
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/schema/element_schema_registry.mjs
11739
11739
  var ElementSchemaRegistry = class {
11740
11740
  };
11741
11741
 
11742
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/schema/dom_element_schema_registry.mjs
11742
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/schema/dom_element_schema_registry.mjs
11743
11743
  var BOOLEAN = "boolean";
11744
11744
  var NUMBER = "number";
11745
11745
  var STRING = "string";
@@ -12092,7 +12092,7 @@ function _isPixelDimensionStyle(prop) {
12092
12092
  }
12093
12093
  }
12094
12094
 
12095
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/html_tags.mjs
12095
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/html_tags.mjs
12096
12096
  var HtmlTagDefinition = class {
12097
12097
  constructor({ closedByChildren, implicitNamespacePrefix, contentType = TagContentType.PARSABLE_DATA, closedByParent = false, isVoid = false, ignoreFirstLf = false, preventNamespaceInheritance = false, canSelfClose = false } = {}) {
12098
12098
  this.closedByChildren = {};
@@ -12210,7 +12210,7 @@ function getHtmlTagDefinition(tagName) {
12210
12210
  return (_b2 = (_a2 = TAG_DEFINITIONS[tagName]) != null ? _a2 : TAG_DEFINITIONS[tagName.toLowerCase()]) != null ? _b2 : DEFAULT_TAG_DEFINITION;
12211
12211
  }
12212
12212
 
12213
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/entities.mjs
12213
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/entities.mjs
12214
12214
  var NAMED_ENTITIES = {
12215
12215
  "AElig": "\xC6",
12216
12216
  "AMP": "&",
@@ -14341,7 +14341,7 @@ var NAMED_ENTITIES = {
14341
14341
  var NGSP_UNICODE = "\uE500";
14342
14342
  NAMED_ENTITIES["ngsp"] = NGSP_UNICODE;
14343
14343
 
14344
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/lexer.mjs
14344
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/lexer.mjs
14345
14345
  var TokenError = class extends ParseError {
14346
14346
  constructor(errorMsg, tokenType, span) {
14347
14347
  super(span, errorMsg);
@@ -15176,7 +15176,7 @@ var CursorError = class {
15176
15176
  }
15177
15177
  };
15178
15178
 
15179
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/parser.mjs
15179
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/parser.mjs
15180
15180
  var TreeError = class extends ParseError {
15181
15181
  static create(elementName, span, msg) {
15182
15182
  return new TreeError(elementName, span, msg);
@@ -15255,9 +15255,10 @@ var _TreeBuilder = class {
15255
15255
  }
15256
15256
  _consumeComment(token) {
15257
15257
  const text2 = this._advanceIf(7);
15258
- this._advanceIf(11);
15258
+ const endToken = this._advanceIf(11);
15259
15259
  const value = text2 != null ? text2.parts[0].trim() : null;
15260
- this._addToParent(new Comment2(value, token.sourceSpan));
15260
+ const sourceSpan = endToken == null ? token.sourceSpan : new ParseSourceSpan(token.sourceSpan.start, endToken.sourceSpan.end, token.sourceSpan.fullStart);
15261
+ this._addToParent(new Comment2(value, sourceSpan));
15261
15262
  }
15262
15263
  _consumeExpansion(token) {
15263
15264
  const switchValue = this._advance();
@@ -15503,7 +15504,7 @@ function decodeEntity(match, entity) {
15503
15504
  return match;
15504
15505
  }
15505
15506
 
15506
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/html_parser.mjs
15507
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/html_parser.mjs
15507
15508
  var HtmlParser = class extends Parser2 {
15508
15509
  constructor() {
15509
15510
  super(getHtmlTagDefinition);
@@ -15513,7 +15514,7 @@ var HtmlParser = class extends Parser2 {
15513
15514
  }
15514
15515
  };
15515
15516
 
15516
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/html_whitespaces.mjs
15517
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/html_whitespaces.mjs
15517
15518
  var PRESERVE_WS_ATTR_NAME = "ngPreserveWhitespaces";
15518
15519
  var SKIP_WS_TRIM_TAGS = /* @__PURE__ */ new Set(["pre", "template", "textarea", "script", "style"]);
15519
15520
  var WS_CHARS = " \f\n\r \v\u1680\u180E\u2000-\u200A\u2028\u2029\u202F\u205F\u3000\uFEFF";
@@ -15573,7 +15574,7 @@ function visitAllWithSiblings(visitor, nodes) {
15573
15574
  return result;
15574
15575
  }
15575
15576
 
15576
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/output/map_util.mjs
15577
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/map_util.mjs
15577
15578
  function mapLiteral(obj, quoted = false) {
15578
15579
  return literalMap(Object.keys(obj).map((key) => ({
15579
15580
  key,
@@ -15582,7 +15583,7 @@ function mapLiteral(obj, quoted = false) {
15582
15583
  })));
15583
15584
  }
15584
15585
 
15585
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/schema/trusted_types_sinks.mjs
15586
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/schema/trusted_types_sinks.mjs
15586
15587
  var TRUSTED_TYPES_SINKS = /* @__PURE__ */ new Set([
15587
15588
  "iframe|srcdoc",
15588
15589
  "*|innerhtml",
@@ -15597,7 +15598,7 @@ function isTrustedTypesSink(tagName, propName) {
15597
15598
  return TRUSTED_TYPES_SINKS.has(tagName + "|" + propName) || TRUSTED_TYPES_SINKS.has("*|" + propName);
15598
15599
  }
15599
15600
 
15600
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template_parser/binding_parser.mjs
15601
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template_parser/binding_parser.mjs
15601
15602
  var PROPERTY_PARTS_SEPARATOR = ".";
15602
15603
  var ATTRIBUTE_PREFIX = "attr";
15603
15604
  var CLASS_PREFIX = "class";
@@ -15917,7 +15918,7 @@ function moveParseSourceSpan(sourceSpan, absoluteSpan) {
15917
15918
  return new ParseSourceSpan(sourceSpan.start.moveBy(startDiff), sourceSpan.end.moveBy(endDiff), sourceSpan.fullStart.moveBy(startDiff), sourceSpan.details);
15918
15919
  }
15919
15920
 
15920
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/style_url_resolver.mjs
15921
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/style_url_resolver.mjs
15921
15922
  function isStyleUrlResolvable(url) {
15922
15923
  if (url == null || url.length === 0 || url[0] == "/")
15923
15924
  return false;
@@ -15926,7 +15927,7 @@ function isStyleUrlResolvable(url) {
15926
15927
  }
15927
15928
  var URL_WITH_SCHEMA_REGEXP = /^([^:/?#]+):/;
15928
15929
 
15929
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template_parser/template_preparser.mjs
15930
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template_parser/template_preparser.mjs
15930
15931
  var NG_CONTENT_SELECT_ATTR = "select";
15931
15932
  var LINK_ELEMENT = "link";
15932
15933
  var LINK_STYLE_REL_ATTR = "rel";
@@ -15996,7 +15997,7 @@ function normalizeNgContentSelect(selectAttr) {
15996
15997
  return selectAttr;
15997
15998
  }
15998
15999
 
15999
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_template_transform.mjs
16000
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_template_transform.mjs
16000
16001
  var BIND_NAME_REGEXP = /^(?:(bind-)|(let-)|(ref-|#)|(on-)|(bindon-)|(@))(.*)$/;
16001
16002
  var KW_BIND_IDX = 1;
16002
16003
  var KW_LET_IDX = 2;
@@ -16344,7 +16345,7 @@ function textContents(node) {
16344
16345
  }
16345
16346
  }
16346
16347
 
16347
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/i18n/context.mjs
16348
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/context.mjs
16348
16349
  var TagType;
16349
16350
  (function(TagType2) {
16350
16351
  TagType2[TagType2["ELEMENT"] = 0] = "ELEMENT";
@@ -16479,7 +16480,7 @@ function serializePlaceholderValue(value) {
16479
16480
  }
16480
16481
  }
16481
16482
 
16482
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/i18n/icu_serializer.mjs
16483
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/icu_serializer.mjs
16483
16484
  var IcuSerializerVisitor = class {
16484
16485
  visitText(text2) {
16485
16486
  return text2.value;
@@ -16510,7 +16511,7 @@ function serializeIcuNode(icu) {
16510
16511
  return icu.visit(serializer);
16511
16512
  }
16512
16513
 
16513
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/serializers/placeholder.mjs
16514
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/serializers/placeholder.mjs
16514
16515
  var TAG_TO_PLACEHOLDER_NAMES = {
16515
16516
  "A": "LINK",
16516
16517
  "B": "BOLD_TEXT",
@@ -16604,7 +16605,7 @@ var PlaceholderRegistry = class {
16604
16605
  }
16605
16606
  };
16606
16607
 
16607
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/i18n_parser.mjs
16608
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/i18n_parser.mjs
16608
16609
  var _expParser = new Parser(new Lexer());
16609
16610
  function createI18nMessageFactory(interpolationConfig) {
16610
16611
  const visitor = new _I18nVisitor(_expParser, interpolationConfig);
@@ -16759,14 +16760,14 @@ function extractPlaceholderName(input) {
16759
16760
  return input.split(_CUSTOM_PH_EXP)[2];
16760
16761
  }
16761
16762
 
16762
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/parse_util.mjs
16763
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/parse_util.mjs
16763
16764
  var I18nError = class extends ParseError {
16764
16765
  constructor(span, msg) {
16765
16766
  super(span, msg);
16766
16767
  }
16767
16768
  };
16768
16769
 
16769
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/i18n/meta.mjs
16770
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/meta.mjs
16770
16771
  var setI18nRefs = (htmlNode, i18nNode) => {
16771
16772
  if (htmlNode instanceof NodeWithI18n) {
16772
16773
  if (i18nNode instanceof IcuPlaceholder && htmlNode.i18n instanceof Message) {
@@ -16915,7 +16916,7 @@ function i18nMetaToJSDoc(meta) {
16915
16916
  return jsDocComment(tags);
16916
16917
  }
16917
16918
 
16918
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/i18n/get_msg_utils.mjs
16919
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/get_msg_utils.mjs
16919
16920
  var GOOG_GET_MSG = "goog.getMsg";
16920
16921
  function createGoogleGetMsgStatements(variable2, message, closureVar, placeholderValues) {
16921
16922
  const messageString = serializeI18nMessageForGetMsg(message);
@@ -16963,7 +16964,7 @@ function serializeI18nMessageForGetMsg(message) {
16963
16964
  return message.nodes.map((node) => node.visit(serializerVisitor2, null)).join("");
16964
16965
  }
16965
16966
 
16966
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/i18n/localize_utils.mjs
16967
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/localize_utils.mjs
16967
16968
  function createLocalizeStatements(variable2, message, params) {
16968
16969
  const { messageParts, placeHolders } = serializeI18nMessageForLocalize(message);
16969
16970
  const sourceSpan = getSourceSpan(message);
@@ -17046,7 +17047,7 @@ function createEmptyMessagePart(location) {
17046
17047
  return new LiteralPiece("", new ParseSourceSpan(location, location));
17047
17048
  }
17048
17049
 
17049
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/template.mjs
17050
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/template.mjs
17050
17051
  var NG_CONTENT_SELECT_ATTR2 = "select";
17051
17052
  var NG_PROJECT_AS_ATTR_NAME = "ngProjectAs";
17052
17053
  var EVENT_BINDING_SCOPE_GLOBALS = /* @__PURE__ */ new Set(["$event"]);
@@ -18348,7 +18349,7 @@ function createClosureModeGuard() {
18348
18349
  return typeofExpr(variable(NG_I18N_CLOSURE_MODE)).notIdentical(literal("undefined", STRING_TYPE)).and(variable(NG_I18N_CLOSURE_MODE));
18349
18350
  }
18350
18351
 
18351
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/compiler.mjs
18352
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/compiler.mjs
18352
18353
  var ATTR_REGEX = /attr\.([^\]]+)/;
18353
18354
  var COMPONENT_VARIABLE = "%COMP%";
18354
18355
  var HOST_ATTR = `_nghost-${COMPONENT_VARIABLE}`;
@@ -18908,11 +18909,11 @@ function createHostDirectivesMappingArray(mapping) {
18908
18909
  return elements.length > 0 ? literalArr(elements) : null;
18909
18910
  }
18910
18911
 
18911
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/resource_loader.mjs
18912
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/resource_loader.mjs
18912
18913
  var ResourceLoader = class {
18913
18914
  };
18914
18915
 
18915
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/jit_compiler_facade.mjs
18916
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/jit_compiler_facade.mjs
18916
18917
  var CompilerFacadeImpl = class {
18917
18918
  constructor(jitEvaluator = new JitEvaluator()) {
18918
18919
  this.jitEvaluator = jitEvaluator;
@@ -19436,10 +19437,10 @@ function publishFacade(global2) {
19436
19437
  ng.\u0275compilerFacade = new CompilerFacadeImpl();
19437
19438
  }
19438
19439
 
19439
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/version.mjs
19440
- var VERSION2 = new Version("16.1.7");
19440
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/version.mjs
19441
+ var VERSION2 = new Version("16.1.8");
19441
19442
 
19442
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/extractor_merger.mjs
19443
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/extractor_merger.mjs
19443
19444
  var _I18N_ATTR = "i18n";
19444
19445
  var _I18N_ATTR_PREFIX = "i18n-";
19445
19446
  var _I18N_COMMENT_PREFIX_REGEXP = /^i18n:?/;
@@ -19743,7 +19744,7 @@ function _parseMessageMeta(i18n) {
19743
19744
  return { meaning, description, id: id.trim() };
19744
19745
  }
19745
19746
 
19746
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/xml_tags.mjs
19747
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/xml_tags.mjs
19747
19748
  var XmlTagDefinition = class {
19748
19749
  constructor() {
19749
19750
  this.closedByParent = false;
@@ -19768,7 +19769,7 @@ function getXmlTagDefinition(tagName) {
19768
19769
  return _TAG_DEFINITION;
19769
19770
  }
19770
19771
 
19771
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/xml_parser.mjs
19772
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/xml_parser.mjs
19772
19773
  var XmlParser = class extends Parser2 {
19773
19774
  constructor() {
19774
19775
  super(getXmlTagDefinition);
@@ -19778,7 +19779,7 @@ var XmlParser = class extends Parser2 {
19778
19779
  }
19779
19780
  };
19780
19781
 
19781
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/serializers/xliff.mjs
19782
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/serializers/xliff.mjs
19782
19783
  var _VERSION = "1.2";
19783
19784
  var _XMLNS = "urn:oasis:names:tc:xliff:document:1.2";
19784
19785
  var _DEFAULT_SOURCE_LANG = "en";
@@ -20018,7 +20019,7 @@ function getCtypeForTag(tag) {
20018
20019
  }
20019
20020
  }
20020
20021
 
20021
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/serializers/xliff2.mjs
20022
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/serializers/xliff2.mjs
20022
20023
  var _VERSION2 = "2.0";
20023
20024
  var _XMLNS2 = "urn:oasis:names:tc:xliff:document:2.0";
20024
20025
  var _DEFAULT_SOURCE_LANG2 = "en";
@@ -20309,7 +20310,7 @@ function getTypeForTag(tag) {
20309
20310
  }
20310
20311
  }
20311
20312
 
20312
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/message_bundle.mjs
20313
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/message_bundle.mjs
20313
20314
  var MessageBundle = class {
20314
20315
  constructor(_htmlParser, _implicitTags, _implicitAttrs, _locale = null) {
20315
20316
  this._htmlParser = _htmlParser;
@@ -20376,7 +20377,7 @@ var MapPlaceholderNames = class extends CloneVisitor {
20376
20377
  }
20377
20378
  };
20378
20379
 
20379
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/partial/api.mjs
20380
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/partial/api.mjs
20380
20381
  var FactoryTarget2;
20381
20382
  (function(FactoryTarget3) {
20382
20383
  FactoryTarget3[FactoryTarget3["Directive"] = 0] = "Directive";
@@ -20386,7 +20387,7 @@ var FactoryTarget2;
20386
20387
  FactoryTarget3[FactoryTarget3["NgModule"] = 4] = "NgModule";
20387
20388
  })(FactoryTarget2 || (FactoryTarget2 = {}));
20388
20389
 
20389
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/t2_binder.mjs
20390
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/t2_binder.mjs
20390
20391
  var R3TargetBinder = class {
20391
20392
  constructor(directiveMatcher) {
20392
20393
  this.directiveMatcher = directiveMatcher;
@@ -20738,7 +20739,7 @@ function extractTemplateEntities(rootScope) {
20738
20739
  return templateEntities;
20739
20740
  }
20740
20741
 
20741
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_class_metadata_compiler.mjs
20742
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_class_metadata_compiler.mjs
20742
20743
  function compileClassMetadata(metadata) {
20743
20744
  var _a2, _b2;
20744
20745
  const fnCall = importExpr(Identifiers.setClassMetadata).callFn([
@@ -20751,12 +20752,12 @@ function compileClassMetadata(metadata) {
20751
20752
  return iife.callFn([]);
20752
20753
  }
20753
20754
 
20754
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/partial/class_metadata.mjs
20755
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/partial/class_metadata.mjs
20755
20756
  var MINIMUM_PARTIAL_LINKER_VERSION = "12.0.0";
20756
20757
  function compileDeclareClassMetadata(metadata) {
20757
20758
  const definitionMap = new DefinitionMap();
20758
20759
  definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION));
20759
- definitionMap.set("version", literal("16.1.7"));
20760
+ definitionMap.set("version", literal("16.1.8"));
20760
20761
  definitionMap.set("ngImport", importExpr(Identifiers.core));
20761
20762
  definitionMap.set("type", metadata.type);
20762
20763
  definitionMap.set("decorators", metadata.decorators);
@@ -20765,7 +20766,7 @@ function compileDeclareClassMetadata(metadata) {
20765
20766
  return importExpr(Identifiers.declareClassMetadata).callFn([definitionMap.toLiteralMap()]);
20766
20767
  }
20767
20768
 
20768
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/partial/util.mjs
20769
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/partial/util.mjs
20769
20770
  function toOptionalLiteralArray(values, mapper) {
20770
20771
  if (values === null || values.length === 0) {
20771
20772
  return null;
@@ -20813,7 +20814,7 @@ function compileDependency(dep) {
20813
20814
  return depMeta.toLiteralMap();
20814
20815
  }
20815
20816
 
20816
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/partial/directive.mjs
20817
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/partial/directive.mjs
20817
20818
  var MINIMUM_PARTIAL_LINKER_VERSION2 = "14.0.0";
20818
20819
  function compileDeclareDirectiveFromMetadata(meta) {
20819
20820
  const definitionMap = createDirectiveDefinitionMap(meta);
@@ -20825,7 +20826,7 @@ function createDirectiveDefinitionMap(meta) {
20825
20826
  var _a2;
20826
20827
  const definitionMap = new DefinitionMap();
20827
20828
  definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION2));
20828
- definitionMap.set("version", literal("16.1.7"));
20829
+ definitionMap.set("version", literal("16.1.8"));
20829
20830
  definitionMap.set("type", meta.type.value);
20830
20831
  if (meta.isStandalone) {
20831
20832
  definitionMap.set("isStandalone", literal(meta.isStandalone));
@@ -20918,7 +20919,7 @@ function createHostDirectives(hostDirectives) {
20918
20919
  return literalArr(expressions);
20919
20920
  }
20920
20921
 
20921
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/partial/component.mjs
20922
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/partial/component.mjs
20922
20923
  function compileDeclareComponentFromMetadata(meta, template2, additionalTemplateInfo) {
20923
20924
  const definitionMap = createComponentDefinitionMap(meta, template2, additionalTemplateInfo);
20924
20925
  const expression = importExpr(Identifiers.declareComponent).callFn([definitionMap.toLiteralMap()]);
@@ -21005,12 +21006,12 @@ function compileUsedDependenciesMetadata(meta) {
21005
21006
  });
21006
21007
  }
21007
21008
 
21008
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/partial/factory.mjs
21009
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/partial/factory.mjs
21009
21010
  var MINIMUM_PARTIAL_LINKER_VERSION3 = "12.0.0";
21010
21011
  function compileDeclareFactoryFunction(meta) {
21011
21012
  const definitionMap = new DefinitionMap();
21012
21013
  definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION3));
21013
- definitionMap.set("version", literal("16.1.7"));
21014
+ definitionMap.set("version", literal("16.1.8"));
21014
21015
  definitionMap.set("ngImport", importExpr(Identifiers.core));
21015
21016
  definitionMap.set("type", meta.type.value);
21016
21017
  definitionMap.set("deps", compileDependencies(meta.deps));
@@ -21022,7 +21023,7 @@ function compileDeclareFactoryFunction(meta) {
21022
21023
  };
21023
21024
  }
21024
21025
 
21025
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/partial/injectable.mjs
21026
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/partial/injectable.mjs
21026
21027
  var MINIMUM_PARTIAL_LINKER_VERSION4 = "12.0.0";
21027
21028
  function compileDeclareInjectableFromMetadata(meta) {
21028
21029
  const definitionMap = createInjectableDefinitionMap(meta);
@@ -21033,7 +21034,7 @@ function compileDeclareInjectableFromMetadata(meta) {
21033
21034
  function createInjectableDefinitionMap(meta) {
21034
21035
  const definitionMap = new DefinitionMap();
21035
21036
  definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION4));
21036
- definitionMap.set("version", literal("16.1.7"));
21037
+ definitionMap.set("version", literal("16.1.8"));
21037
21038
  definitionMap.set("ngImport", importExpr(Identifiers.core));
21038
21039
  definitionMap.set("type", meta.type.value);
21039
21040
  if (meta.providedIn !== void 0) {
@@ -21060,7 +21061,7 @@ function createInjectableDefinitionMap(meta) {
21060
21061
  return definitionMap;
21061
21062
  }
21062
21063
 
21063
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/partial/injector.mjs
21064
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/partial/injector.mjs
21064
21065
  var MINIMUM_PARTIAL_LINKER_VERSION5 = "12.0.0";
21065
21066
  function compileDeclareInjectorFromMetadata(meta) {
21066
21067
  const definitionMap = createInjectorDefinitionMap(meta);
@@ -21071,7 +21072,7 @@ function compileDeclareInjectorFromMetadata(meta) {
21071
21072
  function createInjectorDefinitionMap(meta) {
21072
21073
  const definitionMap = new DefinitionMap();
21073
21074
  definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION5));
21074
- definitionMap.set("version", literal("16.1.7"));
21075
+ definitionMap.set("version", literal("16.1.8"));
21075
21076
  definitionMap.set("ngImport", importExpr(Identifiers.core));
21076
21077
  definitionMap.set("type", meta.type.value);
21077
21078
  definitionMap.set("providers", meta.providers);
@@ -21081,7 +21082,7 @@ function createInjectorDefinitionMap(meta) {
21081
21082
  return definitionMap;
21082
21083
  }
21083
21084
 
21084
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/partial/ng_module.mjs
21085
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/partial/ng_module.mjs
21085
21086
  var MINIMUM_PARTIAL_LINKER_VERSION6 = "14.0.0";
21086
21087
  function compileDeclareNgModuleFromMetadata(meta) {
21087
21088
  const definitionMap = createNgModuleDefinitionMap(meta);
@@ -21095,7 +21096,7 @@ function createNgModuleDefinitionMap(meta) {
21095
21096
  throw new Error("Invalid path! Local compilation mode should not get into the partial compilation path");
21096
21097
  }
21097
21098
  definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION6));
21098
- definitionMap.set("version", literal("16.1.7"));
21099
+ definitionMap.set("version", literal("16.1.8"));
21099
21100
  definitionMap.set("ngImport", importExpr(Identifiers.core));
21100
21101
  definitionMap.set("type", meta.type.value);
21101
21102
  if (meta.bootstrap.length > 0) {
@@ -21119,7 +21120,7 @@ function createNgModuleDefinitionMap(meta) {
21119
21120
  return definitionMap;
21120
21121
  }
21121
21122
 
21122
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/partial/pipe.mjs
21123
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/partial/pipe.mjs
21123
21124
  var MINIMUM_PARTIAL_LINKER_VERSION7 = "14.0.0";
21124
21125
  function compileDeclarePipeFromMetadata(meta) {
21125
21126
  const definitionMap = createPipeDefinitionMap(meta);
@@ -21130,7 +21131,7 @@ function compileDeclarePipeFromMetadata(meta) {
21130
21131
  function createPipeDefinitionMap(meta) {
21131
21132
  const definitionMap = new DefinitionMap();
21132
21133
  definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION7));
21133
- definitionMap.set("version", literal("16.1.7"));
21134
+ definitionMap.set("version", literal("16.1.8"));
21134
21135
  definitionMap.set("ngImport", importExpr(Identifiers.core));
21135
21136
  definitionMap.set("type", meta.type.value);
21136
21137
  if (meta.isStandalone) {
@@ -21143,13 +21144,13 @@ function createPipeDefinitionMap(meta) {
21143
21144
  return definitionMap;
21144
21145
  }
21145
21146
 
21146
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/compiler.mjs
21147
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/compiler.mjs
21147
21148
  publishFacade(_global);
21148
21149
 
21149
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/version.mjs
21150
- var VERSION3 = new Version("16.1.7");
21150
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/version.mjs
21151
+ var VERSION3 = new Version("16.1.8");
21151
21152
 
21152
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/api.mjs
21153
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/api.mjs
21153
21154
  var EmitFlags;
21154
21155
  (function(EmitFlags2) {
21155
21156
  EmitFlags2[EmitFlags2["DTS"] = 1] = "DTS";
@@ -21161,13 +21162,13 @@ var EmitFlags;
21161
21162
  EmitFlags2[EmitFlags2["All"] = 31] = "All";
21162
21163
  })(EmitFlags || (EmitFlags = {}));
21163
21164
 
21164
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/compiler_host.mjs
21165
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/compiler_host.mjs
21165
21166
  var import_typescript2 = __toESM(require("typescript"), 1);
21166
21167
 
21167
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
21168
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
21168
21169
  var import_typescript94 = __toESM(require("typescript"), 1);
21169
21170
 
21170
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/i18n.mjs
21171
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/i18n.mjs
21171
21172
  var path = __toESM(require("path"), 1);
21172
21173
  function i18nGetExtension(formatName) {
21173
21174
  const format = formatName.toLowerCase();
@@ -21217,10 +21218,10 @@ function getPathNormalizer(basePath) {
21217
21218
  };
21218
21219
  }
21219
21220
 
21220
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
21221
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
21221
21222
  var import_typescript3 = __toESM(require("typescript"), 1);
21222
21223
 
21223
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/version_helpers.mjs
21224
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/version_helpers.mjs
21224
21225
  function toNumbers(value) {
21225
21226
  const suffixIndex = value.lastIndexOf("-");
21226
21227
  return value.slice(0, suffixIndex === -1 ? value.length : suffixIndex).split(".").map((segment) => {
@@ -21255,7 +21256,7 @@ function compareVersions(v1, v2) {
21255
21256
  return compareNumbers(toNumbers(v1), toNumbers(v2));
21256
21257
  }
21257
21258
 
21258
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
21259
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
21259
21260
  var MIN_TS_VERSION = "4.9.3";
21260
21261
  var MAX_TS_VERSION = "5.2.0";
21261
21262
  var tsVersion = import_typescript3.default.version;
@@ -21268,13 +21269,13 @@ function verifySupportedTypeScriptVersion() {
21268
21269
  checkVersion(tsVersion, MIN_TS_VERSION, MAX_TS_VERSION);
21269
21270
  }
21270
21271
 
21271
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.mjs
21272
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.mjs
21272
21273
  var import_typescript90 = __toESM(require("typescript"), 1);
21273
21274
 
21274
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/di.mjs
21275
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/di.mjs
21275
21276
  var import_typescript14 = __toESM(require("typescript"), 1);
21276
21277
 
21277
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error_code.mjs
21278
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error_code.mjs
21278
21279
  var ErrorCode;
21279
21280
  (function(ErrorCode2) {
21280
21281
  ErrorCode2[ErrorCode2["DECORATOR_ARG_NOT_LITERAL"] = 1001] = "DECORATOR_ARG_NOT_LITERAL";
@@ -21348,7 +21349,7 @@ var ErrorCode;
21348
21349
  ErrorCode2[ErrorCode2["SUGGEST_SUBOPTIMAL_TYPE_INFERENCE"] = 10002] = "SUGGEST_SUBOPTIMAL_TYPE_INFERENCE";
21349
21350
  })(ErrorCode || (ErrorCode = {}));
21350
21351
 
21351
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/docs.mjs
21352
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/docs.mjs
21352
21353
  var COMPILER_ERRORS_WITH_GUIDES = /* @__PURE__ */ new Set([
21353
21354
  ErrorCode.DECORATOR_ARG_NOT_LITERAL,
21354
21355
  ErrorCode.IMPORT_CYCLE_DETECTED,
@@ -21360,15 +21361,15 @@ var COMPILER_ERRORS_WITH_GUIDES = /* @__PURE__ */ new Set([
21360
21361
  ErrorCode.WARN_NGMODULE_ID_UNNECESSARY
21361
21362
  ]);
21362
21363
 
21363
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error.mjs
21364
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error.mjs
21364
21365
  var import_typescript4 = __toESM(require("typescript"), 1);
21365
21366
 
21366
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/util.mjs
21367
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/util.mjs
21367
21368
  function ngErrorCode(code) {
21368
21369
  return parseInt("-99" + code);
21369
21370
  }
21370
21371
 
21371
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error.mjs
21372
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error.mjs
21372
21373
  var FatalDiagnosticError = class {
21373
21374
  constructor(code, node, message, relatedInformation) {
21374
21375
  this.code = code;
@@ -21424,10 +21425,10 @@ function addDiagnosticChain(messageText, add) {
21424
21425
  return messageText;
21425
21426
  }
21426
21427
 
21427
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error_details_base_url.mjs
21428
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error_details_base_url.mjs
21428
21429
  var ERROR_DETAILS_PAGE_BASE_URL = "https://angular.io/errors";
21429
21430
 
21430
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/extended_template_diagnostic_name.mjs
21431
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/extended_template_diagnostic_name.mjs
21431
21432
  var ExtendedTemplateDiagnosticName;
21432
21433
  (function(ExtendedTemplateDiagnosticName2) {
21433
21434
  ExtendedTemplateDiagnosticName2["INVALID_BANANA_IN_BOX"] = "invalidBananaInBox";
@@ -21440,13 +21441,13 @@ var ExtendedTemplateDiagnosticName;
21440
21441
  ExtendedTemplateDiagnosticName2["SKIP_HYDRATION_NOT_STATIC"] = "skipHydrationNotStatic";
21441
21442
  })(ExtendedTemplateDiagnosticName || (ExtendedTemplateDiagnosticName = {}));
21442
21443
 
21443
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/util.mjs
21444
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/util.mjs
21444
21445
  var import_typescript13 = __toESM(require("typescript"), 1);
21445
21446
 
21446
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/emitter.mjs
21447
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/emitter.mjs
21447
21448
  var import_typescript7 = __toESM(require("typescript"), 1);
21448
21449
 
21449
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/typescript.mjs
21450
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/typescript.mjs
21450
21451
  var import_typescript5 = __toESM(require("typescript"), 1);
21451
21452
  var TS = /\.tsx?$/i;
21452
21453
  var D_TS = /\.d\.ts$/i;
@@ -21547,7 +21548,7 @@ function toUnredirectedSourceFile(sf) {
21547
21548
  return redirectInfo.unredirected;
21548
21549
  }
21549
21550
 
21550
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/find_export.mjs
21551
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/find_export.mjs
21551
21552
  function findExportedNameOfNode(target, file, reflector) {
21552
21553
  const exports = reflector.getExportsOfModule(file);
21553
21554
  if (exports === null) {
@@ -21567,7 +21568,7 @@ function findExportedNameOfNode(target, file, reflector) {
21567
21568
  return foundExportName;
21568
21569
  }
21569
21570
 
21570
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/emitter.mjs
21571
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/emitter.mjs
21571
21572
  var ImportFlags;
21572
21573
  (function(ImportFlags2) {
21573
21574
  ImportFlags2[ImportFlags2["None"] = 0] = "None";
@@ -21783,7 +21784,7 @@ var UnifiedModulesStrategy = class {
21783
21784
  }
21784
21785
  };
21785
21786
 
21786
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/alias.mjs
21787
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/alias.mjs
21787
21788
  var CHARS_TO_ESCAPE = /[^a-zA-Z0-9/_]/g;
21788
21789
  var UnifiedModulesAliasingHost = class {
21789
21790
  constructor(unifiedModulesHost) {
@@ -21850,7 +21851,7 @@ var AliasStrategy = class {
21850
21851
  }
21851
21852
  };
21852
21853
 
21853
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/path.mjs
21854
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/path.mjs
21854
21855
  function relativePathBetween(from, to) {
21855
21856
  const relativePath = stripExtension(relative(dirname(resolve(from)), resolve(to)));
21856
21857
  return relativePath !== "" ? toRelativeImport(relativePath) : null;
@@ -21859,7 +21860,7 @@ function normalizeSeparators2(path3) {
21859
21860
  return path3.replace(/\\/g, "/");
21860
21861
  }
21861
21862
 
21862
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/core.mjs
21863
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/core.mjs
21863
21864
  var NoopImportRewriter = class {
21864
21865
  shouldImportSymbol(symbol, specifier) {
21865
21866
  return true;
@@ -21917,7 +21918,7 @@ function validateAndRewriteCoreSymbol(name) {
21917
21918
  return CORE_SUPPORTED_SYMBOLS.get(name);
21918
21919
  }
21919
21920
 
21920
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/patch_alias_reference_resolution.mjs
21921
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/patch_alias_reference_resolution.mjs
21921
21922
  var import_typescript9 = __toESM(require("typescript"), 1);
21922
21923
  var patchedReferencedAliasesSymbol = Symbol("patchedReferencedAliases");
21923
21924
  function loadIsReferencedAliasDeclarationPatch(context) {
@@ -21952,7 +21953,7 @@ function throwIncompatibleTransformationContextError() {
21952
21953
  throw Error("Angular compiler is incompatible with this version of the TypeScript compiler.\n\nIf you recently updated TypeScript and this issue surfaces now, consider downgrading.\n\nPlease report an issue on the Angular repositories when this issue surfaces and you are using a supposedly compatible TypeScript version.");
21953
21954
  }
21954
21955
 
21955
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/default.mjs
21956
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/default.mjs
21956
21957
  var DefaultImportDeclaration = Symbol("DefaultImportDeclaration");
21957
21958
  function attachDefaultImportDeclaration(expr, importDecl) {
21958
21959
  expr[DefaultImportDeclaration] = importDecl;
@@ -21993,7 +21994,7 @@ var DefaultImportTracker = class {
21993
21994
  }
21994
21995
  };
21995
21996
 
21996
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/references.mjs
21997
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/references.mjs
21997
21998
  var Reference2 = class {
21998
21999
  constructor(node, bestGuessOwningModule = null) {
21999
22000
  this.node = node;
@@ -22056,7 +22057,7 @@ var Reference2 = class {
22056
22057
  }
22057
22058
  };
22058
22059
 
22059
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/resolver.mjs
22060
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/resolver.mjs
22060
22061
  var ModuleResolver = class {
22061
22062
  constructor(program, compilerOptions, host, moduleResolutionCache) {
22062
22063
  this.program = program;
@@ -22073,7 +22074,7 @@ var ModuleResolver = class {
22073
22074
  }
22074
22075
  };
22075
22076
 
22076
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/util.mjs
22077
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/util.mjs
22077
22078
  function valueReferenceToExpression(valueRef) {
22078
22079
  if (valueRef.kind === 2) {
22079
22080
  return null;
@@ -22312,7 +22313,7 @@ function isAbstractClassDeclaration(clazz) {
22312
22313
  return import_typescript13.default.canHaveModifiers(clazz) && clazz.modifiers !== void 0 ? clazz.modifiers.some((mod) => mod.kind === import_typescript13.default.SyntaxKind.AbstractKeyword) : false;
22313
22314
  }
22314
22315
 
22315
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/di.mjs
22316
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/di.mjs
22316
22317
  function getConstructorDependencies(clazz, reflector, isCore) {
22317
22318
  const deps = [];
22318
22319
  const errors = [];
@@ -22454,10 +22455,10 @@ function createUnsuitableInjectionTokenError(clazz, error2) {
22454
22455
  return new FatalDiagnosticError(ErrorCode.PARAM_MISSING_TOKEN, param.nameNode, chain, hints);
22455
22456
  }
22456
22457
 
22457
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.mjs
22458
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.mjs
22458
22459
  var import_typescript27 = __toESM(require("typescript"), 1);
22459
22460
 
22460
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/api.mjs
22461
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/api.mjs
22461
22462
  var MetaKind;
22462
22463
  (function(MetaKind2) {
22463
22464
  MetaKind2[MetaKind2["Directive"] = 0] = "Directive";
@@ -22470,10 +22471,10 @@ var MatchSource;
22470
22471
  MatchSource2[MatchSource2["HostDirective"] = 1] = "HostDirective";
22471
22472
  })(MatchSource || (MatchSource = {}));
22472
22473
 
22473
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
22474
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
22474
22475
  var import_typescript22 = __toESM(require("typescript"), 1);
22475
22476
 
22476
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/host.mjs
22477
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/host.mjs
22477
22478
  var import_typescript15 = __toESM(require("typescript"), 1);
22478
22479
  function isDecoratorIdentifier(exp) {
22479
22480
  return import_typescript15.default.isIdentifier(exp) || import_typescript15.default.isPropertyAccessExpression(exp) && import_typescript15.default.isIdentifier(exp.expression) && import_typescript15.default.isIdentifier(exp.name);
@@ -22487,7 +22488,7 @@ var ClassMemberKind;
22487
22488
  ClassMemberKind2[ClassMemberKind2["Method"] = 4] = "Method";
22488
22489
  })(ClassMemberKind || (ClassMemberKind = {}));
22489
22490
 
22490
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/type_to_value.mjs
22491
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/type_to_value.mjs
22491
22492
  var import_typescript16 = __toESM(require("typescript"), 1);
22492
22493
  function typeToValue(typeNode, checker) {
22493
22494
  if (typeNode === null) {
@@ -22653,10 +22654,10 @@ function extractModuleName(node) {
22653
22654
  return node.moduleSpecifier.text;
22654
22655
  }
22655
22656
 
22656
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/typescript.mjs
22657
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/typescript.mjs
22657
22658
  var import_typescript18 = __toESM(require("typescript"), 1);
22658
22659
 
22659
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/util.mjs
22660
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/util.mjs
22660
22661
  var import_typescript17 = __toESM(require("typescript"), 1);
22661
22662
  function isNamedClassDeclaration(node) {
22662
22663
  return import_typescript17.default.isClassDeclaration(node) && isIdentifier(node.name);
@@ -22665,7 +22666,7 @@ function isIdentifier(node) {
22665
22666
  return node !== void 0 && import_typescript17.default.isIdentifier(node);
22666
22667
  }
22667
22668
 
22668
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/typescript.mjs
22669
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/typescript.mjs
22669
22670
  var TypeScriptReflectionHost = class {
22670
22671
  constructor(checker) {
22671
22672
  this.checker = checker;
@@ -23094,7 +23095,7 @@ function getExportedName(decl, originalId) {
23094
23095
  }
23095
23096
  var LocalExportedDeclarations = Symbol("LocalExportedDeclarations");
23096
23097
 
23097
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/property_mapping.mjs
23098
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/property_mapping.mjs
23098
23099
  var ClassPropertyMapping = class {
23099
23100
  constructor(forwardMap) {
23100
23101
  this.forwardMap = forwardMap;
@@ -23172,7 +23173,7 @@ function reverseMapFromForwardMap(forwardMap) {
23172
23173
  return reverseMap;
23173
23174
  }
23174
23175
 
23175
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/util.mjs
23176
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/util.mjs
23176
23177
  var import_typescript20 = __toESM(require("typescript"), 1);
23177
23178
  function extractReferencesFromType(checker, def, bestGuessOwningModule) {
23178
23179
  if (!import_typescript20.default.isTupleTypeNode(def)) {
@@ -23357,7 +23358,7 @@ function hasInjectableFields(clazz, host) {
23357
23358
  return members.some(({ isStatic, name }) => isStatic && (name === "\u0275prov" || name === "\u0275fac"));
23358
23359
  }
23359
23360
 
23360
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
23361
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
23361
23362
  var DtsMetadataReader = class {
23362
23363
  constructor(checker, reflector) {
23363
23364
  this.checker = checker;
@@ -23532,7 +23533,7 @@ function readHostDirectivesType(checker, type, bestGuessOwningModule) {
23532
23533
  return result.length > 0 ? result : null;
23533
23534
  }
23534
23535
 
23535
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/inheritance.mjs
23536
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/inheritance.mjs
23536
23537
  function flattenInheritedDirectiveMetadata(reader, dir) {
23537
23538
  const topMeta = reader.getDirectiveMetadata(dir);
23538
23539
  if (topMeta === null) {
@@ -23589,7 +23590,7 @@ function flattenInheritedDirectiveMetadata(reader, dir) {
23589
23590
  });
23590
23591
  }
23591
23592
 
23592
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/registry.mjs
23593
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/registry.mjs
23593
23594
  var LocalMetadataRegistry = class {
23594
23595
  constructor() {
23595
23596
  this.directives = /* @__PURE__ */ new Map();
@@ -23646,7 +23647,7 @@ var CompoundMetadataRegistry = class {
23646
23647
  }
23647
23648
  };
23648
23649
 
23649
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/resource_registry.mjs
23650
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/resource_registry.mjs
23650
23651
  var ResourceRegistry = class {
23651
23652
  constructor() {
23652
23653
  this.externalTemplateToComponentsMap = /* @__PURE__ */ new Map();
@@ -23711,7 +23712,7 @@ var ResourceRegistry = class {
23711
23712
  }
23712
23713
  };
23713
23714
 
23714
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/providers.mjs
23715
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/providers.mjs
23715
23716
  var ExportedProviderStatusResolver = class {
23716
23717
  constructor(metaReader) {
23717
23718
  this.metaReader = metaReader;
@@ -23755,7 +23756,7 @@ var ExportedProviderStatusResolver = class {
23755
23756
  }
23756
23757
  };
23757
23758
 
23758
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/host_directives_resolver.mjs
23759
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/host_directives_resolver.mjs
23759
23760
  var EMPTY_ARRAY = [];
23760
23761
  var HostDirectivesResolver = class {
23761
23762
  constructor(metaReader) {
@@ -23816,10 +23817,10 @@ function resolveOutput(bindingName) {
23816
23817
  return bindingName;
23817
23818
  }
23818
23819
 
23819
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/diagnostics.mjs
23820
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/diagnostics.mjs
23820
23821
  var import_typescript24 = __toESM(require("typescript"), 1);
23821
23822
 
23822
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/dynamic.mjs
23823
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/dynamic.mjs
23823
23824
  var DynamicValue = class {
23824
23825
  constructor(node, reason, code) {
23825
23826
  this.node = node;
@@ -23909,7 +23910,7 @@ var DynamicValue = class {
23909
23910
  }
23910
23911
  };
23911
23912
 
23912
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/result.mjs
23913
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/result.mjs
23913
23914
  var ResolvedModule = class {
23914
23915
  constructor(exports, evaluate) {
23915
23916
  this.exports = exports;
@@ -23939,7 +23940,7 @@ var EnumValue = class {
23939
23940
  var KnownFn = class {
23940
23941
  };
23941
23942
 
23942
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/diagnostics.mjs
23943
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/diagnostics.mjs
23943
23944
  function describeResolvedType(value, maxDepth = 1) {
23944
23945
  var _a2, _b2;
23945
23946
  if (value === null) {
@@ -24068,10 +24069,10 @@ function getContainerNode(node) {
24068
24069
  return node.getSourceFile();
24069
24070
  }
24070
24071
 
24071
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
24072
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
24072
24073
  var import_typescript25 = __toESM(require("typescript"), 1);
24073
24074
 
24074
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/builtin.mjs
24075
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/builtin.mjs
24075
24076
  var ArraySliceBuiltinFn = class extends KnownFn {
24076
24077
  constructor(lhs) {
24077
24078
  super();
@@ -24123,14 +24124,14 @@ var StringConcatBuiltinFn = class extends KnownFn {
24123
24124
  }
24124
24125
  };
24125
24126
 
24126
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/synthetic.mjs
24127
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/synthetic.mjs
24127
24128
  var SyntheticValue = class {
24128
24129
  constructor(value) {
24129
24130
  this.value = value;
24130
24131
  }
24131
24132
  };
24132
24133
 
24133
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
24134
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
24134
24135
  function literalBinaryOp(op) {
24135
24136
  return { op, literal: true };
24136
24137
  }
@@ -24708,7 +24709,7 @@ function getOriginalKeywordKind(identifier) {
24708
24709
  return typeof import_typescript25.default.identifierToKeywordKind === "function" ? import_typescript25.default.identifierToKeywordKind(identifier) : identifier.originalKeywordKind;
24709
24710
  }
24710
24711
 
24711
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interface.mjs
24712
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interface.mjs
24712
24713
  var PartialEvaluator = class {
24713
24714
  constructor(host, checker, dependencyTracker) {
24714
24715
  this.host = host;
@@ -24728,7 +24729,7 @@ var PartialEvaluator = class {
24728
24729
  }
24729
24730
  };
24730
24731
 
24731
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.mjs
24732
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.mjs
24732
24733
  function makeDuplicateDeclarationError(node, data, kind) {
24733
24734
  const context = [];
24734
24735
  for (const decl of data) {
@@ -24924,7 +24925,7 @@ function getInheritedUndecoratedCtorDiagnostic(node, baseClass, kind) {
24924
24925
  return makeDiagnostic(ErrorCode.DIRECTIVE_INHERITS_UNDECORATED_CTOR, node.name, `The ${kind.toLowerCase()} ${node.name.text} inherits its constructor from ${baseClassName}, but the latter does not have an Angular decorator of its own. Dependency injection will not be able to resolve the parameters of ${baseClassName}'s constructor. Either add a @${baseNeedsDecorator} decorator to ${baseClassName}, or add an explicit constructor to ${node.name.text}.`);
24925
24926
  }
24926
24927
 
24927
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/evaluation.mjs
24928
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/evaluation.mjs
24928
24929
  var import_typescript29 = __toESM(require("typescript"), 1);
24929
24930
  function resolveEnumValue(evaluator, metadata, field, enumSymbolName) {
24930
24931
  let resolved = null;
@@ -24957,7 +24958,7 @@ function resolveLiteral(decorator, literalCache) {
24957
24958
  return meta;
24958
24959
  }
24959
24960
 
24960
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/factory.mjs
24961
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/factory.mjs
24961
24962
  function compileNgFactoryDefField(metadata) {
24962
24963
  const res = compileFactoryFunction(metadata);
24963
24964
  return { name: "\u0275fac", initializer: res.expression, statements: res.statements, type: res.type };
@@ -24967,7 +24968,7 @@ function compileDeclareFactory(metadata) {
24967
24968
  return { name: "\u0275fac", initializer: res.expression, statements: res.statements, type: res.type };
24968
24969
  }
24969
24970
 
24970
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/injectable_registry.mjs
24971
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/injectable_registry.mjs
24971
24972
  var InjectableClassRegistry = class {
24972
24973
  constructor(host, isCore) {
24973
24974
  this.host = host;
@@ -24993,7 +24994,7 @@ var InjectableClassRegistry = class {
24993
24994
  }
24994
24995
  };
24995
24996
 
24996
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/metadata.mjs
24997
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/metadata.mjs
24997
24998
  var import_typescript30 = __toESM(require("typescript"), 1);
24998
24999
  function extractClassMetadata(clazz, reflection, isCore, annotateForClosureCompiler, angularDecoratorTransform = (dec) => dec) {
24999
25000
  if (!reflection.isClass(clazz)) {
@@ -25079,13 +25080,13 @@ function removeIdentifierReferences(node, name) {
25079
25080
  return result.transformed[0];
25080
25081
  }
25081
25082
 
25082
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/references_registry.mjs
25083
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/references_registry.mjs
25083
25084
  var NoopReferencesRegistry = class {
25084
25085
  add(source, ...references) {
25085
25086
  }
25086
25087
  };
25087
25088
 
25088
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/schema.mjs
25089
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/schema.mjs
25089
25090
  function extractSchemas(rawExpr, evaluator, context) {
25090
25091
  const schemas = [];
25091
25092
  const result = evaluator.evaluate(rawExpr);
@@ -25114,7 +25115,7 @@ function extractSchemas(rawExpr, evaluator, context) {
25114
25115
  return schemas;
25115
25116
  }
25116
25117
 
25117
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/input_transforms.mjs
25118
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/input_transforms.mjs
25118
25119
  function compileInputTransformFields(inputs) {
25119
25120
  const extraFields = [];
25120
25121
  for (const input of inputs) {
@@ -25130,10 +25131,10 @@ function compileInputTransformFields(inputs) {
25130
25131
  return extraFields;
25131
25132
  }
25132
25133
 
25133
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
25134
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
25134
25135
  var import_typescript51 = __toESM(require("typescript"), 1);
25135
25136
 
25136
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/api.mjs
25137
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/api.mjs
25137
25138
  var import_typescript31 = __toESM(require("typescript"), 1);
25138
25139
  var SemanticSymbol = class {
25139
25140
  constructor(decl) {
@@ -25149,7 +25150,7 @@ function getSymbolIdentifier(decl) {
25149
25150
  return decl.name.text;
25150
25151
  }
25151
25152
 
25152
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/graph.mjs
25153
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/graph.mjs
25153
25154
  var OpaqueSymbol = class extends SemanticSymbol {
25154
25155
  isPublicApiAffected() {
25155
25156
  return false;
@@ -25291,10 +25292,10 @@ function getImportPath(expr) {
25291
25292
  }
25292
25293
  }
25293
25294
 
25294
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
25295
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
25295
25296
  var import_typescript32 = __toESM(require("typescript"), 1);
25296
25297
 
25297
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/util.mjs
25298
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/util.mjs
25298
25299
  function isSymbolEqual(a, b) {
25299
25300
  if (a.decl === b.decl) {
25300
25301
  return true;
@@ -25344,7 +25345,7 @@ function isSetEqual(a, b, equalityTester = referenceEquality) {
25344
25345
  return true;
25345
25346
  }
25346
25347
 
25347
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
25348
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
25348
25349
  function extractSemanticTypeParameters(node) {
25349
25350
  if (!import_typescript32.default.isClassDeclaration(node) || node.typeParameters === void 0) {
25350
25351
  return null;
@@ -25364,7 +25365,7 @@ function isTypeParameterEqual(a, b) {
25364
25365
  return a.hasGenericTypeBound === b.hasGenericTypeBound;
25365
25366
  }
25366
25367
 
25367
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/api.mjs
25368
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/api.mjs
25368
25369
  var PerfPhase;
25369
25370
  (function(PerfPhase2) {
25370
25371
  PerfPhase2[PerfPhase2["Unaccounted"] = 0] = "Unaccounted";
@@ -25431,7 +25432,7 @@ var PerfCheckpoint;
25431
25432
  PerfCheckpoint2[PerfCheckpoint2["LAST"] = 9] = "LAST";
25432
25433
  })(PerfCheckpoint || (PerfCheckpoint = {}));
25433
25434
 
25434
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/noop.mjs
25435
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/noop.mjs
25435
25436
  var NoopPerfRecorder = class {
25436
25437
  eventCount() {
25437
25438
  }
@@ -25448,7 +25449,7 @@ var NoopPerfRecorder = class {
25448
25449
  };
25449
25450
  var NOOP_PERF_RECORDER = new NoopPerfRecorder();
25450
25451
 
25451
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/clock.mjs
25452
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/clock.mjs
25452
25453
  function mark() {
25453
25454
  return process.hrtime();
25454
25455
  }
@@ -25457,7 +25458,7 @@ function timeSinceInMicros(mark2) {
25457
25458
  return delta[0] * 1e6 + Math.floor(delta[1] / 1e3);
25458
25459
  }
25459
25460
 
25460
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/recorder.mjs
25461
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/recorder.mjs
25461
25462
  var ActivePerfRecorder = class {
25462
25463
  static zeroedToNow() {
25463
25464
  return new ActivePerfRecorder(mark());
@@ -25551,14 +25552,14 @@ var DelegatingPerfRecorder = class {
25551
25552
  }
25552
25553
  };
25553
25554
 
25554
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/api.mjs
25555
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/api.mjs
25555
25556
  var ComponentScopeKind;
25556
25557
  (function(ComponentScopeKind2) {
25557
25558
  ComponentScopeKind2[ComponentScopeKind2["NgModule"] = 0] = "NgModule";
25558
25559
  ComponentScopeKind2[ComponentScopeKind2["Standalone"] = 1] = "Standalone";
25559
25560
  })(ComponentScopeKind || (ComponentScopeKind = {}));
25560
25561
 
25561
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/component_scope.mjs
25562
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/component_scope.mjs
25562
25563
  var CompoundComponentScopeReader = class {
25563
25564
  constructor(readers) {
25564
25565
  this.readers = readers;
@@ -25583,7 +25584,7 @@ var CompoundComponentScopeReader = class {
25583
25584
  }
25584
25585
  };
25585
25586
 
25586
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/dependency.mjs
25587
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/dependency.mjs
25587
25588
  var MetadataDtsModuleScopeResolver = class {
25588
25589
  constructor(dtsMetaReader, aliasingHost) {
25589
25590
  this.dtsMetaReader = dtsMetaReader;
@@ -25658,10 +25659,10 @@ var MetadataDtsModuleScopeResolver = class {
25658
25659
  }
25659
25660
  };
25660
25661
 
25661
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.mjs
25662
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.mjs
25662
25663
  var import_typescript33 = __toESM(require("typescript"), 1);
25663
25664
 
25664
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/util.mjs
25665
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/util.mjs
25665
25666
  function getDiagnosticNode(ref, rawExpr) {
25666
25667
  return rawExpr !== null ? ref.getOriginForDiagnostics(rawExpr) : ref.node.name;
25667
25668
  }
@@ -25684,7 +25685,7 @@ function makeUnknownComponentImportDiagnostic(ref, rawExpr) {
25684
25685
  return makeDiagnostic(ErrorCode.COMPONENT_UNKNOWN_IMPORT, getDiagnosticNode(ref, rawExpr), `Component imports must be standalone components, directives, pipes, or must be NgModules.`);
25685
25686
  }
25686
25687
 
25687
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.mjs
25688
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.mjs
25688
25689
  var LocalModuleScopeRegistry = class {
25689
25690
  constructor(localReader, fullReader, dependencyScopeReader, refEmitter, aliasingHost) {
25690
25691
  this.localReader = localReader;
@@ -26023,7 +26024,7 @@ function reexportCollision(module3, refA, refB) {
26023
26024
  ]);
26024
26025
  }
26025
26026
 
26026
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/typecheck.mjs
26027
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/typecheck.mjs
26027
26028
  var import_typescript35 = __toESM(require("typescript"), 1);
26028
26029
  var TypeCheckScopeRegistry = class {
26029
26030
  constructor(scopeReader, metaReader, hostDirectivesResolver) {
@@ -26091,7 +26092,7 @@ var TypeCheckScopeRegistry = class {
26091
26092
  }
26092
26093
  };
26093
26094
 
26094
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/api.mjs
26095
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/api.mjs
26095
26096
  var CompilationMode;
26096
26097
  (function(CompilationMode2) {
26097
26098
  CompilationMode2[CompilationMode2["FULL"] = 0] = "FULL";
@@ -26105,7 +26106,7 @@ var HandlerPrecedence;
26105
26106
  HandlerPrecedence2[HandlerPrecedence2["WEAK"] = 2] = "WEAK";
26106
26107
  })(HandlerPrecedence || (HandlerPrecedence = {}));
26107
26108
 
26108
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/alias.mjs
26109
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/alias.mjs
26109
26110
  var import_typescript36 = __toESM(require("typescript"), 1);
26110
26111
  function aliasTransformFactory(exportStatements) {
26111
26112
  return () => {
@@ -26128,10 +26129,10 @@ function aliasTransformFactory(exportStatements) {
26128
26129
  };
26129
26130
  }
26130
26131
 
26131
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
26132
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
26132
26133
  var import_typescript37 = __toESM(require("typescript"), 1);
26133
26134
 
26134
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/trait.mjs
26135
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/trait.mjs
26135
26136
  var TraitState;
26136
26137
  (function(TraitState2) {
26137
26138
  TraitState2[TraitState2["Pending"] = 0] = "Pending";
@@ -26188,7 +26189,7 @@ var TraitImpl = class {
26188
26189
  }
26189
26190
  };
26190
26191
 
26191
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
26192
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
26192
26193
  var TraitCompiler = class {
26193
26194
  constructor(handlers, reflector, perf, incrementalBuild, compileNonExportedClasses, compilationMode, dtsTransforms, semanticDepGraphUpdater, sourceFileTypeIdentifier) {
26194
26195
  this.handlers = handlers;
@@ -26623,10 +26624,10 @@ function containsErrors(diagnostics) {
26623
26624
  return diagnostics !== null && diagnostics.some((diag) => diag.category === import_typescript37.default.DiagnosticCategory.Error);
26624
26625
  }
26625
26626
 
26626
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.mjs
26627
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.mjs
26627
26628
  var import_typescript43 = __toESM(require("typescript"), 1);
26628
26629
 
26629
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/context.mjs
26630
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/context.mjs
26630
26631
  var Context = class {
26631
26632
  constructor(isStatement) {
26632
26633
  this.isStatement = isStatement;
@@ -26639,7 +26640,7 @@ var Context = class {
26639
26640
  }
26640
26641
  };
26641
26642
 
26642
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager.mjs
26643
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager.mjs
26643
26644
  var import_typescript39 = __toESM(require("typescript"), 1);
26644
26645
  var ImportManager = class {
26645
26646
  constructor(rewriter = new NoopImportRewriter(), prefix = "i") {
@@ -26675,7 +26676,7 @@ var ImportManager = class {
26675
26676
  }
26676
26677
  };
26677
26678
 
26678
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/translator.mjs
26679
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/translator.mjs
26679
26680
  var UNARY_OPERATORS2 = /* @__PURE__ */ new Map([
26680
26681
  [UnaryOperator.Minus, "-"],
26681
26682
  [UnaryOperator.Plus, "+"]
@@ -26906,7 +26907,7 @@ function createRange(span) {
26906
26907
  };
26907
26908
  }
26908
26909
 
26909
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/type_translator.mjs
26910
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/type_translator.mjs
26910
26911
  var import_typescript40 = __toESM(require("typescript"), 1);
26911
26912
  function translateType(type, contextFile, reflector, refEmitter, imports) {
26912
26913
  return type.visitType(new TypeTranslatorVisitor(imports, contextFile, reflector, refEmitter), new Context(false));
@@ -27122,7 +27123,7 @@ var TypeTranslatorVisitor = class {
27122
27123
  }
27123
27124
  };
27124
27125
 
27125
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/typescript_ast_factory.mjs
27126
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/typescript_ast_factory.mjs
27126
27127
  var import_typescript41 = __toESM(require("typescript"), 1);
27127
27128
  var PureAnnotation;
27128
27129
  (function(PureAnnotation2) {
@@ -27305,7 +27306,7 @@ function attachComments(statement, leadingComments) {
27305
27306
  }
27306
27307
  }
27307
27308
 
27308
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/typescript_translator.mjs
27309
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/typescript_translator.mjs
27309
27310
  function translateExpression(expression, imports, options = {}) {
27310
27311
  return expression.visitExpression(new ExpressionTranslatorVisitor(new TypeScriptAstFactory(options.annotateForClosureCompiler === true), imports, options), new Context(false));
27311
27312
  }
@@ -27313,7 +27314,7 @@ function translateStatement(statement, imports, options = {}) {
27313
27314
  return statement.visitStatement(new ExpressionTranslatorVisitor(new TypeScriptAstFactory(options.annotateForClosureCompiler === true), imports, options), new Context(true));
27314
27315
  }
27315
27316
 
27316
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/utils.mjs
27317
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/utils.mjs
27317
27318
  var import_typescript42 = __toESM(require("typescript"), 1);
27318
27319
  function addImports(importManager, sf, extraStatements = []) {
27319
27320
  const addedImports = importManager.getAllImports(sf.fileName).map((i) => {
@@ -27349,7 +27350,7 @@ function isImportStatement(stmt) {
27349
27350
  return import_typescript42.default.isImportDeclaration(stmt) || import_typescript42.default.isImportEqualsDeclaration(stmt) || import_typescript42.default.isNamespaceImport(stmt);
27350
27351
  }
27351
27352
 
27352
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.mjs
27353
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.mjs
27353
27354
  var DtsTransformRegistry = class {
27354
27355
  constructor() {
27355
27356
  this.ivyDeclarationTransforms = /* @__PURE__ */ new Map();
@@ -27496,10 +27497,10 @@ function markForEmitAsSingleLine(node) {
27496
27497
  import_typescript43.default.forEachChild(node, markForEmitAsSingleLine);
27497
27498
  }
27498
27499
 
27499
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
27500
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
27500
27501
  var import_typescript45 = __toESM(require("typescript"), 1);
27501
27502
 
27502
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/visitor.mjs
27503
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/visitor.mjs
27503
27504
  var import_typescript44 = __toESM(require("typescript"), 1);
27504
27505
  function visit(node, visitor, context) {
27505
27506
  return visitor._visit(node, context);
@@ -27560,7 +27561,7 @@ var Visitor = class {
27560
27561
  }
27561
27562
  };
27562
27563
 
27563
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
27564
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
27564
27565
  var NO_DECORATORS = /* @__PURE__ */ new Set();
27565
27566
  var CLOSURE_FILE_OVERVIEW_REGEXP = /\s+@fileoverview\s+/i;
27566
27567
  function ivyTransformFactory(compilation, reflector, importRewriter, defaultImportTracker, perf, isCore, isClosureCompilerEnabled) {
@@ -27771,7 +27772,7 @@ function nodeArrayFromDecoratorsArray(decorators) {
27771
27772
  return array;
27772
27773
  }
27773
27774
 
27774
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/shared.mjs
27775
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/shared.mjs
27775
27776
  var import_typescript46 = __toESM(require("typescript"), 1);
27776
27777
  var EMPTY_OBJECT = {};
27777
27778
  var QUERY_TYPES = /* @__PURE__ */ new Set([
@@ -28334,7 +28335,7 @@ function toR3InputMetadata(mapping) {
28334
28335
  };
28335
28336
  }
28336
28337
 
28337
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/symbol.mjs
28338
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/symbol.mjs
28338
28339
  var DirectiveSymbol = class extends SemanticSymbol {
28339
28340
  constructor(decl, selector, inputs, outputs, exportAs, typeCheckMeta, typeParameters) {
28340
28341
  super(decl);
@@ -28414,7 +28415,7 @@ function isBaseClassEqual(current, previous) {
28414
28415
  return isSymbolEqual(current, previous);
28415
28416
  }
28416
28417
 
28417
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/handler.mjs
28418
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/handler.mjs
28418
28419
  var FIELD_DECORATORS = [
28419
28420
  "Input",
28420
28421
  "Output",
@@ -28578,10 +28579,10 @@ var DirectiveDecoratorHandler = class {
28578
28579
  }
28579
28580
  };
28580
28581
 
28581
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
28582
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
28582
28583
  var import_typescript48 = __toESM(require("typescript"), 1);
28583
28584
 
28584
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/module_with_providers.mjs
28585
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/module_with_providers.mjs
28585
28586
  var import_typescript47 = __toESM(require("typescript"), 1);
28586
28587
  function createModuleWithProvidersResolver(reflector, isCore) {
28587
28588
  function _reflectModuleFromTypeParam(type, node) {
@@ -28648,7 +28649,7 @@ function isResolvedModuleWithProviders(sv) {
28648
28649
  return typeof sv.value === "object" && sv.value != null && sv.value.hasOwnProperty("ngModule") && sv.value.hasOwnProperty("mwpCall");
28649
28650
  }
28650
28651
 
28651
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
28652
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
28652
28653
  var NgModuleSymbol = class extends SemanticSymbol {
28653
28654
  constructor(decl, hasProviders) {
28654
28655
  super(decl);
@@ -29185,7 +29186,7 @@ function isSyntheticReference(ref) {
29185
29186
  return ref.synthetic;
29186
29187
  }
29187
29188
 
29188
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/diagnostics.mjs
29189
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/diagnostics.mjs
29189
29190
  function makeCyclicImportInfo(ref, type, cycle) {
29190
29191
  const name = ref.debugName || "(unknown)";
29191
29192
  const path3 = cycle.getPath().map((sf) => sf.fileName).join(" -> ");
@@ -29208,7 +29209,7 @@ function checkCustomElementSelectorForErrors(selector) {
29208
29209
  return null;
29209
29210
  }
29210
29211
 
29211
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/resources.mjs
29212
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/resources.mjs
29212
29213
  var import_typescript50 = __toESM(require("typescript"), 1);
29213
29214
  function getTemplateDeclarationNodeForError(declaration) {
29214
29215
  return declaration.isInline ? declaration.expression : declaration.templateUrlExpression;
@@ -29518,7 +29519,7 @@ function _extractTemplateStyleUrls(template2) {
29518
29519
  return template2.styleUrls.map((url) => ({ url, source: 1, nodeForError }));
29519
29520
  }
29520
29521
 
29521
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/symbol.mjs
29522
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/symbol.mjs
29522
29523
  var ComponentSymbol = class extends DirectiveSymbol {
29523
29524
  constructor() {
29524
29525
  super(...arguments);
@@ -29553,7 +29554,7 @@ var ComponentSymbol = class extends DirectiveSymbol {
29553
29554
  }
29554
29555
  };
29555
29556
 
29556
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/util.mjs
29557
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/util.mjs
29557
29558
  function collectAnimationNames(value, animationTriggerNames) {
29558
29559
  if (value instanceof Map) {
29559
29560
  const name = value.get("name");
@@ -29629,7 +29630,7 @@ function isLikelyModuleWithProviders(value) {
29629
29630
  return false;
29630
29631
  }
29631
29632
 
29632
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
29633
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
29633
29634
  var EMPTY_ARRAY2 = [];
29634
29635
  var ComponentDecoratorHandler = class {
29635
29636
  constructor(reflector, evaluator, metaRegistry, metaReader, scopeReader, dtsScopeReader, scopeRegistry, typeCheckScopeRegistry, resourceRegistry, isCore, strictCtorDeps, resourceLoader, rootDirs, defaultPreserveWhitespaces, i18nUseExternalIds, enableI18nLegacyMessageIdFormat, usePoisonedData, i18nNormalizeLineEndingsInICUs, moduleResolver, cycleAnalyzer, cycleHandlingStrategy, refEmitter, referencesRegistry, depTracker, injectableRegistry, semanticDepGraphUpdater, annotateForClosureCompiler, perf, hostDirectivesResolver, includeClassMetadata) {
@@ -30281,7 +30282,7 @@ function validateStandaloneImports(importRefs, importExpr2, metaReader, scopeRea
30281
30282
  return diagnostics;
30282
30283
  }
30283
30284
 
30284
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/injectable.mjs
30285
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/injectable.mjs
30285
30286
  var import_typescript53 = __toESM(require("typescript"), 1);
30286
30287
  var InjectableDecoratorHandler = class {
30287
30288
  constructor(reflector, evaluator, isCore, strictCtorDeps, injectableRegistry, perf, includeClassMetadata, errorOnDuplicateProv = true) {
@@ -30496,7 +30497,7 @@ function getDep(dep, reflector) {
30496
30497
  return meta;
30497
30498
  }
30498
30499
 
30499
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/pipe.mjs
30500
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/pipe.mjs
30500
30501
  var import_typescript54 = __toESM(require("typescript"), 1);
30501
30502
  var PipeSymbol = class extends SemanticSymbol {
30502
30503
  constructor(decl, name) {
@@ -30640,7 +30641,7 @@ var PipeDecoratorHandler = class {
30640
30641
  }
30641
30642
  };
30642
30643
 
30643
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/analyzer.mjs
30644
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/analyzer.mjs
30644
30645
  var CycleAnalyzer = class {
30645
30646
  constructor(importGraph) {
30646
30647
  this.importGraph = importGraph;
@@ -30711,7 +30712,7 @@ var Cycle = class {
30711
30712
  }
30712
30713
  };
30713
30714
 
30714
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/imports.mjs
30715
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/imports.mjs
30715
30716
  var import_typescript55 = __toESM(require("typescript"), 1);
30716
30717
  var ImportGraph = class {
30717
30718
  constructor(checker, perf) {
@@ -30803,7 +30804,7 @@ var Found = class {
30803
30804
  }
30804
30805
  };
30805
30806
 
30806
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/generator.mjs
30807
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/generator.mjs
30807
30808
  var import_typescript56 = __toESM(require("typescript"), 1);
30808
30809
  var FlatIndexGenerator = class {
30809
30810
  constructor(entryPoint, relativeFlatIndexPath, moduleName) {
@@ -30828,7 +30829,7 @@ export * from '${relativeEntryPoint}';
30828
30829
  }
30829
30830
  };
30830
30831
 
30831
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/logic.mjs
30832
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/logic.mjs
30832
30833
  function findFlatIndexEntryPoint(rootFiles) {
30833
30834
  const tsFiles = rootFiles.filter((file) => isNonDeclarationTsPath(file));
30834
30835
  let resolvedEntryPoint = null;
@@ -30844,7 +30845,7 @@ function findFlatIndexEntryPoint(rootFiles) {
30844
30845
  return resolvedEntryPoint;
30845
30846
  }
30846
30847
 
30847
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/private_export_checker.mjs
30848
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/private_export_checker.mjs
30848
30849
  var import_typescript58 = __toESM(require("typescript"), 1);
30849
30850
  function checkForPrivateExports(entryPoint, checker, refGraph) {
30850
30851
  const diagnostics = [];
@@ -30924,7 +30925,7 @@ function getDescriptorOfDeclaration(decl) {
30924
30925
  }
30925
30926
  }
30926
30927
 
30927
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/reference_graph.mjs
30928
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/reference_graph.mjs
30928
30929
  var ReferenceGraph = class {
30929
30930
  constructor() {
30930
30931
  this.references = /* @__PURE__ */ new Map();
@@ -30978,7 +30979,7 @@ var ReferenceGraph = class {
30978
30979
  }
30979
30980
  };
30980
30981
 
30981
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/api.mjs
30982
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/api.mjs
30982
30983
  var NgOriginalFile = Symbol("NgOriginalFile");
30983
30984
  var UpdateMode;
30984
30985
  (function(UpdateMode2) {
@@ -30986,13 +30987,13 @@ var UpdateMode;
30986
30987
  UpdateMode2[UpdateMode2["Incremental"] = 1] = "Incremental";
30987
30988
  })(UpdateMode || (UpdateMode = {}));
30988
30989
 
30989
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/ts_create_program_driver.mjs
30990
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/ts_create_program_driver.mjs
30990
30991
  var import_typescript62 = __toESM(require("typescript"), 1);
30991
30992
 
30992
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/adapter.mjs
30993
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/adapter.mjs
30993
30994
  var import_typescript59 = __toESM(require("typescript"), 1);
30994
30995
 
30995
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/expando.mjs
30996
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/expando.mjs
30996
30997
  var NgExtension = Symbol("NgExtension");
30997
30998
  function isExtended(sf) {
30998
30999
  return sf[NgExtension] !== void 0;
@@ -31052,13 +31053,13 @@ function retagTsFile(sf) {
31052
31053
  }
31053
31054
  }
31054
31055
 
31055
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/util.mjs
31056
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/util.mjs
31056
31057
  var TS_EXTENSIONS = /\.tsx?$/i;
31057
31058
  function makeShimFileName(fileName, suffix) {
31058
31059
  return absoluteFrom(fileName.replace(TS_EXTENSIONS, suffix));
31059
31060
  }
31060
31061
 
31061
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/adapter.mjs
31062
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/adapter.mjs
31062
31063
  var ShimAdapter = class {
31063
31064
  constructor(delegate, tsRootFiles, topLevelGenerators, perFileGenerators, oldProgram) {
31064
31065
  this.delegate = delegate;
@@ -31153,7 +31154,7 @@ var ShimAdapter = class {
31153
31154
  }
31154
31155
  };
31155
31156
 
31156
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/reference_tagger.mjs
31157
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/reference_tagger.mjs
31157
31158
  var ShimReferenceTagger = class {
31158
31159
  constructor(shimExtensions) {
31159
31160
  this.tagged = /* @__PURE__ */ new Set();
@@ -31187,7 +31188,7 @@ var ShimReferenceTagger = class {
31187
31188
  }
31188
31189
  };
31189
31190
 
31190
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/ts_create_program_driver.mjs
31191
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/ts_create_program_driver.mjs
31191
31192
  var DelegatingCompilerHost = class {
31192
31193
  constructor(delegate) {
31193
31194
  this.delegate = delegate;
@@ -31300,7 +31301,7 @@ var TsCreateProgramDriver = class {
31300
31301
  }
31301
31302
  };
31302
31303
 
31303
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/dependency_tracking.mjs
31304
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/dependency_tracking.mjs
31304
31305
  var FileDependencyGraph = class {
31305
31306
  constructor() {
31306
31307
  this.nodes = /* @__PURE__ */ new Map();
@@ -31367,7 +31368,7 @@ function isLogicallyChanged(sf, node, changedTsPaths, deletedTsPaths, changedRes
31367
31368
  return false;
31368
31369
  }
31369
31370
 
31370
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/state.mjs
31371
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/state.mjs
31371
31372
  var IncrementalStateKind;
31372
31373
  (function(IncrementalStateKind2) {
31373
31374
  IncrementalStateKind2[IncrementalStateKind2["Fresh"] = 0] = "Fresh";
@@ -31375,7 +31376,7 @@ var IncrementalStateKind;
31375
31376
  IncrementalStateKind2[IncrementalStateKind2["Analyzed"] = 2] = "Analyzed";
31376
31377
  })(IncrementalStateKind || (IncrementalStateKind = {}));
31377
31378
 
31378
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/incremental.mjs
31379
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/incremental.mjs
31379
31380
  var PhaseKind;
31380
31381
  (function(PhaseKind2) {
31381
31382
  PhaseKind2[PhaseKind2["Analysis"] = 0] = "Analysis";
@@ -31576,7 +31577,7 @@ function toOriginalSourceFile(sf) {
31576
31577
  }
31577
31578
  }
31578
31579
 
31579
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/strategy.mjs
31580
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/strategy.mjs
31580
31581
  var TrackedIncrementalBuildStrategy = class {
31581
31582
  constructor() {
31582
31583
  this.state = null;
@@ -31597,7 +31598,7 @@ var TrackedIncrementalBuildStrategy = class {
31597
31598
  };
31598
31599
  var SYM_INCREMENTAL_STATE = Symbol("NgIncrementalState");
31599
31600
 
31600
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/api.mjs
31601
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/api.mjs
31601
31602
  var IdentifierKind;
31602
31603
  (function(IdentifierKind2) {
31603
31604
  IdentifierKind2[IdentifierKind2["Property"] = 0] = "Property";
@@ -31615,7 +31616,7 @@ var AbsoluteSourceSpan2 = class {
31615
31616
  }
31616
31617
  };
31617
31618
 
31618
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/context.mjs
31619
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/context.mjs
31619
31620
  var IndexingContext = class {
31620
31621
  constructor() {
31621
31622
  this.components = /* @__PURE__ */ new Set();
@@ -31625,7 +31626,7 @@ var IndexingContext = class {
31625
31626
  }
31626
31627
  };
31627
31628
 
31628
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/template.mjs
31629
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/template.mjs
31629
31630
  var ExpressionVisitor = class extends RecursiveAstVisitor2 {
31630
31631
  constructor(expressionStr, absoluteOffset, boundTemplate, targetToIdentifier) {
31631
31632
  super();
@@ -31861,7 +31862,7 @@ function getTemplateIdentifiers(boundTemplate) {
31861
31862
  return { identifiers: visitor.identifiers, errors: visitor.errors };
31862
31863
  }
31863
31864
 
31864
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/transform.mjs
31865
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/transform.mjs
31865
31866
  function generateAnalysis(context) {
31866
31867
  const analysis = /* @__PURE__ */ new Map();
31867
31868
  context.components.forEach(({ declaration, selector, boundTemplate, templateMeta }) => {
@@ -31897,7 +31898,7 @@ function generateAnalysis(context) {
31897
31898
  return analysis;
31898
31899
  }
31899
31900
 
31900
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/ng_module_index.mjs
31901
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/ng_module_index.mjs
31901
31902
  var NgModuleIndexImpl = class {
31902
31903
  constructor(metaReader, localReader) {
31903
31904
  this.metaReader = metaReader;
@@ -31986,7 +31987,7 @@ var NgModuleIndexImpl = class {
31986
31987
  }
31987
31988
  };
31988
31989
 
31989
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/resource/src/loader.mjs
31990
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/resource/src/loader.mjs
31990
31991
  var import_typescript65 = __toESM(require("typescript"), 1);
31991
31992
  var CSS_PREPROCESSOR_EXT = /(\.scss|\.sass|\.less|\.styl)$/;
31992
31993
  var RESOURCE_MARKER = ".$ngresource$";
@@ -32134,7 +32135,7 @@ function createLookupResolutionHost(adapter) {
32134
32135
  };
32135
32136
  }
32136
32137
 
32137
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/standalone.mjs
32138
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/standalone.mjs
32138
32139
  var StandaloneComponentScopeReader = class {
32139
32140
  constructor(metaReader, localModuleReader, dtsModuleReader) {
32140
32141
  this.metaReader = metaReader;
@@ -32212,21 +32213,21 @@ var StandaloneComponentScopeReader = class {
32212
32213
  }
32213
32214
  };
32214
32215
 
32215
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/checker.mjs
32216
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/checker.mjs
32216
32217
  var OptimizeFor;
32217
32218
  (function(OptimizeFor2) {
32218
32219
  OptimizeFor2[OptimizeFor2["SingleFile"] = 0] = "SingleFile";
32219
32220
  OptimizeFor2[OptimizeFor2["WholeProgram"] = 1] = "WholeProgram";
32220
32221
  })(OptimizeFor || (OptimizeFor = {}));
32221
32222
 
32222
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/completion.mjs
32223
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/completion.mjs
32223
32224
  var CompletionKind;
32224
32225
  (function(CompletionKind2) {
32225
32226
  CompletionKind2[CompletionKind2["Reference"] = 0] = "Reference";
32226
32227
  CompletionKind2[CompletionKind2["Variable"] = 1] = "Variable";
32227
32228
  })(CompletionKind || (CompletionKind = {}));
32228
32229
 
32229
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/scope.mjs
32230
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/scope.mjs
32230
32231
  var PotentialImportKind;
32231
32232
  (function(PotentialImportKind2) {
32232
32233
  PotentialImportKind2[PotentialImportKind2["NgModule"] = 0] = "NgModule";
@@ -32238,7 +32239,7 @@ var PotentialImportMode;
32238
32239
  PotentialImportMode2[PotentialImportMode2["ForceDirect"] = 1] = "ForceDirect";
32239
32240
  })(PotentialImportMode || (PotentialImportMode = {}));
32240
32241
 
32241
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/symbols.mjs
32242
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/symbols.mjs
32242
32243
  var SymbolKind;
32243
32244
  (function(SymbolKind2) {
32244
32245
  SymbolKind2[SymbolKind2["Input"] = 0] = "Input";
@@ -32254,7 +32255,7 @@ var SymbolKind;
32254
32255
  SymbolKind2[SymbolKind2["Pipe"] = 10] = "Pipe";
32255
32256
  })(SymbolKind || (SymbolKind = {}));
32256
32257
 
32257
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/diagnostic.mjs
32258
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/diagnostic.mjs
32258
32259
  var import_typescript66 = __toESM(require("typescript"), 1);
32259
32260
  function makeTemplateDiagnostic(templateId, mapping, span, category, code, messageText, relatedMessages) {
32260
32261
  var _a2;
@@ -32361,7 +32362,7 @@ function parseTemplateAsSourceFile(fileName, template2) {
32361
32362
  return import_typescript66.default.createSourceFile(fileName, template2, import_typescript66.default.ScriptTarget.Latest, false, import_typescript66.default.ScriptKind.JSX);
32362
32363
  }
32363
32364
 
32364
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/id.mjs
32365
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/id.mjs
32365
32366
  var TEMPLATE_ID = Symbol("ngTemplateId");
32366
32367
  var NEXT_TEMPLATE_ID = Symbol("ngNextTemplateId");
32367
32368
  function getTemplateId(clazz) {
@@ -32378,10 +32379,10 @@ function allocateTemplateId(sf) {
32378
32379
  return `tcb${sf[NEXT_TEMPLATE_ID]++}`;
32379
32380
  }
32380
32381
 
32381
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/completion.mjs
32382
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/completion.mjs
32382
32383
  var import_typescript68 = __toESM(require("typescript"), 1);
32383
32384
 
32384
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/comments.mjs
32385
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/comments.mjs
32385
32386
  var import_typescript67 = __toESM(require("typescript"), 1);
32386
32387
  var parseSpanComment = /^(\d+),(\d+)$/;
32387
32388
  function readSpanComment(node, sourceFile = node.getSourceFile()) {
@@ -32510,7 +32511,7 @@ function hasExpressionIdentifier(sourceFile, node, identifier) {
32510
32511
  }) || false;
32511
32512
  }
32512
32513
 
32513
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/completion.mjs
32514
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/completion.mjs
32514
32515
  var CompletionEngine = class {
32515
32516
  constructor(tcb, data, tcbPath, tcbIsShim) {
32516
32517
  this.tcb = tcb;
@@ -32667,10 +32668,10 @@ var CompletionEngine = class {
32667
32668
  }
32668
32669
  };
32669
32670
 
32670
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
32671
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
32671
32672
  var import_typescript83 = __toESM(require("typescript"), 1);
32672
32673
 
32673
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/dom.mjs
32674
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/dom.mjs
32674
32675
  var import_typescript69 = __toESM(require("typescript"), 1);
32675
32676
  var REGISTRY = new DomElementSchemaRegistry();
32676
32677
  var REMOVE_XHTML_REGEX = /^:xhtml:/;
@@ -32722,10 +32723,10 @@ var RegistryDomSchemaChecker = class {
32722
32723
  }
32723
32724
  };
32724
32725
 
32725
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/environment.mjs
32726
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/environment.mjs
32726
32727
  var import_typescript76 = __toESM(require("typescript"), 1);
32727
32728
 
32728
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/ts_util.mjs
32729
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/ts_util.mjs
32729
32730
  var import_typescript70 = __toESM(require("typescript"), 1);
32730
32731
  var SAFE_TO_CAST_WITHOUT_PARENS = /* @__PURE__ */ new Set([
32731
32732
  import_typescript70.default.SyntaxKind.ParenthesizedExpression,
@@ -32799,16 +32800,16 @@ function isAccessExpression(node) {
32799
32800
  return import_typescript70.default.isPropertyAccessExpression(node) || import_typescript70.default.isElementAccessExpression(node);
32800
32801
  }
32801
32802
 
32802
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.mjs
32803
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.mjs
32803
32804
  var import_typescript75 = __toESM(require("typescript"), 1);
32804
32805
 
32805
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.mjs
32806
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.mjs
32806
32807
  var import_typescript73 = __toESM(require("typescript"), 1);
32807
32808
 
32808
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_parameter_emitter.mjs
32809
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_parameter_emitter.mjs
32809
32810
  var import_typescript72 = __toESM(require("typescript"), 1);
32810
32811
 
32811
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_emitter.mjs
32812
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_emitter.mjs
32812
32813
  var import_typescript71 = __toESM(require("typescript"), 1);
32813
32814
  var INELIGIBLE = {};
32814
32815
  function canEmitType(type, canEmit) {
@@ -32883,7 +32884,7 @@ var TypeEmitter = class {
32883
32884
  }
32884
32885
  };
32885
32886
 
32886
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_parameter_emitter.mjs
32887
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_parameter_emitter.mjs
32887
32888
  var TypeParameterEmitter = class {
32888
32889
  constructor(typeParameters, reflector) {
32889
32890
  this.typeParameters = typeParameters;
@@ -32960,7 +32961,7 @@ var TypeParameterEmitter = class {
32960
32961
  }
32961
32962
  };
32962
32963
 
32963
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.mjs
32964
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.mjs
32964
32965
  var TcbInliningRequirement;
32965
32966
  (function(TcbInliningRequirement2) {
32966
32967
  TcbInliningRequirement2[TcbInliningRequirement2["MustInline"] = 0] = "MustInline";
@@ -33040,7 +33041,7 @@ function checkIfGenericTypeBoundsCanBeEmitted(node, reflector, env) {
33040
33041
  return emitter.canEmit((ref) => env.canReferenceType(ref));
33041
33042
  }
33042
33043
 
33043
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.mjs
33044
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.mjs
33044
33045
  function generateTypeCtorDeclarationFn(node, meta, nodeTypeRef, typeParams) {
33045
33046
  const rawTypeArgs = typeParams !== void 0 ? generateGenericArgs(typeParams) : void 0;
33046
33047
  const rawType = import_typescript75.default.factory.createTypeReferenceNode(nodeTypeRef, rawTypeArgs);
@@ -33151,7 +33152,7 @@ function typeParametersWithDefaultTypes(params) {
33151
33152
  });
33152
33153
  }
33153
33154
 
33154
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/environment.mjs
33155
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/environment.mjs
33155
33156
  var Environment = class {
33156
33157
  constructor(config, importManager, refEmitter, reflector, contextFile) {
33157
33158
  this.config = config;
@@ -33245,7 +33246,7 @@ var Environment = class {
33245
33246
  }
33246
33247
  };
33247
33248
 
33248
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/oob.mjs
33249
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/oob.mjs
33249
33250
  var import_typescript77 = __toESM(require("typescript"), 1);
33250
33251
  var OutOfBandDiagnosticRecorderImpl = class {
33251
33252
  constructor(resolver) {
@@ -33380,7 +33381,7 @@ function makeInlineDiagnostic(templateId, code, node, messageText, relatedInform
33380
33381
  });
33381
33382
  }
33382
33383
 
33383
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/shim.mjs
33384
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/shim.mjs
33384
33385
  var import_typescript78 = __toESM(require("typescript"), 1);
33385
33386
  var TypeCheckShimGenerator = class {
33386
33387
  constructor() {
@@ -33398,10 +33399,10 @@ var TypeCheckShimGenerator = class {
33398
33399
  }
33399
33400
  };
33400
33401
 
33401
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.mjs
33402
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.mjs
33402
33403
  var import_typescript81 = __toESM(require("typescript"), 1);
33403
33404
 
33404
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/diagnostics.mjs
33405
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/diagnostics.mjs
33405
33406
  var import_typescript79 = __toESM(require("typescript"), 1);
33406
33407
  function wrapForDiagnostics(expr) {
33407
33408
  return import_typescript79.default.factory.createParenthesizedExpression(expr);
@@ -33446,7 +33447,7 @@ function translateDiagnostic(diagnostic, resolver) {
33446
33447
  return makeTemplateDiagnostic(sourceLocation.id, templateSourceMapping, span, diagnostic.category, diagnostic.code, diagnostic.messageText);
33447
33448
  }
33448
33449
 
33449
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/expression.mjs
33450
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/expression.mjs
33450
33451
  var import_typescript80 = __toESM(require("typescript"), 1);
33451
33452
  var NULL_AS_ANY = import_typescript80.default.factory.createAsExpression(import_typescript80.default.factory.createNull(), import_typescript80.default.factory.createKeywordTypeNode(import_typescript80.default.SyntaxKind.AnyKeyword));
33452
33453
  var UNDEFINED = import_typescript80.default.factory.createIdentifier("undefined");
@@ -33778,7 +33779,7 @@ var VeSafeLhsInferenceBugDetector = _VeSafeLhsInferenceBugDetector;
33778
33779
  _VeSafeLhsInferenceBugDetector.SINGLETON = new _VeSafeLhsInferenceBugDetector();
33779
33780
  })();
33780
33781
 
33781
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/template_semantics.mjs
33782
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/template_semantics.mjs
33782
33783
  var ExpressionSemanticVisitor = class extends RecursiveAstVisitor2 {
33783
33784
  constructor(templateId, boundTarget, oob) {
33784
33785
  super();
@@ -33801,7 +33802,7 @@ var ExpressionSemanticVisitor = class extends RecursiveAstVisitor2 {
33801
33802
  }
33802
33803
  };
33803
33804
 
33804
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.mjs
33805
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.mjs
33805
33806
  var TcbGenericContextBehavior;
33806
33807
  (function(TcbGenericContextBehavior2) {
33807
33808
  TcbGenericContextBehavior2[TcbGenericContextBehavior2["UseEmitter"] = 0] = "UseEmitter";
@@ -34928,7 +34929,7 @@ var TcbEventHandlerTranslator = class extends TcbExpressionTranslator {
34928
34929
  }
34929
34930
  };
34930
34931
 
34931
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_file.mjs
34932
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_file.mjs
34932
34933
  var import_typescript82 = __toESM(require("typescript"), 1);
34933
34934
  var TypeCheckFile = class extends Environment {
34934
34935
  constructor(fileName, config, refEmitter, reflector, compilerHost) {
@@ -34964,7 +34965,7 @@ var TypeCheckFile = class extends Environment {
34964
34965
  }
34965
34966
  };
34966
34967
 
34967
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
34968
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
34968
34969
  var InliningMode;
34969
34970
  (function(InliningMode2) {
34970
34971
  InliningMode2[InliningMode2["InlineOps"] = 0] = "InlineOps";
@@ -35201,7 +35202,7 @@ function splitStringAtPoints(str, points) {
35201
35202
  return splits;
35202
35203
  }
35203
35204
 
35204
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/line_mappings.mjs
35205
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/line_mappings.mjs
35205
35206
  var LF_CHAR = 10;
35206
35207
  var CR_CHAR = 13;
35207
35208
  var LINE_SEP_CHAR = 8232;
@@ -35242,7 +35243,7 @@ function findClosestLineStartPosition(linesMap, position, low = 0, high = linesM
35242
35243
  return low - 1;
35243
35244
  }
35244
35245
 
35245
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/source.mjs
35246
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/source.mjs
35246
35247
  var TemplateSource = class {
35247
35248
  constructor(mapping, file) {
35248
35249
  this.mapping = mapping;
@@ -35293,7 +35294,7 @@ var TemplateSourceManager = class {
35293
35294
  }
35294
35295
  };
35295
35296
 
35296
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/template_symbol_builder.mjs
35297
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/template_symbol_builder.mjs
35297
35298
  var import_typescript84 = __toESM(require("typescript"), 1);
35298
35299
  var SymbolBuilder = class {
35299
35300
  constructor(tcbPath, tcbIsShim, typeCheckBlock, templateData, componentScopeReader, getTypeChecker) {
@@ -35770,7 +35771,7 @@ function sourceSpanEqual(a, b) {
35770
35771
  return a.start.offset === b.start.offset && a.end.offset === b.end.offset;
35771
35772
  }
35772
35773
 
35773
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/checker.mjs
35774
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/checker.mjs
35774
35775
  var REGISTRY2 = new DomElementSchemaRegistry();
35775
35776
  var TemplateTypeCheckerImpl = class {
35776
35777
  constructor(originalProgram, programDriver, typeCheckAdapter, config, refEmitter, reflector, compilerHost, priorBuild, metaReader, localMetaReader, ngModuleIndex, componentScopeReader, typeCheckScopeRegistry, perf) {
@@ -36466,7 +36467,7 @@ var SingleShimTypeCheckingHost = class extends SingleFileTypeCheckingHost {
36466
36467
  }
36467
36468
  };
36468
36469
 
36469
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/api/api.mjs
36470
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/api/api.mjs
36470
36471
  var TemplateCheckWithVisitor = class {
36471
36472
  run(ctx, component, template2) {
36472
36473
  const visitor = new TemplateVisitor2(ctx, component, this);
@@ -36542,7 +36543,7 @@ var TemplateVisitor2 = class extends RecursiveAstVisitor2 {
36542
36543
  }
36543
36544
  };
36544
36545
 
36545
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/invalid_banana_in_box/index.mjs
36546
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/invalid_banana_in_box/index.mjs
36546
36547
  var InvalidBananaInBoxCheck = class extends TemplateCheckWithVisitor {
36547
36548
  constructor() {
36548
36549
  super(...arguments);
@@ -36567,7 +36568,7 @@ var factory = {
36567
36568
  create: () => new InvalidBananaInBoxCheck()
36568
36569
  };
36569
36570
 
36570
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_control_flow_directive/index.mjs
36571
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_control_flow_directive/index.mjs
36571
36572
  var KNOWN_CONTROL_FLOW_DIRECTIVES = /* @__PURE__ */ new Map([
36572
36573
  ["ngIf", "NgIf"],
36573
36574
  ["ngFor", "NgFor"],
@@ -36611,7 +36612,7 @@ var factory2 = {
36611
36612
  }
36612
36613
  };
36613
36614
 
36614
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_ngforof_let/index.mjs
36615
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_ngforof_let/index.mjs
36615
36616
  var MissingNgForOfLetCheck = class extends TemplateCheckWithVisitor {
36616
36617
  constructor() {
36617
36618
  super(...arguments);
@@ -36643,7 +36644,7 @@ var factory3 = {
36643
36644
  create: () => new MissingNgForOfLetCheck()
36644
36645
  };
36645
36646
 
36646
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/nullish_coalescing_not_nullable/index.mjs
36647
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/nullish_coalescing_not_nullable/index.mjs
36647
36648
  var import_typescript87 = __toESM(require("typescript"), 1);
36648
36649
  var NullishCoalescingNotNullableCheck = class extends TemplateCheckWithVisitor {
36649
36650
  constructor() {
@@ -36687,7 +36688,7 @@ var factory4 = {
36687
36688
  }
36688
36689
  };
36689
36690
 
36690
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/optional_chain_not_nullable/index.mjs
36691
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/optional_chain_not_nullable/index.mjs
36691
36692
  var import_typescript88 = __toESM(require("typescript"), 1);
36692
36693
  var OptionalChainNotNullableCheck = class extends TemplateCheckWithVisitor {
36693
36694
  constructor() {
@@ -36732,7 +36733,7 @@ var factory5 = {
36732
36733
  }
36733
36734
  };
36734
36735
 
36735
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/suffix_not_supported/index.mjs
36736
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/suffix_not_supported/index.mjs
36736
36737
  var STYLE_SUFFIXES = ["px", "%", "em"];
36737
36738
  var SuffixNotSupportedCheck = class extends TemplateCheckWithVisitor {
36738
36739
  constructor() {
@@ -36755,7 +36756,7 @@ var factory6 = {
36755
36756
  create: () => new SuffixNotSupportedCheck()
36756
36757
  };
36757
36758
 
36758
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/text_attribute_not_binding/index.mjs
36759
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/text_attribute_not_binding/index.mjs
36759
36760
  var TextAttributeNotBindingSpec = class extends TemplateCheckWithVisitor {
36760
36761
  constructor() {
36761
36762
  super(...arguments);
@@ -36793,10 +36794,10 @@ var factory7 = {
36793
36794
  create: () => new TextAttributeNotBindingSpec()
36794
36795
  };
36795
36796
 
36796
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.mjs
36797
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.mjs
36797
36798
  var import_typescript89 = __toESM(require("typescript"), 1);
36798
36799
 
36799
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/api/src/public_options.mjs
36800
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/api/src/public_options.mjs
36800
36801
  var DiagnosticCategoryLabel;
36801
36802
  (function(DiagnosticCategoryLabel2) {
36802
36803
  DiagnosticCategoryLabel2["Warning"] = "warning";
@@ -36804,7 +36805,7 @@ var DiagnosticCategoryLabel;
36804
36805
  DiagnosticCategoryLabel2["Suppress"] = "suppress";
36805
36806
  })(DiagnosticCategoryLabel || (DiagnosticCategoryLabel = {}));
36806
36807
 
36807
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.mjs
36808
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.mjs
36808
36809
  var ExtendedTemplateCheckerImpl = class {
36809
36810
  constructor(templateTypeChecker, typeChecker, templateCheckFactories, options) {
36810
36811
  var _a2, _b2, _c2, _d2, _e2;
@@ -36856,7 +36857,7 @@ function assertNever(value) {
36856
36857
  ${value}`);
36857
36858
  }
36858
36859
 
36859
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/index.mjs
36860
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/index.mjs
36860
36861
  var ALL_DIAGNOSTIC_FACTORIES = [
36861
36862
  factory,
36862
36863
  factory4,
@@ -36867,7 +36868,7 @@ var ALL_DIAGNOSTIC_FACTORIES = [
36867
36868
  factory6
36868
36869
  ];
36869
36870
 
36870
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.mjs
36871
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.mjs
36871
36872
  var CompilationTicketKind;
36872
36873
  (function(CompilationTicketKind2) {
36873
36874
  CompilationTicketKind2[CompilationTicketKind2["Fresh"] = 0] = "Fresh";
@@ -37590,7 +37591,7 @@ function versionMapFromProgram(program, driver) {
37590
37591
  return versions;
37591
37592
  }
37592
37593
 
37593
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/host.mjs
37594
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/host.mjs
37594
37595
  var import_typescript92 = __toESM(require("typescript"), 1);
37595
37596
  var DelegatingCompilerHost2 = class {
37596
37597
  constructor(delegate) {
@@ -37723,7 +37724,7 @@ var NgCompilerHost = class extends DelegatingCompilerHost2 {
37723
37724
  }
37724
37725
  };
37725
37726
 
37726
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
37727
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
37727
37728
  var NgtscProgram = class {
37728
37729
  constructor(rootNames, options, delegateHost, oldProgram) {
37729
37730
  this.options = options;
@@ -37941,21 +37942,21 @@ function mergeEmitResults(emitResults) {
37941
37942
  return { diagnostics, emitSkipped, emittedFiles };
37942
37943
  }
37943
37944
 
37944
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/program.mjs
37945
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/program.mjs
37945
37946
  function createProgram({ rootNames, options, host, oldProgram }) {
37946
37947
  return new NgtscProgram(rootNames, options, host, oldProgram);
37947
37948
  }
37948
37949
 
37949
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/perform_compile.mjs
37950
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/perform_compile.mjs
37950
37951
  var import_typescript96 = __toESM(require("typescript"), 1);
37951
37952
 
37952
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/util.mjs
37953
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/util.mjs
37953
37954
  var import_typescript95 = __toESM(require("typescript"), 1);
37954
37955
 
37955
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/downlevel_decorators_transform/downlevel_decorators_transform.mjs
37956
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/downlevel_decorators_transform/downlevel_decorators_transform.mjs
37956
37957
  var import_typescript97 = __toESM(require("typescript"), 1);
37957
37958
 
37958
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/private/tooling.mjs
37959
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/private/tooling.mjs
37959
37960
  var GLOBAL_DEFS_FOR_TERSER = {
37960
37961
  ngDevMode: false,
37961
37962
  ngI18nClosureMode: false
@@ -37964,7 +37965,7 @@ var GLOBAL_DEFS_FOR_TERSER_WITH_AOT = __spreadProps(__spreadValues({}, GLOBAL_DE
37964
37965
  ngJitMode: false
37965
37966
  });
37966
37967
 
37967
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/logging/src/logger.mjs
37968
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/logging/src/logger.mjs
37968
37969
  var LogLevel;
37969
37970
  (function(LogLevel2) {
37970
37971
  LogLevel2[LogLevel2["debug"] = 0] = "debug";
@@ -37973,7 +37974,7 @@ var LogLevel;
37973
37974
  LogLevel2[LogLevel2["error"] = 3] = "error";
37974
37975
  })(LogLevel || (LogLevel = {}));
37975
37976
 
37976
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/logging/src/console_logger.mjs
37977
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/logging/src/console_logger.mjs
37977
37978
  var RESET = "\x1B[0m";
37978
37979
  var RED = "\x1B[31m";
37979
37980
  var YELLOW = "\x1B[33m";
@@ -37982,18 +37983,18 @@ var DEBUG = `${BLUE}Debug:${RESET}`;
37982
37983
  var WARN = `${YELLOW}Warning:${RESET}`;
37983
37984
  var ERROR = `${RED}Error:${RESET}`;
37984
37985
 
37985
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/index.mjs
37986
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/index.mjs
37986
37987
  setFileSystem(new NodeJSFileSystem());
37987
37988
 
37988
- // bazel-out/k8-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/index.mjs
37989
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/index.mjs
37989
37990
  var import_fs2 = require("fs");
37990
37991
  var import_path8 = require("path");
37991
37992
  var import_typescript110 = __toESM(require("typescript"), 1);
37992
37993
 
37993
- // bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/change_tracker.mjs
37994
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/change_tracker.mjs
37994
37995
  var import_typescript99 = __toESM(require("typescript"), 1);
37995
37996
 
37996
- // bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/import_manager.mjs
37997
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/import_manager.mjs
37997
37998
  var import_path4 = require("path");
37998
37999
  var import_typescript98 = __toESM(require("typescript"), 1);
37999
38000
  var ImportManager2 = class {
@@ -38177,7 +38178,7 @@ ${text2}`;
38177
38178
  }
38178
38179
  };
38179
38180
 
38180
- // bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/change_tracker.mjs
38181
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/change_tracker.mjs
38181
38182
  var ChangeTracker = class {
38182
38183
  constructor(_printer, _importRemapper) {
38183
38184
  __publicField(this, "_printer");
@@ -38233,7 +38234,7 @@ function normalizePath(path3) {
38233
38234
  return path3.replace(/\\/g, "/");
38234
38235
  }
38235
38236
 
38236
- // bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/project_tsconfig_paths.mjs
38237
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/project_tsconfig_paths.mjs
38237
38238
  var import_core13 = require("@angular-devkit/core");
38238
38239
  function getProjectTsConfigPaths(tree) {
38239
38240
  return __async(this, null, function* () {
@@ -38313,11 +38314,11 @@ function getWorkspace(tree) {
38313
38314
  });
38314
38315
  }
38315
38316
 
38316
- // bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/typescript/compiler_host.mjs
38317
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/typescript/compiler_host.mjs
38317
38318
  var import_path5 = require("path");
38318
38319
  var import_typescript101 = __toESM(require("typescript"), 1);
38319
38320
 
38320
- // bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/typescript/parse_tsconfig.mjs
38321
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/typescript/parse_tsconfig.mjs
38321
38322
  var path2 = __toESM(require("path"), 1);
38322
38323
  var import_typescript100 = __toESM(require("typescript"), 1);
38323
38324
  function parseTsconfigFile(tsconfigPath, basePath) {
@@ -38334,7 +38335,7 @@ function parseTsconfigFile(tsconfigPath, basePath) {
38334
38335
  return import_typescript100.default.parseJsonConfigFileContent(config, parseConfigHost, basePath, {});
38335
38336
  }
38336
38337
 
38337
- // bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/typescript/compiler_host.mjs
38338
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/typescript/compiler_host.mjs
38338
38339
  function createProgramOptions(tree, tsconfigPath, basePath, fakeFileRead, additionalFiles, optionOverrides) {
38339
38340
  tsconfigPath = (0, import_path5.resolve)(basePath, tsconfigPath);
38340
38341
  const parsed = parseTsconfigFile(tsconfigPath, (0, import_path5.dirname)(tsconfigPath));
@@ -38363,13 +38364,13 @@ function canMigrateFile(basePath, sourceFile, program) {
38363
38364
  return !(0, import_path5.relative)(basePath, sourceFile.fileName).startsWith("..");
38364
38365
  }
38365
38366
 
38366
- // bazel-out/k8-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/prune-modules.mjs
38367
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/prune-modules.mjs
38367
38368
  var import_typescript106 = __toESM(require("typescript"), 1);
38368
38369
 
38369
- // bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/typescript/decorators.mjs
38370
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/typescript/decorators.mjs
38370
38371
  var import_typescript103 = __toESM(require("typescript"), 1);
38371
38372
 
38372
- // bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/typescript/imports.mjs
38373
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/typescript/imports.mjs
38373
38374
  var import_typescript102 = __toESM(require("typescript"), 1);
38374
38375
  function getImportOfIdentifier(typeChecker, node) {
38375
38376
  const symbol = typeChecker.getSymbolAtLocation(node);
@@ -38420,7 +38421,7 @@ function findImportSpecifier(nodes, specifierName) {
38420
38421
  });
38421
38422
  }
38422
38423
 
38423
- // bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/typescript/decorators.mjs
38424
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/typescript/decorators.mjs
38424
38425
  function getCallDecoratorImport(typeChecker, decorator) {
38425
38426
  if (!import_typescript103.default.isCallExpression(decorator.expression) || !import_typescript103.default.isIdentifier(decorator.expression.expression)) {
38426
38427
  return null;
@@ -38429,7 +38430,7 @@ function getCallDecoratorImport(typeChecker, decorator) {
38429
38430
  return getImportOfIdentifier(typeChecker, identifier);
38430
38431
  }
38431
38432
 
38432
- // bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/ng_decorators.mjs
38433
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/ng_decorators.mjs
38433
38434
  function getAngularDecorators(typeChecker, decorators) {
38434
38435
  return decorators.map((node) => ({ node, importData: getCallDecoratorImport(typeChecker, node) })).filter(({ importData }) => importData && importData.importModule.startsWith("@angular/")).map(({ node, importData }) => ({
38435
38436
  node,
@@ -38439,7 +38440,7 @@ function getAngularDecorators(typeChecker, decorators) {
38439
38440
  }));
38440
38441
  }
38441
38442
 
38442
- // bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/typescript/nodes.mjs
38443
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/typescript/nodes.mjs
38443
38444
  var import_typescript104 = __toESM(require("typescript"), 1);
38444
38445
  function closestNode(node, predicate) {
38445
38446
  let current = node.parent;
@@ -38452,7 +38453,7 @@ function closestNode(node, predicate) {
38452
38453
  return null;
38453
38454
  }
38454
38455
 
38455
- // bazel-out/k8-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/util.mjs
38456
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/util.mjs
38456
38457
  var import_path6 = require("path");
38457
38458
  var import_typescript105 = __toESM(require("typescript"), 1);
38458
38459
  var UniqueItemTracker = class {
@@ -38628,7 +38629,7 @@ function isClassReferenceInAngularModule(node, className, moduleName, typeChecke
38628
38629
  }));
38629
38630
  }
38630
38631
 
38631
- // bazel-out/k8-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/prune-modules.mjs
38632
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/prune-modules.mjs
38632
38633
  function pruneNgModules(program, host, basePath, rootFileNames, sourceFiles, printer, importRemapper, referenceLookupExcludedFiles) {
38633
38634
  const filesToRemove = /* @__PURE__ */ new Set();
38634
38635
  const tracker = new ChangeTracker(printer, importRemapper);
@@ -38827,14 +38828,14 @@ function findNgModuleDecorator(node, typeChecker) {
38827
38828
  return decorators.find((decorator) => decorator.name === "NgModule") || null;
38828
38829
  }
38829
38830
 
38830
- // bazel-out/k8-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/standalone-bootstrap.mjs
38831
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/standalone-bootstrap.mjs
38831
38832
  var import_path7 = require("path");
38832
38833
  var import_typescript109 = __toESM(require("typescript"), 1);
38833
38834
 
38834
- // bazel-out/k8-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/to-standalone.mjs
38835
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/to-standalone.mjs
38835
38836
  var import_typescript108 = __toESM(require("typescript"), 1);
38836
38837
 
38837
- // bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/typescript/symbol.mjs
38838
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/typescript/symbol.mjs
38838
38839
  var import_typescript107 = __toESM(require("typescript"), 1);
38839
38840
  function isReferenceToImport(typeChecker, node, importSpecifier) {
38840
38841
  var _a2, _b2;
@@ -38843,7 +38844,7 @@ function isReferenceToImport(typeChecker, node, importSpecifier) {
38843
38844
  return !!(((_a2 = nodeSymbol == null ? void 0 : nodeSymbol.declarations) == null ? void 0 : _a2[0]) && ((_b2 = importSymbol == null ? void 0 : importSymbol.declarations) == null ? void 0 : _b2[0])) && nodeSymbol.declarations[0] === importSymbol.declarations[0];
38844
38845
  }
38845
38846
 
38846
- // bazel-out/k8-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/to-standalone.mjs
38847
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/to-standalone.mjs
38847
38848
  function toStandalone(sourceFiles, program, printer, fileImportRemapper, componentImportRemapper) {
38848
38849
  const templateTypeChecker = program.compiler.getTemplateTypeChecker();
38849
38850
  const typeChecker = program.getTsProgram().getTypeChecker();
@@ -39206,7 +39207,7 @@ function isStandaloneDeclaration(node, declarationsInMigration, templateTypeChec
39206
39207
  return metadata != null && metadata.isStandalone;
39207
39208
  }
39208
39209
 
39209
- // bazel-out/k8-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/standalone-bootstrap.mjs
39210
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/standalone-bootstrap.mjs
39210
39211
  function toStandaloneBootstrap(program, host, basePath, rootFileNames, sourceFiles, printer, importRemapper, referenceLookupExcludedFiles, componentImportRemapper) {
39211
39212
  const tracker = new ChangeTracker(printer, importRemapper);
39212
39213
  const typeChecker = program.getTsProgram().getTypeChecker();
@@ -39583,7 +39584,7 @@ function hasImport(program, rootFileNames, moduleName) {
39583
39584
  return false;
39584
39585
  }
39585
39586
 
39586
- // bazel-out/k8-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/index.mjs
39587
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/index.mjs
39587
39588
  var MigrationMode;
39588
39589
  (function(MigrationMode2) {
39589
39590
  MigrationMode2["toStandalone"] = "convert-to-standalone";