@angular/core 18.0.0-rc.1 → 18.0.0-rc.2

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 (59) hide show
  1. package/esm2022/primitives/event-dispatch/contract_binary.mjs +3 -3
  2. package/esm2022/primitives/event-dispatch/index.mjs +2 -2
  3. package/esm2022/primitives/event-dispatch/src/action_resolver.mjs +5 -18
  4. package/esm2022/primitives/event-dispatch/src/attribute.mjs +63 -65
  5. package/esm2022/primitives/event-dispatch/src/cache.mjs +10 -10
  6. package/esm2022/primitives/event-dispatch/src/dispatcher.mjs +50 -181
  7. package/esm2022/primitives/event-dispatch/src/earlyeventcontract.mjs +4 -4
  8. package/esm2022/primitives/event-dispatch/src/event_contract_defines.mjs +1 -6
  9. package/esm2022/primitives/event-dispatch/src/eventcontract.mjs +13 -30
  10. package/esm2022/primitives/event-dispatch/src/key_code.mjs +11 -13
  11. package/esm2022/primitives/event-dispatch/src/legacy_dispatcher.mjs +252 -2
  12. package/esm2022/primitives/event-dispatch/src/property.mjs +30 -27
  13. package/esm2022/primitives/event-dispatch/src/register_events.mjs +5 -25
  14. package/esm2022/primitives/event-dispatch/src/restriction.mjs +2 -2
  15. package/esm2022/src/application/create_application.mjs +11 -4
  16. package/esm2022/src/change_detection/scheduling/ng_zone_scheduling.mjs +4 -16
  17. package/esm2022/src/change_detection/scheduling/zoneless_scheduling.mjs +3 -1
  18. package/esm2022/src/change_detection/scheduling/zoneless_scheduling_impl.mjs +5 -2
  19. package/esm2022/src/core_reactivity_export_internal.mjs +1 -3
  20. package/esm2022/src/core_render3_private_export.mjs +1 -3
  21. package/esm2022/src/hydration/event_replay.mjs +51 -83
  22. package/esm2022/src/hydration/utils.mjs +1 -2
  23. package/esm2022/src/metadata/directives.mjs +1 -1
  24. package/esm2022/src/platform/platform_ref.mjs +9 -10
  25. package/esm2022/src/render3/component_ref.mjs +1 -1
  26. package/esm2022/src/render3/index.mjs +1 -3
  27. package/esm2022/src/render3/instructions/listener.mjs +3 -3
  28. package/esm2022/src/render3/interfaces/public_definitions.mjs +1 -1
  29. package/esm2022/src/version.mjs +1 -1
  30. package/esm2022/testing/src/component_fixture.mjs +2 -2
  31. package/esm2022/testing/src/logger.mjs +3 -3
  32. package/esm2022/testing/src/test_bed.mjs +1 -3
  33. package/esm2022/testing/src/test_bed_compiler.mjs +1 -3
  34. package/event-dispatch-contract.min.js +1 -1
  35. package/fesm2022/core.mjs +79 -117
  36. package/fesm2022/core.mjs.map +1 -1
  37. package/fesm2022/primitives/event-dispatch.mjs +246 -515
  38. package/fesm2022/primitives/event-dispatch.mjs.map +1 -1
  39. package/fesm2022/primitives/signals.mjs +1 -1
  40. package/fesm2022/rxjs-interop.mjs +1 -1
  41. package/fesm2022/testing.mjs +2 -4
  42. package/fesm2022/testing.mjs.map +1 -1
  43. package/index.d.ts +3 -1
  44. package/package.json +1 -1
  45. package/primitives/event-dispatch/index.d.ts +83 -131
  46. package/primitives/signals/index.d.ts +1 -1
  47. package/rxjs-interop/index.d.ts +1 -1
  48. package/schematics/migrations/http-providers/bundle.js +46 -29
  49. package/schematics/migrations/http-providers/bundle.js.map +3 -3
  50. package/schematics/migrations/invalid-two-way-bindings/bundle.js +159 -159
  51. package/schematics/migrations/invalid-two-way-bindings/bundle.js.map +2 -2
  52. package/schematics/ng-generate/control-flow-migration/bundle.js +167 -167
  53. package/schematics/ng-generate/control-flow-migration/bundle.js.map +2 -2
  54. package/schematics/ng-generate/standalone-migration/bundle.js +443 -443
  55. package/schematics/ng-generate/standalone-migration/bundle.js.map +2 -2
  56. package/testing/index.d.ts +1 -1
  57. package/esm2022/primitives/event-dispatch/src/base_dispatcher.mjs +0 -94
  58. package/esm2022/primitives/event-dispatch/src/custom_events.mjs +0 -102
  59. package/esm2022/primitives/event-dispatch/src/replay.mjs +0 -389
@@ -63,7 +63,7 @@ var __async = (__this, __arguments, generator) => {
63
63
  });
64
64
  };
65
65
 
66
- // bazel-out/k8-fastbuild/bin/packages/core/schematics/ng-generate/control-flow-migration/index.mjs
66
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/control-flow-migration/index.mjs
67
67
  var control_flow_migration_exports = {};
68
68
  __export(control_flow_migration_exports, {
69
69
  default: () => control_flow_migration_default
@@ -72,22 +72,22 @@ module.exports = __toCommonJS(control_flow_migration_exports);
72
72
  var import_schematics = require("@angular-devkit/schematics");
73
73
  var import_path3 = require("path");
74
74
 
75
- // bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/change_tracker.mjs
75
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/change_tracker.mjs
76
76
  var import_typescript2 = __toESM(require("typescript"), 1);
77
77
 
78
- // bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/import_manager.mjs
78
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/import_manager.mjs
79
79
  var import_typescript = __toESM(require("typescript"), 1);
80
80
 
81
- // bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/change_tracker.mjs
81
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/change_tracker.mjs
82
82
  function normalizePath(path2) {
83
83
  return path2.replace(/\\/g, "/");
84
84
  }
85
85
 
86
- // bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/typescript/compiler_host.mjs
86
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/typescript/compiler_host.mjs
87
87
  var import_path = require("path");
88
88
  var import_typescript4 = __toESM(require("typescript"), 1);
89
89
 
90
- // bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/typescript/parse_tsconfig.mjs
90
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/typescript/parse_tsconfig.mjs
91
91
  var path = __toESM(require("path"), 1);
92
92
  var import_typescript3 = __toESM(require("typescript"), 1);
93
93
  function parseTsconfigFile(tsconfigPath, basePath) {
@@ -104,7 +104,7 @@ function parseTsconfigFile(tsconfigPath, basePath) {
104
104
  return import_typescript3.default.parseJsonConfigFileContent(config, parseConfigHost, basePath, {});
105
105
  }
106
106
 
107
- // bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/typescript/compiler_host.mjs
107
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/typescript/compiler_host.mjs
108
108
  function createMigrationProgram(tree, tsconfigPath, basePath, fakeFileRead, additionalFiles) {
109
109
  const { rootNames, options, host } = createProgramOptions(tree, tsconfigPath, basePath, fakeFileRead, additionalFiles);
110
110
  return import_typescript4.default.createProgram(rootNames, options, host);
@@ -137,7 +137,7 @@ function canMigrateFile(basePath, sourceFile, program) {
137
137
  return !(0, import_path.relative)(basePath, sourceFile.fileName).startsWith("..");
138
138
  }
139
139
 
140
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/selector.mjs
140
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/selector.mjs
141
141
  var _SELECTOR_REGEXP = new RegExp(
142
142
  `(\\:not\\()|(([\\.\\#]?)[-\\w]+)|(?:\\[([-.\\w*\\\\$]+)(?:=(["']?)([^\\]"']*)\\5)?\\])|(\\))|(\\s*,\\s*)`,
143
143
  "g"
@@ -445,7 +445,7 @@ var SelectorContext = class {
445
445
  }
446
446
  };
447
447
 
448
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/core.mjs
448
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/core.mjs
449
449
  var ViewEncapsulation;
450
450
  (function(ViewEncapsulation2) {
451
451
  ViewEncapsulation2[ViewEncapsulation2["Emulated"] = 0] = "Emulated";
@@ -513,7 +513,7 @@ function parseSelectorToR3Selector(selector) {
513
513
  return selector ? CssSelector.parse(selector).map(parserSelectorToR3Selector) : [];
514
514
  }
515
515
 
516
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/digest.mjs
516
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/digest.mjs
517
517
  var textEncoder;
518
518
  function computeDigest(message) {
519
519
  return sha1(serializeNodes(message.nodes).join("") + `[${message.meaning}]`);
@@ -753,7 +753,7 @@ function wordAt(bytes, index, endian) {
753
753
  return word;
754
754
  }
755
755
 
756
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/output/output_ast.mjs
756
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/output_ast.mjs
757
757
  var TypeModifier;
758
758
  (function(TypeModifier2) {
759
759
  TypeModifier2[TypeModifier2["None"] = 0] = "None";
@@ -1691,7 +1691,7 @@ function serializeTags(tags) {
1691
1691
  return out;
1692
1692
  }
1693
1693
 
1694
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/constant_pool.mjs
1694
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/constant_pool.mjs
1695
1695
  var CONSTANT_PREFIX = "_c";
1696
1696
  var UNKNOWN_VALUE_KEY = variable("<unknown>");
1697
1697
  var KEY_CONTEXT = {};
@@ -1879,7 +1879,7 @@ function isLongStringLiteral(expr) {
1879
1879
  return expr instanceof LiteralExpr && typeof expr.value === "string" && expr.value.length >= POOL_INCLUSION_LENGTH_THRESHOLD_FOR_STRINGS;
1880
1880
  }
1881
1881
 
1882
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_identifiers.mjs
1882
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_identifiers.mjs
1883
1883
  var CORE = "@angular/core";
1884
1884
  var _Identifiers = class {
1885
1885
  };
@@ -2767,7 +2767,7 @@ var Identifiers = _Identifiers;
2767
2767
  _Identifiers.unwrapWritableSignal = { name: "\u0275unwrapWritableSignal", moduleName: CORE };
2768
2768
  })();
2769
2769
 
2770
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/util.mjs
2770
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/util.mjs
2771
2771
  var DASH_CASE_REGEXP = /-+([a-z0-9])/g;
2772
2772
  function dashCaseToCamelCase(input) {
2773
2773
  return input.replace(DASH_CASE_REGEXP, (...m) => m[1].toUpperCase());
@@ -2844,7 +2844,7 @@ var Version = class {
2844
2844
  };
2845
2845
  var _global = globalThis;
2846
2846
 
2847
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/output/source_map.mjs
2847
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/source_map.mjs
2848
2848
  var VERSION = 3;
2849
2849
  var JS_B64_PREFIX = "# sourceMappingURL=data:application/json;base64,";
2850
2850
  var SourceMapGenerator = class {
@@ -2973,7 +2973,7 @@ function toBase64Digit(value) {
2973
2973
  return B64_DIGITS[value];
2974
2974
  }
2975
2975
 
2976
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/output/abstract_emitter.mjs
2976
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/abstract_emitter.mjs
2977
2977
  var _SINGLE_QUOTE_ESCAPE_STRING_RE = /'|\\|\n|\r|\$/g;
2978
2978
  var _LEGAL_IDENTIFIER_RE = /^[$A-Z_][0-9A-Z_$]*$/i;
2979
2979
  var _INDENT_WITH = " ";
@@ -3461,7 +3461,7 @@ function _createIndent(count) {
3461
3461
  return res;
3462
3462
  }
3463
3463
 
3464
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/util.mjs
3464
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/util.mjs
3465
3465
  function typeWithParameters(type, numParams) {
3466
3466
  if (numParams === 0) {
3467
3467
  return expressionType(type);
@@ -3516,7 +3516,7 @@ function generateForwardRef(expr) {
3516
3516
  return importExpr(Identifiers.forwardRef).callFn([arrowFn([], expr)]);
3517
3517
  }
3518
3518
 
3519
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_factory.mjs
3519
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_factory.mjs
3520
3520
  var R3FactoryDelegateType;
3521
3521
  (function(R3FactoryDelegateType2) {
3522
3522
  R3FactoryDelegateType2[R3FactoryDelegateType2["Class"] = 0] = "Class";
@@ -3661,7 +3661,7 @@ function getInjectFn(target) {
3661
3661
  }
3662
3662
  }
3663
3663
 
3664
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/expression_parser/ast.mjs
3664
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/expression_parser/ast.mjs
3665
3665
  var ParserError = class {
3666
3666
  constructor(message, input, errLocation, ctxLocation) {
3667
3667
  this.input = input;
@@ -4099,7 +4099,7 @@ var BoundElementProperty = class {
4099
4099
  }
4100
4100
  };
4101
4101
 
4102
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/tags.mjs
4102
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/tags.mjs
4103
4103
  var TagContentType;
4104
4104
  (function(TagContentType2) {
4105
4105
  TagContentType2[TagContentType2["RAW_TEXT"] = 0] = "RAW_TEXT";
@@ -4136,7 +4136,7 @@ function mergeNsAndName(prefix, localName) {
4136
4136
  return prefix ? `:${prefix}:${localName}` : localName;
4137
4137
  }
4138
4138
 
4139
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_ast.mjs
4139
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_ast.mjs
4140
4140
  var Comment = class {
4141
4141
  constructor(value, sourceSpan) {
4142
4142
  this.value = value;
@@ -4518,7 +4518,7 @@ function visitAll(visitor, nodes) {
4518
4518
  return result;
4519
4519
  }
4520
4520
 
4521
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/i18n_ast.mjs
4521
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/i18n_ast.mjs
4522
4522
  var Message = class {
4523
4523
  constructor(nodes, placeholders, placeholderToMessage, meaning, description, customId) {
4524
4524
  this.nodes = nodes;
@@ -4658,7 +4658,7 @@ var LocalizeMessageStringVisitor = class {
4658
4658
  }
4659
4659
  };
4660
4660
 
4661
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/serializers/xml_helper.mjs
4661
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/serializers/xml_helper.mjs
4662
4662
  var _Visitor = class {
4663
4663
  visitTag(tag) {
4664
4664
  const strAttrs = this._serializeAttributes(tag.attrs);
@@ -4686,12 +4686,12 @@ ${doctype.dtd}
4686
4686
  };
4687
4687
  var _visitor = new _Visitor();
4688
4688
 
4689
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/serializers/xmb.mjs
4689
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/serializers/xmb.mjs
4690
4690
  function toPublicName(internalName) {
4691
4691
  return internalName.toUpperCase().replace(/[^A-Z0-9_]/g, "_");
4692
4692
  }
4693
4693
 
4694
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/i18n/util.mjs
4694
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/util.mjs
4695
4695
  var I18N_ATTR = "i18n";
4696
4696
  var I18N_ATTR_PREFIX = "i18n-";
4697
4697
  var I18N_ICU_VAR_PREFIX = "VAR_";
@@ -4731,7 +4731,7 @@ function formatI18nPlaceholderName(name, useCamelCase = true) {
4731
4731
  return postfix ? `${raw}_${postfix}` : raw;
4732
4732
  }
4733
4733
 
4734
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/util.mjs
4734
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/util.mjs
4735
4735
  var UNSAFE_OBJECT_KEY_NAME_REGEXP = /[-.]/;
4736
4736
  var TEMPORARY_NAME = "_t";
4737
4737
  var CONTEXT_NAME = "ctx";
@@ -4858,7 +4858,7 @@ function getAttrsForDirectiveMatching(elOrTpl) {
4858
4858
  return attributesMap;
4859
4859
  }
4860
4860
 
4861
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/injectable_compiler_2.mjs
4861
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/injectable_compiler_2.mjs
4862
4862
  function compileInjectable(meta, resolveForwardRefs) {
4863
4863
  let result = null;
4864
4864
  const factoryMeta = {
@@ -4945,7 +4945,7 @@ function createFactoryFunction(type) {
4945
4945
  return arrowFn([new FnParam("t", DYNAMIC_TYPE)], type.prop("\u0275fac").callFn([variable("t")]));
4946
4946
  }
4947
4947
 
4948
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/assertions.mjs
4948
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/assertions.mjs
4949
4949
  var UNUSABLE_INTERPOLATION_REGEXPS = [
4950
4950
  /^\s*$/,
4951
4951
  /[<>]/,
@@ -4967,7 +4967,7 @@ function assertInterpolationSymbols(identifier, value) {
4967
4967
  }
4968
4968
  }
4969
4969
 
4970
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/defaults.mjs
4970
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/defaults.mjs
4971
4971
  var InterpolationConfig = class {
4972
4972
  static fromArray(markers) {
4973
4973
  if (!markers) {
@@ -4984,7 +4984,7 @@ var InterpolationConfig = class {
4984
4984
  var DEFAULT_INTERPOLATION_CONFIG = new InterpolationConfig("{{", "}}");
4985
4985
  var DEFAULT_CONTAINER_BLOCKS = /* @__PURE__ */ new Set(["switch"]);
4986
4986
 
4987
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/chars.mjs
4987
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/chars.mjs
4988
4988
  var $EOF = 0;
4989
4989
  var $BSPACE = 8;
4990
4990
  var $TAB = 9;
@@ -5066,7 +5066,7 @@ function isQuote(code) {
5066
5066
  return code === $SQ || code === $DQ || code === $BT;
5067
5067
  }
5068
5068
 
5069
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/parse_util.mjs
5069
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/parse_util.mjs
5070
5070
  var ParseLocation = class {
5071
5071
  constructor(file, offset, line, col) {
5072
5072
  this.file = file;
@@ -5213,7 +5213,7 @@ function sanitizeIdentifier(name) {
5213
5213
  return name.replace(/\W/g, "_");
5214
5214
  }
5215
5215
 
5216
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/output/abstract_js_emitter.mjs
5216
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/abstract_js_emitter.mjs
5217
5217
  var makeTemplateObjectPolyfill = '(this&&this.__makeTemplateObject||function(e,t){return Object.defineProperty?Object.defineProperty(e,"raw",{value:t}):e.raw=t,e})';
5218
5218
  var AbstractJsEmitterVisitor = class extends AbstractEmitterVisitor {
5219
5219
  constructor() {
@@ -5306,7 +5306,7 @@ var AbstractJsEmitterVisitor = class extends AbstractEmitterVisitor {
5306
5306
  }
5307
5307
  };
5308
5308
 
5309
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/output/output_jit_trusted_types.mjs
5309
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/output_jit_trusted_types.mjs
5310
5310
  var policy;
5311
5311
  function getPolicy() {
5312
5312
  if (policy === void 0) {
@@ -5344,7 +5344,7 @@ function newTrustedFunctionForJIT(...args) {
5344
5344
  return fn2.bind(_global);
5345
5345
  }
5346
5346
 
5347
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/output/output_jit.mjs
5347
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/output_jit.mjs
5348
5348
  var JitEvaluator = class {
5349
5349
  evaluateStatements(sourceUrl, statements, refResolver, createSourceMaps) {
5350
5350
  const converter = new JitEmitterVisitor(refResolver);
@@ -5432,7 +5432,7 @@ function isUseStrictStatement(statement) {
5432
5432
  return statement.isEquivalent(literal("use strict").toStmt());
5433
5433
  }
5434
5434
 
5435
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_injector_compiler.mjs
5435
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_injector_compiler.mjs
5436
5436
  function compileInjector(meta) {
5437
5437
  const definitionMap = new DefinitionMap();
5438
5438
  if (meta.providers !== null) {
@@ -5449,7 +5449,7 @@ function createInjectorType(meta) {
5449
5449
  return new ExpressionType(importExpr(Identifiers.InjectorDeclaration, [new ExpressionType(meta.type.type)]));
5450
5450
  }
5451
5451
 
5452
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_jit.mjs
5452
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_jit.mjs
5453
5453
  var R3JitReflector = class {
5454
5454
  constructor(context) {
5455
5455
  this.context = context;
@@ -5465,7 +5465,7 @@ var R3JitReflector = class {
5465
5465
  }
5466
5466
  };
5467
5467
 
5468
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_module_compiler.mjs
5468
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_module_compiler.mjs
5469
5469
  var R3SelectorScopeMode;
5470
5470
  (function(R3SelectorScopeMode2) {
5471
5471
  R3SelectorScopeMode2[R3SelectorScopeMode2["Inline"] = 0] = "Inline";
@@ -5600,7 +5600,7 @@ function tupleOfTypes(types) {
5600
5600
  return types.length > 0 ? expressionType(literalArr(typeofTypes)) : NONE_TYPE;
5601
5601
  }
5602
5602
 
5603
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_pipe_compiler.mjs
5603
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_pipe_compiler.mjs
5604
5604
  function compilePipeFromMetadata(metadata) {
5605
5605
  const definitionMapValues = [];
5606
5606
  definitionMapValues.push({ key: "name", value: literal(metadata.pipeName), quoted: false });
@@ -5621,7 +5621,7 @@ function createPipeType(metadata) {
5621
5621
  ]));
5622
5622
  }
5623
5623
 
5624
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/api.mjs
5624
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/api.mjs
5625
5625
  var R3TemplateDependencyKind;
5626
5626
  (function(R3TemplateDependencyKind2) {
5627
5627
  R3TemplateDependencyKind2[R3TemplateDependencyKind2["Directive"] = 0] = "Directive";
@@ -5629,7 +5629,7 @@ var R3TemplateDependencyKind;
5629
5629
  R3TemplateDependencyKind2[R3TemplateDependencyKind2["NgModule"] = 2] = "NgModule";
5630
5630
  })(R3TemplateDependencyKind || (R3TemplateDependencyKind = {}));
5631
5631
 
5632
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/shadow_css.mjs
5632
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/shadow_css.mjs
5633
5633
  var animationKeywords = /* @__PURE__ */ new Set([
5634
5634
  "inherit",
5635
5635
  "initial",
@@ -6109,7 +6109,7 @@ function repeatGroups(groups, multiples) {
6109
6109
  }
6110
6110
  }
6111
6111
 
6112
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/enums.mjs
6112
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/enums.mjs
6113
6113
  var OpKind;
6114
6114
  (function(OpKind2) {
6115
6115
  OpKind2[OpKind2["ListEnd"] = 0] = "ListEnd";
@@ -6263,7 +6263,7 @@ var TemplateKind;
6263
6263
  TemplateKind2[TemplateKind2["Block"] = 2] = "Block";
6264
6264
  })(TemplateKind || (TemplateKind = {}));
6265
6265
 
6266
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/traits.mjs
6266
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/traits.mjs
6267
6267
  var ConsumesSlot = Symbol("ConsumesSlot");
6268
6268
  var DependsOnSlotContext = Symbol("DependsOnSlotContext");
6269
6269
  var ConsumesVarsTrait = Symbol("ConsumesVars");
@@ -6291,7 +6291,7 @@ function hasUsesVarOffsetTrait(expr) {
6291
6291
  return expr[UsesVarOffset] === true;
6292
6292
  }
6293
6293
 
6294
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/shared.mjs
6294
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/shared.mjs
6295
6295
  function createStatementOp(statement) {
6296
6296
  return __spreadValues({
6297
6297
  kind: OpKind.Statement,
@@ -6313,7 +6313,7 @@ var NEW_OP = {
6313
6313
  next: null
6314
6314
  };
6315
6315
 
6316
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/update.mjs
6316
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/update.mjs
6317
6317
  function createInterpolateTextOp(xref, interpolation, sourceSpan) {
6318
6318
  return __spreadValues(__spreadValues(__spreadValues({
6319
6319
  kind: OpKind.InterpolateText,
@@ -6493,7 +6493,7 @@ function createI18nApplyOp(owner, handle, sourceSpan) {
6493
6493
  }, NEW_OP);
6494
6494
  }
6495
6495
 
6496
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/expression.mjs
6496
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/expression.mjs
6497
6497
  var _a;
6498
6498
  var _b;
6499
6499
  var _c;
@@ -7355,7 +7355,7 @@ function isStringLiteral(expr) {
7355
7355
  return expr instanceof LiteralExpr && typeof expr.value === "string";
7356
7356
  }
7357
7357
 
7358
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/operations.mjs
7358
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/operations.mjs
7359
7359
  var _OpList = class {
7360
7360
  constructor() {
7361
7361
  this.debugListId = _OpList.nextListId++;
@@ -7546,14 +7546,14 @@ var OpList = _OpList;
7546
7546
  _OpList.nextListId = 0;
7547
7547
  })();
7548
7548
 
7549
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/handle.mjs
7549
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/handle.mjs
7550
7550
  var SlotHandle = class {
7551
7551
  constructor() {
7552
7552
  this.slot = null;
7553
7553
  }
7554
7554
  };
7555
7555
 
7556
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/create.mjs
7556
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/create.mjs
7557
7557
  var elementContainerOpKinds = /* @__PURE__ */ new Set([
7558
7558
  OpKind.Element,
7559
7559
  OpKind.ElementStart,
@@ -7857,7 +7857,7 @@ function createI18nAttributesOp(xref, handle, target) {
7857
7857
  }, NEW_OP), TRAIT_CONSUMES_SLOT);
7858
7858
  }
7859
7859
 
7860
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/host.mjs
7860
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/host.mjs
7861
7861
  function createHostPropertyOp(name, expression, isAnimationTrigger, i18nContext, securityContext, sourceSpan) {
7862
7862
  return __spreadValues(__spreadValues({
7863
7863
  kind: OpKind.HostProperty,
@@ -7871,10 +7871,10 @@ function createHostPropertyOp(name, expression, isAnimationTrigger, i18nContext,
7871
7871
  }, TRAIT_CONSUMES_VARS), NEW_OP);
7872
7872
  }
7873
7873
 
7874
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/variable.mjs
7874
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/variable.mjs
7875
7875
  var CTX_REF = "CTX_REF_MARKER";
7876
7876
 
7877
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/compilation.mjs
7877
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/compilation.mjs
7878
7878
  var CompilationJobKind;
7879
7879
  (function(CompilationJobKind2) {
7880
7880
  CompilationJobKind2[CompilationJobKind2["Tmpl"] = 0] = "Tmpl";
@@ -7982,7 +7982,7 @@ var HostBindingCompilationUnit = class extends CompilationUnit {
7982
7982
  }
7983
7983
  };
7984
7984
 
7985
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/any_cast.mjs
7985
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/any_cast.mjs
7986
7986
  function deleteAnyCasts(job) {
7987
7987
  for (const unit of job.units) {
7988
7988
  for (const op of unit.ops()) {
@@ -8000,7 +8000,7 @@ function removeAnys(e) {
8000
8000
  return e;
8001
8001
  }
8002
8002
 
8003
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/apply_i18n_expressions.mjs
8003
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/apply_i18n_expressions.mjs
8004
8004
  function applyI18nExpressions(job) {
8005
8005
  const i18nContexts = /* @__PURE__ */ new Map();
8006
8006
  for (const unit of job.units) {
@@ -8043,7 +8043,7 @@ function needsApplication(i18nContexts, op) {
8043
8043
  return false;
8044
8044
  }
8045
8045
 
8046
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/assign_i18n_slot_dependencies.mjs
8046
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/assign_i18n_slot_dependencies.mjs
8047
8047
  function assignI18nSlotDependencies(job) {
8048
8048
  for (const unit of job.units) {
8049
8049
  let updateOp = unit.update.head;
@@ -8088,7 +8088,7 @@ function assignI18nSlotDependencies(job) {
8088
8088
  }
8089
8089
  }
8090
8090
 
8091
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/util/elements.mjs
8091
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/util/elements.mjs
8092
8092
  function createOpXrefMap(unit) {
8093
8093
  const map = /* @__PURE__ */ new Map();
8094
8094
  for (const op of unit.create) {
@@ -8103,7 +8103,7 @@ function createOpXrefMap(unit) {
8103
8103
  return map;
8104
8104
  }
8105
8105
 
8106
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/attribute_extraction.mjs
8106
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/attribute_extraction.mjs
8107
8107
  function extractAttributes(job) {
8108
8108
  for (const unit of job.units) {
8109
8109
  const elements = createOpXrefMap(unit);
@@ -8232,7 +8232,7 @@ function extractAttributeOp(unit, op, elements) {
8232
8232
  }
8233
8233
  }
8234
8234
 
8235
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/binding_specialization.mjs
8235
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/binding_specialization.mjs
8236
8236
  function lookupElement2(elements, xref) {
8237
8237
  const el = elements.get(xref);
8238
8238
  if (el === void 0) {
@@ -8289,7 +8289,7 @@ function specializeBindings(job) {
8289
8289
  }
8290
8290
  }
8291
8291
 
8292
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/chaining.mjs
8292
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/chaining.mjs
8293
8293
  var CHAINABLE = /* @__PURE__ */ new Set([
8294
8294
  Identifiers.attribute,
8295
8295
  Identifiers.classProp,
@@ -8357,7 +8357,7 @@ function chainOperationsInList(opList) {
8357
8357
  }
8358
8358
  }
8359
8359
 
8360
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/collapse_singleton_interpolations.mjs
8360
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/collapse_singleton_interpolations.mjs
8361
8361
  function collapseSingletonInterpolations(job) {
8362
8362
  for (const unit of job.units) {
8363
8363
  for (const op of unit.update) {
@@ -8369,7 +8369,7 @@ function collapseSingletonInterpolations(job) {
8369
8369
  }
8370
8370
  }
8371
8371
 
8372
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/conditionals.mjs
8372
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/conditionals.mjs
8373
8373
  function generateConditionalExpressions(job) {
8374
8374
  for (const unit of job.units) {
8375
8375
  for (const op of unit.ops()) {
@@ -8406,7 +8406,7 @@ function generateConditionalExpressions(job) {
8406
8406
  }
8407
8407
  }
8408
8408
 
8409
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/conversion.mjs
8409
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/conversion.mjs
8410
8410
  var BINARY_OPERATORS = /* @__PURE__ */ new Map([
8411
8411
  ["&&", BinaryOperator.And],
8412
8412
  [">", BinaryOperator.Bigger],
@@ -8463,7 +8463,7 @@ function literalOrArrayLiteral(value) {
8463
8463
  return literal(value);
8464
8464
  }
8465
8465
 
8466
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/const_collection.mjs
8466
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/const_collection.mjs
8467
8467
  function collectElementConsts(job) {
8468
8468
  const allElementAttributes = /* @__PURE__ */ new Map();
8469
8469
  for (const unit of job.units) {
@@ -8632,7 +8632,7 @@ function serializeAttributes({ attributes, bindings, classes, i18n: i18n2, proje
8632
8632
  return literalArr(attrArray);
8633
8633
  }
8634
8634
 
8635
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/convert_i18n_bindings.mjs
8635
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/convert_i18n_bindings.mjs
8636
8636
  function convertI18nBindings(job) {
8637
8637
  const i18nAttributesByElem = /* @__PURE__ */ new Map();
8638
8638
  for (const unit of job.units) {
@@ -8673,7 +8673,7 @@ function convertI18nBindings(job) {
8673
8673
  }
8674
8674
  }
8675
8675
 
8676
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_defer_deps_fns.mjs
8676
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_defer_deps_fns.mjs
8677
8677
  function resolveDeferDepsFns(job) {
8678
8678
  var _a2;
8679
8679
  for (const unit of job.units) {
@@ -8698,7 +8698,7 @@ function resolveDeferDepsFns(job) {
8698
8698
  }
8699
8699
  }
8700
8700
 
8701
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/create_i18n_contexts.mjs
8701
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/create_i18n_contexts.mjs
8702
8702
  function createI18nContexts(job) {
8703
8703
  const attrContextByMessage = /* @__PURE__ */ new Map();
8704
8704
  for (const unit of job.units) {
@@ -8776,7 +8776,7 @@ function createI18nContexts(job) {
8776
8776
  }
8777
8777
  }
8778
8778
 
8779
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/deduplicate_text_bindings.mjs
8779
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/deduplicate_text_bindings.mjs
8780
8780
  function deduplicateTextBindings(job) {
8781
8781
  const seen = /* @__PURE__ */ new Map();
8782
8782
  for (const unit of job.units) {
@@ -8798,7 +8798,7 @@ function deduplicateTextBindings(job) {
8798
8798
  }
8799
8799
  }
8800
8800
 
8801
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/defer_configs.mjs
8801
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/defer_configs.mjs
8802
8802
  function configureDeferInstructions(job) {
8803
8803
  for (const unit of job.units) {
8804
8804
  for (const op of unit.create) {
@@ -8815,7 +8815,7 @@ function configureDeferInstructions(job) {
8815
8815
  }
8816
8816
  }
8817
8817
 
8818
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/defer_resolve_targets.mjs
8818
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/defer_resolve_targets.mjs
8819
8819
  function resolveDeferTargetNames(job) {
8820
8820
  const scopes = /* @__PURE__ */ new Map();
8821
8821
  function getScopeForView2(view) {
@@ -8909,7 +8909,7 @@ var Scope = class {
8909
8909
  }
8910
8910
  };
8911
8911
 
8912
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/empty_elements.mjs
8912
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/empty_elements.mjs
8913
8913
  var REPLACEMENTS = /* @__PURE__ */ new Map([
8914
8914
  [OpKind.ElementEnd, [OpKind.ElementStart, OpKind.Element]],
8915
8915
  [OpKind.ContainerEnd, [OpKind.ContainerStart, OpKind.Container]],
@@ -8936,7 +8936,7 @@ function collapseEmptyInstructions(job) {
8936
8936
  }
8937
8937
  }
8938
8938
 
8939
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/expand_safe_reads.mjs
8939
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/expand_safe_reads.mjs
8940
8940
  function expandSafeReads(job) {
8941
8941
  for (const unit of job.units) {
8942
8942
  for (const op of unit.ops()) {
@@ -9072,7 +9072,7 @@ function ternaryTransform(e) {
9072
9072
  return new ConditionalExpr(new BinaryOperatorExpr(BinaryOperator.Equals, e.guard, NULL_EXPR), NULL_EXPR, e.expr);
9073
9073
  }
9074
9074
 
9075
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/extract_i18n_messages.mjs
9075
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/extract_i18n_messages.mjs
9076
9076
  var ESCAPE = "\uFFFD";
9077
9077
  var ELEMENT_MARKER = "#";
9078
9078
  var TEMPLATE_MARKER = "*";
@@ -9208,7 +9208,7 @@ function formatValue(value) {
9208
9208
  return `${ESCAPE}${closeMarker}${tagMarker}${value.value}${context}${ESCAPE}`;
9209
9209
  }
9210
9210
 
9211
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_advance.mjs
9211
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_advance.mjs
9212
9212
  function generateAdvance(job) {
9213
9213
  for (const unit of job.units) {
9214
9214
  const slotMap = /* @__PURE__ */ new Map();
@@ -9240,7 +9240,7 @@ function generateAdvance(job) {
9240
9240
  }
9241
9241
  }
9242
9242
 
9243
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_projection_def.mjs
9243
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_projection_def.mjs
9244
9244
  function generateProjectionDefs(job) {
9245
9245
  const share = job.compatibility === CompatibilityMode.TemplateDefinitionBuilder;
9246
9246
  const selectors = [];
@@ -9264,7 +9264,7 @@ function generateProjectionDefs(job) {
9264
9264
  }
9265
9265
  }
9266
9266
 
9267
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_variables.mjs
9267
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_variables.mjs
9268
9268
  function generateVariables(job) {
9269
9269
  recursivelyProcessView(job.root, null);
9270
9270
  }
@@ -9363,7 +9363,7 @@ function generateVariablesInScopeForView(view, scope) {
9363
9363
  return newOps;
9364
9364
  }
9365
9365
 
9366
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/has_const_expression_collection.mjs
9366
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/has_const_expression_collection.mjs
9367
9367
  function collectConstExpressions(job) {
9368
9368
  for (const unit of job.units) {
9369
9369
  for (const op of unit.ops()) {
@@ -9377,7 +9377,7 @@ function collectConstExpressions(job) {
9377
9377
  }
9378
9378
  }
9379
9379
 
9380
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/host_style_property_parsing.mjs
9380
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/host_style_property_parsing.mjs
9381
9381
  var STYLE_DOT = "style.";
9382
9382
  var CLASS_DOT = "class.";
9383
9383
  var STYLE_BANG = "style!";
@@ -9435,7 +9435,7 @@ function parseProperty(name) {
9435
9435
  return { property: property2, suffix };
9436
9436
  }
9437
9437
 
9438
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/output/map_util.mjs
9438
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/map_util.mjs
9439
9439
  function mapLiteral(obj, quoted = false) {
9440
9440
  return literalMap(Object.keys(obj).map((key) => ({
9441
9441
  key,
@@ -9444,7 +9444,7 @@ function mapLiteral(obj, quoted = false) {
9444
9444
  })));
9445
9445
  }
9446
9446
 
9447
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/i18n/icu_serializer.mjs
9447
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/icu_serializer.mjs
9448
9448
  var IcuSerializerVisitor = class {
9449
9449
  visitText(text2) {
9450
9450
  return text2.value;
@@ -9478,7 +9478,7 @@ function serializeIcuNode(icu) {
9478
9478
  return icu.visit(serializer);
9479
9479
  }
9480
9480
 
9481
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/expression_parser/lexer.mjs
9481
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/expression_parser/lexer.mjs
9482
9482
  var TokenType;
9483
9483
  (function(TokenType2) {
9484
9484
  TokenType2[TokenType2["Character"] = 0] = "Character";
@@ -9839,7 +9839,7 @@ function parseIntAutoRadix(text2) {
9839
9839
  return result;
9840
9840
  }
9841
9841
 
9842
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/expression_parser/parser.mjs
9842
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/expression_parser/parser.mjs
9843
9843
  var SplitInterpolation = class {
9844
9844
  constructor(strings, expressions, offsets) {
9845
9845
  this.strings = strings;
@@ -10721,7 +10721,7 @@ function getIndexMapForOriginalTemplate(interpolatedTokens) {
10721
10721
  return offsetMap;
10722
10722
  }
10723
10723
 
10724
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/ast.mjs
10724
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/ast.mjs
10725
10725
  var NodeWithI18n = class {
10726
10726
  constructor(sourceSpan, i18n2) {
10727
10727
  this.sourceSpan = sourceSpan;
@@ -10873,7 +10873,7 @@ var RecursiveVisitor = class {
10873
10873
  }
10874
10874
  };
10875
10875
 
10876
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/schema/dom_security_schema.mjs
10876
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/schema/dom_security_schema.mjs
10877
10877
  var _SECURITY_SCHEMA;
10878
10878
  function SECURITY_SCHEMA() {
10879
10879
  if (!_SECURITY_SCHEMA) {
@@ -10934,11 +10934,11 @@ function isIframeSecuritySensitiveAttr(attrName) {
10934
10934
  return IFRAME_SECURITY_SENSITIVE_ATTRS.has(attrName.toLowerCase());
10935
10935
  }
10936
10936
 
10937
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/schema/element_schema_registry.mjs
10937
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/schema/element_schema_registry.mjs
10938
10938
  var ElementSchemaRegistry = class {
10939
10939
  };
10940
10940
 
10941
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/schema/dom_element_schema_registry.mjs
10941
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/schema/dom_element_schema_registry.mjs
10942
10942
  var BOOLEAN = "boolean";
10943
10943
  var NUMBER = "number";
10944
10944
  var STRING = "string";
@@ -11321,7 +11321,7 @@ function _isPixelDimensionStyle(prop) {
11321
11321
  }
11322
11322
  }
11323
11323
 
11324
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/html_tags.mjs
11324
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/html_tags.mjs
11325
11325
  var HtmlTagDefinition = class {
11326
11326
  constructor({ closedByChildren, implicitNamespacePrefix, contentType = TagContentType.PARSABLE_DATA, closedByParent = false, isVoid = false, ignoreFirstLf = false, preventNamespaceInheritance = false, canSelfClose = false } = {}) {
11327
11327
  this.closedByChildren = {};
@@ -11457,7 +11457,7 @@ function getHtmlTagDefinition(tagName) {
11457
11457
  return (_b2 = (_a2 = TAG_DEFINITIONS[tagName]) != null ? _a2 : TAG_DEFINITIONS[tagName.toLowerCase()]) != null ? _b2 : DEFAULT_TAG_DEFINITION;
11458
11458
  }
11459
11459
 
11460
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/serializers/placeholder.mjs
11460
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/serializers/placeholder.mjs
11461
11461
  var TAG_TO_PLACEHOLDER_NAMES = {
11462
11462
  "A": "LINK",
11463
11463
  "B": "BOLD_TEXT",
@@ -11579,7 +11579,7 @@ var PlaceholderRegistry = class {
11579
11579
  }
11580
11580
  };
11581
11581
 
11582
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/i18n_parser.mjs
11582
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/i18n_parser.mjs
11583
11583
  var _expParser = new Parser(new Lexer());
11584
11584
  function createI18nMessageFactory(interpolationConfig, containerBlocks) {
11585
11585
  const visitor = new _I18nVisitor(_expParser, interpolationConfig, containerBlocks);
@@ -11758,14 +11758,14 @@ function extractPlaceholderName(input) {
11758
11758
  return input.split(_CUSTOM_PH_EXP)[2];
11759
11759
  }
11760
11760
 
11761
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/parse_util.mjs
11761
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/parse_util.mjs
11762
11762
  var I18nError = class extends ParseError {
11763
11763
  constructor(span, msg) {
11764
11764
  super(span, msg);
11765
11765
  }
11766
11766
  };
11767
11767
 
11768
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/entities.mjs
11768
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/entities.mjs
11769
11769
  var NAMED_ENTITIES = {
11770
11770
  "AElig": "\xC6",
11771
11771
  "AMP": "&",
@@ -13896,7 +13896,7 @@ var NAMED_ENTITIES = {
13896
13896
  var NGSP_UNICODE = "\uE500";
13897
13897
  NAMED_ENTITIES["ngsp"] = NGSP_UNICODE;
13898
13898
 
13899
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/lexer.mjs
13899
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/lexer.mjs
13900
13900
  var TokenError = class extends ParseError {
13901
13901
  constructor(errorMsg, tokenType, span) {
13902
13902
  super(span, errorMsg);
@@ -14822,7 +14822,7 @@ var CursorError = class {
14822
14822
  }
14823
14823
  };
14824
14824
 
14825
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/parser.mjs
14825
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/parser.mjs
14826
14826
  var TreeError = class extends ParseError {
14827
14827
  static create(elementName, span, msg) {
14828
14828
  return new TreeError(elementName, span, msg);
@@ -15206,7 +15206,7 @@ function decodeEntity(match, entity) {
15206
15206
  return match;
15207
15207
  }
15208
15208
 
15209
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/schema/trusted_types_sinks.mjs
15209
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/schema/trusted_types_sinks.mjs
15210
15210
  var TRUSTED_TYPES_SINKS = /* @__PURE__ */ new Set([
15211
15211
  "iframe|srcdoc",
15212
15212
  "*|innerhtml",
@@ -15221,7 +15221,7 @@ function isTrustedTypesSink(tagName, propName) {
15221
15221
  return TRUSTED_TYPES_SINKS.has(tagName + "|" + propName) || TRUSTED_TYPES_SINKS.has("*|" + propName);
15222
15222
  }
15223
15223
 
15224
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/i18n/meta.mjs
15224
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/meta.mjs
15225
15225
  var setI18nRefs = (htmlNode, i18nNode) => {
15226
15226
  if (htmlNode instanceof NodeWithI18n) {
15227
15227
  if (i18nNode instanceof IcuPlaceholder && htmlNode.i18n instanceof Message) {
@@ -15378,7 +15378,7 @@ function i18nMetaToJSDoc(meta) {
15378
15378
  return jsDocComment(tags);
15379
15379
  }
15380
15380
 
15381
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/i18n/get_msg_utils.mjs
15381
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/get_msg_utils.mjs
15382
15382
  var GOOG_GET_MSG = "goog.getMsg";
15383
15383
  function createGoogleGetMsgStatements(variable2, message, closureVar, placeholderValues) {
15384
15384
  const messageString = serializeI18nMessageForGetMsg(message);
@@ -15429,7 +15429,7 @@ function serializeI18nMessageForGetMsg(message) {
15429
15429
  return message.nodes.map((node) => node.visit(serializerVisitor2, null)).join("");
15430
15430
  }
15431
15431
 
15432
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/i18n/localize_utils.mjs
15432
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/localize_utils.mjs
15433
15433
  function createLocalizeStatements(variable2, message, params) {
15434
15434
  const { messageParts, placeHolders } = serializeI18nMessageForLocalize(message);
15435
15435
  const sourceSpan = getSourceSpan(message);
@@ -15518,7 +15518,7 @@ function createEmptyMessagePart(location) {
15518
15518
  return new LiteralPiece("", new ParseSourceSpan(location, location));
15519
15519
  }
15520
15520
 
15521
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/i18n_const_collection.mjs
15521
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/i18n_const_collection.mjs
15522
15522
  var NG_I18N_CLOSURE_MODE = "ngI18nClosureMode";
15523
15523
  var TRANSLATION_VAR_PREFIX = "i18n_";
15524
15524
  var I18N_ICU_MAPPING_PREFIX = "I18N_EXP_";
@@ -15689,7 +15689,7 @@ function i18nGenerateClosureVar(pool, messageId, fileBasedI18nSuffix, useExterna
15689
15689
  return variable(name);
15690
15690
  }
15691
15691
 
15692
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/i18n_text_extraction.mjs
15692
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/i18n_text_extraction.mjs
15693
15693
  function convertI18nText(job) {
15694
15694
  var _a2, _b2, _c2;
15695
15695
  for (const unit of job.units) {
@@ -15759,7 +15759,7 @@ function convertI18nText(job) {
15759
15759
  }
15760
15760
  }
15761
15761
 
15762
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/local_refs.mjs
15762
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/local_refs.mjs
15763
15763
  function liftLocalRefs(job) {
15764
15764
  for (const unit of job.units) {
15765
15765
  for (const op of unit.create) {
@@ -15789,7 +15789,7 @@ function serializeLocalRefs(refs) {
15789
15789
  return literalArr(constRefs);
15790
15790
  }
15791
15791
 
15792
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/namespace.mjs
15792
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/namespace.mjs
15793
15793
  function emitNamespaceChanges(job) {
15794
15794
  for (const unit of job.units) {
15795
15795
  let activeNamespace = Namespace.HTML;
@@ -15805,7 +15805,7 @@ function emitNamespaceChanges(job) {
15805
15805
  }
15806
15806
  }
15807
15807
 
15808
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/parse_extracted_styles.mjs
15808
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/parse_extracted_styles.mjs
15809
15809
  function parse(value) {
15810
15810
  const styles = [];
15811
15811
  let i = 0;
@@ -15899,7 +15899,7 @@ function parseExtractedStyles(job) {
15899
15899
  }
15900
15900
  }
15901
15901
 
15902
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/naming.mjs
15902
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/naming.mjs
15903
15903
  function nameFunctionsAndVariables(job) {
15904
15904
  addNamesToView(job.root, job.componentName, { index: 0 }, job.compatibility === CompatibilityMode.TemplateDefinitionBuilder);
15905
15905
  }
@@ -16043,7 +16043,7 @@ function stripImportant(name) {
16043
16043
  return name;
16044
16044
  }
16045
16045
 
16046
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/next_context_merging.mjs
16046
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/next_context_merging.mjs
16047
16047
  function mergeNextContextExpressions(job) {
16048
16048
  for (const unit of job.units) {
16049
16049
  for (const op of unit.create) {
@@ -16089,7 +16089,7 @@ function mergeNextContextsInOps(ops) {
16089
16089
  }
16090
16090
  }
16091
16091
 
16092
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/ng_container.mjs
16092
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/ng_container.mjs
16093
16093
  var CONTAINER_TAG = "ng-container";
16094
16094
  function generateNgContainerOps(job) {
16095
16095
  for (const unit of job.units) {
@@ -16106,7 +16106,7 @@ function generateNgContainerOps(job) {
16106
16106
  }
16107
16107
  }
16108
16108
 
16109
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/nonbindable.mjs
16109
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/nonbindable.mjs
16110
16110
  function lookupElement3(elements, xref) {
16111
16111
  const el = elements.get(xref);
16112
16112
  if (el === void 0) {
@@ -16136,7 +16136,7 @@ function disableBindings(job) {
16136
16136
  }
16137
16137
  }
16138
16138
 
16139
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/nullish_coalescing.mjs
16139
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/nullish_coalescing.mjs
16140
16140
  function generateNullishCoalesceExpressions(job) {
16141
16141
  for (const unit of job.units) {
16142
16142
  for (const op of unit.ops()) {
@@ -16152,7 +16152,7 @@ function generateNullishCoalesceExpressions(job) {
16152
16152
  }
16153
16153
  }
16154
16154
 
16155
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/ordering.mjs
16155
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/ordering.mjs
16156
16156
  function kindTest(kind) {
16157
16157
  return (op) => op.kind === kind;
16158
16158
  }
@@ -16242,7 +16242,7 @@ function keepLast(ops) {
16242
16242
  return ops.slice(ops.length - 1);
16243
16243
  }
16244
16244
 
16245
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/phase_remove_content_selectors.mjs
16245
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/phase_remove_content_selectors.mjs
16246
16246
  function removeContentSelectors(job) {
16247
16247
  for (const unit of job.units) {
16248
16248
  const elements = createOpXrefMap(unit);
@@ -16269,7 +16269,7 @@ function lookupInXrefMap(map, xref) {
16269
16269
  return el;
16270
16270
  }
16271
16271
 
16272
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pipe_creation.mjs
16272
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pipe_creation.mjs
16273
16273
  function createPipes(job) {
16274
16274
  for (const unit of job.units) {
16275
16275
  processPipeBindingsInView(unit);
@@ -16317,7 +16317,7 @@ function addPipeToCreationBlock(unit, afterTargetXref, binding) {
16317
16317
  throw new Error(`AssertionError: unable to find insertion point for pipe ${binding.name}`);
16318
16318
  }
16319
16319
 
16320
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pipe_variadic.mjs
16320
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pipe_variadic.mjs
16321
16321
  function createVariadicPipes(job) {
16322
16322
  for (const unit of job.units) {
16323
16323
  for (const op of unit.update) {
@@ -16334,7 +16334,7 @@ function createVariadicPipes(job) {
16334
16334
  }
16335
16335
  }
16336
16336
 
16337
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/propagate_i18n_blocks.mjs
16337
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/propagate_i18n_blocks.mjs
16338
16338
  function propagateI18nBlocks(job) {
16339
16339
  propagateI18nBlocksToTemplates(job.root, 0);
16340
16340
  }
@@ -16388,7 +16388,7 @@ function wrapTemplateWithI18n(unit, parentI18n) {
16388
16388
  }
16389
16389
  }
16390
16390
 
16391
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pure_function_extraction.mjs
16391
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pure_function_extraction.mjs
16392
16392
  function extractPureFunctions(job) {
16393
16393
  for (const view of job.units) {
16394
16394
  for (const op of view.ops()) {
@@ -16430,7 +16430,7 @@ var PureFunctionConstant = class extends GenericKeyFn {
16430
16430
  }
16431
16431
  };
16432
16432
 
16433
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pure_literal_structures.mjs
16433
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pure_literal_structures.mjs
16434
16434
  function generatePureLiteralStructures(job) {
16435
16435
  for (const unit of job.units) {
16436
16436
  for (const op of unit.update) {
@@ -16477,7 +16477,7 @@ function transformLiteralMap(expr) {
16477
16477
  return new PureFunctionExpr(literalMap(derivedEntries), nonConstantArgs);
16478
16478
  }
16479
16479
 
16480
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/instruction.mjs
16480
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/instruction.mjs
16481
16481
  function element(slot, tag, constIndex, localRefIndex, sourceSpan) {
16482
16482
  return elementOrContainerBase(Identifiers.element, slot, tag, constIndex, localRefIndex, sourceSpan);
16483
16483
  }
@@ -17000,7 +17000,7 @@ function callVariadicInstruction(config, baseArgs, interpolationArgs, extraArgs,
17000
17000
  return createStatementOp(callVariadicInstructionExpr(config, baseArgs, interpolationArgs, extraArgs, sourceSpan).toStmt());
17001
17001
  }
17002
17002
 
17003
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/reify.mjs
17003
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/reify.mjs
17004
17004
  var GLOBAL_TARGET_RESOLVERS = /* @__PURE__ */ new Map([
17005
17005
  ["window", Identifiers.resolveWindow],
17006
17006
  ["document", Identifiers.resolveDocument],
@@ -17356,7 +17356,7 @@ function reifyListenerHandler(unit, name, handlerOps, consumesDollarEvent) {
17356
17356
  return fn(params, handlerStmts, void 0, void 0, name);
17357
17357
  }
17358
17358
 
17359
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/remove_empty_bindings.mjs
17359
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/remove_empty_bindings.mjs
17360
17360
  function removeEmptyBindings(job) {
17361
17361
  for (const unit of job.units) {
17362
17362
  for (const op of unit.update) {
@@ -17377,7 +17377,7 @@ function removeEmptyBindings(job) {
17377
17377
  }
17378
17378
  }
17379
17379
 
17380
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/remove_i18n_contexts.mjs
17380
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/remove_i18n_contexts.mjs
17381
17381
  function removeI18nContexts(job) {
17382
17382
  for (const unit of job.units) {
17383
17383
  for (const op of unit.create) {
@@ -17393,7 +17393,7 @@ function removeI18nContexts(job) {
17393
17393
  }
17394
17394
  }
17395
17395
 
17396
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/remove_unused_i18n_attrs.mjs
17396
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/remove_unused_i18n_attrs.mjs
17397
17397
  function removeUnusedI18nAttributesOps(job) {
17398
17398
  for (const unit of job.units) {
17399
17399
  const ownersWithI18nExpressions = /* @__PURE__ */ new Set();
@@ -17415,7 +17415,7 @@ function removeUnusedI18nAttributesOps(job) {
17415
17415
  }
17416
17416
  }
17417
17417
 
17418
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_contexts.mjs
17418
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_contexts.mjs
17419
17419
  function resolveContexts(job) {
17420
17420
  for (const unit of job.units) {
17421
17421
  processLexicalScope(unit, unit.create);
@@ -17457,7 +17457,7 @@ function processLexicalScope(view, ops) {
17457
17457
  }
17458
17458
  }
17459
17459
 
17460
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_dollar_event.mjs
17460
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_dollar_event.mjs
17461
17461
  function resolveDollarEvent(job) {
17462
17462
  for (const unit of job.units) {
17463
17463
  transformDollarEvent(unit.create);
@@ -17480,7 +17480,7 @@ function transformDollarEvent(ops) {
17480
17480
  }
17481
17481
  }
17482
17482
 
17483
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_i18n_element_placeholders.mjs
17483
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_i18n_element_placeholders.mjs
17484
17484
  function resolveI18nElementPlaceholders(job) {
17485
17485
  const i18nContexts = /* @__PURE__ */ new Map();
17486
17486
  const elements = /* @__PURE__ */ new Map();
@@ -17659,7 +17659,7 @@ function addParam(params, placeholder, value, subTemplateIndex, flags) {
17659
17659
  params.set(placeholder, values);
17660
17660
  }
17661
17661
 
17662
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_i18n_expression_placeholders.mjs
17662
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_i18n_expression_placeholders.mjs
17663
17663
  function resolveI18nExpressionPlaceholders(job) {
17664
17664
  var _a2;
17665
17665
  const subTemplateIndices = /* @__PURE__ */ new Map();
@@ -17712,7 +17712,7 @@ function updatePlaceholder(op, value, i18nContexts, icuPlaceholders) {
17712
17712
  }
17713
17713
  }
17714
17714
 
17715
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_names.mjs
17715
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_names.mjs
17716
17716
  function resolveNames(job) {
17717
17717
  for (const unit of job.units) {
17718
17718
  processLexicalScope2(unit, unit.create, null);
@@ -17777,7 +17777,7 @@ function processLexicalScope2(unit, ops, savedView) {
17777
17777
  }
17778
17778
  }
17779
17779
 
17780
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_sanitizers.mjs
17780
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_sanitizers.mjs
17781
17781
  var sanitizerFns = /* @__PURE__ */ new Map([
17782
17782
  [SecurityContext.HTML, Identifiers.sanitizeHtml],
17783
17783
  [SecurityContext.RESOURCE_URL, Identifiers.sanitizeResourceUrl],
@@ -17847,7 +17847,7 @@ function getOnlySecurityContext(securityContext) {
17847
17847
  return securityContext;
17848
17848
  }
17849
17849
 
17850
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/transform_two_way_binding_set.mjs
17850
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/transform_two_way_binding_set.mjs
17851
17851
  function transformTwoWayBindingSet(job) {
17852
17852
  for (const unit of job.units) {
17853
17853
  for (const op of unit.create) {
@@ -17870,7 +17870,7 @@ function transformTwoWayBindingSet(job) {
17870
17870
  }
17871
17871
  }
17872
17872
 
17873
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/save_restore_view.mjs
17873
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/save_restore_view.mjs
17874
17874
  function saveAndRestoreView(job) {
17875
17875
  for (const unit of job.units) {
17876
17876
  unit.create.prepend([
@@ -17915,7 +17915,7 @@ function addSaveRestoreViewOperationToListener(unit, op) {
17915
17915
  }
17916
17916
  }
17917
17917
 
17918
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/slot_allocation.mjs
17918
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/slot_allocation.mjs
17919
17919
  function allocateSlots(job) {
17920
17920
  const slotMap = /* @__PURE__ */ new Map();
17921
17921
  for (const unit of job.units) {
@@ -17940,7 +17940,7 @@ function allocateSlots(job) {
17940
17940
  }
17941
17941
  }
17942
17942
 
17943
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/style_binding_specialization.mjs
17943
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/style_binding_specialization.mjs
17944
17944
  function specializeStyleBindings(job) {
17945
17945
  for (const unit of job.units) {
17946
17946
  for (const op of unit.update) {
@@ -17970,7 +17970,7 @@ function specializeStyleBindings(job) {
17970
17970
  }
17971
17971
  }
17972
17972
 
17973
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/temporary_variables.mjs
17973
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/temporary_variables.mjs
17974
17974
  function generateTemporaryVariables(job) {
17975
17975
  for (const unit of job.units) {
17976
17976
  unit.create.prepend(generateTemporaries(unit.create));
@@ -18028,7 +18028,7 @@ function assignName(names, expr) {
18028
18028
  expr.name = name;
18029
18029
  }
18030
18030
 
18031
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/track_fn_generation.mjs
18031
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/track_fn_generation.mjs
18032
18032
  function generateTrackFns(job) {
18033
18033
  for (const unit of job.units) {
18034
18034
  for (const op of unit.create) {
@@ -18061,7 +18061,7 @@ function generateTrackFns(job) {
18061
18061
  }
18062
18062
  }
18063
18063
 
18064
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/track_fn_optimization.mjs
18064
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/track_fn_optimization.mjs
18065
18065
  function optimizeTrackFns(job) {
18066
18066
  for (const unit of job.units) {
18067
18067
  for (const op of unit.create) {
@@ -18109,7 +18109,7 @@ function isTrackByFunctionCall(rootView, expr) {
18109
18109
  return true;
18110
18110
  }
18111
18111
 
18112
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/track_variables.mjs
18112
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/track_variables.mjs
18113
18113
  function generateTrackVariables(job) {
18114
18114
  for (const unit of job.units) {
18115
18115
  for (const op of unit.create) {
@@ -18130,7 +18130,7 @@ function generateTrackVariables(job) {
18130
18130
  }
18131
18131
  }
18132
18132
 
18133
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/var_counting.mjs
18133
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/var_counting.mjs
18134
18134
  function countVariables(job) {
18135
18135
  for (const unit of job.units) {
18136
18136
  let varCount = 0;
@@ -18240,7 +18240,7 @@ function isSingletonInterpolation(expr) {
18240
18240
  return true;
18241
18241
  }
18242
18242
 
18243
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/variable_optimization.mjs
18243
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/variable_optimization.mjs
18244
18244
  function optimizeVariables(job) {
18245
18245
  for (const unit of job.units) {
18246
18246
  inlineAlwaysInlineVariables(unit.create);
@@ -18489,7 +18489,7 @@ function allowConservativeInlining(decl, target) {
18489
18489
  }
18490
18490
  }
18491
18491
 
18492
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/wrap_icus.mjs
18492
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/wrap_icus.mjs
18493
18493
  function wrapI18nIcus(job) {
18494
18494
  for (const unit of job.units) {
18495
18495
  let currentI18nOp = null;
@@ -18519,7 +18519,7 @@ function wrapI18nIcus(job) {
18519
18519
  }
18520
18520
  }
18521
18521
 
18522
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/emit.mjs
18522
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/emit.mjs
18523
18523
  var phases = [
18524
18524
  { kind: CompilationJobKind.Tmpl, fn: removeContentSelectors },
18525
18525
  { kind: CompilationJobKind.Host, fn: parseHostStyleProperties },
@@ -18561,6 +18561,7 @@ var phases = [
18561
18561
  { kind: CompilationJobKind.Both, fn: generateNullishCoalesceExpressions },
18562
18562
  { kind: CompilationJobKind.Both, fn: expandSafeReads },
18563
18563
  { kind: CompilationJobKind.Both, fn: generateTemporaryVariables },
18564
+ { kind: CompilationJobKind.Both, fn: optimizeVariables },
18564
18565
  { kind: CompilationJobKind.Tmpl, fn: allocateSlots },
18565
18566
  { kind: CompilationJobKind.Tmpl, fn: resolveI18nElementPlaceholders },
18566
18567
  { kind: CompilationJobKind.Tmpl, fn: resolveI18nExpressionPlaceholders },
@@ -18572,7 +18573,6 @@ var phases = [
18572
18573
  { kind: CompilationJobKind.Tmpl, fn: removeI18nContexts },
18573
18574
  { kind: CompilationJobKind.Both, fn: countVariables },
18574
18575
  { kind: CompilationJobKind.Tmpl, fn: generateAdvance },
18575
- { kind: CompilationJobKind.Both, fn: optimizeVariables },
18576
18576
  { kind: CompilationJobKind.Both, fn: nameFunctionsAndVariables },
18577
18577
  { kind: CompilationJobKind.Tmpl, fn: resolveDeferDepsFns },
18578
18578
  { kind: CompilationJobKind.Tmpl, fn: mergeNextContextExpressions },
@@ -18673,7 +18673,7 @@ function emitHostBindingFunction(job) {
18673
18673
  );
18674
18674
  }
18675
18675
 
18676
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/ingest.mjs
18676
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/ingest.mjs
18677
18677
  var compatibilityMode = CompatibilityMode.TemplateDefinitionBuilder;
18678
18678
  var domSchema = new DomElementSchemaRegistry();
18679
18679
  var NG_TEMPLATE_TAG_NAME = "ng-template";
@@ -19424,7 +19424,7 @@ function ingestControlFlowInsertionPoint(unit, xref, node) {
19424
19424
  return null;
19425
19425
  }
19426
19426
 
19427
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/query_generation.mjs
19427
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/query_generation.mjs
19428
19428
  function renderFlagCheckIfStmt(flags, statements) {
19429
19429
  return ifStmt(variable(RENDER_FLAGS).bitwiseAnd(literal(flags), null, false), statements);
19430
19430
  }
@@ -19544,7 +19544,7 @@ function createContentQueriesFunction(queries, constantPool, name) {
19544
19544
  ], INFERRED_TYPE, null, contentQueriesFnName);
19545
19545
  }
19546
19546
 
19547
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/html_parser.mjs
19547
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/html_parser.mjs
19548
19548
  var HtmlParser = class extends Parser2 {
19549
19549
  constructor() {
19550
19550
  super(getHtmlTagDefinition);
@@ -19554,7 +19554,7 @@ var HtmlParser = class extends Parser2 {
19554
19554
  }
19555
19555
  };
19556
19556
 
19557
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/html_whitespaces.mjs
19557
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/html_whitespaces.mjs
19558
19558
  var PRESERVE_WS_ATTR_NAME = "ngPreserveWhitespaces";
19559
19559
  var SKIP_WS_TRIM_TAGS = /* @__PURE__ */ new Set(["pre", "template", "textarea", "script", "style"]);
19560
19560
  var WS_CHARS = " \f\n\r \v\u1680\u180E\u2000-\u200A\u2028\u2029\u202F\u205F\u3000\uFEFF";
@@ -19620,7 +19620,7 @@ function visitAllWithSiblings(visitor, nodes) {
19620
19620
  return result;
19621
19621
  }
19622
19622
 
19623
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template_parser/binding_parser.mjs
19623
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template_parser/binding_parser.mjs
19624
19624
  var PROPERTY_PARTS_SEPARATOR = ".";
19625
19625
  var ATTRIBUTE_PREFIX = "attr";
19626
19626
  var CLASS_PREFIX = "class";
@@ -19974,7 +19974,7 @@ function moveParseSourceSpan(sourceSpan, absoluteSpan) {
19974
19974
  return new ParseSourceSpan(sourceSpan.start.moveBy(startDiff), sourceSpan.end.moveBy(endDiff), sourceSpan.fullStart.moveBy(startDiff), sourceSpan.details);
19975
19975
  }
19976
19976
 
19977
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/style_url_resolver.mjs
19977
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/style_url_resolver.mjs
19978
19978
  function isStyleUrlResolvable(url) {
19979
19979
  if (url == null || url.length === 0 || url[0] == "/")
19980
19980
  return false;
@@ -19983,7 +19983,7 @@ function isStyleUrlResolvable(url) {
19983
19983
  }
19984
19984
  var URL_WITH_SCHEMA_REGEXP = /^([^:/?#]+):/;
19985
19985
 
19986
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template_parser/template_preparser.mjs
19986
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template_parser/template_preparser.mjs
19987
19987
  var NG_CONTENT_SELECT_ATTR = "select";
19988
19988
  var LINK_ELEMENT = "link";
19989
19989
  var LINK_STYLE_REL_ATTR = "rel";
@@ -20053,7 +20053,7 @@ function normalizeNgContentSelect(selectAttr) {
20053
20053
  return selectAttr;
20054
20054
  }
20055
20055
 
20056
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_control_flow.mjs
20056
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_control_flow.mjs
20057
20057
  var FOR_LOOP_EXPRESSION_PATTERN = /^\s*([0-9A-Za-z_$]*)\s+of\s+([\S\s]*)/;
20058
20058
  var FOR_LOOP_TRACK_PATTERN = /^track\s+([\S\s]*)/;
20059
20059
  var CONDITIONAL_ALIAS_PATTERN = /^(as\s)+(.*)/;
@@ -20376,7 +20376,7 @@ function stripOptionalParentheses(param, errors) {
20376
20376
  return expression.slice(start, end);
20377
20377
  }
20378
20378
 
20379
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_deferred_triggers.mjs
20379
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_deferred_triggers.mjs
20380
20380
  var TIME_PATTERN = /^\d+\.?\d*(ms|s)?$/;
20381
20381
  var SEPARATOR_PATTERN = /^\s$/;
20382
20382
  var COMMA_DELIMITED_SYNTAX = /* @__PURE__ */ new Map([
@@ -20640,7 +20640,7 @@ function parseDeferredTime(value) {
20640
20640
  return parseFloat(time) * (units === "s" ? 1e3 : 1);
20641
20641
  }
20642
20642
 
20643
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_deferred_blocks.mjs
20643
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_deferred_blocks.mjs
20644
20644
  var PREFETCH_WHEN_PATTERN = /^prefetch\s+when\s/;
20645
20645
  var PREFETCH_ON_PATTERN = /^prefetch\s+on\s/;
20646
20646
  var MINIMUM_PARAMETER_PATTERN = /^minimum\s/;
@@ -20775,7 +20775,7 @@ function parsePrimaryTriggers(params, bindingParser, errors, placeholder) {
20775
20775
  return { triggers, prefetchTriggers };
20776
20776
  }
20777
20777
 
20778
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_template_transform.mjs
20778
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_template_transform.mjs
20779
20779
  var BIND_NAME_REGEXP = /^(?:(bind-)|(let-)|(ref-|#)|(on-)|(bindon-)|(@))(.*)$/;
20780
20780
  var KW_BIND_IDX = 1;
20781
20781
  var KW_LET_IDX = 2;
@@ -21229,7 +21229,7 @@ function textContents(node) {
21229
21229
  }
21230
21230
  }
21231
21231
 
21232
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/template.mjs
21232
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/template.mjs
21233
21233
  var LEADING_TRIVIA_CHARS = [" ", "\n", "\r", " "];
21234
21234
  function parseTemplate(template2, templateUrl, options = {}) {
21235
21235
  var _a2;
@@ -21307,7 +21307,7 @@ function makeBindingParser(interpolationConfig = DEFAULT_INTERPOLATION_CONFIG, a
21307
21307
  return new BindingParser(new Parser(new Lexer()), interpolationConfig, elementRegistry, [], allowInvalidAssignmentEvents);
21308
21308
  }
21309
21309
 
21310
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/compiler.mjs
21310
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/compiler.mjs
21311
21311
  var COMPONENT_VARIABLE = "%COMP%";
21312
21312
  var HOST_ATTR = `_nghost-${COMPONENT_VARIABLE}`;
21313
21313
  var CONTENT_ATTR = `_ngcontent-${COMPONENT_VARIABLE}`;
@@ -21674,7 +21674,7 @@ function createHostDirectivesMappingArray(mapping) {
21674
21674
  return elements.length > 0 ? literalArr(elements) : null;
21675
21675
  }
21676
21676
 
21677
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/t2_binder.mjs
21677
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/t2_binder.mjs
21678
21678
  var R3TargetBinder = class {
21679
21679
  constructor(directiveMatcher) {
21680
21680
  this.directiveMatcher = directiveMatcher;
@@ -22307,11 +22307,11 @@ function extractScopedNodeEntities(rootScope) {
22307
22307
  return templateEntities;
22308
22308
  }
22309
22309
 
22310
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/resource_loader.mjs
22310
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/resource_loader.mjs
22311
22311
  var ResourceLoader = class {
22312
22312
  };
22313
22313
 
22314
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/jit_compiler_facade.mjs
22314
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/jit_compiler_facade.mjs
22315
22315
  var CompilerFacadeImpl = class {
22316
22316
  constructor(jitEvaluator = new JitEvaluator()) {
22317
22317
  this.jitEvaluator = jitEvaluator;
@@ -22877,17 +22877,17 @@ function publishFacade(global) {
22877
22877
  ng.\u0275compilerFacade = new CompilerFacadeImpl();
22878
22878
  }
22879
22879
 
22880
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/version.mjs
22881
- var VERSION2 = new Version("18.0.0-rc.1");
22880
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/version.mjs
22881
+ var VERSION2 = new Version("18.0.0-rc.2");
22882
22882
 
22883
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/extractor_merger.mjs
22883
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/extractor_merger.mjs
22884
22884
  var _VisitorMode;
22885
22885
  (function(_VisitorMode2) {
22886
22886
  _VisitorMode2[_VisitorMode2["Extract"] = 0] = "Extract";
22887
22887
  _VisitorMode2[_VisitorMode2["Merge"] = 1] = "Merge";
22888
22888
  })(_VisitorMode || (_VisitorMode = {}));
22889
22889
 
22890
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/xml_tags.mjs
22890
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/xml_tags.mjs
22891
22891
  var XmlTagDefinition = class {
22892
22892
  constructor() {
22893
22893
  this.closedByParent = false;
@@ -22909,7 +22909,7 @@ var XmlTagDefinition = class {
22909
22909
  };
22910
22910
  var _TAG_DEFINITION = new XmlTagDefinition();
22911
22911
 
22912
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/partial/api.mjs
22912
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/partial/api.mjs
22913
22913
  var FactoryTarget2;
22914
22914
  (function(FactoryTarget3) {
22915
22915
  FactoryTarget3[FactoryTarget3["Directive"] = 0] = "Directive";
@@ -22919,10 +22919,10 @@ var FactoryTarget2;
22919
22919
  FactoryTarget3[FactoryTarget3["NgModule"] = 4] = "NgModule";
22920
22920
  })(FactoryTarget2 || (FactoryTarget2 = {}));
22921
22921
 
22922
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/compiler.mjs
22922
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/compiler.mjs
22923
22923
  publishFacade(_global);
22924
22924
 
22925
- // bazel-out/k8-fastbuild/bin/packages/core/schematics/ng-generate/control-flow-migration/identifier-lookup.mjs
22925
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/control-flow-migration/identifier-lookup.mjs
22926
22926
  var import_typescript5 = __toESM(require("typescript"), 1);
22927
22927
  function lookupIdentifiersInSourceFile(sourceFile, names) {
22928
22928
  const results = /* @__PURE__ */ new Set();
@@ -22936,7 +22936,7 @@ function lookupIdentifiersInSourceFile(sourceFile, names) {
22936
22936
  return results;
22937
22937
  }
22938
22938
 
22939
- // bazel-out/k8-fastbuild/bin/packages/core/schematics/ng-generate/control-flow-migration/types.mjs
22939
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/control-flow-migration/types.mjs
22940
22940
  var ngtemplate = "ng-template";
22941
22941
  var boundngifelse = "[ngIfElse]";
22942
22942
  var boundngifthenelse = "[ngIfThenElse]";
@@ -23265,7 +23265,7 @@ var TemplateCollector = class extends RecursiveVisitor {
23265
23265
  }
23266
23266
  };
23267
23267
 
23268
- // bazel-out/k8-fastbuild/bin/packages/core/schematics/ng-generate/control-flow-migration/util.mjs
23268
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/control-flow-migration/util.mjs
23269
23269
  var import_path2 = require("path");
23270
23270
  var import_typescript6 = __toESM(require("typescript"), 1);
23271
23271
  var startMarkerRegex = new RegExp(startMarker, "gm");
@@ -23785,7 +23785,7 @@ function forEachClass(sourceFile, callback) {
23785
23785
  });
23786
23786
  }
23787
23787
 
23788
- // bazel-out/k8-fastbuild/bin/packages/core/schematics/ng-generate/control-flow-migration/cases.mjs
23788
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/control-flow-migration/cases.mjs
23789
23789
  var boundcase = "[ngSwitchCase]";
23790
23790
  var switchcase = "*ngSwitchCase";
23791
23791
  var nakedcase = "ngSwitchCase";
@@ -23857,7 +23857,7 @@ function migrateNgSwitchDefault(etm, tmpl, offset) {
23857
23857
  return { tmpl: updatedTmpl, offsets: { pre, post } };
23858
23858
  }
23859
23859
 
23860
- // bazel-out/k8-fastbuild/bin/packages/core/schematics/ng-generate/control-flow-migration/fors.mjs
23860
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/control-flow-migration/fors.mjs
23861
23861
  var ngfor = "*ngFor";
23862
23862
  var nakedngfor2 = "ngFor";
23863
23863
  var fors = [ngfor, nakedngfor2];
@@ -24028,7 +24028,7 @@ function getNgForParts(expression) {
24028
24028
  return parts;
24029
24029
  }
24030
24030
 
24031
- // bazel-out/k8-fastbuild/bin/packages/core/schematics/ng-generate/control-flow-migration/ifs.mjs
24031
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/control-flow-migration/ifs.mjs
24032
24032
  var ngif = "*ngIf";
24033
24033
  var boundngif = "[ngIf]";
24034
24034
  var nakedngif = "ngIf";
@@ -24177,7 +24177,7 @@ function buildIfThenBlock(etm, tmpl, condition, thenPlaceholder, offset) {
24177
24177
  return { tmpl: updatedTmpl, offsets: { pre, post } };
24178
24178
  }
24179
24179
 
24180
- // bazel-out/k8-fastbuild/bin/packages/core/schematics/ng-generate/control-flow-migration/switches.mjs
24180
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/control-flow-migration/switches.mjs
24181
24181
  var ngswitch = "[ngSwitch]";
24182
24182
  var switches = [ngswitch];
24183
24183
  function migrateSwitch(template2) {
@@ -24243,7 +24243,7 @@ function migrateNgSwitch(etm, tmpl, offset) {
24243
24243
  return { tmpl: updatedTmpl, offsets: { pre, post } };
24244
24244
  }
24245
24245
 
24246
- // bazel-out/k8-fastbuild/bin/packages/core/schematics/ng-generate/control-flow-migration/migration.mjs
24246
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/control-flow-migration/migration.mjs
24247
24247
  function migrateTemplate(template2, templateType, node, file, format = true, analyzedFiles) {
24248
24248
  let errors = [];
24249
24249
  let migrated = template2;
@@ -24294,7 +24294,7 @@ function migrateTemplate(template2, templateType, node, file, format = true, ana
24294
24294
  return { migrated, errors };
24295
24295
  }
24296
24296
 
24297
- // bazel-out/k8-fastbuild/bin/packages/core/schematics/ng-generate/control-flow-migration/index.mjs
24297
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/control-flow-migration/index.mjs
24298
24298
  function control_flow_migration_default(options) {
24299
24299
  return (tree, context) => __async(this, null, function* () {
24300
24300
  const basePath = process.cwd();