@angular/core 18.0.0-next.3 → 18.0.0-next.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (61) hide show
  1. package/esm2022/rxjs-interop/src/take_until_destroyed.mjs +2 -2
  2. package/esm2022/rxjs-interop/src/to_observable.mjs +1 -1
  3. package/esm2022/rxjs-interop/src/to_signal.mjs +2 -2
  4. package/esm2022/src/application/application_tokens.mjs +1 -1
  5. package/esm2022/src/change_detection/change_detector_ref.mjs +3 -3
  6. package/esm2022/src/change_detection/scheduling/ng_zone_scheduling.mjs +12 -2
  7. package/esm2022/src/change_detection/scheduling/zoneless_scheduling_impl.mjs +6 -15
  8. package/esm2022/src/core_render3_private_export.mjs +1 -2
  9. package/esm2022/src/debug/debug_node.mjs +5 -5
  10. package/esm2022/src/di/contextual.mjs +3 -3
  11. package/esm2022/src/di/injectable.mjs +1 -1
  12. package/esm2022/src/di/injector.mjs +4 -4
  13. package/esm2022/src/di/injector_compatibility.mjs +3 -3
  14. package/esm2022/src/di/interface/provider.mjs +1 -1
  15. package/esm2022/src/di/metadata.mjs +1 -1
  16. package/esm2022/src/di/provider_collection.mjs +2 -2
  17. package/esm2022/src/event_emitter.mjs +1 -1
  18. package/esm2022/src/hydration/api.mjs +2 -3
  19. package/esm2022/src/i18n/locale_data_api.mjs +4 -4
  20. package/esm2022/src/i18n/tokens.mjs +6 -6
  21. package/esm2022/src/interface/lifecycle_hooks.mjs +1 -1
  22. package/esm2022/src/linker/compiler.mjs +1 -7
  23. package/esm2022/src/linker/ng_module_factory.mjs +2 -3
  24. package/esm2022/src/linker/template_ref.mjs +1 -2
  25. package/esm2022/src/metadata/directives.mjs +1 -1
  26. package/esm2022/src/metadata/do_bootstrap.mjs +1 -1
  27. package/esm2022/src/metadata/ng_module.mjs +1 -1
  28. package/esm2022/src/render3/component.mjs +3 -4
  29. package/esm2022/src/render3/component_ref.mjs +1 -1
  30. package/esm2022/src/render3/definition.mjs +2 -2
  31. package/esm2022/src/render3/instructions/change_detection.mjs +3 -6
  32. package/esm2022/src/render3/jit/environment.mjs +1 -3
  33. package/esm2022/src/render3/ng_module_ref.mjs +1 -4
  34. package/esm2022/src/render3/node_manipulation.mjs +19 -15
  35. package/esm2022/src/render3/reactivity/effect.mjs +1 -1
  36. package/esm2022/src/render3/view_ref.mjs +14 -4
  37. package/esm2022/src/version.mjs +1 -1
  38. package/esm2022/testing/src/logger.mjs +3 -3
  39. package/fesm2022/core.mjs +73 -76
  40. package/fesm2022/core.mjs.map +1 -1
  41. package/fesm2022/primitives/signals.mjs +2 -2
  42. package/fesm2022/rxjs-interop.mjs +4 -4
  43. package/fesm2022/rxjs-interop.mjs.map +1 -1
  44. package/fesm2022/testing.mjs +2 -2
  45. package/index.d.ts +89 -102
  46. package/package.json +1 -1
  47. package/primitives/signals/index.d.ts +2 -2
  48. package/rxjs-interop/index.d.ts +5 -5
  49. package/schematics/migrations/block-template-entities/bundle.js +162 -178
  50. package/schematics/migrations/block-template-entities/bundle.js.map +2 -2
  51. package/schematics/migrations/compiler-options/bundle.js +13 -13
  52. package/schematics/migrations/compiler-options/bundle.js.map +1 -1
  53. package/schematics/migrations/invalid-two-way-bindings/bundle.js +163 -179
  54. package/schematics/migrations/invalid-two-way-bindings/bundle.js.map +2 -2
  55. package/schematics/migrations/transfer-state/bundle.js +13 -13
  56. package/schematics/migrations/transfer-state/bundle.js.map +1 -1
  57. package/schematics/ng-generate/control-flow-migration/bundle.js +171 -187
  58. package/schematics/ng-generate/control-flow-migration/bundle.js.map +2 -2
  59. package/schematics/ng-generate/standalone-migration/bundle.js +473 -479
  60. package/schematics/ng-generate/standalone-migration/bundle.js.map +3 -3
  61. package/testing/index.d.ts +2 -2
@@ -2501,7 +2501,7 @@ var require_semver2 = __commonJS({
2501
2501
  }
2502
2502
  });
2503
2503
 
2504
- // bazel-out/k8-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/index.mjs
2504
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/index.mjs
2505
2505
  var standalone_migration_exports = {};
2506
2506
  __export(standalone_migration_exports, {
2507
2507
  default: () => standalone_migration_default
@@ -2509,10 +2509,10 @@ __export(standalone_migration_exports, {
2509
2509
  module.exports = __toCommonJS(standalone_migration_exports);
2510
2510
  var import_schematics = require("@angular-devkit/schematics");
2511
2511
 
2512
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/compiler_host.mjs
2512
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/compiler_host.mjs
2513
2513
  var import_typescript = __toESM(require("typescript"), 1);
2514
2514
 
2515
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/invalid_file_system.mjs
2515
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/invalid_file_system.mjs
2516
2516
  var InvalidFileSystem = class {
2517
2517
  exists(path4) {
2518
2518
  throw makeError();
@@ -2600,7 +2600,7 @@ function makeError() {
2600
2600
  return new Error("FileSystem has not been configured. Please call `setFileSystem()` before calling this method.");
2601
2601
  }
2602
2602
 
2603
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/util.mjs
2603
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/util.mjs
2604
2604
  var TS_DTS_JS_EXTENSION = /(?:\.d)?\.ts$|\.js$/;
2605
2605
  function stripExtension(path4) {
2606
2606
  return path4.replace(TS_DTS_JS_EXTENSION, "");
@@ -2613,7 +2613,7 @@ function getSourceFileOrError(program, fileName) {
2613
2613
  return sf;
2614
2614
  }
2615
2615
 
2616
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/helpers.mjs
2616
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/helpers.mjs
2617
2617
  var fs = new InvalidFileSystem();
2618
2618
  function getFileSystem() {
2619
2619
  return fs;
@@ -2657,7 +2657,7 @@ function toRelativeImport(relativePath) {
2657
2657
  return isLocalRelativePath(relativePath) ? `./${relativePath}` : relativePath;
2658
2658
  }
2659
2659
 
2660
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/logical.mjs
2660
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/logical.mjs
2661
2661
  var LogicalProjectPath = {
2662
2662
  relativePathBetween: function(from, to) {
2663
2663
  const relativePath = relative(dirname(resolve(from)), resolve(to));
@@ -2703,7 +2703,7 @@ function isWithinBasePath(base, path4) {
2703
2703
  return isLocalRelativePath(relative(base, path4));
2704
2704
  }
2705
2705
 
2706
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/node_js_file_system.mjs
2706
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/node_js_file_system.mjs
2707
2707
  var import_fs = __toESM(require("fs"), 1);
2708
2708
  var import_module = require("module");
2709
2709
  var p = __toESM(require("path"), 1);
@@ -2811,7 +2811,7 @@ function toggleCase(str) {
2811
2811
  return str.replace(/\w/g, (ch) => ch.toUpperCase() === ch ? ch.toLowerCase() : ch.toUpperCase());
2812
2812
  }
2813
2813
 
2814
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/selector.mjs
2814
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/selector.mjs
2815
2815
  var _SELECTOR_REGEXP = new RegExp(
2816
2816
  `(\\:not\\()|(([\\.\\#]?)[-\\w]+)|(?:\\[([-.\\w*\\\\$]+)(?:=(["']?)([^\\]"']*)\\5)?\\])|(\\))|(\\s*,\\s*)`,
2817
2817
  "g"
@@ -3119,7 +3119,7 @@ var SelectorContext = class {
3119
3119
  }
3120
3120
  };
3121
3121
 
3122
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/core.mjs
3122
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/core.mjs
3123
3123
  var emitDistinctChangesOnlyDefaultValue = true;
3124
3124
  var ViewEncapsulation;
3125
3125
  (function(ViewEncapsulation2) {
@@ -3188,7 +3188,7 @@ function parseSelectorToR3Selector(selector) {
3188
3188
  return selector ? CssSelector.parse(selector).map(parserSelectorToR3Selector) : [];
3189
3189
  }
3190
3190
 
3191
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/output/output_ast.mjs
3191
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/output_ast.mjs
3192
3192
  var output_ast_exports = {};
3193
3193
  __export(output_ast_exports, {
3194
3194
  ArrayType: () => ArrayType,
@@ -3276,7 +3276,7 @@ __export(output_ast_exports, {
3276
3276
  variable: () => variable
3277
3277
  });
3278
3278
 
3279
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/digest.mjs
3279
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/digest.mjs
3280
3280
  var textEncoder;
3281
3281
  function digest(message) {
3282
3282
  return message.id || computeDigest(message);
@@ -3519,7 +3519,7 @@ function wordAt(bytes, index, endian) {
3519
3519
  return word;
3520
3520
  }
3521
3521
 
3522
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/output/output_ast.mjs
3522
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/output_ast.mjs
3523
3523
  var TypeModifier;
3524
3524
  (function(TypeModifier2) {
3525
3525
  TypeModifier2[TypeModifier2["None"] = 0] = "None";
@@ -4714,7 +4714,7 @@ function serializeTags(tags) {
4714
4714
  return out;
4715
4715
  }
4716
4716
 
4717
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/constant_pool.mjs
4717
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/constant_pool.mjs
4718
4718
  var CONSTANT_PREFIX = "_c";
4719
4719
  var UNKNOWN_VALUE_KEY = variable("<unknown>");
4720
4720
  var KEY_CONTEXT = {};
@@ -4902,7 +4902,7 @@ function isLongStringLiteral(expr) {
4902
4902
  return expr instanceof LiteralExpr && typeof expr.value === "string" && expr.value.length >= POOL_INCLUSION_LENGTH_THRESHOLD_FOR_STRINGS;
4903
4903
  }
4904
4904
 
4905
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_identifiers.mjs
4905
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_identifiers.mjs
4906
4906
  var CORE = "@angular/core";
4907
4907
  var _Identifiers = class {
4908
4908
  };
@@ -5528,12 +5528,6 @@ var Identifiers = _Identifiers;
5528
5528
  moduleName: CORE
5529
5529
  };
5530
5530
  })();
5531
- (() => {
5532
- _Identifiers.InputFlags = {
5533
- name: "\u0275\u0275InputFlags",
5534
- moduleName: CORE
5535
- };
5536
- })();
5537
5531
  (() => {
5538
5532
  _Identifiers.sanitizeHtml = { name: "\u0275\u0275sanitizeHtml", moduleName: CORE };
5539
5533
  })();
@@ -5571,7 +5565,7 @@ var Identifiers = _Identifiers;
5571
5565
  _Identifiers.unwrapWritableSignal = { name: "\u0275unwrapWritableSignal", moduleName: CORE };
5572
5566
  })();
5573
5567
 
5574
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/util.mjs
5568
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/util.mjs
5575
5569
  var DASH_CASE_REGEXP = /-+([a-z0-9])/g;
5576
5570
  function dashCaseToCamelCase(input) {
5577
5571
  return input.replace(DASH_CASE_REGEXP, (...m) => m[1].toUpperCase());
@@ -5648,7 +5642,7 @@ var Version = class {
5648
5642
  };
5649
5643
  var _global = globalThis;
5650
5644
 
5651
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/output/source_map.mjs
5645
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/source_map.mjs
5652
5646
  var VERSION = 3;
5653
5647
  var JS_B64_PREFIX = "# sourceMappingURL=data:application/json;base64,";
5654
5648
  var SourceMapGenerator = class {
@@ -5777,7 +5771,7 @@ function toBase64Digit(value) {
5777
5771
  return B64_DIGITS[value];
5778
5772
  }
5779
5773
 
5780
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/output/abstract_emitter.mjs
5774
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/abstract_emitter.mjs
5781
5775
  var _SINGLE_QUOTE_ESCAPE_STRING_RE = /'|\\|\n|\r|\$/g;
5782
5776
  var _LEGAL_IDENTIFIER_RE = /^[$A-Z_][0-9A-Z_$]*$/i;
5783
5777
  var _INDENT_WITH = " ";
@@ -6265,7 +6259,7 @@ function _createIndent(count) {
6265
6259
  return res;
6266
6260
  }
6267
6261
 
6268
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/util.mjs
6262
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/util.mjs
6269
6263
  function typeWithParameters(type, numParams) {
6270
6264
  if (numParams === 0) {
6271
6265
  return expressionType(type);
@@ -6323,7 +6317,7 @@ function generateForwardRef(expr) {
6323
6317
  return importExpr(Identifiers.forwardRef).callFn([arrowFn([], expr)]);
6324
6318
  }
6325
6319
 
6326
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_factory.mjs
6320
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_factory.mjs
6327
6321
  var R3FactoryDelegateType;
6328
6322
  (function(R3FactoryDelegateType2) {
6329
6323
  R3FactoryDelegateType2[R3FactoryDelegateType2["Class"] = 0] = "Class";
@@ -6468,7 +6462,7 @@ function getInjectFn(target) {
6468
6462
  }
6469
6463
  }
6470
6464
 
6471
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/expression_parser/ast.mjs
6465
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/expression_parser/ast.mjs
6472
6466
  var ParserError = class {
6473
6467
  constructor(message, input, errLocation, ctxLocation) {
6474
6468
  this.input = input;
@@ -6906,7 +6900,7 @@ var BoundElementProperty = class {
6906
6900
  }
6907
6901
  };
6908
6902
 
6909
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/tags.mjs
6903
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/tags.mjs
6910
6904
  var TagContentType;
6911
6905
  (function(TagContentType2) {
6912
6906
  TagContentType2[TagContentType2["RAW_TEXT"] = 0] = "RAW_TEXT";
@@ -6943,7 +6937,7 @@ function mergeNsAndName(prefix, localName) {
6943
6937
  return prefix ? `:${prefix}:${localName}` : localName;
6944
6938
  }
6945
6939
 
6946
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_ast.mjs
6940
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_ast.mjs
6947
6941
  var Comment = class {
6948
6942
  constructor(value, sourceSpan) {
6949
6943
  this.value = value;
@@ -7399,7 +7393,7 @@ function visitAll(visitor, nodes) {
7399
7393
  return result;
7400
7394
  }
7401
7395
 
7402
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/i18n_ast.mjs
7396
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/i18n_ast.mjs
7403
7397
  var Message = class {
7404
7398
  constructor(nodes, placeholders, placeholderToMessage, meaning, description, customId) {
7405
7399
  this.nodes = nodes;
@@ -7588,7 +7582,7 @@ var LocalizeMessageStringVisitor = class {
7588
7582
  }
7589
7583
  };
7590
7584
 
7591
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/serializers/serializer.mjs
7585
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/serializers/serializer.mjs
7592
7586
  var Serializer = class {
7593
7587
  createNameMapper(message) {
7594
7588
  return null;
@@ -7645,7 +7639,7 @@ var SimplePlaceholderMapper = class extends RecurseVisitor {
7645
7639
  }
7646
7640
  };
7647
7641
 
7648
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/serializers/xml_helper.mjs
7642
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/serializers/xml_helper.mjs
7649
7643
  var _Visitor = class {
7650
7644
  visitTag(tag) {
7651
7645
  const strAttrs = this._serializeAttributes(tag.attrs);
@@ -7733,7 +7727,7 @@ function escapeXml(text2) {
7733
7727
  return _ESCAPED_CHARS.reduce((text3, entry) => text3.replace(entry[0], entry[1]), text2);
7734
7728
  }
7735
7729
 
7736
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/serializers/xmb.mjs
7730
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/serializers/xmb.mjs
7737
7731
  var _MESSAGES_TAG = "messagebundle";
7738
7732
  var _MESSAGE_TAG = "msg";
7739
7733
  var _PLACEHOLDER_TAG = "ph";
@@ -7885,7 +7879,7 @@ function toPublicName(internalName) {
7885
7879
  return internalName.toUpperCase().replace(/[^A-Z0-9_]/g, "_");
7886
7880
  }
7887
7881
 
7888
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/i18n/util.mjs
7882
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/util.mjs
7889
7883
  var I18N_ATTR = "i18n";
7890
7884
  var I18N_ATTR_PREFIX = "i18n-";
7891
7885
  var I18N_ICU_VAR_PREFIX = "VAR_";
@@ -7925,7 +7919,7 @@ function formatI18nPlaceholderName(name, useCamelCase = true) {
7925
7919
  return postfix ? `${raw}_${postfix}` : raw;
7926
7920
  }
7927
7921
 
7928
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/util.mjs
7922
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/util.mjs
7929
7923
  var UNSAFE_OBJECT_KEY_NAME_REGEXP = /[-.]/;
7930
7924
  var TEMPORARY_NAME = "_t";
7931
7925
  var CONTEXT_NAME = "ctx";
@@ -7968,16 +7962,15 @@ function conditionallyCreateDirectiveBindingLiteral(map, forInputs) {
7968
7962
  publicName = value.bindingPropertyName;
7969
7963
  const differentDeclaringName = publicName !== declaredName;
7970
7964
  const hasDecoratorInputTransform = value.transformFunction !== null;
7971
- let flags = null;
7965
+ let flags = InputFlags.None;
7972
7966
  if (value.isSignal) {
7973
- flags = bitwiseOrInputFlagsExpr(InputFlags.SignalBased, flags);
7967
+ flags |= InputFlags.SignalBased;
7974
7968
  }
7975
7969
  if (hasDecoratorInputTransform) {
7976
- flags = bitwiseOrInputFlagsExpr(InputFlags.HasDecoratorInputTransform, flags);
7970
+ flags |= InputFlags.HasDecoratorInputTransform;
7977
7971
  }
7978
- if (forInputs && (differentDeclaringName || hasDecoratorInputTransform || flags !== null)) {
7979
- const flagsExpr = flags != null ? flags : importExpr(Identifiers.InputFlags).prop(InputFlags[InputFlags.None]);
7980
- const result = [flagsExpr, asLiteral(publicName)];
7972
+ if (forInputs && (differentDeclaringName || hasDecoratorInputTransform || flags !== InputFlags.None)) {
7973
+ const result = [literal(flags), asLiteral(publicName)];
7981
7974
  if (differentDeclaringName || hasDecoratorInputTransform) {
7982
7975
  result.push(asLiteral(declaredName));
7983
7976
  if (hasDecoratorInputTransform) {
@@ -7996,15 +7989,6 @@ function conditionallyCreateDirectiveBindingLiteral(map, forInputs) {
7996
7989
  };
7997
7990
  }));
7998
7991
  }
7999
- function getInputFlagExpr(flag) {
8000
- return importExpr(Identifiers.InputFlags).prop(InputFlags[flag]);
8001
- }
8002
- function bitwiseOrInputFlagsExpr(flag, expr) {
8003
- if (expr === null) {
8004
- return getInputFlagExpr(flag);
8005
- }
8006
- return getInputFlagExpr(flag).bitwiseOr(expr);
8007
- }
8008
7992
  var DefinitionMap = class {
8009
7993
  constructor() {
8010
7994
  this.values = [];
@@ -8062,7 +8046,7 @@ function getAttrsForDirectiveMatching(elOrTpl) {
8062
8046
  return attributesMap;
8063
8047
  }
8064
8048
 
8065
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/injectable_compiler_2.mjs
8049
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/injectable_compiler_2.mjs
8066
8050
  function compileInjectable(meta, resolveForwardRefs) {
8067
8051
  let result = null;
8068
8052
  const factoryMeta = {
@@ -8147,7 +8131,7 @@ function createFactoryFunction(type) {
8147
8131
  return arrowFn([new FnParam("t", DYNAMIC_TYPE)], type.prop("\u0275fac").callFn([variable("t")]));
8148
8132
  }
8149
8133
 
8150
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/assertions.mjs
8134
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/assertions.mjs
8151
8135
  var UNUSABLE_INTERPOLATION_REGEXPS = [
8152
8136
  /^\s*$/,
8153
8137
  /[<>]/,
@@ -8169,7 +8153,7 @@ function assertInterpolationSymbols(identifier, value) {
8169
8153
  }
8170
8154
  }
8171
8155
 
8172
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/defaults.mjs
8156
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/defaults.mjs
8173
8157
  var InterpolationConfig = class {
8174
8158
  static fromArray(markers) {
8175
8159
  if (!markers) {
@@ -8186,7 +8170,7 @@ var InterpolationConfig = class {
8186
8170
  var DEFAULT_INTERPOLATION_CONFIG = new InterpolationConfig("{{", "}}");
8187
8171
  var DEFAULT_CONTAINER_BLOCKS = /* @__PURE__ */ new Set(["switch"]);
8188
8172
 
8189
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/chars.mjs
8173
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/chars.mjs
8190
8174
  var $EOF = 0;
8191
8175
  var $BSPACE = 8;
8192
8176
  var $TAB = 9;
@@ -8268,7 +8252,7 @@ function isQuote(code) {
8268
8252
  return code === $SQ || code === $DQ || code === $BT;
8269
8253
  }
8270
8254
 
8271
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/parse_util.mjs
8255
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/parse_util.mjs
8272
8256
  var ParseLocation = class {
8273
8257
  constructor(file, offset, line, col) {
8274
8258
  this.file = file;
@@ -8415,7 +8399,7 @@ function sanitizeIdentifier(name) {
8415
8399
  return name.replace(/\W/g, "_");
8416
8400
  }
8417
8401
 
8418
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/output/abstract_js_emitter.mjs
8402
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/abstract_js_emitter.mjs
8419
8403
  var makeTemplateObjectPolyfill = '(this&&this.__makeTemplateObject||function(e,t){return Object.defineProperty?Object.defineProperty(e,"raw",{value:t}):e.raw=t,e})';
8420
8404
  var AbstractJsEmitterVisitor = class extends AbstractEmitterVisitor {
8421
8405
  constructor() {
@@ -8508,7 +8492,7 @@ var AbstractJsEmitterVisitor = class extends AbstractEmitterVisitor {
8508
8492
  }
8509
8493
  };
8510
8494
 
8511
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/output/output_jit_trusted_types.mjs
8495
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/output_jit_trusted_types.mjs
8512
8496
  var policy;
8513
8497
  function getPolicy() {
8514
8498
  if (policy === void 0) {
@@ -8546,7 +8530,7 @@ function newTrustedFunctionForJIT(...args) {
8546
8530
  return fn2.bind(_global);
8547
8531
  }
8548
8532
 
8549
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/output/output_jit.mjs
8533
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/output_jit.mjs
8550
8534
  var JitEvaluator = class {
8551
8535
  evaluateStatements(sourceUrl, statements, refResolver, createSourceMaps) {
8552
8536
  const converter = new JitEmitterVisitor(refResolver);
@@ -8637,7 +8621,7 @@ function isUseStrictStatement(statement) {
8637
8621
  return statement.isEquivalent(literal("use strict").toStmt());
8638
8622
  }
8639
8623
 
8640
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_injector_compiler.mjs
8624
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_injector_compiler.mjs
8641
8625
  function compileInjector(meta) {
8642
8626
  const definitionMap = new DefinitionMap();
8643
8627
  if (meta.providers !== null) {
@@ -8654,7 +8638,7 @@ function createInjectorType(meta) {
8654
8638
  return new ExpressionType(importExpr(Identifiers.InjectorDeclaration, [new ExpressionType(meta.type.type)]));
8655
8639
  }
8656
8640
 
8657
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_jit.mjs
8641
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_jit.mjs
8658
8642
  var R3JitReflector = class {
8659
8643
  constructor(context) {
8660
8644
  this.context = context;
@@ -8670,7 +8654,7 @@ var R3JitReflector = class {
8670
8654
  }
8671
8655
  };
8672
8656
 
8673
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_module_compiler.mjs
8657
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_module_compiler.mjs
8674
8658
  var R3SelectorScopeMode;
8675
8659
  (function(R3SelectorScopeMode2) {
8676
8660
  R3SelectorScopeMode2[R3SelectorScopeMode2["Inline"] = 0] = "Inline";
@@ -8811,7 +8795,7 @@ function tupleOfTypes(types) {
8811
8795
  return types.length > 0 ? expressionType(literalArr(typeofTypes)) : NONE_TYPE;
8812
8796
  }
8813
8797
 
8814
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_pipe_compiler.mjs
8798
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_pipe_compiler.mjs
8815
8799
  function compilePipeFromMetadata(metadata) {
8816
8800
  const definitionMapValues = [];
8817
8801
  definitionMapValues.push({ key: "name", value: literal(metadata.pipeName), quoted: false });
@@ -8832,7 +8816,7 @@ function createPipeType(metadata) {
8832
8816
  ]));
8833
8817
  }
8834
8818
 
8835
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/api.mjs
8819
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/api.mjs
8836
8820
  var R3TemplateDependencyKind;
8837
8821
  (function(R3TemplateDependencyKind2) {
8838
8822
  R3TemplateDependencyKind2[R3TemplateDependencyKind2["Directive"] = 0] = "Directive";
@@ -8840,7 +8824,7 @@ var R3TemplateDependencyKind;
8840
8824
  R3TemplateDependencyKind2[R3TemplateDependencyKind2["NgModule"] = 2] = "NgModule";
8841
8825
  })(R3TemplateDependencyKind || (R3TemplateDependencyKind = {}));
8842
8826
 
8843
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/shadow_css.mjs
8827
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/shadow_css.mjs
8844
8828
  var animationKeywords = /* @__PURE__ */ new Set([
8845
8829
  "inherit",
8846
8830
  "initial",
@@ -9312,7 +9296,7 @@ function repeatGroups(groups, multiples) {
9312
9296
  }
9313
9297
  }
9314
9298
 
9315
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/enums.mjs
9299
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/enums.mjs
9316
9300
  var OpKind;
9317
9301
  (function(OpKind2) {
9318
9302
  OpKind2[OpKind2["ListEnd"] = 0] = "ListEnd";
@@ -9466,7 +9450,7 @@ var TemplateKind;
9466
9450
  TemplateKind2[TemplateKind2["Block"] = 2] = "Block";
9467
9451
  })(TemplateKind || (TemplateKind = {}));
9468
9452
 
9469
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/traits.mjs
9453
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/traits.mjs
9470
9454
  var ConsumesSlot = Symbol("ConsumesSlot");
9471
9455
  var DependsOnSlotContext = Symbol("DependsOnSlotContext");
9472
9456
  var ConsumesVarsTrait = Symbol("ConsumesVars");
@@ -9494,7 +9478,7 @@ function hasUsesVarOffsetTrait(expr) {
9494
9478
  return expr[UsesVarOffset] === true;
9495
9479
  }
9496
9480
 
9497
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/shared.mjs
9481
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/shared.mjs
9498
9482
  function createStatementOp(statement) {
9499
9483
  return __spreadValues({
9500
9484
  kind: OpKind.Statement,
@@ -9516,7 +9500,7 @@ var NEW_OP = {
9516
9500
  next: null
9517
9501
  };
9518
9502
 
9519
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/update.mjs
9503
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/update.mjs
9520
9504
  function createInterpolateTextOp(xref, interpolation, sourceSpan) {
9521
9505
  return __spreadValues(__spreadValues(__spreadValues({
9522
9506
  kind: OpKind.InterpolateText,
@@ -9697,7 +9681,7 @@ function createI18nApplyOp(owner, handle, sourceSpan) {
9697
9681
  }, NEW_OP);
9698
9682
  }
9699
9683
 
9700
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/expression.mjs
9684
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/expression.mjs
9701
9685
  var _a;
9702
9686
  var _b;
9703
9687
  var _c;
@@ -10559,7 +10543,7 @@ function isStringLiteral(expr) {
10559
10543
  return expr instanceof LiteralExpr && typeof expr.value === "string";
10560
10544
  }
10561
10545
 
10562
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/operations.mjs
10546
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/operations.mjs
10563
10547
  var _OpList = class {
10564
10548
  constructor() {
10565
10549
  this.debugListId = _OpList.nextListId++;
@@ -10750,14 +10734,14 @@ var OpList = _OpList;
10750
10734
  _OpList.nextListId = 0;
10751
10735
  })();
10752
10736
 
10753
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/handle.mjs
10737
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/handle.mjs
10754
10738
  var SlotHandle = class {
10755
10739
  constructor() {
10756
10740
  this.slot = null;
10757
10741
  }
10758
10742
  };
10759
10743
 
10760
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/create.mjs
10744
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/create.mjs
10761
10745
  var elementContainerOpKinds = /* @__PURE__ */ new Set([
10762
10746
  OpKind.Element,
10763
10747
  OpKind.ElementStart,
@@ -11061,7 +11045,7 @@ function createI18nAttributesOp(xref, handle, target) {
11061
11045
  }, NEW_OP), TRAIT_CONSUMES_SLOT);
11062
11046
  }
11063
11047
 
11064
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/host.mjs
11048
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/host.mjs
11065
11049
  function createHostPropertyOp(name, expression, isAnimationTrigger, i18nContext, securityContext, sourceSpan) {
11066
11050
  return __spreadValues(__spreadValues({
11067
11051
  kind: OpKind.HostProperty,
@@ -11075,10 +11059,10 @@ function createHostPropertyOp(name, expression, isAnimationTrigger, i18nContext,
11075
11059
  }, TRAIT_CONSUMES_VARS), NEW_OP);
11076
11060
  }
11077
11061
 
11078
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/variable.mjs
11062
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/variable.mjs
11079
11063
  var CTX_REF = "CTX_REF_MARKER";
11080
11064
 
11081
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/compilation.mjs
11065
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/compilation.mjs
11082
11066
  var CompilationJobKind;
11083
11067
  (function(CompilationJobKind2) {
11084
11068
  CompilationJobKind2[CompilationJobKind2["Tmpl"] = 0] = "Tmpl";
@@ -11186,7 +11170,7 @@ var HostBindingCompilationUnit = class extends CompilationUnit {
11186
11170
  }
11187
11171
  };
11188
11172
 
11189
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/any_cast.mjs
11173
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/any_cast.mjs
11190
11174
  function deleteAnyCasts(job) {
11191
11175
  for (const unit of job.units) {
11192
11176
  for (const op of unit.ops()) {
@@ -11204,7 +11188,7 @@ function removeAnys(e) {
11204
11188
  return e;
11205
11189
  }
11206
11190
 
11207
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/apply_i18n_expressions.mjs
11191
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/apply_i18n_expressions.mjs
11208
11192
  function applyI18nExpressions(job) {
11209
11193
  const i18nContexts = /* @__PURE__ */ new Map();
11210
11194
  for (const unit of job.units) {
@@ -11247,7 +11231,7 @@ function needsApplication(i18nContexts, op) {
11247
11231
  return false;
11248
11232
  }
11249
11233
 
11250
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/assign_i18n_slot_dependencies.mjs
11234
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/assign_i18n_slot_dependencies.mjs
11251
11235
  function assignI18nSlotDependencies(job) {
11252
11236
  for (const unit of job.units) {
11253
11237
  let updateOp = unit.update.head;
@@ -11292,7 +11276,7 @@ function assignI18nSlotDependencies(job) {
11292
11276
  }
11293
11277
  }
11294
11278
 
11295
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/util/elements.mjs
11279
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/util/elements.mjs
11296
11280
  function createOpXrefMap(unit) {
11297
11281
  const map = /* @__PURE__ */ new Map();
11298
11282
  for (const op of unit.create) {
@@ -11307,7 +11291,7 @@ function createOpXrefMap(unit) {
11307
11291
  return map;
11308
11292
  }
11309
11293
 
11310
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/attribute_extraction.mjs
11294
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/attribute_extraction.mjs
11311
11295
  function extractAttributes(job) {
11312
11296
  for (const unit of job.units) {
11313
11297
  const elements = createOpXrefMap(unit);
@@ -11436,7 +11420,7 @@ function extractAttributeOp(unit, op, elements) {
11436
11420
  }
11437
11421
  }
11438
11422
 
11439
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/binding_specialization.mjs
11423
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/binding_specialization.mjs
11440
11424
  function lookupElement2(elements, xref) {
11441
11425
  const el = elements.get(xref);
11442
11426
  if (el === void 0) {
@@ -11493,7 +11477,7 @@ function specializeBindings(job) {
11493
11477
  }
11494
11478
  }
11495
11479
 
11496
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/chaining.mjs
11480
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/chaining.mjs
11497
11481
  var CHAINABLE = /* @__PURE__ */ new Set([
11498
11482
  Identifiers.attribute,
11499
11483
  Identifiers.classProp,
@@ -11561,7 +11545,7 @@ function chainOperationsInList(opList) {
11561
11545
  }
11562
11546
  }
11563
11547
 
11564
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/collapse_singleton_interpolations.mjs
11548
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/collapse_singleton_interpolations.mjs
11565
11549
  function collapseSingletonInterpolations(job) {
11566
11550
  for (const unit of job.units) {
11567
11551
  for (const op of unit.update) {
@@ -11573,7 +11557,7 @@ function collapseSingletonInterpolations(job) {
11573
11557
  }
11574
11558
  }
11575
11559
 
11576
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/conditionals.mjs
11560
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/conditionals.mjs
11577
11561
  function generateConditionalExpressions(job) {
11578
11562
  for (const unit of job.units) {
11579
11563
  for (const op of unit.ops()) {
@@ -11610,7 +11594,7 @@ function generateConditionalExpressions(job) {
11610
11594
  }
11611
11595
  }
11612
11596
 
11613
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/conversion.mjs
11597
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/conversion.mjs
11614
11598
  var BINARY_OPERATORS = /* @__PURE__ */ new Map([
11615
11599
  ["&&", BinaryOperator.And],
11616
11600
  [">", BinaryOperator.Bigger],
@@ -11661,7 +11645,7 @@ function literalOrArrayLiteral(value) {
11661
11645
  return literal(value);
11662
11646
  }
11663
11647
 
11664
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/const_collection.mjs
11648
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/const_collection.mjs
11665
11649
  function collectElementConsts(job) {
11666
11650
  const allElementAttributes = /* @__PURE__ */ new Map();
11667
11651
  for (const unit of job.units) {
@@ -11830,7 +11814,7 @@ function serializeAttributes({ attributes, bindings, classes, i18n: i18n2, proje
11830
11814
  return literalArr(attrArray);
11831
11815
  }
11832
11816
 
11833
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/convert_i18n_bindings.mjs
11817
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/convert_i18n_bindings.mjs
11834
11818
  function convertI18nBindings(job) {
11835
11819
  const i18nAttributesByElem = /* @__PURE__ */ new Map();
11836
11820
  for (const unit of job.units) {
@@ -11871,7 +11855,7 @@ function convertI18nBindings(job) {
11871
11855
  }
11872
11856
  }
11873
11857
 
11874
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_defer_deps_fns.mjs
11858
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_defer_deps_fns.mjs
11875
11859
  function resolveDeferDepsFns(job) {
11876
11860
  var _a2;
11877
11861
  for (const unit of job.units) {
@@ -11896,7 +11880,7 @@ function resolveDeferDepsFns(job) {
11896
11880
  }
11897
11881
  }
11898
11882
 
11899
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/create_i18n_contexts.mjs
11883
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/create_i18n_contexts.mjs
11900
11884
  function createI18nContexts(job) {
11901
11885
  const attrContextByMessage = /* @__PURE__ */ new Map();
11902
11886
  for (const unit of job.units) {
@@ -11974,7 +11958,7 @@ function createI18nContexts(job) {
11974
11958
  }
11975
11959
  }
11976
11960
 
11977
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/deduplicate_text_bindings.mjs
11961
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/deduplicate_text_bindings.mjs
11978
11962
  function deduplicateTextBindings(job) {
11979
11963
  const seen = /* @__PURE__ */ new Map();
11980
11964
  for (const unit of job.units) {
@@ -11996,7 +11980,7 @@ function deduplicateTextBindings(job) {
11996
11980
  }
11997
11981
  }
11998
11982
 
11999
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/defer_configs.mjs
11983
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/defer_configs.mjs
12000
11984
  function configureDeferInstructions(job) {
12001
11985
  for (const unit of job.units) {
12002
11986
  for (const op of unit.create) {
@@ -12013,7 +11997,7 @@ function configureDeferInstructions(job) {
12013
11997
  }
12014
11998
  }
12015
11999
 
12016
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/defer_resolve_targets.mjs
12000
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/defer_resolve_targets.mjs
12017
12001
  function resolveDeferTargetNames(job) {
12018
12002
  const scopes = /* @__PURE__ */ new Map();
12019
12003
  function getScopeForView2(view) {
@@ -12107,7 +12091,7 @@ var Scope = class {
12107
12091
  }
12108
12092
  };
12109
12093
 
12110
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/empty_elements.mjs
12094
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/empty_elements.mjs
12111
12095
  var REPLACEMENTS = /* @__PURE__ */ new Map([
12112
12096
  [OpKind.ElementEnd, [OpKind.ElementStart, OpKind.Element]],
12113
12097
  [OpKind.ContainerEnd, [OpKind.ContainerStart, OpKind.Container]],
@@ -12134,7 +12118,7 @@ function collapseEmptyInstructions(job) {
12134
12118
  }
12135
12119
  }
12136
12120
 
12137
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/expand_safe_reads.mjs
12121
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/expand_safe_reads.mjs
12138
12122
  function expandSafeReads(job) {
12139
12123
  for (const unit of job.units) {
12140
12124
  for (const op of unit.ops()) {
@@ -12270,7 +12254,7 @@ function ternaryTransform(e) {
12270
12254
  return new ConditionalExpr(new BinaryOperatorExpr(BinaryOperator.Equals, e.guard, NULL_EXPR), NULL_EXPR, e.expr);
12271
12255
  }
12272
12256
 
12273
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/extract_i18n_messages.mjs
12257
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/extract_i18n_messages.mjs
12274
12258
  var ESCAPE = "\uFFFD";
12275
12259
  var ELEMENT_MARKER = "#";
12276
12260
  var TEMPLATE_MARKER = "*";
@@ -12406,7 +12390,7 @@ function formatValue(value) {
12406
12390
  return `${ESCAPE}${closeMarker}${tagMarker}${value.value}${context}${ESCAPE}`;
12407
12391
  }
12408
12392
 
12409
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_advance.mjs
12393
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_advance.mjs
12410
12394
  function generateAdvance(job) {
12411
12395
  for (const unit of job.units) {
12412
12396
  const slotMap = /* @__PURE__ */ new Map();
@@ -12438,7 +12422,7 @@ function generateAdvance(job) {
12438
12422
  }
12439
12423
  }
12440
12424
 
12441
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_projection_def.mjs
12425
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_projection_def.mjs
12442
12426
  function generateProjectionDefs(job) {
12443
12427
  const share = job.compatibility === CompatibilityMode.TemplateDefinitionBuilder;
12444
12428
  const selectors = [];
@@ -12462,7 +12446,7 @@ function generateProjectionDefs(job) {
12462
12446
  }
12463
12447
  }
12464
12448
 
12465
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_variables.mjs
12449
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_variables.mjs
12466
12450
  function generateVariables(job) {
12467
12451
  recursivelyProcessView(job.root, null);
12468
12452
  }
@@ -12561,7 +12545,7 @@ function generateVariablesInScopeForView(view, scope) {
12561
12545
  return newOps;
12562
12546
  }
12563
12547
 
12564
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/has_const_expression_collection.mjs
12548
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/has_const_expression_collection.mjs
12565
12549
  function collectConstExpressions(job) {
12566
12550
  for (const unit of job.units) {
12567
12551
  for (const op of unit.ops()) {
@@ -12575,7 +12559,7 @@ function collectConstExpressions(job) {
12575
12559
  }
12576
12560
  }
12577
12561
 
12578
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/host_style_property_parsing.mjs
12562
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/host_style_property_parsing.mjs
12579
12563
  var STYLE_DOT = "style.";
12580
12564
  var CLASS_DOT = "class.";
12581
12565
  var STYLE_BANG = "style!";
@@ -12633,7 +12617,7 @@ function parseProperty(name) {
12633
12617
  return { property: property2, suffix };
12634
12618
  }
12635
12619
 
12636
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/output/map_util.mjs
12620
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/map_util.mjs
12637
12621
  function mapLiteral(obj, quoted = false) {
12638
12622
  return literalMap(Object.keys(obj).map((key) => ({
12639
12623
  key,
@@ -12642,7 +12626,7 @@ function mapLiteral(obj, quoted = false) {
12642
12626
  })));
12643
12627
  }
12644
12628
 
12645
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/i18n/icu_serializer.mjs
12629
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/icu_serializer.mjs
12646
12630
  var IcuSerializerVisitor = class {
12647
12631
  visitText(text2) {
12648
12632
  return text2.value;
@@ -12676,7 +12660,7 @@ function serializeIcuNode(icu) {
12676
12660
  return icu.visit(serializer);
12677
12661
  }
12678
12662
 
12679
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/expression_parser/lexer.mjs
12663
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/expression_parser/lexer.mjs
12680
12664
  var TokenType;
12681
12665
  (function(TokenType2) {
12682
12666
  TokenType2[TokenType2["Character"] = 0] = "Character";
@@ -13037,7 +13021,7 @@ function parseIntAutoRadix(text2) {
13037
13021
  return result;
13038
13022
  }
13039
13023
 
13040
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/expression_parser/parser.mjs
13024
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/expression_parser/parser.mjs
13041
13025
  var SplitInterpolation = class {
13042
13026
  constructor(strings, expressions, offsets) {
13043
13027
  this.strings = strings;
@@ -13919,7 +13903,7 @@ function getIndexMapForOriginalTemplate(interpolatedTokens) {
13919
13903
  return offsetMap;
13920
13904
  }
13921
13905
 
13922
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/ast.mjs
13906
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/ast.mjs
13923
13907
  var NodeWithI18n = class {
13924
13908
  constructor(sourceSpan, i18n2) {
13925
13909
  this.sourceSpan = sourceSpan;
@@ -14030,7 +14014,7 @@ function visitAll2(visitor, nodes, context = null) {
14030
14014
  return result;
14031
14015
  }
14032
14016
 
14033
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/schema/dom_security_schema.mjs
14017
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/schema/dom_security_schema.mjs
14034
14018
  var _SECURITY_SCHEMA;
14035
14019
  function SECURITY_SCHEMA() {
14036
14020
  if (!_SECURITY_SCHEMA) {
@@ -14088,11 +14072,11 @@ function isIframeSecuritySensitiveAttr(attrName) {
14088
14072
  return IFRAME_SECURITY_SENSITIVE_ATTRS.has(attrName.toLowerCase());
14089
14073
  }
14090
14074
 
14091
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/schema/element_schema_registry.mjs
14075
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/schema/element_schema_registry.mjs
14092
14076
  var ElementSchemaRegistry = class {
14093
14077
  };
14094
14078
 
14095
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/schema/dom_element_schema_registry.mjs
14079
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/schema/dom_element_schema_registry.mjs
14096
14080
  var BOOLEAN = "boolean";
14097
14081
  var NUMBER = "number";
14098
14082
  var STRING = "string";
@@ -14445,7 +14429,7 @@ function _isPixelDimensionStyle(prop) {
14445
14429
  }
14446
14430
  }
14447
14431
 
14448
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/html_tags.mjs
14432
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/html_tags.mjs
14449
14433
  var HtmlTagDefinition = class {
14450
14434
  constructor({ closedByChildren, implicitNamespacePrefix, contentType = TagContentType.PARSABLE_DATA, closedByParent = false, isVoid = false, ignoreFirstLf = false, preventNamespaceInheritance = false, canSelfClose = false } = {}) {
14451
14435
  this.closedByChildren = {};
@@ -14563,7 +14547,7 @@ function getHtmlTagDefinition(tagName) {
14563
14547
  return (_b2 = (_a2 = TAG_DEFINITIONS[tagName]) != null ? _a2 : TAG_DEFINITIONS[tagName.toLowerCase()]) != null ? _b2 : DEFAULT_TAG_DEFINITION;
14564
14548
  }
14565
14549
 
14566
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/serializers/placeholder.mjs
14550
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/serializers/placeholder.mjs
14567
14551
  var TAG_TO_PLACEHOLDER_NAMES = {
14568
14552
  "A": "LINK",
14569
14553
  "B": "BOLD_TEXT",
@@ -14685,7 +14669,7 @@ var PlaceholderRegistry = class {
14685
14669
  }
14686
14670
  };
14687
14671
 
14688
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/i18n_parser.mjs
14672
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/i18n_parser.mjs
14689
14673
  var _expParser = new Parser(new Lexer());
14690
14674
  function createI18nMessageFactory(interpolationConfig, containerBlocks) {
14691
14675
  const visitor = new _I18nVisitor(_expParser, interpolationConfig, containerBlocks);
@@ -14864,14 +14848,14 @@ function extractPlaceholderName(input) {
14864
14848
  return input.split(_CUSTOM_PH_EXP)[2];
14865
14849
  }
14866
14850
 
14867
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/parse_util.mjs
14851
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/parse_util.mjs
14868
14852
  var I18nError = class extends ParseError {
14869
14853
  constructor(span, msg) {
14870
14854
  super(span, msg);
14871
14855
  }
14872
14856
  };
14873
14857
 
14874
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/entities.mjs
14858
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/entities.mjs
14875
14859
  var NAMED_ENTITIES = {
14876
14860
  "AElig": "\xC6",
14877
14861
  "AMP": "&",
@@ -17002,7 +16986,7 @@ var NAMED_ENTITIES = {
17002
16986
  var NGSP_UNICODE = "\uE500";
17003
16987
  NAMED_ENTITIES["ngsp"] = NGSP_UNICODE;
17004
16988
 
17005
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/lexer.mjs
16989
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/lexer.mjs
17006
16990
  var TokenError = class extends ParseError {
17007
16991
  constructor(errorMsg, tokenType, span) {
17008
16992
  super(span, errorMsg);
@@ -17923,7 +17907,7 @@ var CursorError = class {
17923
17907
  }
17924
17908
  };
17925
17909
 
17926
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/parser.mjs
17910
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/parser.mjs
17927
17911
  var TreeError = class extends ParseError {
17928
17912
  static create(elementName, span, msg) {
17929
17913
  return new TreeError(elementName, span, msg);
@@ -18307,7 +18291,7 @@ function decodeEntity(match, entity) {
18307
18291
  return match;
18308
18292
  }
18309
18293
 
18310
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/schema/trusted_types_sinks.mjs
18294
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/schema/trusted_types_sinks.mjs
18311
18295
  var TRUSTED_TYPES_SINKS = /* @__PURE__ */ new Set([
18312
18296
  "iframe|srcdoc",
18313
18297
  "*|innerhtml",
@@ -18322,7 +18306,7 @@ function isTrustedTypesSink(tagName, propName) {
18322
18306
  return TRUSTED_TYPES_SINKS.has(tagName + "|" + propName) || TRUSTED_TYPES_SINKS.has("*|" + propName);
18323
18307
  }
18324
18308
 
18325
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/i18n/meta.mjs
18309
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/meta.mjs
18326
18310
  var setI18nRefs = (htmlNode, i18nNode) => {
18327
18311
  if (htmlNode instanceof NodeWithI18n) {
18328
18312
  if (i18nNode instanceof IcuPlaceholder && htmlNode.i18n instanceof Message) {
@@ -18479,7 +18463,7 @@ function i18nMetaToJSDoc(meta) {
18479
18463
  return jsDocComment(tags);
18480
18464
  }
18481
18465
 
18482
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/i18n/get_msg_utils.mjs
18466
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/get_msg_utils.mjs
18483
18467
  var GOOG_GET_MSG = "goog.getMsg";
18484
18468
  function createGoogleGetMsgStatements(variable2, message, closureVar, placeholderValues) {
18485
18469
  const messageString = serializeI18nMessageForGetMsg(message);
@@ -18530,7 +18514,7 @@ function serializeI18nMessageForGetMsg(message) {
18530
18514
  return message.nodes.map((node) => node.visit(serializerVisitor2, null)).join("");
18531
18515
  }
18532
18516
 
18533
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/i18n/localize_utils.mjs
18517
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/localize_utils.mjs
18534
18518
  function createLocalizeStatements(variable2, message, params) {
18535
18519
  const { messageParts, placeHolders } = serializeI18nMessageForLocalize(message);
18536
18520
  const sourceSpan = getSourceSpan(message);
@@ -18619,7 +18603,7 @@ function createEmptyMessagePart(location) {
18619
18603
  return new LiteralPiece("", new ParseSourceSpan(location, location));
18620
18604
  }
18621
18605
 
18622
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/i18n_const_collection.mjs
18606
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/i18n_const_collection.mjs
18623
18607
  var NG_I18N_CLOSURE_MODE = "ngI18nClosureMode";
18624
18608
  var TRANSLATION_VAR_PREFIX = "i18n_";
18625
18609
  var I18N_ICU_MAPPING_PREFIX = "I18N_EXP_";
@@ -18787,7 +18771,7 @@ function i18nGenerateClosureVar(pool, messageId, fileBasedI18nSuffix, useExterna
18787
18771
  return variable(name);
18788
18772
  }
18789
18773
 
18790
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/i18n_text_extraction.mjs
18774
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/i18n_text_extraction.mjs
18791
18775
  function convertI18nText(job) {
18792
18776
  var _a2, _b2, _c2;
18793
18777
  for (const unit of job.units) {
@@ -18857,7 +18841,7 @@ function convertI18nText(job) {
18857
18841
  }
18858
18842
  }
18859
18843
 
18860
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/local_refs.mjs
18844
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/local_refs.mjs
18861
18845
  function liftLocalRefs(job) {
18862
18846
  for (const unit of job.units) {
18863
18847
  for (const op of unit.create) {
@@ -18887,7 +18871,7 @@ function serializeLocalRefs(refs) {
18887
18871
  return literalArr(constRefs);
18888
18872
  }
18889
18873
 
18890
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/namespace.mjs
18874
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/namespace.mjs
18891
18875
  function emitNamespaceChanges(job) {
18892
18876
  for (const unit of job.units) {
18893
18877
  let activeNamespace = Namespace.HTML;
@@ -18903,7 +18887,7 @@ function emitNamespaceChanges(job) {
18903
18887
  }
18904
18888
  }
18905
18889
 
18906
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/parse_extracted_styles.mjs
18890
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/parse_extracted_styles.mjs
18907
18891
  function parse(value) {
18908
18892
  const styles = [];
18909
18893
  let i = 0;
@@ -18997,7 +18981,7 @@ function parseExtractedStyles(job) {
18997
18981
  }
18998
18982
  }
18999
18983
 
19000
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/naming.mjs
18984
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/naming.mjs
19001
18985
  function nameFunctionsAndVariables(job) {
19002
18986
  addNamesToView(job.root, job.componentName, { index: 0 }, job.compatibility === CompatibilityMode.TemplateDefinitionBuilder);
19003
18987
  }
@@ -19138,7 +19122,7 @@ function stripImportant(name) {
19138
19122
  return name;
19139
19123
  }
19140
19124
 
19141
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/next_context_merging.mjs
19125
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/next_context_merging.mjs
19142
19126
  function mergeNextContextExpressions(job) {
19143
19127
  for (const unit of job.units) {
19144
19128
  for (const op of unit.create) {
@@ -19184,7 +19168,7 @@ function mergeNextContextsInOps(ops) {
19184
19168
  }
19185
19169
  }
19186
19170
 
19187
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/ng_container.mjs
19171
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/ng_container.mjs
19188
19172
  var CONTAINER_TAG = "ng-container";
19189
19173
  function generateNgContainerOps(job) {
19190
19174
  for (const unit of job.units) {
@@ -19201,7 +19185,7 @@ function generateNgContainerOps(job) {
19201
19185
  }
19202
19186
  }
19203
19187
 
19204
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/nonbindable.mjs
19188
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/nonbindable.mjs
19205
19189
  function lookupElement3(elements, xref) {
19206
19190
  const el = elements.get(xref);
19207
19191
  if (el === void 0) {
@@ -19231,7 +19215,7 @@ function disableBindings(job) {
19231
19215
  }
19232
19216
  }
19233
19217
 
19234
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/nullish_coalescing.mjs
19218
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/nullish_coalescing.mjs
19235
19219
  function generateNullishCoalesceExpressions(job) {
19236
19220
  for (const unit of job.units) {
19237
19221
  for (const op of unit.ops()) {
@@ -19247,7 +19231,7 @@ function generateNullishCoalesceExpressions(job) {
19247
19231
  }
19248
19232
  }
19249
19233
 
19250
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/ordering.mjs
19234
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/ordering.mjs
19251
19235
  function kindTest(kind) {
19252
19236
  return (op) => op.kind === kind;
19253
19237
  }
@@ -19337,7 +19321,7 @@ function keepLast(ops) {
19337
19321
  return ops.slice(ops.length - 1);
19338
19322
  }
19339
19323
 
19340
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/phase_remove_content_selectors.mjs
19324
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/phase_remove_content_selectors.mjs
19341
19325
  function removeContentSelectors(job) {
19342
19326
  for (const unit of job.units) {
19343
19327
  const elements = createOpXrefMap(unit);
@@ -19364,7 +19348,7 @@ function lookupInXrefMap(map, xref) {
19364
19348
  return el;
19365
19349
  }
19366
19350
 
19367
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pipe_creation.mjs
19351
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pipe_creation.mjs
19368
19352
  function createPipes(job) {
19369
19353
  for (const unit of job.units) {
19370
19354
  processPipeBindingsInView(unit);
@@ -19412,7 +19396,7 @@ function addPipeToCreationBlock(unit, afterTargetXref, binding) {
19412
19396
  throw new Error(`AssertionError: unable to find insertion point for pipe ${binding.name}`);
19413
19397
  }
19414
19398
 
19415
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pipe_variadic.mjs
19399
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pipe_variadic.mjs
19416
19400
  function createVariadicPipes(job) {
19417
19401
  for (const unit of job.units) {
19418
19402
  for (const op of unit.update) {
@@ -19429,7 +19413,7 @@ function createVariadicPipes(job) {
19429
19413
  }
19430
19414
  }
19431
19415
 
19432
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/propagate_i18n_blocks.mjs
19416
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/propagate_i18n_blocks.mjs
19433
19417
  function propagateI18nBlocks(job) {
19434
19418
  propagateI18nBlocksToTemplates(job.root, 0);
19435
19419
  }
@@ -19483,7 +19467,7 @@ function wrapTemplateWithI18n(unit, parentI18n) {
19483
19467
  }
19484
19468
  }
19485
19469
 
19486
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pure_function_extraction.mjs
19470
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pure_function_extraction.mjs
19487
19471
  function extractPureFunctions(job) {
19488
19472
  for (const view of job.units) {
19489
19473
  for (const op of view.ops()) {
@@ -19525,7 +19509,7 @@ var PureFunctionConstant = class extends GenericKeyFn {
19525
19509
  }
19526
19510
  };
19527
19511
 
19528
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pure_literal_structures.mjs
19512
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pure_literal_structures.mjs
19529
19513
  function generatePureLiteralStructures(job) {
19530
19514
  for (const unit of job.units) {
19531
19515
  for (const op of unit.update) {
@@ -19572,7 +19556,7 @@ function transformLiteralMap(expr) {
19572
19556
  return new PureFunctionExpr(literalMap(derivedEntries), nonConstantArgs);
19573
19557
  }
19574
19558
 
19575
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/instruction.mjs
19559
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/instruction.mjs
19576
19560
  function element(slot, tag, constIndex, localRefIndex, sourceSpan) {
19577
19561
  return elementOrContainerBase(Identifiers.element, slot, tag, constIndex, localRefIndex, sourceSpan);
19578
19562
  }
@@ -20113,7 +20097,7 @@ function callVariadicInstruction(config, baseArgs, interpolationArgs, extraArgs,
20113
20097
  return createStatementOp(callVariadicInstructionExpr(config, baseArgs, interpolationArgs, extraArgs, sourceSpan).toStmt());
20114
20098
  }
20115
20099
 
20116
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/reify.mjs
20100
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/reify.mjs
20117
20101
  var GLOBAL_TARGET_RESOLVERS = /* @__PURE__ */ new Map([
20118
20102
  ["window", Identifiers.resolveWindow],
20119
20103
  ["document", Identifiers.resolveDocument],
@@ -20472,7 +20456,7 @@ function reifyListenerHandler(unit, name, handlerOps, consumesDollarEvent) {
20472
20456
  return fn(params, handlerStmts, void 0, void 0, name);
20473
20457
  }
20474
20458
 
20475
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/remove_empty_bindings.mjs
20459
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/remove_empty_bindings.mjs
20476
20460
  function removeEmptyBindings(job) {
20477
20461
  for (const unit of job.units) {
20478
20462
  for (const op of unit.update) {
@@ -20493,7 +20477,7 @@ function removeEmptyBindings(job) {
20493
20477
  }
20494
20478
  }
20495
20479
 
20496
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/remove_i18n_contexts.mjs
20480
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/remove_i18n_contexts.mjs
20497
20481
  function removeI18nContexts(job) {
20498
20482
  for (const unit of job.units) {
20499
20483
  for (const op of unit.create) {
@@ -20509,7 +20493,7 @@ function removeI18nContexts(job) {
20509
20493
  }
20510
20494
  }
20511
20495
 
20512
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/remove_unused_i18n_attrs.mjs
20496
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/remove_unused_i18n_attrs.mjs
20513
20497
  function removeUnusedI18nAttributesOps(job) {
20514
20498
  for (const unit of job.units) {
20515
20499
  const ownersWithI18nExpressions = /* @__PURE__ */ new Set();
@@ -20531,7 +20515,7 @@ function removeUnusedI18nAttributesOps(job) {
20531
20515
  }
20532
20516
  }
20533
20517
 
20534
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_contexts.mjs
20518
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_contexts.mjs
20535
20519
  function resolveContexts(job) {
20536
20520
  for (const unit of job.units) {
20537
20521
  processLexicalScope(unit, unit.create);
@@ -20573,7 +20557,7 @@ function processLexicalScope(view, ops) {
20573
20557
  }
20574
20558
  }
20575
20559
 
20576
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_dollar_event.mjs
20560
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_dollar_event.mjs
20577
20561
  function resolveDollarEvent(job) {
20578
20562
  for (const unit of job.units) {
20579
20563
  transformDollarEvent(unit.create);
@@ -20596,7 +20580,7 @@ function transformDollarEvent(ops) {
20596
20580
  }
20597
20581
  }
20598
20582
 
20599
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_i18n_element_placeholders.mjs
20583
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_i18n_element_placeholders.mjs
20600
20584
  function resolveI18nElementPlaceholders(job) {
20601
20585
  const i18nContexts = /* @__PURE__ */ new Map();
20602
20586
  const elements = /* @__PURE__ */ new Map();
@@ -20775,7 +20759,7 @@ function addParam(params, placeholder, value, subTemplateIndex, flags) {
20775
20759
  params.set(placeholder, values);
20776
20760
  }
20777
20761
 
20778
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_i18n_expression_placeholders.mjs
20762
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_i18n_expression_placeholders.mjs
20779
20763
  function resolveI18nExpressionPlaceholders(job) {
20780
20764
  var _a2;
20781
20765
  const subTemplateIndices = /* @__PURE__ */ new Map();
@@ -20828,7 +20812,7 @@ function updatePlaceholder(op, value, i18nContexts, icuPlaceholders) {
20828
20812
  }
20829
20813
  }
20830
20814
 
20831
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_names.mjs
20815
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_names.mjs
20832
20816
  function resolveNames(job) {
20833
20817
  for (const unit of job.units) {
20834
20818
  processLexicalScope2(unit, unit.create, null);
@@ -20893,7 +20877,7 @@ function processLexicalScope2(unit, ops, savedView) {
20893
20877
  }
20894
20878
  }
20895
20879
 
20896
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_sanitizers.mjs
20880
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_sanitizers.mjs
20897
20881
  var sanitizerFns = /* @__PURE__ */ new Map([
20898
20882
  [SecurityContext.HTML, Identifiers.sanitizeHtml],
20899
20883
  [SecurityContext.RESOURCE_URL, Identifiers.sanitizeResourceUrl],
@@ -20963,7 +20947,7 @@ function getOnlySecurityContext(securityContext) {
20963
20947
  return securityContext;
20964
20948
  }
20965
20949
 
20966
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/transform_two_way_binding_set.mjs
20950
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/transform_two_way_binding_set.mjs
20967
20951
  function transformTwoWayBindingSet(job) {
20968
20952
  for (const unit of job.units) {
20969
20953
  for (const op of unit.create) {
@@ -21013,7 +20997,7 @@ function wrapAction(target, value) {
21013
20997
  throw new Error(`Unsupported expression in two-way action binding.`);
21014
20998
  }
21015
20999
 
21016
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/save_restore_view.mjs
21000
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/save_restore_view.mjs
21017
21001
  function saveAndRestoreView(job) {
21018
21002
  for (const unit of job.units) {
21019
21003
  unit.create.prepend([
@@ -21058,7 +21042,7 @@ function addSaveRestoreViewOperationToListener(unit, op) {
21058
21042
  }
21059
21043
  }
21060
21044
 
21061
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/slot_allocation.mjs
21045
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/slot_allocation.mjs
21062
21046
  function allocateSlots(job) {
21063
21047
  const slotMap = /* @__PURE__ */ new Map();
21064
21048
  for (const unit of job.units) {
@@ -21083,7 +21067,7 @@ function allocateSlots(job) {
21083
21067
  }
21084
21068
  }
21085
21069
 
21086
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/style_binding_specialization.mjs
21070
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/style_binding_specialization.mjs
21087
21071
  function specializeStyleBindings(job) {
21088
21072
  for (const unit of job.units) {
21089
21073
  for (const op of unit.update) {
@@ -21113,7 +21097,7 @@ function specializeStyleBindings(job) {
21113
21097
  }
21114
21098
  }
21115
21099
 
21116
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/temporary_variables.mjs
21100
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/temporary_variables.mjs
21117
21101
  function generateTemporaryVariables(job) {
21118
21102
  for (const unit of job.units) {
21119
21103
  unit.create.prepend(generateTemporaries(unit.create));
@@ -21171,7 +21155,7 @@ function assignName(names, expr) {
21171
21155
  expr.name = name;
21172
21156
  }
21173
21157
 
21174
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/track_fn_generation.mjs
21158
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/track_fn_generation.mjs
21175
21159
  function generateTrackFns(job) {
21176
21160
  for (const unit of job.units) {
21177
21161
  for (const op of unit.create) {
@@ -21204,7 +21188,7 @@ function generateTrackFns(job) {
21204
21188
  }
21205
21189
  }
21206
21190
 
21207
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/track_fn_optimization.mjs
21191
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/track_fn_optimization.mjs
21208
21192
  function optimizeTrackFns(job) {
21209
21193
  for (const unit of job.units) {
21210
21194
  for (const op of unit.create) {
@@ -21252,7 +21236,7 @@ function isTrackByFunctionCall(rootView, expr) {
21252
21236
  return true;
21253
21237
  }
21254
21238
 
21255
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/track_variables.mjs
21239
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/track_variables.mjs
21256
21240
  function generateTrackVariables(job) {
21257
21241
  for (const unit of job.units) {
21258
21242
  for (const op of unit.create) {
@@ -21273,7 +21257,7 @@ function generateTrackVariables(job) {
21273
21257
  }
21274
21258
  }
21275
21259
 
21276
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/var_counting.mjs
21260
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/var_counting.mjs
21277
21261
  function countVariables(job) {
21278
21262
  for (const unit of job.units) {
21279
21263
  let varCount = 0;
@@ -21383,7 +21367,7 @@ function isSingletonInterpolation(expr) {
21383
21367
  return true;
21384
21368
  }
21385
21369
 
21386
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/variable_optimization.mjs
21370
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/variable_optimization.mjs
21387
21371
  function optimizeVariables(job) {
21388
21372
  for (const unit of job.units) {
21389
21373
  inlineAlwaysInlineVariables(unit.create);
@@ -21632,7 +21616,7 @@ function allowConservativeInlining(decl, target) {
21632
21616
  }
21633
21617
  }
21634
21618
 
21635
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/wrap_icus.mjs
21619
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/wrap_icus.mjs
21636
21620
  function wrapI18nIcus(job) {
21637
21621
  for (const unit of job.units) {
21638
21622
  let currentI18nOp = null;
@@ -21662,7 +21646,7 @@ function wrapI18nIcus(job) {
21662
21646
  }
21663
21647
  }
21664
21648
 
21665
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/emit.mjs
21649
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/emit.mjs
21666
21650
  var phases = [
21667
21651
  { kind: CompilationJobKind.Tmpl, fn: removeContentSelectors },
21668
21652
  { kind: CompilationJobKind.Host, fn: parseHostStyleProperties },
@@ -21828,7 +21812,7 @@ function emitHostBindingFunction(job) {
21828
21812
  );
21829
21813
  }
21830
21814
 
21831
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/ingest.mjs
21815
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/ingest.mjs
21832
21816
  var compatibilityMode = CompatibilityMode.TemplateDefinitionBuilder;
21833
21817
  var domSchema = new DomElementSchemaRegistry();
21834
21818
  var NG_TEMPLATE_TAG_NAME = "ng-template";
@@ -22573,7 +22557,7 @@ function ingestControlFlowInsertionPoint(unit, xref, node) {
22573
22557
  return null;
22574
22558
  }
22575
22559
 
22576
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/query_generation.mjs
22560
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/query_generation.mjs
22577
22561
  function renderFlagCheckIfStmt(flags, statements) {
22578
22562
  return ifStmt(variable(RENDER_FLAGS).bitwiseAnd(literal(flags), null, false), statements);
22579
22563
  }
@@ -22693,7 +22677,7 @@ function createContentQueriesFunction(queries, constantPool, name) {
22693
22677
  ], INFERRED_TYPE, null, contentQueriesFnName);
22694
22678
  }
22695
22679
 
22696
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/html_parser.mjs
22680
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/html_parser.mjs
22697
22681
  var HtmlParser = class extends Parser2 {
22698
22682
  constructor() {
22699
22683
  super(getHtmlTagDefinition);
@@ -22703,7 +22687,7 @@ var HtmlParser = class extends Parser2 {
22703
22687
  }
22704
22688
  };
22705
22689
 
22706
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/html_whitespaces.mjs
22690
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/html_whitespaces.mjs
22707
22691
  var PRESERVE_WS_ATTR_NAME = "ngPreserveWhitespaces";
22708
22692
  var SKIP_WS_TRIM_TAGS = /* @__PURE__ */ new Set(["pre", "template", "textarea", "script", "style"]);
22709
22693
  var WS_CHARS = " \f\n\r \v\u1680\u180E\u2000-\u200A\u2028\u2029\u202F\u205F\u3000\uFEFF";
@@ -22769,7 +22753,7 @@ function visitAllWithSiblings(visitor, nodes) {
22769
22753
  return result;
22770
22754
  }
22771
22755
 
22772
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template_parser/binding_parser.mjs
22756
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template_parser/binding_parser.mjs
22773
22757
  var PROPERTY_PARTS_SEPARATOR = ".";
22774
22758
  var ATTRIBUTE_PREFIX = "attr";
22775
22759
  var CLASS_PREFIX = "class";
@@ -23110,7 +23094,7 @@ function moveParseSourceSpan(sourceSpan, absoluteSpan) {
23110
23094
  return new ParseSourceSpan(sourceSpan.start.moveBy(startDiff), sourceSpan.end.moveBy(endDiff), sourceSpan.fullStart.moveBy(startDiff), sourceSpan.details);
23111
23095
  }
23112
23096
 
23113
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/style_url_resolver.mjs
23097
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/style_url_resolver.mjs
23114
23098
  function isStyleUrlResolvable(url) {
23115
23099
  if (url == null || url.length === 0 || url[0] == "/")
23116
23100
  return false;
@@ -23119,7 +23103,7 @@ function isStyleUrlResolvable(url) {
23119
23103
  }
23120
23104
  var URL_WITH_SCHEMA_REGEXP = /^([^:/?#]+):/;
23121
23105
 
23122
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template_parser/template_preparser.mjs
23106
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template_parser/template_preparser.mjs
23123
23107
  var NG_CONTENT_SELECT_ATTR = "select";
23124
23108
  var LINK_ELEMENT = "link";
23125
23109
  var LINK_STYLE_REL_ATTR = "rel";
@@ -23189,7 +23173,7 @@ function normalizeNgContentSelect(selectAttr) {
23189
23173
  return selectAttr;
23190
23174
  }
23191
23175
 
23192
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_control_flow.mjs
23176
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_control_flow.mjs
23193
23177
  var FOR_LOOP_EXPRESSION_PATTERN = /^\s*([0-9A-Za-z_$]*)\s+of\s+([\S\s]*)/;
23194
23178
  var FOR_LOOP_TRACK_PATTERN = /^track\s+([\S\s]*)/;
23195
23179
  var CONDITIONAL_ALIAS_PATTERN = /^(as\s)+(.*)/;
@@ -23505,7 +23489,7 @@ function stripOptionalParentheses(param, errors) {
23505
23489
  return expression.slice(start, end);
23506
23490
  }
23507
23491
 
23508
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_deferred_triggers.mjs
23492
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_deferred_triggers.mjs
23509
23493
  var TIME_PATTERN = /^\d+\.?\d*(ms|s)?$/;
23510
23494
  var SEPARATOR_PATTERN = /^\s$/;
23511
23495
  var COMMA_DELIMITED_SYNTAX = /* @__PURE__ */ new Map([
@@ -23769,7 +23753,7 @@ function parseDeferredTime(value) {
23769
23753
  return parseFloat(time) * (units === "s" ? 1e3 : 1);
23770
23754
  }
23771
23755
 
23772
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_deferred_blocks.mjs
23756
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_deferred_blocks.mjs
23773
23757
  var PREFETCH_WHEN_PATTERN = /^prefetch\s+when\s/;
23774
23758
  var PREFETCH_ON_PATTERN = /^prefetch\s+on\s/;
23775
23759
  var MINIMUM_PARAMETER_PATTERN = /^minimum\s/;
@@ -23904,7 +23888,7 @@ function parsePrimaryTriggers(params, bindingParser, errors, placeholder) {
23904
23888
  return { triggers, prefetchTriggers };
23905
23889
  }
23906
23890
 
23907
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_template_transform.mjs
23891
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_template_transform.mjs
23908
23892
  var BIND_NAME_REGEXP = /^(?:(bind-)|(let-)|(ref-|#)|(on-)|(bindon-)|(@))(.*)$/;
23909
23893
  var KW_BIND_IDX = 1;
23910
23894
  var KW_LET_IDX = 2;
@@ -24326,7 +24310,7 @@ function textContents(node) {
24326
24310
  }
24327
24311
  }
24328
24312
 
24329
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/template.mjs
24313
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/template.mjs
24330
24314
  var LEADING_TRIVIA_CHARS = [" ", "\n", "\r", " "];
24331
24315
  function parseTemplate(template2, templateUrl, options = {}) {
24332
24316
  var _a2;
@@ -24400,7 +24384,7 @@ function makeBindingParser(interpolationConfig = DEFAULT_INTERPOLATION_CONFIG) {
24400
24384
  return new BindingParser(new Parser(new Lexer()), interpolationConfig, elementRegistry, []);
24401
24385
  }
24402
24386
 
24403
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/compiler.mjs
24387
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/compiler.mjs
24404
24388
  var COMPONENT_VARIABLE = "%COMP%";
24405
24389
  var HOST_ATTR = `_nghost-${COMPONENT_VARIABLE}`;
24406
24390
  var CONTENT_ATTR = `_ngcontent-${COMPONENT_VARIABLE}`;
@@ -24786,7 +24770,7 @@ function compileDeferResolverFunction(meta) {
24786
24770
  return arrowFn([], literalArr(depExpressions));
24787
24771
  }
24788
24772
 
24789
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/t2_binder.mjs
24773
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/t2_binder.mjs
24790
24774
  var R3TargetBinder = class {
24791
24775
  constructor(directiveMatcher) {
24792
24776
  this.directiveMatcher = directiveMatcher;
@@ -25419,11 +25403,11 @@ function extractScopedNodeEntities(rootScope) {
25419
25403
  return templateEntities;
25420
25404
  }
25421
25405
 
25422
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/resource_loader.mjs
25406
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/resource_loader.mjs
25423
25407
  var ResourceLoader = class {
25424
25408
  };
25425
25409
 
25426
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/jit_compiler_facade.mjs
25410
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/jit_compiler_facade.mjs
25427
25411
  var CompilerFacadeImpl = class {
25428
25412
  constructor(jitEvaluator = new JitEvaluator()) {
25429
25413
  this.jitEvaluator = jitEvaluator;
@@ -25984,10 +25968,10 @@ function publishFacade(global) {
25984
25968
  ng.\u0275compilerFacade = new CompilerFacadeImpl();
25985
25969
  }
25986
25970
 
25987
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/version.mjs
25988
- var VERSION2 = new Version("18.0.0-next.3");
25971
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/version.mjs
25972
+ var VERSION2 = new Version("18.0.0-next.4");
25989
25973
 
25990
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/extractor_merger.mjs
25974
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/extractor_merger.mjs
25991
25975
  var _I18N_ATTR = "i18n";
25992
25976
  var _I18N_ATTR_PREFIX = "i18n-";
25993
25977
  var _I18N_COMMENT_PREFIX_REGEXP = /^i18n:?/;
@@ -26296,7 +26280,7 @@ function _parseMessageMeta(i18n2) {
26296
26280
  return { meaning, description, id: id.trim() };
26297
26281
  }
26298
26282
 
26299
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/xml_tags.mjs
26283
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/xml_tags.mjs
26300
26284
  var XmlTagDefinition = class {
26301
26285
  constructor() {
26302
26286
  this.closedByParent = false;
@@ -26321,7 +26305,7 @@ function getXmlTagDefinition(tagName) {
26321
26305
  return _TAG_DEFINITION;
26322
26306
  }
26323
26307
 
26324
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/xml_parser.mjs
26308
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/xml_parser.mjs
26325
26309
  var XmlParser = class extends Parser2 {
26326
26310
  constructor() {
26327
26311
  super(getXmlTagDefinition);
@@ -26331,7 +26315,7 @@ var XmlParser = class extends Parser2 {
26331
26315
  }
26332
26316
  };
26333
26317
 
26334
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/serializers/xliff.mjs
26318
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/serializers/xliff.mjs
26335
26319
  var _VERSION = "1.2";
26336
26320
  var _XMLNS = "urn:oasis:names:tc:xliff:document:1.2";
26337
26321
  var _DEFAULT_SOURCE_LANG = "en";
@@ -26585,7 +26569,7 @@ function getCtypeForTag(tag) {
26585
26569
  }
26586
26570
  }
26587
26571
 
26588
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/serializers/xliff2.mjs
26572
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/serializers/xliff2.mjs
26589
26573
  var _VERSION2 = "2.0";
26590
26574
  var _XMLNS2 = "urn:oasis:names:tc:xliff:document:2.0";
26591
26575
  var _DEFAULT_SOURCE_LANG2 = "en";
@@ -26901,7 +26885,7 @@ function getTypeForTag(tag) {
26901
26885
  }
26902
26886
  }
26903
26887
 
26904
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/message_bundle.mjs
26888
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/message_bundle.mjs
26905
26889
  var MessageBundle = class {
26906
26890
  constructor(_htmlParser, _implicitTags, _implicitAttrs, _locale = null) {
26907
26891
  this._htmlParser = _htmlParser;
@@ -26974,7 +26958,7 @@ var MapPlaceholderNames = class extends CloneVisitor {
26974
26958
  }
26975
26959
  };
26976
26960
 
26977
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/partial/api.mjs
26961
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/partial/api.mjs
26978
26962
  var FactoryTarget2;
26979
26963
  (function(FactoryTarget3) {
26980
26964
  FactoryTarget3[FactoryTarget3["Directive"] = 0] = "Directive";
@@ -26984,7 +26968,7 @@ var FactoryTarget2;
26984
26968
  FactoryTarget3[FactoryTarget3["NgModule"] = 4] = "NgModule";
26985
26969
  })(FactoryTarget2 || (FactoryTarget2 = {}));
26986
26970
 
26987
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_class_metadata_compiler.mjs
26971
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_class_metadata_compiler.mjs
26988
26972
  function compileClassMetadata(metadata) {
26989
26973
  const fnCall = internalCompileClassMetadata(metadata);
26990
26974
  return arrowFn([], [devOnlyGuardedExpression(fnCall).toStmt()]).callFn([]);
@@ -27022,7 +27006,7 @@ function compileComponentMetadataAsyncResolver(dependencies) {
27022
27006
  return arrowFn([], literalArr(dynamicImports));
27023
27007
  }
27024
27008
 
27025
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_class_debug_info_compiler.mjs
27009
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_class_debug_info_compiler.mjs
27026
27010
  function compileClassDebugInfo(debugInfo) {
27027
27011
  const debugInfoObject = {
27028
27012
  className: debugInfo.className
@@ -27042,13 +27026,13 @@ function compileClassDebugInfo(debugInfo) {
27042
27026
  return iife.callFn([]);
27043
27027
  }
27044
27028
 
27045
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/partial/class_metadata.mjs
27029
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/partial/class_metadata.mjs
27046
27030
  var MINIMUM_PARTIAL_LINKER_VERSION = "12.0.0";
27047
27031
  var MINIMUM_PARTIAL_LINKER_DEFER_SUPPORT_VERSION = "18.0.0";
27048
27032
  function compileDeclareClassMetadata(metadata) {
27049
27033
  const definitionMap = new DefinitionMap();
27050
27034
  definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION));
27051
- definitionMap.set("version", literal("18.0.0-next.3"));
27035
+ definitionMap.set("version", literal("18.0.0-next.4"));
27052
27036
  definitionMap.set("ngImport", importExpr(Identifiers.core));
27053
27037
  definitionMap.set("type", metadata.type);
27054
27038
  definitionMap.set("decorators", metadata.decorators);
@@ -27067,7 +27051,7 @@ function compileComponentDeclareClassMetadata(metadata, dependencies) {
27067
27051
  callbackReturnDefinitionMap.set("ctorParameters", (_a2 = metadata.ctorParameters) != null ? _a2 : literal(null));
27068
27052
  callbackReturnDefinitionMap.set("propDecorators", (_b2 = metadata.propDecorators) != null ? _b2 : literal(null));
27069
27053
  definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_DEFER_SUPPORT_VERSION));
27070
- definitionMap.set("version", literal("18.0.0-next.3"));
27054
+ definitionMap.set("version", literal("18.0.0-next.4"));
27071
27055
  definitionMap.set("ngImport", importExpr(Identifiers.core));
27072
27056
  definitionMap.set("type", metadata.type);
27073
27057
  definitionMap.set("resolveDeferredDeps", compileComponentMetadataAsyncResolver(dependencies));
@@ -27075,7 +27059,7 @@ function compileComponentDeclareClassMetadata(metadata, dependencies) {
27075
27059
  return importExpr(Identifiers.declareClassMetadataAsync).callFn([definitionMap.toLiteralMap()]);
27076
27060
  }
27077
27061
 
27078
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/partial/util.mjs
27062
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/partial/util.mjs
27079
27063
  function toOptionalLiteralArray(values, mapper) {
27080
27064
  if (values === null || values.length === 0) {
27081
27065
  return null;
@@ -27123,7 +27107,7 @@ function compileDependency(dep) {
27123
27107
  return depMeta.toLiteralMap();
27124
27108
  }
27125
27109
 
27126
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/partial/directive.mjs
27110
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/partial/directive.mjs
27127
27111
  function compileDeclareDirectiveFromMetadata(meta) {
27128
27112
  const definitionMap = createDirectiveDefinitionMap(meta);
27129
27113
  const expression = importExpr(Identifiers.declareDirective).callFn([definitionMap.toLiteralMap()]);
@@ -27135,7 +27119,7 @@ function createDirectiveDefinitionMap(meta) {
27135
27119
  const definitionMap = new DefinitionMap();
27136
27120
  const minVersion = getMinimumVersionForPartialOutput(meta);
27137
27121
  definitionMap.set("minVersion", literal(minVersion));
27138
- definitionMap.set("version", literal("18.0.0-next.3"));
27122
+ definitionMap.set("version", literal("18.0.0-next.4"));
27139
27123
  definitionMap.set("type", meta.type.value);
27140
27124
  if (meta.isStandalone) {
27141
27125
  definitionMap.set("isStandalone", literal(meta.isStandalone));
@@ -27295,7 +27279,7 @@ function legacyInputsPartialMetadata(inputs) {
27295
27279
  }));
27296
27280
  }
27297
27281
 
27298
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/partial/component.mjs
27282
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/partial/component.mjs
27299
27283
  function compileDeclareComponentFromMetadata(meta, template2, additionalTemplateInfo) {
27300
27284
  const definitionMap = createComponentDefinitionMap(meta, template2, additionalTemplateInfo);
27301
27285
  const expression = importExpr(Identifiers.declareComponent).callFn([definitionMap.toLiteralMap()]);
@@ -27446,12 +27430,12 @@ var BlockPresenceVisitor = class extends RecursiveVisitor {
27446
27430
  }
27447
27431
  };
27448
27432
 
27449
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/partial/factory.mjs
27433
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/partial/factory.mjs
27450
27434
  var MINIMUM_PARTIAL_LINKER_VERSION2 = "12.0.0";
27451
27435
  function compileDeclareFactoryFunction(meta) {
27452
27436
  const definitionMap = new DefinitionMap();
27453
27437
  definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION2));
27454
- definitionMap.set("version", literal("18.0.0-next.3"));
27438
+ definitionMap.set("version", literal("18.0.0-next.4"));
27455
27439
  definitionMap.set("ngImport", importExpr(Identifiers.core));
27456
27440
  definitionMap.set("type", meta.type.value);
27457
27441
  definitionMap.set("deps", compileDependencies(meta.deps));
@@ -27463,7 +27447,7 @@ function compileDeclareFactoryFunction(meta) {
27463
27447
  };
27464
27448
  }
27465
27449
 
27466
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/partial/injectable.mjs
27450
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/partial/injectable.mjs
27467
27451
  var MINIMUM_PARTIAL_LINKER_VERSION3 = "12.0.0";
27468
27452
  function compileDeclareInjectableFromMetadata(meta) {
27469
27453
  const definitionMap = createInjectableDefinitionMap(meta);
@@ -27474,7 +27458,7 @@ function compileDeclareInjectableFromMetadata(meta) {
27474
27458
  function createInjectableDefinitionMap(meta) {
27475
27459
  const definitionMap = new DefinitionMap();
27476
27460
  definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION3));
27477
- definitionMap.set("version", literal("18.0.0-next.3"));
27461
+ definitionMap.set("version", literal("18.0.0-next.4"));
27478
27462
  definitionMap.set("ngImport", importExpr(Identifiers.core));
27479
27463
  definitionMap.set("type", meta.type.value);
27480
27464
  if (meta.providedIn !== void 0) {
@@ -27501,7 +27485,7 @@ function createInjectableDefinitionMap(meta) {
27501
27485
  return definitionMap;
27502
27486
  }
27503
27487
 
27504
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/partial/injector.mjs
27488
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/partial/injector.mjs
27505
27489
  var MINIMUM_PARTIAL_LINKER_VERSION4 = "12.0.0";
27506
27490
  function compileDeclareInjectorFromMetadata(meta) {
27507
27491
  const definitionMap = createInjectorDefinitionMap(meta);
@@ -27512,7 +27496,7 @@ function compileDeclareInjectorFromMetadata(meta) {
27512
27496
  function createInjectorDefinitionMap(meta) {
27513
27497
  const definitionMap = new DefinitionMap();
27514
27498
  definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION4));
27515
- definitionMap.set("version", literal("18.0.0-next.3"));
27499
+ definitionMap.set("version", literal("18.0.0-next.4"));
27516
27500
  definitionMap.set("ngImport", importExpr(Identifiers.core));
27517
27501
  definitionMap.set("type", meta.type.value);
27518
27502
  definitionMap.set("providers", meta.providers);
@@ -27522,7 +27506,7 @@ function createInjectorDefinitionMap(meta) {
27522
27506
  return definitionMap;
27523
27507
  }
27524
27508
 
27525
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/partial/ng_module.mjs
27509
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/partial/ng_module.mjs
27526
27510
  var MINIMUM_PARTIAL_LINKER_VERSION5 = "14.0.0";
27527
27511
  function compileDeclareNgModuleFromMetadata(meta) {
27528
27512
  const definitionMap = createNgModuleDefinitionMap(meta);
@@ -27536,7 +27520,7 @@ function createNgModuleDefinitionMap(meta) {
27536
27520
  throw new Error("Invalid path! Local compilation mode should not get into the partial compilation path");
27537
27521
  }
27538
27522
  definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION5));
27539
- definitionMap.set("version", literal("18.0.0-next.3"));
27523
+ definitionMap.set("version", literal("18.0.0-next.4"));
27540
27524
  definitionMap.set("ngImport", importExpr(Identifiers.core));
27541
27525
  definitionMap.set("type", meta.type.value);
27542
27526
  if (meta.bootstrap.length > 0) {
@@ -27560,7 +27544,7 @@ function createNgModuleDefinitionMap(meta) {
27560
27544
  return definitionMap;
27561
27545
  }
27562
27546
 
27563
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/partial/pipe.mjs
27547
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/partial/pipe.mjs
27564
27548
  var MINIMUM_PARTIAL_LINKER_VERSION6 = "14.0.0";
27565
27549
  function compileDeclarePipeFromMetadata(meta) {
27566
27550
  const definitionMap = createPipeDefinitionMap(meta);
@@ -27571,7 +27555,7 @@ function compileDeclarePipeFromMetadata(meta) {
27571
27555
  function createPipeDefinitionMap(meta) {
27572
27556
  const definitionMap = new DefinitionMap();
27573
27557
  definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION6));
27574
- definitionMap.set("version", literal("18.0.0-next.3"));
27558
+ definitionMap.set("version", literal("18.0.0-next.4"));
27575
27559
  definitionMap.set("ngImport", importExpr(Identifiers.core));
27576
27560
  definitionMap.set("type", meta.type.value);
27577
27561
  if (meta.isStandalone) {
@@ -27584,16 +27568,16 @@ function createPipeDefinitionMap(meta) {
27584
27568
  return definitionMap;
27585
27569
  }
27586
27570
 
27587
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/compiler.mjs
27571
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/compiler.mjs
27588
27572
  publishFacade(_global);
27589
27573
 
27590
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/version.mjs
27591
- var VERSION3 = new Version("18.0.0-next.3");
27574
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/version.mjs
27575
+ var VERSION3 = new Version("18.0.0-next.4");
27592
27576
 
27593
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/emitter.mjs
27577
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/emitter.mjs
27594
27578
  var import_typescript5 = __toESM(require("typescript"), 1);
27595
27579
 
27596
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error_code.mjs
27580
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error_code.mjs
27597
27581
  var ErrorCode;
27598
27582
  (function(ErrorCode2) {
27599
27583
  ErrorCode2[ErrorCode2["DECORATOR_ARG_NOT_LITERAL"] = 1001] = "DECORATOR_ARG_NOT_LITERAL";
@@ -27683,7 +27667,7 @@ var ErrorCode;
27683
27667
  ErrorCode2[ErrorCode2["LOCAL_COMPILATION_UNSUPPORTED_EXPRESSION"] = 11003] = "LOCAL_COMPILATION_UNSUPPORTED_EXPRESSION";
27684
27668
  })(ErrorCode || (ErrorCode = {}));
27685
27669
 
27686
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/docs.mjs
27670
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/docs.mjs
27687
27671
  var COMPILER_ERRORS_WITH_GUIDES = /* @__PURE__ */ new Set([
27688
27672
  ErrorCode.DECORATOR_ARG_NOT_LITERAL,
27689
27673
  ErrorCode.IMPORT_CYCLE_DETECTED,
@@ -27695,15 +27679,15 @@ var COMPILER_ERRORS_WITH_GUIDES = /* @__PURE__ */ new Set([
27695
27679
  ErrorCode.WARN_NGMODULE_ID_UNNECESSARY
27696
27680
  ]);
27697
27681
 
27698
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error.mjs
27682
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error.mjs
27699
27683
  var import_typescript2 = __toESM(require("typescript"), 1);
27700
27684
 
27701
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/util.mjs
27685
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/util.mjs
27702
27686
  function ngErrorCode(code) {
27703
27687
  return parseInt("-99" + code);
27704
27688
  }
27705
27689
 
27706
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error.mjs
27690
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error.mjs
27707
27691
  var FatalDiagnosticError = class extends Error {
27708
27692
  constructor(code, node, diagnosticMessage, relatedInformation) {
27709
27693
  super(`FatalDiagnosticError: Code: ${code}, Message: ${import_typescript2.default.flattenDiagnosticMessageText(diagnosticMessage, "\n")}`);
@@ -27764,10 +27748,10 @@ function isFatalDiagnosticError(err) {
27764
27748
  return err._isFatalDiagnosticError === true;
27765
27749
  }
27766
27750
 
27767
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error_details_base_url.mjs
27751
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error_details_base_url.mjs
27768
27752
  var ERROR_DETAILS_PAGE_BASE_URL = "https://angular.io/errors";
27769
27753
 
27770
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/extended_template_diagnostic_name.mjs
27754
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/extended_template_diagnostic_name.mjs
27771
27755
  var ExtendedTemplateDiagnosticName;
27772
27756
  (function(ExtendedTemplateDiagnosticName2) {
27773
27757
  ExtendedTemplateDiagnosticName2["INVALID_BANANA_IN_BOX"] = "invalidBananaInBox";
@@ -27782,7 +27766,7 @@ var ExtendedTemplateDiagnosticName;
27782
27766
  ExtendedTemplateDiagnosticName2["CONTROL_FLOW_PREVENTING_CONTENT_PROJECTION"] = "controlFlowPreventingContentProjection";
27783
27767
  })(ExtendedTemplateDiagnosticName || (ExtendedTemplateDiagnosticName = {}));
27784
27768
 
27785
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/typescript.mjs
27769
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/typescript.mjs
27786
27770
  var import_typescript3 = __toESM(require("typescript"), 1);
27787
27771
  var TS = /\.tsx?$/i;
27788
27772
  var D_TS = /\.d\.ts$/i;
@@ -27883,7 +27867,7 @@ function toUnredirectedSourceFile(sf) {
27883
27867
  return redirectInfo.unredirected;
27884
27868
  }
27885
27869
 
27886
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/find_export.mjs
27870
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/find_export.mjs
27887
27871
  function findExportedNameOfNode(target, file, reflector) {
27888
27872
  const exports = reflector.getExportsOfModule(file);
27889
27873
  if (exports === null) {
@@ -27903,7 +27887,7 @@ function findExportedNameOfNode(target, file, reflector) {
27903
27887
  return foundExportName;
27904
27888
  }
27905
27889
 
27906
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/emitter.mjs
27890
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/emitter.mjs
27907
27891
  var ImportFlags;
27908
27892
  (function(ImportFlags2) {
27909
27893
  ImportFlags2[ImportFlags2["None"] = 0] = "None";
@@ -28132,7 +28116,7 @@ var UnifiedModulesStrategy = class {
28132
28116
  }
28133
28117
  };
28134
28118
 
28135
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/alias.mjs
28119
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/alias.mjs
28136
28120
  var CHARS_TO_ESCAPE = /[^a-zA-Z0-9/_]/g;
28137
28121
  var UnifiedModulesAliasingHost = class {
28138
28122
  constructor(unifiedModulesHost) {
@@ -28199,7 +28183,7 @@ var AliasStrategy = class {
28199
28183
  }
28200
28184
  };
28201
28185
 
28202
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/path.mjs
28186
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/path.mjs
28203
28187
  function relativePathBetween(from, to) {
28204
28188
  const relativePath = stripExtension(relative(dirname(resolve(from)), resolve(to)));
28205
28189
  return relativePath !== "" ? toRelativeImport(relativePath) : null;
@@ -28208,7 +28192,7 @@ function normalizeSeparators2(path4) {
28208
28192
  return path4.replace(/\\/g, "/");
28209
28193
  }
28210
28194
 
28211
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/core.mjs
28195
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/core.mjs
28212
28196
  var NoopImportRewriter = class {
28213
28197
  rewriteSymbol(symbol, specifier) {
28214
28198
  return symbol;
@@ -28261,7 +28245,7 @@ function validateAndRewriteCoreSymbol(name) {
28261
28245
  return CORE_SUPPORTED_SYMBOLS.get(name);
28262
28246
  }
28263
28247
 
28264
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/patch_alias_reference_resolution.mjs
28248
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/patch_alias_reference_resolution.mjs
28265
28249
  var import_typescript7 = __toESM(require("typescript"), 1);
28266
28250
  var patchedReferencedAliasesSymbol = Symbol("patchedReferencedAliases");
28267
28251
  function loadIsReferencedAliasDeclarationPatch(context) {
@@ -28296,7 +28280,7 @@ function throwIncompatibleTransformationContextError() {
28296
28280
  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.");
28297
28281
  }
28298
28282
 
28299
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/default.mjs
28283
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/default.mjs
28300
28284
  var DefaultImportDeclaration = Symbol("DefaultImportDeclaration");
28301
28285
  function attachDefaultImportDeclaration(expr, importDecl) {
28302
28286
  expr[DefaultImportDeclaration] = importDecl;
@@ -28337,13 +28321,13 @@ var DefaultImportTracker = class {
28337
28321
  }
28338
28322
  };
28339
28323
 
28340
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/deferred_symbol_tracker.mjs
28324
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/deferred_symbol_tracker.mjs
28341
28325
  var import_typescript13 = __toESM(require("typescript"), 1);
28342
28326
 
28343
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/typescript.mjs
28327
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/typescript.mjs
28344
28328
  var import_typescript12 = __toESM(require("typescript"), 1);
28345
28329
 
28346
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/host.mjs
28330
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/host.mjs
28347
28331
  var import_typescript9 = __toESM(require("typescript"), 1);
28348
28332
  function isDecoratorIdentifier(exp) {
28349
28333
  return import_typescript9.default.isIdentifier(exp) || import_typescript9.default.isPropertyAccessExpression(exp) && import_typescript9.default.isIdentifier(exp.expression) && import_typescript9.default.isIdentifier(exp.name);
@@ -28366,7 +28350,7 @@ var ClassMemberAccessLevel;
28366
28350
  })(ClassMemberAccessLevel || (ClassMemberAccessLevel = {}));
28367
28351
  var AmbientImport = {};
28368
28352
 
28369
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/type_to_value.mjs
28353
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/type_to_value.mjs
28370
28354
  var import_typescript10 = __toESM(require("typescript"), 1);
28371
28355
  function typeToValue(typeNode, checker, isLocalCompilation) {
28372
28356
  var _a2, _b2;
@@ -28539,7 +28523,7 @@ function extractModuleName(node) {
28539
28523
  return node.moduleSpecifier.text;
28540
28524
  }
28541
28525
 
28542
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/util.mjs
28526
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/util.mjs
28543
28527
  var import_typescript11 = __toESM(require("typescript"), 1);
28544
28528
  function isNamedClassDeclaration(node) {
28545
28529
  return import_typescript11.default.isClassDeclaration(node) && isIdentifier(node.name);
@@ -28563,7 +28547,7 @@ function classMemberAccessLevelToString(level) {
28563
28547
  }
28564
28548
  }
28565
28549
 
28566
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/typescript.mjs
28550
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/typescript.mjs
28567
28551
  var TypeScriptReflectionHost = class {
28568
28552
  constructor(checker, isLocalCompilation = false) {
28569
28553
  this.checker = checker;
@@ -29050,7 +29034,7 @@ function getExportedName(decl, originalId) {
29050
29034
  }
29051
29035
  var LocalExportedDeclarations = Symbol("LocalExportedDeclarations");
29052
29036
 
29053
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/deferred_symbol_tracker.mjs
29037
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/deferred_symbol_tracker.mjs
29054
29038
  var AssumeEager = "AssumeEager";
29055
29039
  var DeferredSymbolTracker = class {
29056
29040
  constructor(typeChecker, onlyExplicitDeferDependencyImports) {
@@ -29170,7 +29154,7 @@ var DeferredSymbolTracker = class {
29170
29154
  }
29171
29155
  };
29172
29156
 
29173
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/imported_symbols_tracker.mjs
29157
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/imported_symbols_tracker.mjs
29174
29158
  var import_typescript15 = __toESM(require("typescript"), 1);
29175
29159
  var ImportedSymbolsTracker = class {
29176
29160
  constructor() {
@@ -29240,7 +29224,7 @@ var ImportedSymbolsTracker = class {
29240
29224
  }
29241
29225
  };
29242
29226
 
29243
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/local_compilation_extra_imports_tracker.mjs
29227
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/local_compilation_extra_imports_tracker.mjs
29244
29228
  var import_typescript16 = __toESM(require("typescript"), 1);
29245
29229
  var LocalCompilationExtraImportsTracker = class {
29246
29230
  constructor(typeChecker) {
@@ -29287,7 +29271,7 @@ function removeQuotations(s) {
29287
29271
  return s.substring(1, s.length - 1).trim();
29288
29272
  }
29289
29273
 
29290
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/references.mjs
29274
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/references.mjs
29291
29275
  var Reference2 = class {
29292
29276
  constructor(node, bestGuessOwningModule = null) {
29293
29277
  this.node = node;
@@ -29356,7 +29340,7 @@ var Reference2 = class {
29356
29340
  }
29357
29341
  };
29358
29342
 
29359
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/resolver.mjs
29343
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/resolver.mjs
29360
29344
  var ModuleResolver = class {
29361
29345
  constructor(program, compilerOptions, host, moduleResolutionCache) {
29362
29346
  this.program = program;
@@ -29373,16 +29357,16 @@ var ModuleResolver = class {
29373
29357
  }
29374
29358
  };
29375
29359
 
29376
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/jit_transforms/downlevel_decorators_transform.mjs
29360
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/jit_transforms/downlevel_decorators_transform.mjs
29377
29361
  var import_typescript21 = __toESM(require("typescript"), 1);
29378
29362
 
29379
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/jit_transforms/initializer_api_transforms/transform.mjs
29363
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/jit_transforms/initializer_api_transforms/transform.mjs
29380
29364
  var import_typescript70 = __toESM(require("typescript"), 1);
29381
29365
 
29382
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/di.mjs
29366
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/di.mjs
29383
29367
  var import_typescript23 = __toESM(require("typescript"), 1);
29384
29368
 
29385
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/util.mjs
29369
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/util.mjs
29386
29370
  var import_typescript22 = __toESM(require("typescript"), 1);
29387
29371
  var CORE_MODULE2 = "@angular/core";
29388
29372
  function valueReferenceToExpression(valueRef) {
@@ -29637,7 +29621,7 @@ function isAbstractClassDeclaration(clazz) {
29637
29621
  return import_typescript22.default.canHaveModifiers(clazz) && clazz.modifiers !== void 0 ? clazz.modifiers.some((mod) => mod.kind === import_typescript22.default.SyntaxKind.AbstractKeyword) : false;
29638
29622
  }
29639
29623
 
29640
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/di.mjs
29624
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/di.mjs
29641
29625
  function getConstructorDependencies(clazz, reflector, isCore) {
29642
29626
  const deps = [];
29643
29627
  const errors = [];
@@ -29779,10 +29763,10 @@ function createUnsuitableInjectionTokenError(clazz, error) {
29779
29763
  return new FatalDiagnosticError(ErrorCode.PARAM_MISSING_TOKEN, param.nameNode, chain2, hints);
29780
29764
  }
29781
29765
 
29782
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.mjs
29766
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.mjs
29783
29767
  var import_typescript46 = __toESM(require("typescript"), 1);
29784
29768
 
29785
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/api.mjs
29769
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/api.mjs
29786
29770
  var MetaKind;
29787
29771
  (function(MetaKind2) {
29788
29772
  MetaKind2[MetaKind2["Directive"] = 0] = "Directive";
@@ -29795,10 +29779,10 @@ var MatchSource;
29795
29779
  MatchSource2[MatchSource2["HostDirective"] = 1] = "HostDirective";
29796
29780
  })(MatchSource || (MatchSource = {}));
29797
29781
 
29798
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
29782
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
29799
29783
  var import_typescript26 = __toESM(require("typescript"), 1);
29800
29784
 
29801
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/property_mapping.mjs
29785
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/property_mapping.mjs
29802
29786
  var ClassPropertyMapping = class {
29803
29787
  constructor(forwardMap) {
29804
29788
  this.forwardMap = forwardMap;
@@ -29878,7 +29862,7 @@ function reverseMapFromForwardMap(forwardMap) {
29878
29862
  return reverseMap;
29879
29863
  }
29880
29864
 
29881
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/util.mjs
29865
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/util.mjs
29882
29866
  var import_typescript24 = __toESM(require("typescript"), 1);
29883
29867
  function extractReferencesFromType(checker, def, bestGuessOwningModule) {
29884
29868
  if (!import_typescript24.default.isTupleTypeNode(def)) {
@@ -30071,7 +30055,7 @@ function isHostDirectiveMetaForGlobalMode(hostDirectiveMeta) {
30071
30055
  return hostDirectiveMeta.directive instanceof Reference2;
30072
30056
  }
30073
30057
 
30074
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
30058
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
30075
30059
  var DtsMetadataReader = class {
30076
30060
  constructor(checker, reflector) {
30077
30061
  this.checker = checker;
@@ -30254,7 +30238,7 @@ function readHostDirectivesType(checker, type, bestGuessOwningModule) {
30254
30238
  return result.length > 0 ? result : null;
30255
30239
  }
30256
30240
 
30257
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/inheritance.mjs
30241
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/inheritance.mjs
30258
30242
  function flattenInheritedDirectiveMetadata(reader, dir) {
30259
30243
  const topMeta = reader.getDirectiveMetadata(dir);
30260
30244
  if (topMeta === null) {
@@ -30317,7 +30301,7 @@ function flattenInheritedDirectiveMetadata(reader, dir) {
30317
30301
  });
30318
30302
  }
30319
30303
 
30320
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/registry.mjs
30304
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/registry.mjs
30321
30305
  var LocalMetadataRegistry = class {
30322
30306
  constructor() {
30323
30307
  this.directives = /* @__PURE__ */ new Map();
@@ -30374,7 +30358,7 @@ var CompoundMetadataRegistry = class {
30374
30358
  }
30375
30359
  };
30376
30360
 
30377
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/resource_registry.mjs
30361
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/resource_registry.mjs
30378
30362
  var ResourceRegistry = class {
30379
30363
  constructor() {
30380
30364
  this.externalTemplateToComponentsMap = /* @__PURE__ */ new Map();
@@ -30439,7 +30423,7 @@ var ResourceRegistry = class {
30439
30423
  }
30440
30424
  };
30441
30425
 
30442
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/providers.mjs
30426
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/providers.mjs
30443
30427
  var ExportedProviderStatusResolver = class {
30444
30428
  constructor(metaReader) {
30445
30429
  this.metaReader = metaReader;
@@ -30483,7 +30467,7 @@ var ExportedProviderStatusResolver = class {
30483
30467
  }
30484
30468
  };
30485
30469
 
30486
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/host_directives_resolver.mjs
30470
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/host_directives_resolver.mjs
30487
30471
  var EMPTY_ARRAY = [];
30488
30472
  var HostDirectivesResolver = class {
30489
30473
  constructor(metaReader) {
@@ -30548,10 +30532,10 @@ function resolveOutput(bindingName) {
30548
30532
  return bindingName;
30549
30533
  }
30550
30534
 
30551
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/diagnostics.mjs
30535
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/diagnostics.mjs
30552
30536
  var import_typescript28 = __toESM(require("typescript"), 1);
30553
30537
 
30554
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/dynamic.mjs
30538
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/dynamic.mjs
30555
30539
  var DynamicValue = class {
30556
30540
  constructor(node, reason, code) {
30557
30541
  this.node = node;
@@ -30641,7 +30625,7 @@ var DynamicValue = class {
30641
30625
  }
30642
30626
  };
30643
30627
 
30644
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/result.mjs
30628
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/result.mjs
30645
30629
  var ResolvedModule = class {
30646
30630
  constructor(exports, evaluate) {
30647
30631
  this.exports = exports;
@@ -30671,7 +30655,7 @@ var EnumValue = class {
30671
30655
  var KnownFn = class {
30672
30656
  };
30673
30657
 
30674
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/diagnostics.mjs
30658
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/diagnostics.mjs
30675
30659
  function describeResolvedType(value, maxDepth = 1) {
30676
30660
  var _a2, _b2;
30677
30661
  if (value === null) {
@@ -30800,10 +30784,10 @@ function getContainerNode(node) {
30800
30784
  return node.getSourceFile();
30801
30785
  }
30802
30786
 
30803
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
30787
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
30804
30788
  var import_typescript29 = __toESM(require("typescript"), 1);
30805
30789
 
30806
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/builtin.mjs
30790
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/builtin.mjs
30807
30791
  var ArraySliceBuiltinFn = class extends KnownFn {
30808
30792
  constructor(lhs) {
30809
30793
  super();
@@ -30855,14 +30839,14 @@ var StringConcatBuiltinFn = class extends KnownFn {
30855
30839
  }
30856
30840
  };
30857
30841
 
30858
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/synthetic.mjs
30842
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/synthetic.mjs
30859
30843
  var SyntheticValue = class {
30860
30844
  constructor(value) {
30861
30845
  this.value = value;
30862
30846
  }
30863
30847
  };
30864
30848
 
30865
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
30849
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
30866
30850
  function literalBinaryOp(op) {
30867
30851
  return { op, literal: true };
30868
30852
  }
@@ -31437,7 +31421,7 @@ function owningModule(context, override = null) {
31437
31421
  }
31438
31422
  }
31439
31423
 
31440
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interface.mjs
31424
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interface.mjs
31441
31425
  var PartialEvaluator = class {
31442
31426
  constructor(host, checker, dependencyTracker) {
31443
31427
  this.host = host;
@@ -31457,7 +31441,7 @@ var PartialEvaluator = class {
31457
31441
  }
31458
31442
  };
31459
31443
 
31460
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/api.mjs
31444
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/api.mjs
31461
31445
  var CompilationMode;
31462
31446
  (function(CompilationMode2) {
31463
31447
  CompilationMode2[CompilationMode2["FULL"] = 0] = "FULL";
@@ -31471,7 +31455,7 @@ var HandlerPrecedence;
31471
31455
  HandlerPrecedence2[HandlerPrecedence2["WEAK"] = 2] = "WEAK";
31472
31456
  })(HandlerPrecedence || (HandlerPrecedence = {}));
31473
31457
 
31474
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/alias.mjs
31458
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/alias.mjs
31475
31459
  var import_typescript31 = __toESM(require("typescript"), 1);
31476
31460
  function aliasTransformFactory(exportStatements) {
31477
31461
  return () => {
@@ -31494,10 +31478,10 @@ function aliasTransformFactory(exportStatements) {
31494
31478
  };
31495
31479
  }
31496
31480
 
31497
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
31481
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
31498
31482
  var import_typescript32 = __toESM(require("typescript"), 1);
31499
31483
 
31500
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/api.mjs
31484
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/api.mjs
31501
31485
  var PerfPhase;
31502
31486
  (function(PerfPhase2) {
31503
31487
  PerfPhase2[PerfPhase2["Unaccounted"] = 0] = "Unaccounted";
@@ -31565,7 +31549,7 @@ var PerfCheckpoint;
31565
31549
  PerfCheckpoint2[PerfCheckpoint2["LAST"] = 9] = "LAST";
31566
31550
  })(PerfCheckpoint || (PerfCheckpoint = {}));
31567
31551
 
31568
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/noop.mjs
31552
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/noop.mjs
31569
31553
  var NoopPerfRecorder = class {
31570
31554
  eventCount() {
31571
31555
  }
@@ -31582,7 +31566,7 @@ var NoopPerfRecorder = class {
31582
31566
  };
31583
31567
  var NOOP_PERF_RECORDER = new NoopPerfRecorder();
31584
31568
 
31585
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/clock.mjs
31569
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/clock.mjs
31586
31570
  function mark() {
31587
31571
  return process.hrtime();
31588
31572
  }
@@ -31591,7 +31575,7 @@ function timeSinceInMicros(mark2) {
31591
31575
  return delta[0] * 1e6 + Math.floor(delta[1] / 1e3);
31592
31576
  }
31593
31577
 
31594
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/recorder.mjs
31578
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/recorder.mjs
31595
31579
  var ActivePerfRecorder = class {
31596
31580
  static zeroedToNow() {
31597
31581
  return new ActivePerfRecorder(mark());
@@ -31685,7 +31669,7 @@ var DelegatingPerfRecorder = class {
31685
31669
  }
31686
31670
  };
31687
31671
 
31688
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/trait.mjs
31672
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/trait.mjs
31689
31673
  var TraitState;
31690
31674
  (function(TraitState2) {
31691
31675
  TraitState2[TraitState2["Pending"] = 0] = "Pending";
@@ -31742,7 +31726,7 @@ var TraitImpl = class {
31742
31726
  }
31743
31727
  };
31744
31728
 
31745
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
31729
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
31746
31730
  var TraitCompiler = class {
31747
31731
  constructor(handlers, reflector, perf, incrementalBuild, compileNonExportedClasses, compilationMode, dtsTransforms, semanticDepGraphUpdater, sourceFileTypeIdentifier) {
31748
31732
  this.handlers = handlers;
@@ -32199,10 +32183,10 @@ function containsErrors(diagnostics) {
32199
32183
  return diagnostics !== null && diagnostics.some((diag) => diag.category === import_typescript32.default.DiagnosticCategory.Error);
32200
32184
  }
32201
32185
 
32202
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.mjs
32186
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.mjs
32203
32187
  var import_typescript43 = __toESM(require("typescript"), 1);
32204
32188
 
32205
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/context.mjs
32189
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/context.mjs
32206
32190
  var Context = class {
32207
32191
  constructor(isStatement) {
32208
32192
  this.isStatement = isStatement;
@@ -32215,10 +32199,10 @@ var Context = class {
32215
32199
  }
32216
32200
  };
32217
32201
 
32218
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/import_manager.mjs
32202
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/import_manager.mjs
32219
32203
  var import_typescript38 = __toESM(require("typescript"), 1);
32220
32204
 
32221
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/check_unique_identifier_name.mjs
32205
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/check_unique_identifier_name.mjs
32222
32206
  var import_typescript34 = __toESM(require("typescript"), 1);
32223
32207
  function createGenerateUniqueIdentifierHelper() {
32224
32208
  const generatedIdentifiers = /* @__PURE__ */ new Set();
@@ -32242,7 +32226,7 @@ function createGenerateUniqueIdentifierHelper() {
32242
32226
  };
32243
32227
  }
32244
32228
 
32245
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/import_typescript_transform.mjs
32229
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/import_typescript_transform.mjs
32246
32230
  var import_typescript35 = __toESM(require("typescript"), 1);
32247
32231
  function createTsTransformForImportManager(manager, extraStatementsForFiles) {
32248
32232
  return (ctx) => {
@@ -32300,7 +32284,7 @@ function isImportStatement(stmt) {
32300
32284
  return import_typescript35.default.isImportDeclaration(stmt) || import_typescript35.default.isImportEqualsDeclaration(stmt) || import_typescript35.default.isNamespaceImport(stmt);
32301
32285
  }
32302
32286
 
32303
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/reuse_generated_imports.mjs
32287
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/reuse_generated_imports.mjs
32304
32288
  var import_typescript36 = __toESM(require("typescript"), 1);
32305
32289
  function attemptToReuseGeneratedImports(tracker, request) {
32306
32290
  const requestHash = hashImportRequest(request);
@@ -32327,7 +32311,7 @@ function hashImportRequest(req) {
32327
32311
  return `${req.requestedFile.fileName}:${req.exportModuleSpecifier}:${req.exportSymbolName}`;
32328
32312
  }
32329
32313
 
32330
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/reuse_source_file_imports.mjs
32314
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/reuse_source_file_imports.mjs
32331
32315
  var import_typescript37 = __toESM(require("typescript"), 1);
32332
32316
  function attemptToReuseExistingSourceFileImports(tracker, sourceFile, request) {
32333
32317
  let candidateImportToBeUpdated = null;
@@ -32380,7 +32364,7 @@ function attemptToReuseExistingSourceFileImports(tracker, sourceFile, request) {
32380
32364
  return fileUniqueAlias != null ? fileUniqueAlias : propertyName;
32381
32365
  }
32382
32366
 
32383
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/import_manager.mjs
32367
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/import_manager.mjs
32384
32368
  var presetImportManagerForceNamespaceImports = {
32385
32369
  disableOriginalSourceFileReuse: true,
32386
32370
  forceGenerateNamespacesForNewImports: true
@@ -32529,7 +32513,7 @@ function createImportReference(asTypeReference, ref) {
32529
32513
  }
32530
32514
  }
32531
32515
 
32532
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/translator.mjs
32516
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/translator.mjs
32533
32517
  var UNARY_OPERATORS2 = /* @__PURE__ */ new Map([
32534
32518
  [UnaryOperator.Minus, "-"],
32535
32519
  [UnaryOperator.Plus, "+"]
@@ -32774,7 +32758,7 @@ function createRange(span) {
32774
32758
  };
32775
32759
  }
32776
32760
 
32777
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/type_emitter.mjs
32761
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/type_emitter.mjs
32778
32762
  var import_typescript39 = __toESM(require("typescript"), 1);
32779
32763
  var INELIGIBLE = {};
32780
32764
  function canEmitType(type, canEmit) {
@@ -32849,10 +32833,10 @@ var TypeEmitter = class {
32849
32833
  }
32850
32834
  };
32851
32835
 
32852
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/type_translator.mjs
32836
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/type_translator.mjs
32853
32837
  var import_typescript41 = __toESM(require("typescript"), 1);
32854
32838
 
32855
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/ts_util.mjs
32839
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/ts_util.mjs
32856
32840
  var import_typescript40 = __toESM(require("typescript"), 1);
32857
32841
  function tsNumericExpression(value) {
32858
32842
  if (value < 0) {
@@ -32862,7 +32846,7 @@ function tsNumericExpression(value) {
32862
32846
  return import_typescript40.default.factory.createNumericLiteral(value);
32863
32847
  }
32864
32848
 
32865
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/type_translator.mjs
32849
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/type_translator.mjs
32866
32850
  function translateType(type, contextFile, reflector, refEmitter, imports) {
32867
32851
  return type.visitType(new TypeTranslatorVisitor(imports, contextFile, reflector, refEmitter), new Context(false));
32868
32852
  }
@@ -33079,7 +33063,7 @@ var TypeTranslatorVisitor = class {
33079
33063
  }
33080
33064
  };
33081
33065
 
33082
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/typescript_ast_factory.mjs
33066
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/typescript_ast_factory.mjs
33083
33067
  var import_typescript42 = __toESM(require("typescript"), 1);
33084
33068
  var PureAnnotation;
33085
33069
  (function(PureAnnotation2) {
@@ -33276,7 +33260,7 @@ function attachComments(statement, leadingComments) {
33276
33260
  }
33277
33261
  }
33278
33262
 
33279
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/typescript_translator.mjs
33263
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/typescript_translator.mjs
33280
33264
  function translateExpression(contextFile, expression, imports, options = {}) {
33281
33265
  return expression.visitExpression(new ExpressionTranslatorVisitor(new TypeScriptAstFactory(options.annotateForClosureCompiler === true), imports, contextFile, options), new Context(false));
33282
33266
  }
@@ -33284,7 +33268,7 @@ function translateStatement(contextFile, statement, imports, options = {}) {
33284
33268
  return statement.visitStatement(new ExpressionTranslatorVisitor(new TypeScriptAstFactory(options.annotateForClosureCompiler === true), imports, contextFile, options), new Context(true));
33285
33269
  }
33286
33270
 
33287
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.mjs
33271
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.mjs
33288
33272
  var DtsTransformRegistry = class {
33289
33273
  constructor() {
33290
33274
  this.ivyDeclarationTransforms = /* @__PURE__ */ new Map();
@@ -33430,10 +33414,10 @@ function markForEmitAsSingleLine(node) {
33430
33414
  import_typescript43.default.forEachChild(node, markForEmitAsSingleLine);
33431
33415
  }
33432
33416
 
33433
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
33417
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
33434
33418
  var import_typescript45 = __toESM(require("typescript"), 1);
33435
33419
 
33436
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/visitor.mjs
33420
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/visitor.mjs
33437
33421
  var import_typescript44 = __toESM(require("typescript"), 1);
33438
33422
  function visit(node, visitor, context) {
33439
33423
  return visitor._visit(node, context);
@@ -33494,7 +33478,7 @@ var Visitor = class {
33494
33478
  }
33495
33479
  };
33496
33480
 
33497
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
33481
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
33498
33482
  var NO_DECORATORS = /* @__PURE__ */ new Set();
33499
33483
  var CLOSURE_FILE_OVERVIEW_REGEXP = /\s+@fileoverview\s+/i;
33500
33484
  function ivyTransformFactory(compilation, reflector, importRewriter, defaultImportTracker, localCompilationExtraImportsTracker, perf, isCore, isClosureCompilerEnabled) {
@@ -33727,7 +33711,7 @@ function nodeArrayFromDecoratorsArray(decorators) {
33727
33711
  return array;
33728
33712
  }
33729
33713
 
33730
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.mjs
33714
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.mjs
33731
33715
  function makeDuplicateDeclarationError(node, data, kind) {
33732
33716
  const context = [];
33733
33717
  for (const decl of data) {
@@ -33934,7 +33918,7 @@ function assertLocalCompilationUnresolvedConst(compilationMode, value, nodeToHig
33934
33918
  }
33935
33919
  }
33936
33920
 
33937
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/evaluation.mjs
33921
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/evaluation.mjs
33938
33922
  var import_typescript48 = __toESM(require("typescript"), 1);
33939
33923
  function resolveEnumValue(evaluator, metadata, field, enumSymbolName) {
33940
33924
  let resolved = null;
@@ -33984,7 +33968,7 @@ function resolveLiteral(decorator, literalCache) {
33984
33968
  return meta;
33985
33969
  }
33986
33970
 
33987
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/factory.mjs
33971
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/factory.mjs
33988
33972
  function compileNgFactoryDefField(metadata) {
33989
33973
  const res = compileFactoryFunction(metadata);
33990
33974
  return {
@@ -34006,7 +33990,7 @@ function compileDeclareFactory(metadata) {
34006
33990
  };
34007
33991
  }
34008
33992
 
34009
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/injectable_registry.mjs
33993
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/injectable_registry.mjs
34010
33994
  var InjectableClassRegistry = class {
34011
33995
  constructor(host, isCore) {
34012
33996
  this.host = host;
@@ -34032,7 +34016,7 @@ var InjectableClassRegistry = class {
34032
34016
  }
34033
34017
  };
34034
34018
 
34035
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/metadata.mjs
34019
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/metadata.mjs
34036
34020
  var import_typescript49 = __toESM(require("typescript"), 1);
34037
34021
  function extractClassMetadata(clazz, reflection, isCore, annotateForClosureCompiler, angularDecoratorTransform = (dec) => dec) {
34038
34022
  if (!reflection.isClass(clazz)) {
@@ -34116,7 +34100,7 @@ function removeIdentifierReferences(node, names) {
34116
34100
  return result.transformed[0];
34117
34101
  }
34118
34102
 
34119
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/debug_info.mjs
34103
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/debug_info.mjs
34120
34104
  var path = __toESM(require("path"), 1);
34121
34105
  function extractClassDebugInfo(clazz, reflection, rootDirs, forbidOrphanRendering) {
34122
34106
  if (!reflection.isClass(clazz)) {
@@ -34142,13 +34126,13 @@ function computeRelativePathIfPossible(filePath, rootDirs) {
34142
34126
  return null;
34143
34127
  }
34144
34128
 
34145
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/references_registry.mjs
34129
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/references_registry.mjs
34146
34130
  var NoopReferencesRegistry = class {
34147
34131
  add(source, ...references) {
34148
34132
  }
34149
34133
  };
34150
34134
 
34151
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/schema.mjs
34135
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/schema.mjs
34152
34136
  function extractSchemas(rawExpr, evaluator, context) {
34153
34137
  const schemas = [];
34154
34138
  const result = evaluator.evaluate(rawExpr);
@@ -34177,7 +34161,7 @@ function extractSchemas(rawExpr, evaluator, context) {
34177
34161
  return schemas;
34178
34162
  }
34179
34163
 
34180
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/input_transforms.mjs
34164
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/input_transforms.mjs
34181
34165
  function compileInputTransformFields(inputs) {
34182
34166
  const extraFields = [];
34183
34167
  for (const input of inputs) {
@@ -34194,10 +34178,10 @@ function compileInputTransformFields(inputs) {
34194
34178
  return extraFields;
34195
34179
  }
34196
34180
 
34197
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
34181
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
34198
34182
  var import_typescript63 = __toESM(require("typescript"), 1);
34199
34183
 
34200
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/api.mjs
34184
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/api.mjs
34201
34185
  var import_typescript50 = __toESM(require("typescript"), 1);
34202
34186
  var SemanticSymbol = class {
34203
34187
  constructor(decl) {
@@ -34213,7 +34197,7 @@ function getSymbolIdentifier(decl) {
34213
34197
  return decl.name.text;
34214
34198
  }
34215
34199
 
34216
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/graph.mjs
34200
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/graph.mjs
34217
34201
  var OpaqueSymbol = class extends SemanticSymbol {
34218
34202
  isPublicApiAffected() {
34219
34203
  return false;
@@ -34355,10 +34339,10 @@ function getImportPath(expr) {
34355
34339
  }
34356
34340
  }
34357
34341
 
34358
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
34342
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
34359
34343
  var import_typescript51 = __toESM(require("typescript"), 1);
34360
34344
 
34361
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/util.mjs
34345
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/util.mjs
34362
34346
  function isSymbolEqual(a, b) {
34363
34347
  if (a.decl === b.decl) {
34364
34348
  return true;
@@ -34408,7 +34392,7 @@ function isSetEqual(a, b, equalityTester = referenceEquality) {
34408
34392
  return true;
34409
34393
  }
34410
34394
 
34411
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
34395
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
34412
34396
  function extractSemanticTypeParameters(node) {
34413
34397
  if (!import_typescript51.default.isClassDeclaration(node) || node.typeParameters === void 0) {
34414
34398
  return null;
@@ -34428,14 +34412,14 @@ function isTypeParameterEqual(a, b) {
34428
34412
  return a.hasGenericTypeBound === b.hasGenericTypeBound;
34429
34413
  }
34430
34414
 
34431
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/api.mjs
34415
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/api.mjs
34432
34416
  var ComponentScopeKind;
34433
34417
  (function(ComponentScopeKind2) {
34434
34418
  ComponentScopeKind2[ComponentScopeKind2["NgModule"] = 0] = "NgModule";
34435
34419
  ComponentScopeKind2[ComponentScopeKind2["Standalone"] = 1] = "Standalone";
34436
34420
  })(ComponentScopeKind || (ComponentScopeKind = {}));
34437
34421
 
34438
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/component_scope.mjs
34422
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/component_scope.mjs
34439
34423
  var CompoundComponentScopeReader = class {
34440
34424
  constructor(readers) {
34441
34425
  this.readers = readers;
@@ -34460,7 +34444,7 @@ var CompoundComponentScopeReader = class {
34460
34444
  }
34461
34445
  };
34462
34446
 
34463
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/dependency.mjs
34447
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/dependency.mjs
34464
34448
  var MetadataDtsModuleScopeResolver = class {
34465
34449
  constructor(dtsMetaReader, aliasingHost) {
34466
34450
  this.dtsMetaReader = dtsMetaReader;
@@ -34535,10 +34519,10 @@ var MetadataDtsModuleScopeResolver = class {
34535
34519
  }
34536
34520
  };
34537
34521
 
34538
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.mjs
34522
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.mjs
34539
34523
  var import_typescript52 = __toESM(require("typescript"), 1);
34540
34524
 
34541
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/util.mjs
34525
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/util.mjs
34542
34526
  function getDiagnosticNode(ref, rawExpr) {
34543
34527
  return rawExpr !== null ? ref.getOriginForDiagnostics(rawExpr) : ref.node.name;
34544
34528
  }
@@ -34564,7 +34548,7 @@ function makeUnknownComponentDeferredImportDiagnostic(ref, rawExpr) {
34564
34548
  return makeDiagnostic(ErrorCode.COMPONENT_UNKNOWN_DEFERRED_IMPORT, getDiagnosticNode(ref, rawExpr), `Component deferred imports must be standalone components, directives or pipes.`);
34565
34549
  }
34566
34550
 
34567
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.mjs
34551
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.mjs
34568
34552
  var LocalModuleScopeRegistry = class {
34569
34553
  constructor(localReader, fullReader, dependencyScopeReader, refEmitter, aliasingHost) {
34570
34554
  this.localReader = localReader;
@@ -34903,7 +34887,7 @@ function reexportCollision(module2, refA, refB) {
34903
34887
  ]);
34904
34888
  }
34905
34889
 
34906
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/typecheck.mjs
34890
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/typecheck.mjs
34907
34891
  var import_typescript54 = __toESM(require("typescript"), 1);
34908
34892
  var TypeCheckScopeRegistry = class {
34909
34893
  constructor(scopeReader, metaReader, hostDirectivesResolver) {
@@ -34980,17 +34964,17 @@ var TypeCheckScopeRegistry = class {
34980
34964
  }
34981
34965
  };
34982
34966
 
34983
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/shared.mjs
34967
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/shared.mjs
34984
34968
  var import_typescript58 = __toESM(require("typescript"), 1);
34985
34969
 
34986
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/initializer_function_access.mjs
34970
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/initializer_function_access.mjs
34987
34971
  function validateAccessOfInitializerApiMember({ api, call: call2 }, member) {
34988
34972
  if (!api.allowedAccessLevels.includes(member.accessLevel)) {
34989
34973
  throw new FatalDiagnosticError(ErrorCode.INITIALIZER_API_DISALLOWED_MEMBER_VISIBILITY, call2, makeDiagnosticChain(`Cannot use "${api.functionName}" on a class member that is declared as ${classMemberAccessLevelToString(member.accessLevel)}.`, [makeDiagnosticChain(`Update the class field to be either: ` + api.allowedAccessLevels.map((l) => classMemberAccessLevelToString(l)).join(", "))]));
34990
34974
  }
34991
34975
  }
34992
34976
 
34993
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/initializer_functions.mjs
34977
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/initializer_functions.mjs
34994
34978
  var import_typescript55 = __toESM(require("typescript"), 1);
34995
34979
  function tryParseInitializerApi(functions, expression, reflector, importTracker) {
34996
34980
  if (!import_typescript55.default.isCallExpression(expression)) {
@@ -35059,7 +35043,7 @@ function parseTopLevelCallFromNamespace(call2, functions, importTracker) {
35059
35043
  return { api: matchingApi, apiReference, isRequired };
35060
35044
  }
35061
35045
 
35062
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/input_output_parse_options.mjs
35046
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/input_output_parse_options.mjs
35063
35047
  var import_typescript56 = __toESM(require("typescript"), 1);
35064
35048
  function parseAndValidateInputAndOutputOptions(optionsNode) {
35065
35049
  if (!import_typescript56.default.isObjectLiteralExpression(optionsNode)) {
@@ -35077,7 +35061,7 @@ function parseAndValidateInputAndOutputOptions(optionsNode) {
35077
35061
  return { alias };
35078
35062
  }
35079
35063
 
35080
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/input_function.mjs
35064
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/input_function.mjs
35081
35065
  var INPUT_INITIALIZER_FN = {
35082
35066
  functionName: "input",
35083
35067
  owningModule: "@angular/core",
@@ -35109,7 +35093,7 @@ function tryParseSignalInputMapping(member, reflector, importTracker) {
35109
35093
  };
35110
35094
  }
35111
35095
 
35112
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/model_function.mjs
35096
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/model_function.mjs
35113
35097
  var MODEL_INITIALIZER_FN = {
35114
35098
  functionName: "model",
35115
35099
  owningModule: "@angular/core",
@@ -35150,7 +35134,7 @@ function tryParseSignalModelMapping(member, reflector, importTracker) {
35150
35134
  };
35151
35135
  }
35152
35136
 
35153
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/output_function.mjs
35137
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/output_function.mjs
35154
35138
  var allowedAccessLevels = [
35155
35139
  ClassMemberAccessLevel.PublicWritable,
35156
35140
  ClassMemberAccessLevel.PublicReadonly,
@@ -35194,7 +35178,7 @@ function tryParseInitializerBasedOutput(member, reflector, importTracker) {
35194
35178
  };
35195
35179
  }
35196
35180
 
35197
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/query_functions.mjs
35181
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/query_functions.mjs
35198
35182
  var import_typescript57 = __toESM(require("typescript"), 1);
35199
35183
  var queryFunctionNames = ["viewChild", "viewChildren", "contentChild", "contentChildren"];
35200
35184
  var QUERY_INITIALIZER_FNS = queryFunctionNames.map((fnName) => ({
@@ -35273,7 +35257,7 @@ function parseDescendantsOption(value) {
35273
35257
  throw new FatalDiagnosticError(ErrorCode.VALUE_HAS_WRONG_TYPE, value, `Expected "descendants" option to be a boolean literal.`);
35274
35258
  }
35275
35259
 
35276
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/shared.mjs
35260
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/shared.mjs
35277
35261
  var EMPTY_OBJECT = {};
35278
35262
  var queryDecoratorNames = ["ViewChild", "ViewChildren", "ContentChild", "ContentChildren"];
35279
35263
  var QUERY_TYPES = new Set(queryDecoratorNames);
@@ -36066,7 +36050,7 @@ function toR3InputMetadata(mapping) {
36066
36050
  };
36067
36051
  }
36068
36052
 
36069
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/symbol.mjs
36053
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/symbol.mjs
36070
36054
  var DirectiveSymbol = class extends SemanticSymbol {
36071
36055
  constructor(decl, selector, inputs, outputs, exportAs, typeCheckMeta, typeParameters) {
36072
36056
  super(decl);
@@ -36146,7 +36130,7 @@ function isBaseClassEqual(current, previous) {
36146
36130
  return isSymbolEqual(current, previous);
36147
36131
  }
36148
36132
 
36149
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/handler.mjs
36133
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/handler.mjs
36150
36134
  var FIELD_DECORATORS = [
36151
36135
  "Input",
36152
36136
  "Output",
@@ -36339,10 +36323,10 @@ var DirectiveDecoratorHandler = class {
36339
36323
  }
36340
36324
  };
36341
36325
 
36342
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
36326
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
36343
36327
  var import_typescript60 = __toESM(require("typescript"), 1);
36344
36328
 
36345
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/module_with_providers.mjs
36329
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/module_with_providers.mjs
36346
36330
  var import_typescript59 = __toESM(require("typescript"), 1);
36347
36331
  function createModuleWithProvidersResolver(reflector, isCore) {
36348
36332
  function _reflectModuleFromTypeParam(type, node) {
@@ -36414,7 +36398,7 @@ function isResolvedModuleWithProviders(sv) {
36414
36398
  return typeof sv.value === "object" && sv.value != null && sv.value.hasOwnProperty("ngModule") && sv.value.hasOwnProperty("mwpCall");
36415
36399
  }
36416
36400
 
36417
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
36401
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
36418
36402
  var NgModuleSymbol = class extends SemanticSymbol {
36419
36403
  constructor(decl, hasProviders) {
36420
36404
  super(decl);
@@ -37021,7 +37005,7 @@ function isSyntheticReference(ref) {
37021
37005
  return ref.synthetic;
37022
37006
  }
37023
37007
 
37024
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/diagnostics.mjs
37008
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/diagnostics.mjs
37025
37009
  function makeCyclicImportInfo(ref, type, cycle) {
37026
37010
  const name = ref.debugName || "(unknown)";
37027
37011
  const path4 = cycle.getPath().map((sf) => sf.fileName).join(" -> ");
@@ -37044,7 +37028,7 @@ function checkCustomElementSelectorForErrors(selector) {
37044
37028
  return null;
37045
37029
  }
37046
37030
 
37047
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/resources.mjs
37031
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/resources.mjs
37048
37032
  var import_typescript62 = __toESM(require("typescript"), 1);
37049
37033
  function getTemplateDeclarationNodeForError(declaration) {
37050
37034
  return declaration.isInline ? declaration.expression : declaration.templateUrlExpression;
@@ -37391,7 +37375,7 @@ function _extractTemplateStyleUrls(template2) {
37391
37375
  return template2.styleUrls.map((url) => ({ url, source: 1, nodeForError }));
37392
37376
  }
37393
37377
 
37394
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/symbol.mjs
37378
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/symbol.mjs
37395
37379
  var ComponentSymbol = class extends DirectiveSymbol {
37396
37380
  constructor() {
37397
37381
  super(...arguments);
@@ -37426,7 +37410,7 @@ var ComponentSymbol = class extends DirectiveSymbol {
37426
37410
  }
37427
37411
  };
37428
37412
 
37429
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/util.mjs
37413
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/util.mjs
37430
37414
  function collectAnimationNames(value, animationTriggerNames) {
37431
37415
  if (value instanceof Map) {
37432
37416
  const name = value.get("name");
@@ -37503,7 +37487,7 @@ function isLikelyModuleWithProviders(value) {
37503
37487
  return false;
37504
37488
  }
37505
37489
 
37506
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
37490
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
37507
37491
  var EMPTY_ARRAY2 = [];
37508
37492
  var isUsedDirective = (decl) => decl.kind === R3TemplateDependencyKind.Directive;
37509
37493
  var isUsedPipe = (decl) => decl.kind === R3TemplateDependencyKind.Pipe;
@@ -38504,7 +38488,7 @@ function isDefaultImport(node) {
38504
38488
  return node.importClause !== void 0 && node.importClause.namedBindings === void 0;
38505
38489
  }
38506
38490
 
38507
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/injectable.mjs
38491
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/injectable.mjs
38508
38492
  var import_typescript65 = __toESM(require("typescript"), 1);
38509
38493
  var InjectableDecoratorHandler = class {
38510
38494
  constructor(reflector, evaluator, isCore, strictCtorDeps, injectableRegistry, perf, includeClassMetadata, compilationMode, errorOnDuplicateProv = true) {
@@ -38735,7 +38719,7 @@ function getDep(dep, reflector) {
38735
38719
  return meta;
38736
38720
  }
38737
38721
 
38738
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/pipe.mjs
38722
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/pipe.mjs
38739
38723
  var import_typescript66 = __toESM(require("typescript"), 1);
38740
38724
  var PipeSymbol = class extends SemanticSymbol {
38741
38725
  constructor(decl, name) {
@@ -38891,13 +38875,13 @@ var PipeDecoratorHandler = class {
38891
38875
  }
38892
38876
  };
38893
38877
 
38894
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/jit_transforms/initializer_api_transforms/transform_api.mjs
38878
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/jit_transforms/initializer_api_transforms/transform_api.mjs
38895
38879
  var import_typescript67 = __toESM(require("typescript"), 1);
38896
38880
 
38897
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/jit_transforms/initializer_api_transforms/model_function.mjs
38881
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/jit_transforms/initializer_api_transforms/model_function.mjs
38898
38882
  var import_typescript68 = __toESM(require("typescript"), 1);
38899
38883
 
38900
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/api.mjs
38884
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/api.mjs
38901
38885
  var EmitFlags;
38902
38886
  (function(EmitFlags2) {
38903
38887
  EmitFlags2[EmitFlags2["DTS"] = 1] = "DTS";
@@ -38909,13 +38893,13 @@ var EmitFlags;
38909
38893
  EmitFlags2[EmitFlags2["All"] = 31] = "All";
38910
38894
  })(EmitFlags || (EmitFlags = {}));
38911
38895
 
38912
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/compiler_host.mjs
38896
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/compiler_host.mjs
38913
38897
  var import_typescript71 = __toESM(require("typescript"), 1);
38914
38898
 
38915
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
38899
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
38916
38900
  var import_typescript123 = __toESM(require("typescript"), 1);
38917
38901
 
38918
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/i18n.mjs
38902
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/i18n.mjs
38919
38903
  var path2 = __toESM(require("path"), 1);
38920
38904
  function i18nGetExtension(formatName) {
38921
38905
  const format = formatName.toLowerCase();
@@ -38965,10 +38949,10 @@ function getPathNormalizer(basePath) {
38965
38949
  };
38966
38950
  }
38967
38951
 
38968
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
38952
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
38969
38953
  var import_typescript72 = __toESM(require("typescript"), 1);
38970
38954
 
38971
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/version_helpers.mjs
38955
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/version_helpers.mjs
38972
38956
  function toNumbers(value) {
38973
38957
  const suffixIndex = value.lastIndexOf("-");
38974
38958
  return value.slice(0, suffixIndex === -1 ? value.length : suffixIndex).split(".").map((segment) => {
@@ -39003,7 +38987,7 @@ function compareVersions(v1, v2) {
39003
38987
  return compareNumbers(toNumbers(v1), toNumbers(v2));
39004
38988
  }
39005
38989
 
39006
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
38990
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
39007
38991
  var MIN_TS_VERSION = "5.4.0";
39008
38992
  var MAX_TS_VERSION = "5.5.0";
39009
38993
  var tsVersion = import_typescript72.default.version;
@@ -39016,10 +39000,10 @@ function verifySupportedTypeScriptVersion() {
39016
39000
  checkVersion(tsVersion, MIN_TS_VERSION, MAX_TS_VERSION);
39017
39001
  }
39018
39002
 
39019
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.mjs
39003
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.mjs
39020
39004
  var import_typescript119 = __toESM(require("typescript"), 1);
39021
39005
 
39022
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/analyzer.mjs
39006
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/analyzer.mjs
39023
39007
  var CycleAnalyzer = class {
39024
39008
  constructor(importGraph) {
39025
39009
  this.importGraph = importGraph;
@@ -39090,7 +39074,7 @@ var Cycle = class {
39090
39074
  }
39091
39075
  };
39092
39076
 
39093
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/imports.mjs
39077
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/imports.mjs
39094
39078
  var import_typescript73 = __toESM(require("typescript"), 1);
39095
39079
  var ImportGraph = class {
39096
39080
  constructor(checker, perf) {
@@ -39182,13 +39166,13 @@ var Found = class {
39182
39166
  }
39183
39167
  };
39184
39168
 
39185
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/extractor.mjs
39169
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/extractor.mjs
39186
39170
  var import_typescript82 = __toESM(require("typescript"), 1);
39187
39171
 
39188
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/class_extractor.mjs
39172
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/class_extractor.mjs
39189
39173
  var import_typescript77 = __toESM(require("typescript"), 1);
39190
39174
 
39191
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/entities.mjs
39175
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/entities.mjs
39192
39176
  var EntryType;
39193
39177
  (function(EntryType2) {
39194
39178
  EntryType2["Block"] = "block";
@@ -39232,17 +39216,17 @@ var MemberTags;
39232
39216
  MemberTags2["Inherited"] = "override";
39233
39217
  })(MemberTags || (MemberTags = {}));
39234
39218
 
39235
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/filters.mjs
39219
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/filters.mjs
39236
39220
  function isAngularPrivateName(name) {
39237
39221
  var _a2;
39238
39222
  const firstChar = (_a2 = name[0]) != null ? _a2 : "";
39239
39223
  return firstChar === "\u0275" || firstChar === "_";
39240
39224
  }
39241
39225
 
39242
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/function_extractor.mjs
39226
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/function_extractor.mjs
39243
39227
  var import_typescript75 = __toESM(require("typescript"), 1);
39244
39228
 
39245
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/generics_extractor.mjs
39229
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/generics_extractor.mjs
39246
39230
  function extractGenerics(declaration) {
39247
39231
  var _a2, _b2;
39248
39232
  return (_b2 = (_a2 = declaration.typeParameters) == null ? void 0 : _a2.map((typeParam) => {
@@ -39255,7 +39239,7 @@ function extractGenerics(declaration) {
39255
39239
  })) != null ? _b2 : [];
39256
39240
  }
39257
39241
 
39258
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/jsdoc_extractor.mjs
39242
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/jsdoc_extractor.mjs
39259
39243
  var import_typescript74 = __toESM(require("typescript"), 1);
39260
39244
  var decoratorExpression = /@(?=(Injectable|Component|Directive|Pipe|NgModule|Input|Output|HostBinding|HostListener|Inject|Optional|Self|Host|SkipSelf))/g;
39261
39245
  function extractJsDocTags(node) {
@@ -39299,12 +39283,12 @@ function unescapeAngularDecorators(comment) {
39299
39283
  return comment.replace(/_NG_AT_/g, "@");
39300
39284
  }
39301
39285
 
39302
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/type_extractor.mjs
39286
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/type_extractor.mjs
39303
39287
  function extractResolvedTypeString(node, checker) {
39304
39288
  return checker.typeToString(checker.getTypeAtLocation(node));
39305
39289
  }
39306
39290
 
39307
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/function_extractor.mjs
39291
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/function_extractor.mjs
39308
39292
  var FunctionExtractor = class {
39309
39293
  constructor(name, declaration, typeChecker) {
39310
39294
  this.name = name;
@@ -39360,7 +39344,7 @@ function extractAllParams(params, typeChecker) {
39360
39344
  }));
39361
39345
  }
39362
39346
 
39363
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/internal.mjs
39347
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/internal.mjs
39364
39348
  var import_typescript76 = __toESM(require("typescript"), 1);
39365
39349
  function isInternal(member) {
39366
39350
  return extractJsDocTags(member).some((tag) => tag.name === "internal") || hasLeadingInternalComment(member);
@@ -39379,7 +39363,7 @@ function hasLeadingInternalComment(member) {
39379
39363
  )) != null ? _a2 : false;
39380
39364
  }
39381
39365
 
39382
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/class_extractor.mjs
39366
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/class_extractor.mjs
39383
39367
  var ClassExtractor = class {
39384
39368
  constructor(declaration, typeChecker) {
39385
39369
  this.declaration = declaration;
@@ -39631,7 +39615,7 @@ function extractInterface(declaration, typeChecker) {
39631
39615
  return extractor.extract();
39632
39616
  }
39633
39617
 
39634
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/constant_extractor.mjs
39618
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/constant_extractor.mjs
39635
39619
  var import_typescript78 = __toESM(require("typescript"), 1);
39636
39620
  var LITERAL_AS_ENUM_TAG = "object-literal-as-enum";
39637
39621
  function extractConstant(declaration, typeChecker) {
@@ -39689,7 +39673,7 @@ function extractLiteralPropertiesAsEnumMembers(declaration) {
39689
39673
  });
39690
39674
  }
39691
39675
 
39692
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/decorator_extractor.mjs
39676
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/decorator_extractor.mjs
39693
39677
  var import_typescript79 = __toESM(require("typescript"), 1);
39694
39678
  function extractorDecorator(declaration, typeChecker) {
39695
39679
  const documentedNode = getDecoratorJsDocNode(declaration);
@@ -39762,7 +39746,7 @@ function getDecoratorJsDocNode(declaration) {
39762
39746
  return callSignature;
39763
39747
  }
39764
39748
 
39765
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/enum_extractor.mjs
39749
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/enum_extractor.mjs
39766
39750
  var import_typescript80 = __toESM(require("typescript"), 1);
39767
39751
  function extractEnum(declaration, typeChecker) {
39768
39752
  return {
@@ -39793,7 +39777,7 @@ function getEnumMemberValue(memberNode) {
39793
39777
  return (_a2 = literal3 == null ? void 0 : literal3.getText()) != null ? _a2 : "";
39794
39778
  }
39795
39779
 
39796
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/initializer_api_function_extractor.mjs
39780
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/initializer_api_function_extractor.mjs
39797
39781
  var import_typescript81 = __toESM(require("typescript"), 1);
39798
39782
  var initializerApiTag = "initializerApiFunction";
39799
39783
  function isInitializerApiFunction(node, typeChecker) {
@@ -39930,7 +39914,7 @@ function findImplementationOfFunction(node, typeChecker) {
39930
39914
  return (_a2 = symbol == null ? void 0 : symbol.declarations) == null ? void 0 : _a2.find((s) => import_typescript81.default.isFunctionDeclaration(s) && s.body !== void 0);
39931
39915
  }
39932
39916
 
39933
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/type_alias_extractor.mjs
39917
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/type_alias_extractor.mjs
39934
39918
  function extractTypeAlias(declaration) {
39935
39919
  return {
39936
39920
  name: declaration.name.getText(),
@@ -39942,7 +39926,7 @@ function extractTypeAlias(declaration) {
39942
39926
  };
39943
39927
  }
39944
39928
 
39945
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/extractor.mjs
39929
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/extractor.mjs
39946
39930
  var DocsExtractor = class {
39947
39931
  constructor(typeChecker, metadataReader) {
39948
39932
  this.typeChecker = typeChecker;
@@ -40015,7 +39999,7 @@ function isIgnoredDocEntry(entry) {
40015
39999
  return isDocsPrivate !== void 0;
40016
40000
  }
40017
40001
 
40018
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/generator.mjs
40002
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/generator.mjs
40019
40003
  var import_typescript83 = __toESM(require("typescript"), 1);
40020
40004
  var FlatIndexGenerator = class {
40021
40005
  constructor(entryPoint, relativeFlatIndexPath, moduleName) {
@@ -40040,7 +40024,7 @@ export * from '${relativeEntryPoint}';
40040
40024
  }
40041
40025
  };
40042
40026
 
40043
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/logic.mjs
40027
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/logic.mjs
40044
40028
  function findFlatIndexEntryPoint(rootFiles) {
40045
40029
  const tsFiles = rootFiles.filter((file) => isNonDeclarationTsPath(file));
40046
40030
  let resolvedEntryPoint = null;
@@ -40056,7 +40040,7 @@ function findFlatIndexEntryPoint(rootFiles) {
40056
40040
  return resolvedEntryPoint;
40057
40041
  }
40058
40042
 
40059
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/private_export_checker.mjs
40043
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/private_export_checker.mjs
40060
40044
  var import_typescript85 = __toESM(require("typescript"), 1);
40061
40045
  function checkForPrivateExports(entryPoint, checker, refGraph) {
40062
40046
  const diagnostics = [];
@@ -40136,7 +40120,7 @@ function getDescriptorOfDeclaration(decl) {
40136
40120
  }
40137
40121
  }
40138
40122
 
40139
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/reference_graph.mjs
40123
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/reference_graph.mjs
40140
40124
  var ReferenceGraph = class {
40141
40125
  constructor() {
40142
40126
  this.references = /* @__PURE__ */ new Map();
@@ -40190,7 +40174,7 @@ var ReferenceGraph = class {
40190
40174
  }
40191
40175
  };
40192
40176
 
40193
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/api.mjs
40177
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/api.mjs
40194
40178
  var NgOriginalFile = Symbol("NgOriginalFile");
40195
40179
  var UpdateMode;
40196
40180
  (function(UpdateMode2) {
@@ -40198,13 +40182,13 @@ var UpdateMode;
40198
40182
  UpdateMode2[UpdateMode2["Incremental"] = 1] = "Incremental";
40199
40183
  })(UpdateMode || (UpdateMode = {}));
40200
40184
 
40201
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/ts_create_program_driver.mjs
40185
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/ts_create_program_driver.mjs
40202
40186
  var import_typescript89 = __toESM(require("typescript"), 1);
40203
40187
 
40204
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/adapter.mjs
40188
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/adapter.mjs
40205
40189
  var import_typescript86 = __toESM(require("typescript"), 1);
40206
40190
 
40207
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/expando.mjs
40191
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/expando.mjs
40208
40192
  var NgExtension = Symbol("NgExtension");
40209
40193
  function isExtended(sf) {
40210
40194
  return sf[NgExtension] !== void 0;
@@ -40264,13 +40248,13 @@ function retagTsFile(sf) {
40264
40248
  }
40265
40249
  }
40266
40250
 
40267
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/util.mjs
40251
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/util.mjs
40268
40252
  var TS_EXTENSIONS = /\.tsx?$/i;
40269
40253
  function makeShimFileName(fileName, suffix) {
40270
40254
  return absoluteFrom(fileName.replace(TS_EXTENSIONS, suffix));
40271
40255
  }
40272
40256
 
40273
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/adapter.mjs
40257
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/adapter.mjs
40274
40258
  var ShimAdapter = class {
40275
40259
  constructor(delegate, tsRootFiles, topLevelGenerators, perFileGenerators, oldProgram) {
40276
40260
  this.delegate = delegate;
@@ -40365,7 +40349,7 @@ var ShimAdapter = class {
40365
40349
  }
40366
40350
  };
40367
40351
 
40368
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/reference_tagger.mjs
40352
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/reference_tagger.mjs
40369
40353
  var ShimReferenceTagger = class {
40370
40354
  constructor(shimExtensions) {
40371
40355
  this.tagged = /* @__PURE__ */ new Set();
@@ -40399,7 +40383,7 @@ var ShimReferenceTagger = class {
40399
40383
  }
40400
40384
  };
40401
40385
 
40402
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/ts_create_program_driver.mjs
40386
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/ts_create_program_driver.mjs
40403
40387
  var DelegatingCompilerHost = class {
40404
40388
  get jsDocParsingMode() {
40405
40389
  return this.delegate.jsDocParsingMode;
@@ -40518,7 +40502,7 @@ var TsCreateProgramDriver = class {
40518
40502
  }
40519
40503
  };
40520
40504
 
40521
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/dependency_tracking.mjs
40505
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/dependency_tracking.mjs
40522
40506
  var FileDependencyGraph = class {
40523
40507
  constructor() {
40524
40508
  this.nodes = /* @__PURE__ */ new Map();
@@ -40585,7 +40569,7 @@ function isLogicallyChanged(sf, node, changedTsPaths, deletedTsPaths, changedRes
40585
40569
  return false;
40586
40570
  }
40587
40571
 
40588
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/state.mjs
40572
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/state.mjs
40589
40573
  var IncrementalStateKind;
40590
40574
  (function(IncrementalStateKind2) {
40591
40575
  IncrementalStateKind2[IncrementalStateKind2["Fresh"] = 0] = "Fresh";
@@ -40593,7 +40577,7 @@ var IncrementalStateKind;
40593
40577
  IncrementalStateKind2[IncrementalStateKind2["Analyzed"] = 2] = "Analyzed";
40594
40578
  })(IncrementalStateKind || (IncrementalStateKind = {}));
40595
40579
 
40596
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/incremental.mjs
40580
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/incremental.mjs
40597
40581
  var PhaseKind;
40598
40582
  (function(PhaseKind2) {
40599
40583
  PhaseKind2[PhaseKind2["Analysis"] = 0] = "Analysis";
@@ -40794,7 +40778,7 @@ function toOriginalSourceFile(sf) {
40794
40778
  }
40795
40779
  }
40796
40780
 
40797
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/strategy.mjs
40781
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/strategy.mjs
40798
40782
  var TrackedIncrementalBuildStrategy = class {
40799
40783
  constructor() {
40800
40784
  this.state = null;
@@ -40815,7 +40799,7 @@ var TrackedIncrementalBuildStrategy = class {
40815
40799
  };
40816
40800
  var SYM_INCREMENTAL_STATE = Symbol("NgIncrementalState");
40817
40801
 
40818
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/api.mjs
40802
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/api.mjs
40819
40803
  var IdentifierKind;
40820
40804
  (function(IdentifierKind2) {
40821
40805
  IdentifierKind2[IdentifierKind2["Property"] = 0] = "Property";
@@ -40833,7 +40817,7 @@ var AbsoluteSourceSpan2 = class {
40833
40817
  }
40834
40818
  };
40835
40819
 
40836
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/context.mjs
40820
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/context.mjs
40837
40821
  var IndexingContext = class {
40838
40822
  constructor() {
40839
40823
  this.components = /* @__PURE__ */ new Set();
@@ -40843,7 +40827,7 @@ var IndexingContext = class {
40843
40827
  }
40844
40828
  };
40845
40829
 
40846
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/template.mjs
40830
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/template.mjs
40847
40831
  var ExpressionVisitor = class extends RecursiveAstVisitor2 {
40848
40832
  constructor(expressionStr, absoluteOffset, boundTemplate, targetToIdentifier) {
40849
40833
  super();
@@ -41124,7 +41108,7 @@ function getTemplateIdentifiers(boundTemplate) {
41124
41108
  return { identifiers: visitor.identifiers, errors: visitor.errors };
41125
41109
  }
41126
41110
 
41127
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/transform.mjs
41111
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/transform.mjs
41128
41112
  function generateAnalysis(context) {
41129
41113
  const analysis = /* @__PURE__ */ new Map();
41130
41114
  context.components.forEach(({ declaration, selector, boundTemplate, templateMeta }) => {
@@ -41160,7 +41144,7 @@ function generateAnalysis(context) {
41160
41144
  return analysis;
41161
41145
  }
41162
41146
 
41163
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/ng_module_index.mjs
41147
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/ng_module_index.mjs
41164
41148
  var NgModuleIndexImpl = class {
41165
41149
  constructor(metaReader, localReader) {
41166
41150
  this.metaReader = metaReader;
@@ -41249,7 +41233,7 @@ var NgModuleIndexImpl = class {
41249
41233
  }
41250
41234
  };
41251
41235
 
41252
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/resource/src/loader.mjs
41236
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/resource/src/loader.mjs
41253
41237
  var import_typescript92 = __toESM(require("typescript"), 1);
41254
41238
  var CSS_PREPROCESSOR_EXT = /(\.scss|\.sass|\.less|\.styl)$/;
41255
41239
  var RESOURCE_MARKER = ".$ngresource$";
@@ -41397,7 +41381,7 @@ function createLookupResolutionHost(adapter) {
41397
41381
  };
41398
41382
  }
41399
41383
 
41400
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/standalone.mjs
41384
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/standalone.mjs
41401
41385
  var StandaloneComponentScopeReader = class {
41402
41386
  constructor(metaReader, localModuleReader, dtsModuleReader) {
41403
41387
  this.metaReader = metaReader;
@@ -41493,21 +41477,21 @@ var StandaloneComponentScopeReader = class {
41493
41477
  }
41494
41478
  };
41495
41479
 
41496
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/checker.mjs
41480
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/checker.mjs
41497
41481
  var OptimizeFor;
41498
41482
  (function(OptimizeFor2) {
41499
41483
  OptimizeFor2[OptimizeFor2["SingleFile"] = 0] = "SingleFile";
41500
41484
  OptimizeFor2[OptimizeFor2["WholeProgram"] = 1] = "WholeProgram";
41501
41485
  })(OptimizeFor || (OptimizeFor = {}));
41502
41486
 
41503
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/completion.mjs
41487
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/completion.mjs
41504
41488
  var CompletionKind;
41505
41489
  (function(CompletionKind2) {
41506
41490
  CompletionKind2[CompletionKind2["Reference"] = 0] = "Reference";
41507
41491
  CompletionKind2[CompletionKind2["Variable"] = 1] = "Variable";
41508
41492
  })(CompletionKind || (CompletionKind = {}));
41509
41493
 
41510
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/scope.mjs
41494
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/scope.mjs
41511
41495
  var PotentialImportKind;
41512
41496
  (function(PotentialImportKind2) {
41513
41497
  PotentialImportKind2[PotentialImportKind2["NgModule"] = 0] = "NgModule";
@@ -41519,7 +41503,7 @@ var PotentialImportMode;
41519
41503
  PotentialImportMode2[PotentialImportMode2["ForceDirect"] = 1] = "ForceDirect";
41520
41504
  })(PotentialImportMode || (PotentialImportMode = {}));
41521
41505
 
41522
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/symbols.mjs
41506
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/symbols.mjs
41523
41507
  var SymbolKind;
41524
41508
  (function(SymbolKind2) {
41525
41509
  SymbolKind2[SymbolKind2["Input"] = 0] = "Input";
@@ -41535,7 +41519,7 @@ var SymbolKind;
41535
41519
  SymbolKind2[SymbolKind2["Pipe"] = 10] = "Pipe";
41536
41520
  })(SymbolKind || (SymbolKind = {}));
41537
41521
 
41538
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/diagnostic.mjs
41522
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/diagnostic.mjs
41539
41523
  var import_typescript93 = __toESM(require("typescript"), 1);
41540
41524
  function makeTemplateDiagnostic(templateId, mapping, span, category, code, messageText, relatedMessages) {
41541
41525
  var _a2;
@@ -41642,7 +41626,7 @@ function parseTemplateAsSourceFile(fileName, template2) {
41642
41626
  return import_typescript93.default.createSourceFile(fileName, template2, import_typescript93.default.ScriptTarget.Latest, false, import_typescript93.default.ScriptKind.JSX);
41643
41627
  }
41644
41628
 
41645
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/id.mjs
41629
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/id.mjs
41646
41630
  var TEMPLATE_ID = Symbol("ngTemplateId");
41647
41631
  var NEXT_TEMPLATE_ID = Symbol("ngNextTemplateId");
41648
41632
  function getTemplateId(clazz) {
@@ -41659,10 +41643,10 @@ function allocateTemplateId(sf) {
41659
41643
  return `tcb${sf[NEXT_TEMPLATE_ID]++}`;
41660
41644
  }
41661
41645
 
41662
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/completion.mjs
41646
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/completion.mjs
41663
41647
  var import_typescript95 = __toESM(require("typescript"), 1);
41664
41648
 
41665
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/comments.mjs
41649
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/comments.mjs
41666
41650
  var import_typescript94 = __toESM(require("typescript"), 1);
41667
41651
  var parseSpanComment = /^(\d+),(\d+)$/;
41668
41652
  function readSpanComment(node, sourceFile = node.getSourceFile()) {
@@ -41792,7 +41776,7 @@ function hasExpressionIdentifier(sourceFile, node, identifier) {
41792
41776
  }) || false;
41793
41777
  }
41794
41778
 
41795
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/completion.mjs
41779
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/completion.mjs
41796
41780
  var CompletionEngine = class {
41797
41781
  constructor(tcb, data, tcbPath, tcbIsShim) {
41798
41782
  this.tcb = tcb;
@@ -42987,21 +42971,29 @@ var MagicString = class {
42987
42971
  if (searchValue.global) {
42988
42972
  const matches = matchAll(searchValue, this.original);
42989
42973
  matches.forEach((match) => {
42990
- if (match.index != null)
42974
+ if (match.index != null) {
42975
+ const replacement2 = getReplacement(match, this.original);
42976
+ if (replacement2 !== match[0]) {
42977
+ this.overwrite(
42978
+ match.index,
42979
+ match.index + match[0].length,
42980
+ replacement2
42981
+ );
42982
+ }
42983
+ }
42984
+ });
42985
+ } else {
42986
+ const match = this.original.match(searchValue);
42987
+ if (match && match.index != null) {
42988
+ const replacement2 = getReplacement(match, this.original);
42989
+ if (replacement2 !== match[0]) {
42991
42990
  this.overwrite(
42992
42991
  match.index,
42993
42992
  match.index + match[0].length,
42994
- getReplacement(match, this.original)
42993
+ replacement2
42995
42994
  );
42996
- });
42997
- } else {
42998
- const match = this.original.match(searchValue);
42999
- if (match && match.index != null)
43000
- this.overwrite(
43001
- match.index,
43002
- match.index + match[0].length,
43003
- getReplacement(match, this.original)
43004
- );
42995
+ }
42996
+ }
43005
42997
  }
43006
42998
  return this;
43007
42999
  }
@@ -43023,7 +43015,9 @@ var MagicString = class {
43023
43015
  const { original } = this;
43024
43016
  const stringLength = string.length;
43025
43017
  for (let index = original.indexOf(string); index !== -1; index = original.indexOf(string, index + stringLength)) {
43026
- this.overwrite(index, index + stringLength, replacement);
43018
+ const previous = original.slice(index, index + stringLength);
43019
+ if (previous !== replacement)
43020
+ this.overwrite(index, index + stringLength, replacement);
43027
43021
  }
43028
43022
  return this;
43029
43023
  }
@@ -43040,10 +43034,10 @@ var MagicString = class {
43040
43034
  }
43041
43035
  };
43042
43036
 
43043
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
43037
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
43044
43038
  var import_typescript109 = __toESM(require("typescript"), 1);
43045
43039
 
43046
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/dom.mjs
43040
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/dom.mjs
43047
43041
  var import_typescript96 = __toESM(require("typescript"), 1);
43048
43042
  var REGISTRY = new DomElementSchemaRegistry();
43049
43043
  var REMOVE_XHTML_REGEX = /^:xhtml:/;
@@ -43095,10 +43089,10 @@ var RegistryDomSchemaChecker = class {
43095
43089
  }
43096
43090
  };
43097
43091
 
43098
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/environment.mjs
43092
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/environment.mjs
43099
43093
  var import_typescript102 = __toESM(require("typescript"), 1);
43100
43094
 
43101
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/reference_emit_environment.mjs
43095
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/reference_emit_environment.mjs
43102
43096
  var ReferenceEmitEnvironment = class {
43103
43097
  constructor(importManager, refEmitter, reflector, contextFile) {
43104
43098
  this.importManager = importManager;
@@ -43128,7 +43122,7 @@ var ReferenceEmitEnvironment = class {
43128
43122
  }
43129
43123
  };
43130
43124
 
43131
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/ts_util.mjs
43125
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/ts_util.mjs
43132
43126
  var import_typescript97 = __toESM(require("typescript"), 1);
43133
43127
  var SAFE_TO_CAST_WITHOUT_PARENS = /* @__PURE__ */ new Set([
43134
43128
  import_typescript97.default.SyntaxKind.ParenthesizedExpression,
@@ -43211,13 +43205,13 @@ function tsNumericExpression2(value) {
43211
43205
  return import_typescript97.default.factory.createNumericLiteral(value);
43212
43206
  }
43213
43207
 
43214
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.mjs
43208
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.mjs
43215
43209
  var import_typescript101 = __toESM(require("typescript"), 1);
43216
43210
 
43217
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.mjs
43211
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.mjs
43218
43212
  var import_typescript99 = __toESM(require("typescript"), 1);
43219
43213
 
43220
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_parameter_emitter.mjs
43214
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_parameter_emitter.mjs
43221
43215
  var import_typescript98 = __toESM(require("typescript"), 1);
43222
43216
  var TypeParameterEmitter = class {
43223
43217
  constructor(typeParameters, reflector) {
@@ -43295,7 +43289,7 @@ var TypeParameterEmitter = class {
43295
43289
  }
43296
43290
  };
43297
43291
 
43298
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.mjs
43292
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.mjs
43299
43293
  var TCB_FILE_IMPORT_GRAPH_PREPARE_IDENTIFIERS = [
43300
43294
  Identifiers.InputSignalBrandWriteType
43301
43295
  ];
@@ -43387,7 +43381,7 @@ function checkIfGenericTypeBoundsCanBeEmitted(node, reflector, env) {
43387
43381
  return emitter.canEmit((ref) => env.canReferenceType(ref));
43388
43382
  }
43389
43383
 
43390
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.mjs
43384
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.mjs
43391
43385
  function generateTypeCtorDeclarationFn(env, meta, nodeTypeRef, typeParams) {
43392
43386
  const rawTypeArgs = typeParams !== void 0 ? generateGenericArgs(typeParams) : void 0;
43393
43387
  const rawType = import_typescript101.default.factory.createTypeReferenceNode(nodeTypeRef, rawTypeArgs);
@@ -43510,7 +43504,7 @@ function typeParametersWithDefaultTypes(params) {
43510
43504
  });
43511
43505
  }
43512
43506
 
43513
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/environment.mjs
43507
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/environment.mjs
43514
43508
  var Environment = class extends ReferenceEmitEnvironment {
43515
43509
  constructor(config, importManager, refEmitter, reflector, contextFile) {
43516
43510
  super(importManager, refEmitter, reflector, contextFile);
@@ -43585,7 +43579,7 @@ var Environment = class extends ReferenceEmitEnvironment {
43585
43579
  }
43586
43580
  };
43587
43581
 
43588
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/oob.mjs
43582
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/oob.mjs
43589
43583
  var import_typescript103 = __toESM(require("typescript"), 1);
43590
43584
  var OutOfBandDiagnosticRecorderImpl = class {
43591
43585
  constructor(resolver) {
@@ -43686,7 +43680,7 @@ Consider enabling the 'strictTemplates' option in your tsconfig.json for better
43686
43680
  splitTwoWayBinding(templateId, input, output, inputConsumer, outputConsumer) {
43687
43681
  const mapping = this.resolver.getSourceMapping(templateId);
43688
43682
  const errorMsg = `The property and event halves of the two-way binding '${input.name}' are not bound to the same target.
43689
- Find more at https://angular.io/guide/two-way-binding#how-two-way-binding-works`;
43683
+ Find more at https://angular.dev/guide/templates/two-way-binding#how-two-way-binding-works`;
43690
43684
  const relatedMessages = [];
43691
43685
  relatedMessages.push({
43692
43686
  text: `The property half of the binding is to the '${inputConsumer.name.text}' component.`,
@@ -43764,7 +43758,7 @@ function makeInlineDiagnostic(templateId, code, node, messageText, relatedInform
43764
43758
  });
43765
43759
  }
43766
43760
 
43767
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/shim.mjs
43761
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/shim.mjs
43768
43762
  var import_typescript104 = __toESM(require("typescript"), 1);
43769
43763
  var TypeCheckShimGenerator = class {
43770
43764
  constructor() {
@@ -43782,10 +43776,10 @@ var TypeCheckShimGenerator = class {
43782
43776
  }
43783
43777
  };
43784
43778
 
43785
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.mjs
43779
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.mjs
43786
43780
  var import_typescript107 = __toESM(require("typescript"), 1);
43787
43781
 
43788
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/diagnostics.mjs
43782
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/diagnostics.mjs
43789
43783
  var import_typescript105 = __toESM(require("typescript"), 1);
43790
43784
  function wrapForDiagnostics(expr) {
43791
43785
  return import_typescript105.default.factory.createParenthesizedExpression(expr);
@@ -43830,7 +43824,7 @@ function translateDiagnostic(diagnostic, resolver) {
43830
43824
  return makeTemplateDiagnostic(sourceLocation.id, templateSourceMapping, span, diagnostic.category, diagnostic.code, diagnostic.messageText);
43831
43825
  }
43832
43826
 
43833
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/expression.mjs
43827
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/expression.mjs
43834
43828
  var import_typescript106 = __toESM(require("typescript"), 1);
43835
43829
  var NULL_AS_ANY = import_typescript106.default.factory.createAsExpression(import_typescript106.default.factory.createNull(), import_typescript106.default.factory.createKeywordTypeNode(import_typescript106.default.SyntaxKind.AnyKeyword));
43836
43830
  var UNDEFINED = import_typescript106.default.factory.createIdentifier("undefined");
@@ -44162,7 +44156,7 @@ var VeSafeLhsInferenceBugDetector = _VeSafeLhsInferenceBugDetector;
44162
44156
  _VeSafeLhsInferenceBugDetector.SINGLETON = new _VeSafeLhsInferenceBugDetector();
44163
44157
  })();
44164
44158
 
44165
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.mjs
44159
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.mjs
44166
44160
  var TcbGenericContextBehavior;
44167
44161
  (function(TcbGenericContextBehavior2) {
44168
44162
  TcbGenericContextBehavior2[TcbGenericContextBehavior2["UseEmitter"] = 0] = "UseEmitter";
@@ -45670,7 +45664,7 @@ var TcbForLoopTrackTranslator = class extends TcbExpressionTranslator {
45670
45664
  }
45671
45665
  };
45672
45666
 
45673
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_file.mjs
45667
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_file.mjs
45674
45668
  var import_typescript108 = __toESM(require("typescript"), 1);
45675
45669
  var TypeCheckFile = class extends Environment {
45676
45670
  constructor(fileName, config, refEmitter, reflector, compilerHost) {
@@ -45718,7 +45712,7 @@ var TypeCheckFile = class extends Environment {
45718
45712
  }
45719
45713
  };
45720
45714
 
45721
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
45715
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
45722
45716
  var InliningMode;
45723
45717
  (function(InliningMode2) {
45724
45718
  InliningMode2[InliningMode2["InlineOps"] = 0] = "InlineOps";
@@ -45970,7 +45964,7 @@ var TypeCtorOp = class {
45970
45964
  }
45971
45965
  };
45972
45966
 
45973
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/line_mappings.mjs
45967
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/line_mappings.mjs
45974
45968
  var LF_CHAR = 10;
45975
45969
  var CR_CHAR = 13;
45976
45970
  var LINE_SEP_CHAR = 8232;
@@ -46011,7 +46005,7 @@ function findClosestLineStartPosition(linesMap, position, low = 0, high = linesM
46011
46005
  return low - 1;
46012
46006
  }
46013
46007
 
46014
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/source.mjs
46008
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/source.mjs
46015
46009
  var TemplateSource = class {
46016
46010
  constructor(mapping, file) {
46017
46011
  this.mapping = mapping;
@@ -46062,7 +46056,7 @@ var TemplateSourceManager = class {
46062
46056
  }
46063
46057
  };
46064
46058
 
46065
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/template_symbol_builder.mjs
46059
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/template_symbol_builder.mjs
46066
46060
  var import_typescript110 = __toESM(require("typescript"), 1);
46067
46061
  var SymbolBuilder = class {
46068
46062
  constructor(tcbPath, tcbIsShim, typeCheckBlock, templateData, componentScopeReader, getTypeChecker) {
@@ -46573,7 +46567,7 @@ function unwrapSignalInputWriteTAccessor(expr) {
46573
46567
  };
46574
46568
  }
46575
46569
 
46576
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/checker.mjs
46570
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/checker.mjs
46577
46571
  var REGISTRY2 = new DomElementSchemaRegistry();
46578
46572
  var TemplateTypeCheckerImpl = class {
46579
46573
  constructor(originalProgram, programDriver, typeCheckAdapter, config, refEmitter, reflector, compilerHost, priorBuild, metaReader, localMetaReader, ngModuleIndex, componentScopeReader, typeCheckScopeRegistry, perf) {
@@ -47273,7 +47267,7 @@ var SingleShimTypeCheckingHost = class extends SingleFileTypeCheckingHost {
47273
47267
  }
47274
47268
  };
47275
47269
 
47276
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/symbol_util.mjs
47270
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/symbol_util.mjs
47277
47271
  var import_typescript113 = __toESM(require("typescript"), 1);
47278
47272
  var SIGNAL_FNS = /* @__PURE__ */ new Set([
47279
47273
  "WritableSignal",
@@ -47293,7 +47287,7 @@ function isSignalSymbol(symbol) {
47293
47287
  });
47294
47288
  }
47295
47289
 
47296
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/api/api.mjs
47290
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/api/api.mjs
47297
47291
  var TemplateCheckWithVisitor = class {
47298
47292
  run(ctx, component, template2) {
47299
47293
  const visitor = new TemplateVisitor2(ctx, component, this);
@@ -47417,7 +47411,7 @@ var TemplateVisitor2 = class extends RecursiveAstVisitor2 {
47417
47411
  }
47418
47412
  };
47419
47413
 
47420
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/interpolated_signal_not_invoked/index.mjs
47414
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/interpolated_signal_not_invoked/index.mjs
47421
47415
  var SIGNAL_INSTANCE_PROPERTIES = /* @__PURE__ */ new Set(["set", "update", "asReadonly"]);
47422
47416
  var FUNCTION_INSTANCE_PROPERTIES = /* @__PURE__ */ new Set(["name", "length", "prototype"]);
47423
47417
  var InterpolatedSignalCheck = class extends TemplateCheckWithVisitor {
@@ -47461,7 +47455,7 @@ var factory = {
47461
47455
  create: () => new InterpolatedSignalCheck()
47462
47456
  };
47463
47457
 
47464
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/invalid_banana_in_box/index.mjs
47458
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/invalid_banana_in_box/index.mjs
47465
47459
  var InvalidBananaInBoxCheck = class extends TemplateCheckWithVisitor {
47466
47460
  constructor() {
47467
47461
  super(...arguments);
@@ -47476,7 +47470,7 @@ var InvalidBananaInBoxCheck = class extends TemplateCheckWithVisitor {
47476
47470
  const boundSyntax = node.sourceSpan.toString();
47477
47471
  const expectedBoundSyntax = boundSyntax.replace(`(${name})`, `[(${name.slice(1, -1)})]`);
47478
47472
  const diagnostic = ctx.makeTemplateDiagnostic(node.sourceSpan, `In the two-way binding syntax the parentheses should be inside the brackets, ex. '${expectedBoundSyntax}'.
47479
- Find more at https://angular.io/guide/two-way-binding`);
47473
+ Find more at https://angular.dev/guide/templates/two-way-binding`);
47480
47474
  return [diagnostic];
47481
47475
  }
47482
47476
  };
@@ -47486,7 +47480,7 @@ var factory2 = {
47486
47480
  create: () => new InvalidBananaInBoxCheck()
47487
47481
  };
47488
47482
 
47489
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_control_flow_directive/index.mjs
47483
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_control_flow_directive/index.mjs
47490
47484
  var KNOWN_CONTROL_FLOW_DIRECTIVES = /* @__PURE__ */ new Map([
47491
47485
  ["ngIf", { directive: "NgIf", builtIn: "@if" }],
47492
47486
  ["ngFor", { directive: "NgFor", builtIn: "@for" }],
@@ -47530,7 +47524,7 @@ var factory3 = {
47530
47524
  }
47531
47525
  };
47532
47526
 
47533
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_ngforof_let/index.mjs
47527
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_ngforof_let/index.mjs
47534
47528
  var MissingNgForOfLetCheck = class extends TemplateCheckWithVisitor {
47535
47529
  constructor() {
47536
47530
  super(...arguments);
@@ -47562,7 +47556,7 @@ var factory4 = {
47562
47556
  create: () => new MissingNgForOfLetCheck()
47563
47557
  };
47564
47558
 
47565
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/nullish_coalescing_not_nullable/index.mjs
47559
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/nullish_coalescing_not_nullable/index.mjs
47566
47560
  var import_typescript114 = __toESM(require("typescript"), 1);
47567
47561
  var NullishCoalescingNotNullableCheck = class extends TemplateCheckWithVisitor {
47568
47562
  constructor() {
@@ -47606,7 +47600,7 @@ var factory5 = {
47606
47600
  }
47607
47601
  };
47608
47602
 
47609
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/optional_chain_not_nullable/index.mjs
47603
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/optional_chain_not_nullable/index.mjs
47610
47604
  var import_typescript115 = __toESM(require("typescript"), 1);
47611
47605
  var OptionalChainNotNullableCheck = class extends TemplateCheckWithVisitor {
47612
47606
  constructor() {
@@ -47651,7 +47645,7 @@ var factory6 = {
47651
47645
  }
47652
47646
  };
47653
47647
 
47654
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/suffix_not_supported/index.mjs
47648
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/suffix_not_supported/index.mjs
47655
47649
  var STYLE_SUFFIXES = ["px", "%", "em"];
47656
47650
  var SuffixNotSupportedCheck = class extends TemplateCheckWithVisitor {
47657
47651
  constructor() {
@@ -47674,7 +47668,7 @@ var factory7 = {
47674
47668
  create: () => new SuffixNotSupportedCheck()
47675
47669
  };
47676
47670
 
47677
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/text_attribute_not_binding/index.mjs
47671
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/text_attribute_not_binding/index.mjs
47678
47672
  var TextAttributeNotBindingSpec = class extends TemplateCheckWithVisitor {
47679
47673
  constructor() {
47680
47674
  super(...arguments);
@@ -47712,10 +47706,10 @@ var factory8 = {
47712
47706
  create: () => new TextAttributeNotBindingSpec()
47713
47707
  };
47714
47708
 
47715
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.mjs
47709
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.mjs
47716
47710
  var import_typescript116 = __toESM(require("typescript"), 1);
47717
47711
 
47718
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/api/src/public_options.mjs
47712
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/api/src/public_options.mjs
47719
47713
  var DiagnosticCategoryLabel;
47720
47714
  (function(DiagnosticCategoryLabel2) {
47721
47715
  DiagnosticCategoryLabel2["Warning"] = "warning";
@@ -47723,7 +47717,7 @@ var DiagnosticCategoryLabel;
47723
47717
  DiagnosticCategoryLabel2["Suppress"] = "suppress";
47724
47718
  })(DiagnosticCategoryLabel || (DiagnosticCategoryLabel = {}));
47725
47719
 
47726
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.mjs
47720
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.mjs
47727
47721
  var ExtendedTemplateCheckerImpl = class {
47728
47722
  constructor(templateTypeChecker, typeChecker, templateCheckFactories, options) {
47729
47723
  var _a2, _b2, _c2, _d2, _e2;
@@ -47775,7 +47769,7 @@ function assertNever(value) {
47775
47769
  ${value}`);
47776
47770
  }
47777
47771
 
47778
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/index.mjs
47772
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/index.mjs
47779
47773
  var ALL_DIAGNOSTIC_FACTORIES = [
47780
47774
  factory2,
47781
47775
  factory5,
@@ -47791,7 +47785,7 @@ var SUPPORTED_DIAGNOSTIC_NAMES = /* @__PURE__ */ new Set([
47791
47785
  ...ALL_DIAGNOSTIC_FACTORIES.map((factory9) => factory9.name)
47792
47786
  ]);
47793
47787
 
47794
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/template_semantics/src/template_semantics_checker.mjs
47788
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/template_semantics/src/template_semantics_checker.mjs
47795
47789
  var import_typescript117 = __toESM(require("typescript"), 1);
47796
47790
  var TemplateSemanticsCheckerImpl = class {
47797
47791
  constructor(templateTypeChecker) {
@@ -47872,7 +47866,7 @@ function unwrapAstWithSource(ast) {
47872
47866
  return ast instanceof ASTWithSource ? ast.ast : ast;
47873
47867
  }
47874
47868
 
47875
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/validation/src/rules/initializer_api_usage_rule.mjs
47869
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/validation/src/rules/initializer_api_usage_rule.mjs
47876
47870
  var import_typescript118 = __toESM(require("typescript"), 1);
47877
47871
  var APIS_TO_CHECK = [
47878
47872
  INPUT_INITIALIZER_FN,
@@ -47923,7 +47917,7 @@ var InitializerApiUsageRule = class {
47923
47917
  }
47924
47918
  };
47925
47919
 
47926
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/validation/src/source_file_validator.mjs
47920
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/validation/src/source_file_validator.mjs
47927
47921
  var SourceFileValidator = class {
47928
47922
  constructor(reflector, importedSymbolsTracker) {
47929
47923
  this.rules = [new InitializerApiUsageRule(reflector, importedSymbolsTracker)];
@@ -47961,7 +47955,7 @@ var SourceFileValidator = class {
47961
47955
  }
47962
47956
  };
47963
47957
 
47964
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/core_version.mjs
47958
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/core_version.mjs
47965
47959
  function coreHasSymbol(program, symbol) {
47966
47960
  const checker = program.getTypeChecker();
47967
47961
  for (const sf of program.getSourceFiles().filter(isMaybeCore)) {
@@ -47980,7 +47974,7 @@ function isMaybeCore(sf) {
47980
47974
  return sf.isDeclarationFile && sf.fileName.includes("@angular/core") && sf.fileName.endsWith("index.d.ts");
47981
47975
  }
47982
47976
 
47983
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/feature_detection.mjs
47977
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/feature_detection.mjs
47984
47978
  var import_semver = __toESM(require_semver2(), 1);
47985
47979
  function coreVersionSupportsFeature(coreVersion, minVersion) {
47986
47980
  if (coreVersion === `0.0.0-${"PLACEHOLDER"}`) {
@@ -47989,7 +47983,7 @@ function coreVersionSupportsFeature(coreVersion, minVersion) {
47989
47983
  return import_semver.default.satisfies(coreVersion, minVersion);
47990
47984
  }
47991
47985
 
47992
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.mjs
47986
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.mjs
47993
47987
  var CompilationTicketKind;
47994
47988
  (function(CompilationTicketKind2) {
47995
47989
  CompilationTicketKind2[CompilationTicketKind2["Fresh"] = 0] = "Fresh";
@@ -48649,7 +48643,7 @@ One of the following actions is required:
48649
48643
  2. Remove "strictTemplates" or set it to 'false'.
48650
48644
 
48651
48645
  More information about the template type checking compiler options can be found in the documentation:
48652
- https://angular.io/guide/template-typecheck
48646
+ https://angular.dev/tools/cli/template-typecheck
48653
48647
  `.trim()
48654
48648
  });
48655
48649
  }
@@ -48765,7 +48759,7 @@ function versionMapFromProgram(program, driver) {
48765
48759
  return versions;
48766
48760
  }
48767
48761
 
48768
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/host.mjs
48762
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/host.mjs
48769
48763
  var import_typescript121 = __toESM(require("typescript"), 1);
48770
48764
  var DelegatingCompilerHost2 = class {
48771
48765
  get jsDocParsingMode() {
@@ -48904,7 +48898,7 @@ var NgCompilerHost = class extends DelegatingCompilerHost2 {
48904
48898
  }
48905
48899
  };
48906
48900
 
48907
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
48901
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
48908
48902
  var NgtscProgram = class {
48909
48903
  constructor(rootNames, options, delegateHost, oldProgram) {
48910
48904
  this.options = options;
@@ -49131,18 +49125,18 @@ function mergeEmitResults(emitResults) {
49131
49125
  return { diagnostics, emitSkipped, emittedFiles };
49132
49126
  }
49133
49127
 
49134
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/program.mjs
49128
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/program.mjs
49135
49129
  function createProgram({ rootNames, options, host, oldProgram }) {
49136
49130
  return new NgtscProgram(rootNames, options, host, oldProgram);
49137
49131
  }
49138
49132
 
49139
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/perform_compile.mjs
49133
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/perform_compile.mjs
49140
49134
  var import_typescript125 = __toESM(require("typescript"), 1);
49141
49135
 
49142
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/util.mjs
49136
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/util.mjs
49143
49137
  var import_typescript124 = __toESM(require("typescript"), 1);
49144
49138
 
49145
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/private/tooling.mjs
49139
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/private/tooling.mjs
49146
49140
  var GLOBAL_DEFS_FOR_TERSER = {
49147
49141
  ngDevMode: false,
49148
49142
  ngI18nClosureMode: false
@@ -49151,7 +49145,7 @@ var GLOBAL_DEFS_FOR_TERSER_WITH_AOT = __spreadProps(__spreadValues({}, GLOBAL_DE
49151
49145
  ngJitMode: false
49152
49146
  });
49153
49147
 
49154
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/logging/src/logger.mjs
49148
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/logging/src/logger.mjs
49155
49149
  var LogLevel;
49156
49150
  (function(LogLevel2) {
49157
49151
  LogLevel2[LogLevel2["debug"] = 0] = "debug";
@@ -49160,7 +49154,7 @@ var LogLevel;
49160
49154
  LogLevel2[LogLevel2["error"] = 3] = "error";
49161
49155
  })(LogLevel || (LogLevel = {}));
49162
49156
 
49163
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/logging/src/console_logger.mjs
49157
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/logging/src/console_logger.mjs
49164
49158
  var RESET = "\x1B[0m";
49165
49159
  var RED = "\x1B[31m";
49166
49160
  var YELLOW = "\x1B[33m";
@@ -49169,18 +49163,18 @@ var DEBUG = `${BLUE}Debug:${RESET}`;
49169
49163
  var WARN = `${YELLOW}Warning:${RESET}`;
49170
49164
  var ERROR = `${RED}Error:${RESET}`;
49171
49165
 
49172
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/index.mjs
49166
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/index.mjs
49173
49167
  setFileSystem(new NodeJSFileSystem());
49174
49168
 
49175
- // bazel-out/k8-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/index.mjs
49169
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/index.mjs
49176
49170
  var import_fs2 = require("fs");
49177
49171
  var import_path8 = require("path");
49178
49172
  var import_typescript138 = __toESM(require("typescript"), 1);
49179
49173
 
49180
- // bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/change_tracker.mjs
49174
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/change_tracker.mjs
49181
49175
  var import_typescript127 = __toESM(require("typescript"), 1);
49182
49176
 
49183
- // bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/import_manager.mjs
49177
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/import_manager.mjs
49184
49178
  var import_path4 = require("path");
49185
49179
  var import_typescript126 = __toESM(require("typescript"), 1);
49186
49180
  var ImportManager2 = class {
@@ -49364,7 +49358,7 @@ ${text2}`;
49364
49358
  }
49365
49359
  };
49366
49360
 
49367
- // bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/change_tracker.mjs
49361
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/change_tracker.mjs
49368
49362
  var ChangeTracker = class {
49369
49363
  constructor(_printer, _importRemapper) {
49370
49364
  __publicField(this, "_printer");
@@ -49423,7 +49417,7 @@ function normalizePath(path4) {
49423
49417
  return path4.replace(/\\/g, "/");
49424
49418
  }
49425
49419
 
49426
- // bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/project_tsconfig_paths.mjs
49420
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/project_tsconfig_paths.mjs
49427
49421
  var import_core19 = require("@angular-devkit/core");
49428
49422
  function getProjectTsConfigPaths(tree) {
49429
49423
  return __async(this, null, function* () {
@@ -49503,11 +49497,11 @@ function getWorkspace(tree) {
49503
49497
  });
49504
49498
  }
49505
49499
 
49506
- // bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/typescript/compiler_host.mjs
49500
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/typescript/compiler_host.mjs
49507
49501
  var import_path5 = require("path");
49508
49502
  var import_typescript129 = __toESM(require("typescript"), 1);
49509
49503
 
49510
- // bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/typescript/parse_tsconfig.mjs
49504
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/typescript/parse_tsconfig.mjs
49511
49505
  var path3 = __toESM(require("path"), 1);
49512
49506
  var import_typescript128 = __toESM(require("typescript"), 1);
49513
49507
  function parseTsconfigFile(tsconfigPath, basePath) {
@@ -49524,7 +49518,7 @@ function parseTsconfigFile(tsconfigPath, basePath) {
49524
49518
  return import_typescript128.default.parseJsonConfigFileContent(config, parseConfigHost, basePath, {});
49525
49519
  }
49526
49520
 
49527
- // bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/typescript/compiler_host.mjs
49521
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/typescript/compiler_host.mjs
49528
49522
  function createProgramOptions(tree, tsconfigPath, basePath, fakeFileRead, additionalFiles, optionOverrides) {
49529
49523
  tsconfigPath = (0, import_path5.resolve)(basePath, tsconfigPath);
49530
49524
  const parsed = parseTsconfigFile(tsconfigPath, (0, import_path5.dirname)(tsconfigPath));
@@ -49553,13 +49547,13 @@ function canMigrateFile(basePath, sourceFile, program) {
49553
49547
  return !(0, import_path5.relative)(basePath, sourceFile.fileName).startsWith("..");
49554
49548
  }
49555
49549
 
49556
- // bazel-out/k8-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/prune-modules.mjs
49550
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/prune-modules.mjs
49557
49551
  var import_typescript134 = __toESM(require("typescript"), 1);
49558
49552
 
49559
- // bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/typescript/decorators.mjs
49553
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/typescript/decorators.mjs
49560
49554
  var import_typescript131 = __toESM(require("typescript"), 1);
49561
49555
 
49562
- // bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/typescript/imports.mjs
49556
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/typescript/imports.mjs
49563
49557
  var import_typescript130 = __toESM(require("typescript"), 1);
49564
49558
  function getImportOfIdentifier(typeChecker, node) {
49565
49559
  const symbol = typeChecker.getSymbolAtLocation(node);
@@ -49610,7 +49604,7 @@ function findImportSpecifier(nodes, specifierName) {
49610
49604
  });
49611
49605
  }
49612
49606
 
49613
- // bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/typescript/decorators.mjs
49607
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/typescript/decorators.mjs
49614
49608
  function getCallDecoratorImport(typeChecker, decorator) {
49615
49609
  if (!import_typescript131.default.isCallExpression(decorator.expression) || !import_typescript131.default.isIdentifier(decorator.expression.expression)) {
49616
49610
  return null;
@@ -49619,7 +49613,7 @@ function getCallDecoratorImport(typeChecker, decorator) {
49619
49613
  return getImportOfIdentifier(typeChecker, identifier);
49620
49614
  }
49621
49615
 
49622
- // bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/ng_decorators.mjs
49616
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/ng_decorators.mjs
49623
49617
  function getAngularDecorators2(typeChecker, decorators) {
49624
49618
  return decorators.map((node) => ({ node, importData: getCallDecoratorImport(typeChecker, node) })).filter(({ importData }) => importData && importData.importModule.startsWith("@angular/")).map(({ node, importData }) => ({
49625
49619
  node,
@@ -49629,7 +49623,7 @@ function getAngularDecorators2(typeChecker, decorators) {
49629
49623
  }));
49630
49624
  }
49631
49625
 
49632
- // bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/typescript/nodes.mjs
49626
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/typescript/nodes.mjs
49633
49627
  var import_typescript132 = __toESM(require("typescript"), 1);
49634
49628
  function closestNode(node, predicate) {
49635
49629
  let current = node.parent;
@@ -49642,7 +49636,7 @@ function closestNode(node, predicate) {
49642
49636
  return null;
49643
49637
  }
49644
49638
 
49645
- // bazel-out/k8-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/util.mjs
49639
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/util.mjs
49646
49640
  var import_path6 = require("path");
49647
49641
  var import_typescript133 = __toESM(require("typescript"), 1);
49648
49642
  var UniqueItemTracker = class {
@@ -49818,7 +49812,7 @@ function isClassReferenceInAngularModule(node, className, moduleName, typeChecke
49818
49812
  }));
49819
49813
  }
49820
49814
 
49821
- // bazel-out/k8-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/prune-modules.mjs
49815
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/prune-modules.mjs
49822
49816
  function pruneNgModules(program, host, basePath, rootFileNames, sourceFiles, printer, importRemapper, referenceLookupExcludedFiles) {
49823
49817
  const filesToRemove = /* @__PURE__ */ new Set();
49824
49818
  const tracker = new ChangeTracker(printer, importRemapper);
@@ -50017,14 +50011,14 @@ function findNgModuleDecorator(node, typeChecker) {
50017
50011
  return decorators.find((decorator) => decorator.name === "NgModule") || null;
50018
50012
  }
50019
50013
 
50020
- // bazel-out/k8-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/standalone-bootstrap.mjs
50014
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/standalone-bootstrap.mjs
50021
50015
  var import_path7 = require("path");
50022
50016
  var import_typescript137 = __toESM(require("typescript"), 1);
50023
50017
 
50024
- // bazel-out/k8-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/to-standalone.mjs
50018
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/to-standalone.mjs
50025
50019
  var import_typescript136 = __toESM(require("typescript"), 1);
50026
50020
 
50027
- // bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/typescript/symbol.mjs
50021
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/typescript/symbol.mjs
50028
50022
  var import_typescript135 = __toESM(require("typescript"), 1);
50029
50023
  function isReferenceToImport(typeChecker, node, importSpecifier) {
50030
50024
  var _a2, _b2;
@@ -50033,7 +50027,7 @@ function isReferenceToImport(typeChecker, node, importSpecifier) {
50033
50027
  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];
50034
50028
  }
50035
50029
 
50036
- // bazel-out/k8-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/to-standalone.mjs
50030
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/to-standalone.mjs
50037
50031
  function toStandalone(sourceFiles, program, printer, fileImportRemapper, componentImportRemapper) {
50038
50032
  const templateTypeChecker = program.compiler.getTemplateTypeChecker();
50039
50033
  const typeChecker = program.getTsProgram().getTypeChecker();
@@ -50401,7 +50395,7 @@ function isStandaloneDeclaration(node, declarationsInMigration, templateTypeChec
50401
50395
  return metadata != null && metadata.isStandalone;
50402
50396
  }
50403
50397
 
50404
- // bazel-out/k8-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/standalone-bootstrap.mjs
50398
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/standalone-bootstrap.mjs
50405
50399
  function toStandaloneBootstrap(program, host, basePath, rootFileNames, sourceFiles, printer, importRemapper, referenceLookupExcludedFiles, componentImportRemapper) {
50406
50400
  const tracker = new ChangeTracker(printer, importRemapper);
50407
50401
  const typeChecker = program.getTsProgram().getTypeChecker();
@@ -50778,7 +50772,7 @@ function hasImport(program, rootFileNames, moduleName) {
50778
50772
  return false;
50779
50773
  }
50780
50774
 
50781
- // bazel-out/k8-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/index.mjs
50775
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/index.mjs
50782
50776
  var MigrationMode;
50783
50777
  (function(MigrationMode2) {
50784
50778
  MigrationMode2["toStandalone"] = "convert-to-standalone";
@@ -50803,7 +50797,7 @@ function standalone_migration_default(options) {
50803
50797
  }
50804
50798
  context.logger.info("\u{1F389} Automated migration step has finished! \u{1F389}");
50805
50799
  context.logger.info("IMPORTANT! Please verify manually that your application builds and behaves as expected.");
50806
- context.logger.info(`See https://angular.io/guide/standalone-migration for more information.`);
50800
+ context.logger.info(`See https://angular.dev/reference/migrations/standalone for more information.`);
50807
50801
  });
50808
50802
  }
50809
50803
  function standaloneMigration(tree, tsconfigPath, basePath, pathToMigrate, schematicOptions, oldProgram) {