@angular/core 18.1.0-next.3 → 18.1.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 (43) hide show
  1. package/esm2022/primitives/event-dispatch/src/eventcontract.mjs +2 -2
  2. package/esm2022/src/change_detection/change_detector_ref.mjs +3 -2
  3. package/esm2022/src/defer/instructions.mjs +2 -2
  4. package/esm2022/src/di/host_tag_name_token.mjs +4 -1
  5. package/esm2022/src/errors.mjs +1 -1
  6. package/esm2022/src/event_delegation_utils.mjs +3 -2
  7. package/esm2022/src/hydration/annotate.mjs +27 -16
  8. package/esm2022/src/hydration/error_handling.mjs +3 -1
  9. package/esm2022/src/hydration/event_replay.mjs +3 -2
  10. package/esm2022/src/hydration/i18n.mjs +102 -18
  11. package/esm2022/src/hydration/node_lookup_utils.mjs +12 -6
  12. package/esm2022/src/render3/collect_native_nodes.mjs +6 -1
  13. package/esm2022/src/render3/component_ref.mjs +1 -1
  14. package/esm2022/src/render3/instructions/i18n_icu_container_visitor.mjs +61 -51
  15. package/esm2022/src/render3/instructions/let_declaration.mjs +30 -7
  16. package/esm2022/src/render3/instructions/projection.mjs +14 -11
  17. package/esm2022/src/render3/instructions/shared.mjs +1 -1
  18. package/esm2022/src/render3/interfaces/node.mjs +2 -1
  19. package/esm2022/src/render3/node_assert.mjs +9 -8
  20. package/esm2022/src/render3/node_manipulation.mjs +10 -3
  21. package/esm2022/src/version.mjs +1 -1
  22. package/esm2022/testing/src/logger.mjs +3 -3
  23. package/fesm2022/core.mjs +289 -140
  24. package/fesm2022/core.mjs.map +1 -1
  25. package/fesm2022/primitives/event-dispatch.mjs +2 -2
  26. package/fesm2022/primitives/event-dispatch.mjs.map +1 -1
  27. package/fesm2022/primitives/signals.mjs +1 -1
  28. package/fesm2022/rxjs-interop.mjs +1 -1
  29. package/fesm2022/testing.mjs +1 -1
  30. package/index.d.ts +9 -3
  31. package/package.json +1 -1
  32. package/primitives/event-dispatch/index.d.ts +2 -2
  33. package/primitives/signals/index.d.ts +1 -1
  34. package/rxjs-interop/index.d.ts +1 -1
  35. package/schematics/migrations/after-render-phase/bundle.js +12 -12
  36. package/schematics/migrations/http-providers/bundle.js +15 -15
  37. package/schematics/migrations/invalid-two-way-bindings/bundle.js +168 -165
  38. package/schematics/migrations/invalid-two-way-bindings/bundle.js.map +3 -3
  39. package/schematics/ng-generate/control-flow-migration/bundle.js +176 -173
  40. package/schematics/ng-generate/control-flow-migration/bundle.js.map +3 -3
  41. package/schematics/ng-generate/standalone-migration/bundle.js +454 -456
  42. package/schematics/ng-generate/standalone-migration/bundle.js.map +3 -3
  43. package/testing/index.d.ts +1 -1
@@ -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
  };
@@ -2776,7 +2776,7 @@ var Identifiers = _Identifiers;
2776
2776
  _Identifiers.unwrapWritableSignal = { name: "\u0275unwrapWritableSignal", moduleName: CORE };
2777
2777
  })();
2778
2778
 
2779
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/util.mjs
2779
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/util.mjs
2780
2780
  var DASH_CASE_REGEXP = /-+([a-z0-9])/g;
2781
2781
  function dashCaseToCamelCase(input) {
2782
2782
  return input.replace(DASH_CASE_REGEXP, (...m) => m[1].toUpperCase());
@@ -2853,7 +2853,7 @@ var Version = class {
2853
2853
  };
2854
2854
  var _global = globalThis;
2855
2855
 
2856
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/output/source_map.mjs
2856
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/source_map.mjs
2857
2857
  var VERSION = 3;
2858
2858
  var JS_B64_PREFIX = "# sourceMappingURL=data:application/json;base64,";
2859
2859
  var SourceMapGenerator = class {
@@ -2982,7 +2982,7 @@ function toBase64Digit(value) {
2982
2982
  return B64_DIGITS[value];
2983
2983
  }
2984
2984
 
2985
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/output/abstract_emitter.mjs
2985
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/abstract_emitter.mjs
2986
2986
  var _SINGLE_QUOTE_ESCAPE_STRING_RE = /'|\\|\n|\r|\$/g;
2987
2987
  var _LEGAL_IDENTIFIER_RE = /^[$A-Z_][0-9A-Z_$]*$/i;
2988
2988
  var _INDENT_WITH = " ";
@@ -3470,7 +3470,7 @@ function _createIndent(count) {
3470
3470
  return res;
3471
3471
  }
3472
3472
 
3473
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/util.mjs
3473
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/util.mjs
3474
3474
  function typeWithParameters(type, numParams) {
3475
3475
  if (numParams === 0) {
3476
3476
  return expressionType(type);
@@ -3525,7 +3525,7 @@ function generateForwardRef(expr) {
3525
3525
  return importExpr(Identifiers.forwardRef).callFn([arrowFn([], expr)]);
3526
3526
  }
3527
3527
 
3528
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_factory.mjs
3528
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_factory.mjs
3529
3529
  var R3FactoryDelegateType;
3530
3530
  (function(R3FactoryDelegateType2) {
3531
3531
  R3FactoryDelegateType2[R3FactoryDelegateType2["Class"] = 0] = "Class";
@@ -3670,7 +3670,7 @@ function getInjectFn(target) {
3670
3670
  }
3671
3671
  }
3672
3672
 
3673
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/expression_parser/ast.mjs
3673
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/expression_parser/ast.mjs
3674
3674
  var ParserError = class {
3675
3675
  constructor(message, input, errLocation, ctxLocation) {
3676
3676
  this.input = input;
@@ -4108,7 +4108,7 @@ var BoundElementProperty = class {
4108
4108
  }
4109
4109
  };
4110
4110
 
4111
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/tags.mjs
4111
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/tags.mjs
4112
4112
  var TagContentType;
4113
4113
  (function(TagContentType2) {
4114
4114
  TagContentType2[TagContentType2["RAW_TEXT"] = 0] = "RAW_TEXT";
@@ -4145,7 +4145,7 @@ function mergeNsAndName(prefix, localName) {
4145
4145
  return prefix ? `:${prefix}:${localName}` : localName;
4146
4146
  }
4147
4147
 
4148
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_ast.mjs
4148
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_ast.mjs
4149
4149
  var Comment = class {
4150
4150
  constructor(value, sourceSpan) {
4151
4151
  this.value = value;
@@ -4539,7 +4539,7 @@ function visitAll(visitor, nodes) {
4539
4539
  return result;
4540
4540
  }
4541
4541
 
4542
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/i18n_ast.mjs
4542
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/i18n_ast.mjs
4543
4543
  var Message = class {
4544
4544
  constructor(nodes, placeholders, placeholderToMessage, meaning, description, customId) {
4545
4545
  this.nodes = nodes;
@@ -4679,7 +4679,7 @@ var LocalizeMessageStringVisitor = class {
4679
4679
  }
4680
4680
  };
4681
4681
 
4682
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/serializers/xml_helper.mjs
4682
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/serializers/xml_helper.mjs
4683
4683
  var _Visitor = class {
4684
4684
  visitTag(tag) {
4685
4685
  const strAttrs = this._serializeAttributes(tag.attrs);
@@ -4707,12 +4707,12 @@ ${doctype.dtd}
4707
4707
  };
4708
4708
  var _visitor = new _Visitor();
4709
4709
 
4710
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/serializers/xmb.mjs
4710
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/serializers/xmb.mjs
4711
4711
  function toPublicName(internalName) {
4712
4712
  return internalName.toUpperCase().replace(/[^A-Z0-9_]/g, "_");
4713
4713
  }
4714
4714
 
4715
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/i18n/util.mjs
4715
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/util.mjs
4716
4716
  var I18N_ATTR = "i18n";
4717
4717
  var I18N_ATTR_PREFIX = "i18n-";
4718
4718
  var I18N_ICU_VAR_PREFIX = "VAR_";
@@ -4752,7 +4752,7 @@ function formatI18nPlaceholderName(name, useCamelCase = true) {
4752
4752
  return postfix ? `${raw}_${postfix}` : raw;
4753
4753
  }
4754
4754
 
4755
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/util.mjs
4755
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/util.mjs
4756
4756
  var UNSAFE_OBJECT_KEY_NAME_REGEXP = /[-.]/;
4757
4757
  var TEMPORARY_NAME = "_t";
4758
4758
  var CONTEXT_NAME = "ctx";
@@ -4879,7 +4879,7 @@ function getAttrsForDirectiveMatching(elOrTpl) {
4879
4879
  return attributesMap;
4880
4880
  }
4881
4881
 
4882
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/injectable_compiler_2.mjs
4882
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/injectable_compiler_2.mjs
4883
4883
  function compileInjectable(meta, resolveForwardRefs) {
4884
4884
  let result = null;
4885
4885
  const factoryMeta = {
@@ -4966,7 +4966,7 @@ function createFactoryFunction(type) {
4966
4966
  return arrowFn([new FnParam("t", DYNAMIC_TYPE)], type.prop("\u0275fac").callFn([variable("t")]));
4967
4967
  }
4968
4968
 
4969
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/assertions.mjs
4969
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/assertions.mjs
4970
4970
  var UNUSABLE_INTERPOLATION_REGEXPS = [
4971
4971
  /@/,
4972
4972
  /^\s*$/,
@@ -4989,7 +4989,7 @@ function assertInterpolationSymbols(identifier, value) {
4989
4989
  }
4990
4990
  }
4991
4991
 
4992
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/defaults.mjs
4992
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/defaults.mjs
4993
4993
  var InterpolationConfig = class {
4994
4994
  static fromArray(markers) {
4995
4995
  if (!markers) {
@@ -5006,7 +5006,7 @@ var InterpolationConfig = class {
5006
5006
  var DEFAULT_INTERPOLATION_CONFIG = new InterpolationConfig("{{", "}}");
5007
5007
  var DEFAULT_CONTAINER_BLOCKS = /* @__PURE__ */ new Set(["switch"]);
5008
5008
 
5009
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/chars.mjs
5009
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/chars.mjs
5010
5010
  var $EOF = 0;
5011
5011
  var $BSPACE = 8;
5012
5012
  var $TAB = 9;
@@ -5088,7 +5088,7 @@ function isQuote(code) {
5088
5088
  return code === $SQ || code === $DQ || code === $BT;
5089
5089
  }
5090
5090
 
5091
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/parse_util.mjs
5091
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/parse_util.mjs
5092
5092
  var ParseLocation = class {
5093
5093
  constructor(file, offset, line, col) {
5094
5094
  this.file = file;
@@ -5235,7 +5235,7 @@ function sanitizeIdentifier(name) {
5235
5235
  return name.replace(/\W/g, "_");
5236
5236
  }
5237
5237
 
5238
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/output/abstract_js_emitter.mjs
5238
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/abstract_js_emitter.mjs
5239
5239
  var makeTemplateObjectPolyfill = '(this&&this.__makeTemplateObject||function(e,t){return Object.defineProperty?Object.defineProperty(e,"raw",{value:t}):e.raw=t,e})';
5240
5240
  var AbstractJsEmitterVisitor = class extends AbstractEmitterVisitor {
5241
5241
  constructor() {
@@ -5328,7 +5328,7 @@ var AbstractJsEmitterVisitor = class extends AbstractEmitterVisitor {
5328
5328
  }
5329
5329
  };
5330
5330
 
5331
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/output/output_jit_trusted_types.mjs
5331
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/output_jit_trusted_types.mjs
5332
5332
  var policy;
5333
5333
  function getPolicy() {
5334
5334
  if (policy === void 0) {
@@ -5366,7 +5366,7 @@ function newTrustedFunctionForJIT(...args) {
5366
5366
  return fn2.bind(_global);
5367
5367
  }
5368
5368
 
5369
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/output/output_jit.mjs
5369
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/output_jit.mjs
5370
5370
  var JitEvaluator = class {
5371
5371
  evaluateStatements(sourceUrl, statements, refResolver, createSourceMaps) {
5372
5372
  const converter = new JitEmitterVisitor(refResolver);
@@ -5454,7 +5454,7 @@ function isUseStrictStatement(statement) {
5454
5454
  return statement.isEquivalent(literal("use strict").toStmt());
5455
5455
  }
5456
5456
 
5457
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_injector_compiler.mjs
5457
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_injector_compiler.mjs
5458
5458
  function compileInjector(meta) {
5459
5459
  const definitionMap = new DefinitionMap();
5460
5460
  if (meta.providers !== null) {
@@ -5471,7 +5471,7 @@ function createInjectorType(meta) {
5471
5471
  return new ExpressionType(importExpr(Identifiers.InjectorDeclaration, [new ExpressionType(meta.type.type)]));
5472
5472
  }
5473
5473
 
5474
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_jit.mjs
5474
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_jit.mjs
5475
5475
  var R3JitReflector = class {
5476
5476
  constructor(context) {
5477
5477
  this.context = context;
@@ -5487,7 +5487,7 @@ var R3JitReflector = class {
5487
5487
  }
5488
5488
  };
5489
5489
 
5490
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_module_compiler.mjs
5490
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_module_compiler.mjs
5491
5491
  var R3SelectorScopeMode;
5492
5492
  (function(R3SelectorScopeMode2) {
5493
5493
  R3SelectorScopeMode2[R3SelectorScopeMode2["Inline"] = 0] = "Inline";
@@ -5622,7 +5622,7 @@ function tupleOfTypes(types) {
5622
5622
  return types.length > 0 ? expressionType(literalArr(typeofTypes)) : NONE_TYPE;
5623
5623
  }
5624
5624
 
5625
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_pipe_compiler.mjs
5625
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_pipe_compiler.mjs
5626
5626
  function compilePipeFromMetadata(metadata) {
5627
5627
  const definitionMapValues = [];
5628
5628
  definitionMapValues.push({ key: "name", value: literal(metadata.pipeName), quoted: false });
@@ -5643,7 +5643,7 @@ function createPipeType(metadata) {
5643
5643
  ]));
5644
5644
  }
5645
5645
 
5646
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/api.mjs
5646
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/api.mjs
5647
5647
  var R3TemplateDependencyKind;
5648
5648
  (function(R3TemplateDependencyKind2) {
5649
5649
  R3TemplateDependencyKind2[R3TemplateDependencyKind2["Directive"] = 0] = "Directive";
@@ -5651,7 +5651,7 @@ var R3TemplateDependencyKind;
5651
5651
  R3TemplateDependencyKind2[R3TemplateDependencyKind2["NgModule"] = 2] = "NgModule";
5652
5652
  })(R3TemplateDependencyKind || (R3TemplateDependencyKind = {}));
5653
5653
 
5654
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/shadow_css.mjs
5654
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/shadow_css.mjs
5655
5655
  var animationKeywords = /* @__PURE__ */ new Set([
5656
5656
  "inherit",
5657
5657
  "initial",
@@ -6131,7 +6131,7 @@ function repeatGroups(groups, multiples) {
6131
6131
  }
6132
6132
  }
6133
6133
 
6134
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/enums.mjs
6134
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/enums.mjs
6135
6135
  var OpKind;
6136
6136
  (function(OpKind2) {
6137
6137
  OpKind2[OpKind2["ListEnd"] = 0] = "ListEnd";
@@ -6289,7 +6289,7 @@ var TemplateKind;
6289
6289
  TemplateKind2[TemplateKind2["Block"] = 2] = "Block";
6290
6290
  })(TemplateKind || (TemplateKind = {}));
6291
6291
 
6292
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/traits.mjs
6292
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/traits.mjs
6293
6293
  var ConsumesSlot = Symbol("ConsumesSlot");
6294
6294
  var DependsOnSlotContext = Symbol("DependsOnSlotContext");
6295
6295
  var ConsumesVarsTrait = Symbol("ConsumesVars");
@@ -6317,7 +6317,7 @@ function hasUsesVarOffsetTrait(expr) {
6317
6317
  return expr[UsesVarOffset] === true;
6318
6318
  }
6319
6319
 
6320
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/shared.mjs
6320
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/shared.mjs
6321
6321
  function createStatementOp(statement) {
6322
6322
  return __spreadValues({
6323
6323
  kind: OpKind.Statement,
@@ -6339,7 +6339,7 @@ var NEW_OP = {
6339
6339
  next: null
6340
6340
  };
6341
6341
 
6342
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/update.mjs
6342
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/update.mjs
6343
6343
  function createInterpolateTextOp(xref, interpolation, sourceSpan) {
6344
6344
  return __spreadValues(__spreadValues(__spreadValues({
6345
6345
  kind: OpKind.InterpolateText,
@@ -6528,7 +6528,7 @@ function createStoreLetOp(target, declaredName, value, sourceSpan) {
6528
6528
  }, TRAIT_DEPENDS_ON_SLOT_CONTEXT), TRAIT_CONSUMES_VARS), NEW_OP);
6529
6529
  }
6530
6530
 
6531
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/expression.mjs
6531
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/expression.mjs
6532
6532
  var _a;
6533
6533
  var _b;
6534
6534
  var _c;
@@ -7446,7 +7446,7 @@ function isStringLiteral(expr) {
7446
7446
  return expr instanceof LiteralExpr && typeof expr.value === "string";
7447
7447
  }
7448
7448
 
7449
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/operations.mjs
7449
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/operations.mjs
7450
7450
  var _OpList = class {
7451
7451
  constructor() {
7452
7452
  this.debugListId = _OpList.nextListId++;
@@ -7637,14 +7637,14 @@ var OpList = _OpList;
7637
7637
  _OpList.nextListId = 0;
7638
7638
  })();
7639
7639
 
7640
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/handle.mjs
7640
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/handle.mjs
7641
7641
  var SlotHandle = class {
7642
7642
  constructor() {
7643
7643
  this.slot = null;
7644
7644
  }
7645
7645
  };
7646
7646
 
7647
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/create.mjs
7647
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/create.mjs
7648
7648
  var elementContainerOpKinds = /* @__PURE__ */ new Set([
7649
7649
  OpKind.Element,
7650
7650
  OpKind.ElementStart,
@@ -7957,7 +7957,7 @@ function createI18nAttributesOp(xref, handle, target) {
7957
7957
  }, NEW_OP), TRAIT_CONSUMES_SLOT);
7958
7958
  }
7959
7959
 
7960
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/host.mjs
7960
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/host.mjs
7961
7961
  function createHostPropertyOp(name, expression, isAnimationTrigger, i18nContext, securityContext, sourceSpan) {
7962
7962
  return __spreadValues(__spreadValues({
7963
7963
  kind: OpKind.HostProperty,
@@ -7971,10 +7971,10 @@ function createHostPropertyOp(name, expression, isAnimationTrigger, i18nContext,
7971
7971
  }, TRAIT_CONSUMES_VARS), NEW_OP);
7972
7972
  }
7973
7973
 
7974
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/variable.mjs
7974
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/variable.mjs
7975
7975
  var CTX_REF = "CTX_REF_MARKER";
7976
7976
 
7977
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/compilation.mjs
7977
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/compilation.mjs
7978
7978
  var CompilationJobKind;
7979
7979
  (function(CompilationJobKind2) {
7980
7980
  CompilationJobKind2[CompilationJobKind2["Tmpl"] = 0] = "Tmpl";
@@ -8082,7 +8082,7 @@ var HostBindingCompilationUnit = class extends CompilationUnit {
8082
8082
  }
8083
8083
  };
8084
8084
 
8085
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/any_cast.mjs
8085
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/any_cast.mjs
8086
8086
  function deleteAnyCasts(job) {
8087
8087
  for (const unit of job.units) {
8088
8088
  for (const op of unit.ops()) {
@@ -8100,7 +8100,7 @@ function removeAnys(e) {
8100
8100
  return e;
8101
8101
  }
8102
8102
 
8103
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/apply_i18n_expressions.mjs
8103
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/apply_i18n_expressions.mjs
8104
8104
  function applyI18nExpressions(job) {
8105
8105
  const i18nContexts = /* @__PURE__ */ new Map();
8106
8106
  for (const unit of job.units) {
@@ -8143,7 +8143,7 @@ function needsApplication(i18nContexts, op) {
8143
8143
  return false;
8144
8144
  }
8145
8145
 
8146
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/assign_i18n_slot_dependencies.mjs
8146
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/assign_i18n_slot_dependencies.mjs
8147
8147
  function assignI18nSlotDependencies(job) {
8148
8148
  for (const unit of job.units) {
8149
8149
  let updateOp = unit.update.head;
@@ -8188,7 +8188,7 @@ function assignI18nSlotDependencies(job) {
8188
8188
  }
8189
8189
  }
8190
8190
 
8191
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/util/elements.mjs
8191
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/util/elements.mjs
8192
8192
  function createOpXrefMap(unit) {
8193
8193
  const map = /* @__PURE__ */ new Map();
8194
8194
  for (const op of unit.create) {
@@ -8203,7 +8203,7 @@ function createOpXrefMap(unit) {
8203
8203
  return map;
8204
8204
  }
8205
8205
 
8206
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/attribute_extraction.mjs
8206
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/attribute_extraction.mjs
8207
8207
  function extractAttributes(job) {
8208
8208
  for (const unit of job.units) {
8209
8209
  const elements = createOpXrefMap(unit);
@@ -8332,7 +8332,7 @@ function extractAttributeOp(unit, op, elements) {
8332
8332
  }
8333
8333
  }
8334
8334
 
8335
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/binding_specialization.mjs
8335
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/binding_specialization.mjs
8336
8336
  function lookupElement2(elements, xref) {
8337
8337
  const el = elements.get(xref);
8338
8338
  if (el === void 0) {
@@ -8389,7 +8389,7 @@ function specializeBindings(job) {
8389
8389
  }
8390
8390
  }
8391
8391
 
8392
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/chaining.mjs
8392
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/chaining.mjs
8393
8393
  var CHAINABLE = /* @__PURE__ */ new Set([
8394
8394
  Identifiers.attribute,
8395
8395
  Identifiers.classProp,
@@ -8458,7 +8458,7 @@ function chainOperationsInList(opList) {
8458
8458
  }
8459
8459
  }
8460
8460
 
8461
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/collapse_singleton_interpolations.mjs
8461
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/collapse_singleton_interpolations.mjs
8462
8462
  function collapseSingletonInterpolations(job) {
8463
8463
  for (const unit of job.units) {
8464
8464
  for (const op of unit.update) {
@@ -8470,7 +8470,7 @@ function collapseSingletonInterpolations(job) {
8470
8470
  }
8471
8471
  }
8472
8472
 
8473
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/conditionals.mjs
8473
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/conditionals.mjs
8474
8474
  function generateConditionalExpressions(job) {
8475
8475
  for (const unit of job.units) {
8476
8476
  for (const op of unit.ops()) {
@@ -8507,7 +8507,7 @@ function generateConditionalExpressions(job) {
8507
8507
  }
8508
8508
  }
8509
8509
 
8510
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/conversion.mjs
8510
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/conversion.mjs
8511
8511
  var BINARY_OPERATORS = /* @__PURE__ */ new Map([
8512
8512
  ["&&", BinaryOperator.And],
8513
8513
  [">", BinaryOperator.Bigger],
@@ -8564,7 +8564,7 @@ function literalOrArrayLiteral(value) {
8564
8564
  return literal(value);
8565
8565
  }
8566
8566
 
8567
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/const_collection.mjs
8567
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/const_collection.mjs
8568
8568
  function collectElementConsts(job) {
8569
8569
  const allElementAttributes = /* @__PURE__ */ new Map();
8570
8570
  for (const unit of job.units) {
@@ -8733,7 +8733,7 @@ function serializeAttributes({ attributes, bindings, classes, i18n: i18n2, proje
8733
8733
  return literalArr(attrArray);
8734
8734
  }
8735
8735
 
8736
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/convert_i18n_bindings.mjs
8736
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/convert_i18n_bindings.mjs
8737
8737
  function convertI18nBindings(job) {
8738
8738
  const i18nAttributesByElem = /* @__PURE__ */ new Map();
8739
8739
  for (const unit of job.units) {
@@ -8774,7 +8774,7 @@ function convertI18nBindings(job) {
8774
8774
  }
8775
8775
  }
8776
8776
 
8777
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_defer_deps_fns.mjs
8777
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_defer_deps_fns.mjs
8778
8778
  function resolveDeferDepsFns(job) {
8779
8779
  var _a2;
8780
8780
  for (const unit of job.units) {
@@ -8799,7 +8799,7 @@ function resolveDeferDepsFns(job) {
8799
8799
  }
8800
8800
  }
8801
8801
 
8802
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/create_i18n_contexts.mjs
8802
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/create_i18n_contexts.mjs
8803
8803
  function createI18nContexts(job) {
8804
8804
  const attrContextByMessage = /* @__PURE__ */ new Map();
8805
8805
  for (const unit of job.units) {
@@ -8877,7 +8877,7 @@ function createI18nContexts(job) {
8877
8877
  }
8878
8878
  }
8879
8879
 
8880
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/deduplicate_text_bindings.mjs
8880
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/deduplicate_text_bindings.mjs
8881
8881
  function deduplicateTextBindings(job) {
8882
8882
  const seen = /* @__PURE__ */ new Map();
8883
8883
  for (const unit of job.units) {
@@ -8899,7 +8899,7 @@ function deduplicateTextBindings(job) {
8899
8899
  }
8900
8900
  }
8901
8901
 
8902
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/defer_configs.mjs
8902
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/defer_configs.mjs
8903
8903
  function configureDeferInstructions(job) {
8904
8904
  for (const unit of job.units) {
8905
8905
  for (const op of unit.create) {
@@ -8916,7 +8916,7 @@ function configureDeferInstructions(job) {
8916
8916
  }
8917
8917
  }
8918
8918
 
8919
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/defer_resolve_targets.mjs
8919
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/defer_resolve_targets.mjs
8920
8920
  function resolveDeferTargetNames(job) {
8921
8921
  const scopes = /* @__PURE__ */ new Map();
8922
8922
  function getScopeForView2(view) {
@@ -9010,7 +9010,7 @@ var Scope = class {
9010
9010
  }
9011
9011
  };
9012
9012
 
9013
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/empty_elements.mjs
9013
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/empty_elements.mjs
9014
9014
  var REPLACEMENTS = /* @__PURE__ */ new Map([
9015
9015
  [OpKind.ElementEnd, [OpKind.ElementStart, OpKind.Element]],
9016
9016
  [OpKind.ContainerEnd, [OpKind.ContainerStart, OpKind.Container]],
@@ -9037,7 +9037,7 @@ function collapseEmptyInstructions(job) {
9037
9037
  }
9038
9038
  }
9039
9039
 
9040
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/expand_safe_reads.mjs
9040
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/expand_safe_reads.mjs
9041
9041
  function expandSafeReads(job) {
9042
9042
  for (const unit of job.units) {
9043
9043
  for (const op of unit.ops()) {
@@ -9173,7 +9173,7 @@ function ternaryTransform(e) {
9173
9173
  return new ConditionalExpr(new BinaryOperatorExpr(BinaryOperator.Equals, e.guard, NULL_EXPR), NULL_EXPR, e.expr);
9174
9174
  }
9175
9175
 
9176
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/extract_i18n_messages.mjs
9176
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/extract_i18n_messages.mjs
9177
9177
  var ESCAPE = "\uFFFD";
9178
9178
  var ELEMENT_MARKER = "#";
9179
9179
  var TEMPLATE_MARKER = "*";
@@ -9309,7 +9309,7 @@ function formatValue(value) {
9309
9309
  return `${ESCAPE}${closeMarker}${tagMarker}${value.value}${context}${ESCAPE}`;
9310
9310
  }
9311
9311
 
9312
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_advance.mjs
9312
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_advance.mjs
9313
9313
  function generateAdvance(job) {
9314
9314
  for (const unit of job.units) {
9315
9315
  const slotMap = /* @__PURE__ */ new Map();
@@ -9352,7 +9352,7 @@ function generateAdvance(job) {
9352
9352
  }
9353
9353
  }
9354
9354
 
9355
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_projection_def.mjs
9355
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_projection_def.mjs
9356
9356
  function generateProjectionDefs(job) {
9357
9357
  const share = job.compatibility === CompatibilityMode.TemplateDefinitionBuilder;
9358
9358
  const selectors = [];
@@ -9376,7 +9376,7 @@ function generateProjectionDefs(job) {
9376
9376
  }
9377
9377
  }
9378
9378
 
9379
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_variables.mjs
9379
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_variables.mjs
9380
9380
  function generateVariables(job) {
9381
9381
  recursivelyProcessView(job.root, null);
9382
9382
  }
@@ -9491,7 +9491,7 @@ function generateVariablesInScopeForView(view, scope, isListener) {
9491
9491
  return newOps;
9492
9492
  }
9493
9493
 
9494
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/has_const_expression_collection.mjs
9494
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/has_const_expression_collection.mjs
9495
9495
  function collectConstExpressions(job) {
9496
9496
  for (const unit of job.units) {
9497
9497
  for (const op of unit.ops()) {
@@ -9505,7 +9505,7 @@ function collectConstExpressions(job) {
9505
9505
  }
9506
9506
  }
9507
9507
 
9508
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/host_style_property_parsing.mjs
9508
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/host_style_property_parsing.mjs
9509
9509
  var STYLE_DOT = "style.";
9510
9510
  var CLASS_DOT = "class.";
9511
9511
  var STYLE_BANG = "style!";
@@ -9563,7 +9563,7 @@ function parseProperty(name) {
9563
9563
  return { property: property2, suffix };
9564
9564
  }
9565
9565
 
9566
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/output/map_util.mjs
9566
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/map_util.mjs
9567
9567
  function mapLiteral(obj, quoted = false) {
9568
9568
  return literalMap(Object.keys(obj).map((key) => ({
9569
9569
  key,
@@ -9572,7 +9572,7 @@ function mapLiteral(obj, quoted = false) {
9572
9572
  })));
9573
9573
  }
9574
9574
 
9575
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/i18n/icu_serializer.mjs
9575
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/icu_serializer.mjs
9576
9576
  var IcuSerializerVisitor = class {
9577
9577
  visitText(text2) {
9578
9578
  return text2.value;
@@ -9606,7 +9606,7 @@ function serializeIcuNode(icu) {
9606
9606
  return icu.visit(serializer);
9607
9607
  }
9608
9608
 
9609
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/expression_parser/lexer.mjs
9609
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/expression_parser/lexer.mjs
9610
9610
  var TokenType;
9611
9611
  (function(TokenType2) {
9612
9612
  TokenType2[TokenType2["Character"] = 0] = "Character";
@@ -9967,7 +9967,7 @@ function parseIntAutoRadix(text2) {
9967
9967
  return result;
9968
9968
  }
9969
9969
 
9970
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/expression_parser/parser.mjs
9970
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/expression_parser/parser.mjs
9971
9971
  var SplitInterpolation = class {
9972
9972
  constructor(strings, expressions, offsets) {
9973
9973
  this.strings = strings;
@@ -10851,7 +10851,7 @@ function getIndexMapForOriginalTemplate(interpolatedTokens) {
10851
10851
  return offsetMap;
10852
10852
  }
10853
10853
 
10854
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/ast.mjs
10854
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/ast.mjs
10855
10855
  var NodeWithI18n = class {
10856
10856
  constructor(sourceSpan, i18n2) {
10857
10857
  this.sourceSpan = sourceSpan;
@@ -11017,7 +11017,7 @@ var RecursiveVisitor = class {
11017
11017
  }
11018
11018
  };
11019
11019
 
11020
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/schema/dom_security_schema.mjs
11020
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/schema/dom_security_schema.mjs
11021
11021
  var _SECURITY_SCHEMA;
11022
11022
  function SECURITY_SCHEMA() {
11023
11023
  if (!_SECURITY_SCHEMA) {
@@ -11078,11 +11078,11 @@ function isIframeSecuritySensitiveAttr(attrName) {
11078
11078
  return IFRAME_SECURITY_SENSITIVE_ATTRS.has(attrName.toLowerCase());
11079
11079
  }
11080
11080
 
11081
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/schema/element_schema_registry.mjs
11081
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/schema/element_schema_registry.mjs
11082
11082
  var ElementSchemaRegistry = class {
11083
11083
  };
11084
11084
 
11085
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/schema/dom_element_schema_registry.mjs
11085
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/schema/dom_element_schema_registry.mjs
11086
11086
  var BOOLEAN = "boolean";
11087
11087
  var NUMBER = "number";
11088
11088
  var STRING = "string";
@@ -11465,7 +11465,7 @@ function _isPixelDimensionStyle(prop) {
11465
11465
  }
11466
11466
  }
11467
11467
 
11468
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/html_tags.mjs
11468
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/html_tags.mjs
11469
11469
  var HtmlTagDefinition = class {
11470
11470
  constructor({ closedByChildren, implicitNamespacePrefix, contentType = TagContentType.PARSABLE_DATA, closedByParent = false, isVoid = false, ignoreFirstLf = false, preventNamespaceInheritance = false, canSelfClose = false } = {}) {
11471
11471
  this.closedByChildren = {};
@@ -11601,7 +11601,7 @@ function getHtmlTagDefinition(tagName) {
11601
11601
  return (_b2 = (_a2 = TAG_DEFINITIONS[tagName]) != null ? _a2 : TAG_DEFINITIONS[tagName.toLowerCase()]) != null ? _b2 : DEFAULT_TAG_DEFINITION;
11602
11602
  }
11603
11603
 
11604
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/serializers/placeholder.mjs
11604
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/serializers/placeholder.mjs
11605
11605
  var TAG_TO_PLACEHOLDER_NAMES = {
11606
11606
  "A": "LINK",
11607
11607
  "B": "BOLD_TEXT",
@@ -11723,7 +11723,7 @@ var PlaceholderRegistry = class {
11723
11723
  }
11724
11724
  };
11725
11725
 
11726
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/i18n_parser.mjs
11726
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/i18n_parser.mjs
11727
11727
  var _expParser = new Parser(new Lexer());
11728
11728
  function createI18nMessageFactory(interpolationConfig, containerBlocks) {
11729
11729
  const visitor = new _I18nVisitor(_expParser, interpolationConfig, containerBlocks);
@@ -11905,14 +11905,14 @@ function extractPlaceholderName(input) {
11905
11905
  return input.split(_CUSTOM_PH_EXP)[2];
11906
11906
  }
11907
11907
 
11908
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/parse_util.mjs
11908
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/parse_util.mjs
11909
11909
  var I18nError = class extends ParseError {
11910
11910
  constructor(span, msg) {
11911
11911
  super(span, msg);
11912
11912
  }
11913
11913
  };
11914
11914
 
11915
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/entities.mjs
11915
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/entities.mjs
11916
11916
  var NAMED_ENTITIES = {
11917
11917
  "AElig": "\xC6",
11918
11918
  "AMP": "&",
@@ -14043,7 +14043,7 @@ var NAMED_ENTITIES = {
14043
14043
  var NGSP_UNICODE = "\uE500";
14044
14044
  NAMED_ENTITIES["ngsp"] = NGSP_UNICODE;
14045
14045
 
14046
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/lexer.mjs
14046
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/lexer.mjs
14047
14047
  var TokenError = class extends ParseError {
14048
14048
  constructor(errorMsg, tokenType, span) {
14049
14049
  super(span, errorMsg);
@@ -14085,7 +14085,7 @@ var _ControlFlowError = class {
14085
14085
  };
14086
14086
  var _Tokenizer = class {
14087
14087
  constructor(_file, _getTagDefinition, options) {
14088
- var _a2;
14088
+ var _a2, _b2;
14089
14089
  this._getTagDefinition = _getTagDefinition;
14090
14090
  this._currentTokenStart = null;
14091
14091
  this._currentTokenType = null;
@@ -14107,7 +14107,7 @@ var _Tokenizer = class {
14107
14107
  this._preserveLineEndings = options.preserveLineEndings || false;
14108
14108
  this._i18nNormalizeLineEndingsInICUs = options.i18nNormalizeLineEndingsInICUs || false;
14109
14109
  this._tokenizeBlocks = (_a2 = options.tokenizeBlocks) != null ? _a2 : true;
14110
- this._tokenizeLet = options.tokenizeLet || false;
14110
+ this._tokenizeLet = (_b2 = options.tokenizeLet) != null ? _b2 : true;
14111
14111
  try {
14112
14112
  this._cursor.init();
14113
14113
  } catch (e) {
@@ -15033,7 +15033,7 @@ var CursorError = class {
15033
15033
  }
15034
15034
  };
15035
15035
 
15036
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/parser.mjs
15036
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/parser.mjs
15037
15037
  var TreeError = class extends ParseError {
15038
15038
  static create(elementName, span, msg) {
15039
15039
  return new TreeError(elementName, span, msg);
@@ -15461,7 +15461,7 @@ function decodeEntity(match, entity) {
15461
15461
  return match;
15462
15462
  }
15463
15463
 
15464
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/schema/trusted_types_sinks.mjs
15464
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/schema/trusted_types_sinks.mjs
15465
15465
  var TRUSTED_TYPES_SINKS = /* @__PURE__ */ new Set([
15466
15466
  "iframe|srcdoc",
15467
15467
  "*|innerhtml",
@@ -15476,7 +15476,7 @@ function isTrustedTypesSink(tagName, propName) {
15476
15476
  return TRUSTED_TYPES_SINKS.has(tagName + "|" + propName) || TRUSTED_TYPES_SINKS.has("*|" + propName);
15477
15477
  }
15478
15478
 
15479
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/i18n/meta.mjs
15479
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/meta.mjs
15480
15480
  var setI18nRefs = (htmlNode, i18nNode) => {
15481
15481
  if (htmlNode instanceof NodeWithI18n) {
15482
15482
  if (i18nNode instanceof IcuPlaceholder && htmlNode.i18n instanceof Message) {
@@ -15636,7 +15636,7 @@ function i18nMetaToJSDoc(meta) {
15636
15636
  return jsDocComment(tags);
15637
15637
  }
15638
15638
 
15639
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/i18n/get_msg_utils.mjs
15639
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/get_msg_utils.mjs
15640
15640
  var GOOG_GET_MSG = "goog.getMsg";
15641
15641
  function createGoogleGetMsgStatements(variable2, message, closureVar, placeholderValues) {
15642
15642
  const messageString = serializeI18nMessageForGetMsg(message);
@@ -15687,7 +15687,7 @@ function serializeI18nMessageForGetMsg(message) {
15687
15687
  return message.nodes.map((node) => node.visit(serializerVisitor2, null)).join("");
15688
15688
  }
15689
15689
 
15690
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/i18n/localize_utils.mjs
15690
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/localize_utils.mjs
15691
15691
  function createLocalizeStatements(variable2, message, params) {
15692
15692
  const { messageParts, placeHolders } = serializeI18nMessageForLocalize(message);
15693
15693
  const sourceSpan = getSourceSpan(message);
@@ -15776,7 +15776,7 @@ function createEmptyMessagePart(location) {
15776
15776
  return new LiteralPiece("", new ParseSourceSpan(location, location));
15777
15777
  }
15778
15778
 
15779
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/i18n_const_collection.mjs
15779
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/i18n_const_collection.mjs
15780
15780
  var NG_I18N_CLOSURE_MODE = "ngI18nClosureMode";
15781
15781
  var TRANSLATION_VAR_PREFIX = "i18n_";
15782
15782
  var I18N_ICU_MAPPING_PREFIX = "I18N_EXP_";
@@ -15947,7 +15947,7 @@ function i18nGenerateClosureVar(pool, messageId, fileBasedI18nSuffix, useExterna
15947
15947
  return variable(name);
15948
15948
  }
15949
15949
 
15950
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/i18n_text_extraction.mjs
15950
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/i18n_text_extraction.mjs
15951
15951
  function convertI18nText(job) {
15952
15952
  var _a2, _b2, _c2;
15953
15953
  for (const unit of job.units) {
@@ -16017,7 +16017,7 @@ function convertI18nText(job) {
16017
16017
  }
16018
16018
  }
16019
16019
 
16020
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/local_refs.mjs
16020
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/local_refs.mjs
16021
16021
  function liftLocalRefs(job) {
16022
16022
  for (const unit of job.units) {
16023
16023
  for (const op of unit.create) {
@@ -16047,7 +16047,7 @@ function serializeLocalRefs(refs) {
16047
16047
  return literalArr(constRefs);
16048
16048
  }
16049
16049
 
16050
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/namespace.mjs
16050
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/namespace.mjs
16051
16051
  function emitNamespaceChanges(job) {
16052
16052
  for (const unit of job.units) {
16053
16053
  let activeNamespace = Namespace.HTML;
@@ -16063,7 +16063,7 @@ function emitNamespaceChanges(job) {
16063
16063
  }
16064
16064
  }
16065
16065
 
16066
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/parse_extracted_styles.mjs
16066
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/parse_extracted_styles.mjs
16067
16067
  function parse(value) {
16068
16068
  const styles = [];
16069
16069
  let i = 0;
@@ -16157,7 +16157,7 @@ function parseExtractedStyles(job) {
16157
16157
  }
16158
16158
  }
16159
16159
 
16160
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/naming.mjs
16160
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/naming.mjs
16161
16161
  function nameFunctionsAndVariables(job) {
16162
16162
  addNamesToView(job.root, job.componentName, { index: 0 }, job.compatibility === CompatibilityMode.TemplateDefinitionBuilder);
16163
16163
  }
@@ -16301,7 +16301,7 @@ function stripImportant(name) {
16301
16301
  return name;
16302
16302
  }
16303
16303
 
16304
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/next_context_merging.mjs
16304
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/next_context_merging.mjs
16305
16305
  function mergeNextContextExpressions(job) {
16306
16306
  for (const unit of job.units) {
16307
16307
  for (const op of unit.create) {
@@ -16348,7 +16348,7 @@ function mergeNextContextsInOps(ops) {
16348
16348
  }
16349
16349
  }
16350
16350
 
16351
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/ng_container.mjs
16351
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/ng_container.mjs
16352
16352
  var CONTAINER_TAG = "ng-container";
16353
16353
  function generateNgContainerOps(job) {
16354
16354
  for (const unit of job.units) {
@@ -16365,7 +16365,7 @@ function generateNgContainerOps(job) {
16365
16365
  }
16366
16366
  }
16367
16367
 
16368
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/nonbindable.mjs
16368
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/nonbindable.mjs
16369
16369
  function lookupElement3(elements, xref) {
16370
16370
  const el = elements.get(xref);
16371
16371
  if (el === void 0) {
@@ -16395,7 +16395,7 @@ function disableBindings(job) {
16395
16395
  }
16396
16396
  }
16397
16397
 
16398
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/nullish_coalescing.mjs
16398
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/nullish_coalescing.mjs
16399
16399
  function generateNullishCoalesceExpressions(job) {
16400
16400
  for (const unit of job.units) {
16401
16401
  for (const op of unit.ops()) {
@@ -16411,7 +16411,7 @@ function generateNullishCoalesceExpressions(job) {
16411
16411
  }
16412
16412
  }
16413
16413
 
16414
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/ordering.mjs
16414
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/ordering.mjs
16415
16415
  function kindTest(kind) {
16416
16416
  return (op) => op.kind === kind;
16417
16417
  }
@@ -16501,7 +16501,7 @@ function keepLast(ops) {
16501
16501
  return ops.slice(ops.length - 1);
16502
16502
  }
16503
16503
 
16504
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/phase_remove_content_selectors.mjs
16504
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/phase_remove_content_selectors.mjs
16505
16505
  function removeContentSelectors(job) {
16506
16506
  for (const unit of job.units) {
16507
16507
  const elements = createOpXrefMap(unit);
@@ -16528,7 +16528,7 @@ function lookupInXrefMap(map, xref) {
16528
16528
  return el;
16529
16529
  }
16530
16530
 
16531
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pipe_creation.mjs
16531
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pipe_creation.mjs
16532
16532
  function createPipes(job) {
16533
16533
  for (const unit of job.units) {
16534
16534
  processPipeBindingsInView(unit);
@@ -16576,7 +16576,7 @@ function addPipeToCreationBlock(unit, afterTargetXref, binding) {
16576
16576
  throw new Error(`AssertionError: unable to find insertion point for pipe ${binding.name}`);
16577
16577
  }
16578
16578
 
16579
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pipe_variadic.mjs
16579
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pipe_variadic.mjs
16580
16580
  function createVariadicPipes(job) {
16581
16581
  for (const unit of job.units) {
16582
16582
  for (const op of unit.update) {
@@ -16593,7 +16593,7 @@ function createVariadicPipes(job) {
16593
16593
  }
16594
16594
  }
16595
16595
 
16596
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/propagate_i18n_blocks.mjs
16596
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/propagate_i18n_blocks.mjs
16597
16597
  function propagateI18nBlocks(job) {
16598
16598
  propagateI18nBlocksToTemplates(job.root, 0);
16599
16599
  }
@@ -16647,7 +16647,7 @@ function wrapTemplateWithI18n(unit, parentI18n) {
16647
16647
  }
16648
16648
  }
16649
16649
 
16650
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pure_function_extraction.mjs
16650
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pure_function_extraction.mjs
16651
16651
  function extractPureFunctions(job) {
16652
16652
  for (const view of job.units) {
16653
16653
  for (const op of view.ops()) {
@@ -16689,7 +16689,7 @@ var PureFunctionConstant = class extends GenericKeyFn {
16689
16689
  }
16690
16690
  };
16691
16691
 
16692
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pure_literal_structures.mjs
16692
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pure_literal_structures.mjs
16693
16693
  function generatePureLiteralStructures(job) {
16694
16694
  for (const unit of job.units) {
16695
16695
  for (const op of unit.update) {
@@ -16736,7 +16736,7 @@ function transformLiteralMap(expr) {
16736
16736
  return new PureFunctionExpr(literalMap(derivedEntries), nonConstantArgs);
16737
16737
  }
16738
16738
 
16739
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/instruction.mjs
16739
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/instruction.mjs
16740
16740
  function element(slot, tag, constIndex, localRefIndex, sourceSpan) {
16741
16741
  return elementOrContainerBase(Identifiers.element, slot, tag, constIndex, localRefIndex, sourceSpan);
16742
16742
  }
@@ -17268,7 +17268,7 @@ function callVariadicInstruction(config, baseArgs, interpolationArgs, extraArgs,
17268
17268
  return createStatementOp(callVariadicInstructionExpr(config, baseArgs, interpolationArgs, extraArgs, sourceSpan).toStmt());
17269
17269
  }
17270
17270
 
17271
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/reify.mjs
17271
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/reify.mjs
17272
17272
  var GLOBAL_TARGET_RESOLVERS = /* @__PURE__ */ new Map([
17273
17273
  ["window", Identifiers.resolveWindow],
17274
17274
  ["document", Identifiers.resolveDocument],
@@ -17633,7 +17633,7 @@ function reifyListenerHandler(unit, name, handlerOps, consumesDollarEvent) {
17633
17633
  return fn(params, handlerStmts, void 0, void 0, name);
17634
17634
  }
17635
17635
 
17636
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/remove_empty_bindings.mjs
17636
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/remove_empty_bindings.mjs
17637
17637
  function removeEmptyBindings(job) {
17638
17638
  for (const unit of job.units) {
17639
17639
  for (const op of unit.update) {
@@ -17654,7 +17654,7 @@ function removeEmptyBindings(job) {
17654
17654
  }
17655
17655
  }
17656
17656
 
17657
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/remove_i18n_contexts.mjs
17657
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/remove_i18n_contexts.mjs
17658
17658
  function removeI18nContexts(job) {
17659
17659
  for (const unit of job.units) {
17660
17660
  for (const op of unit.create) {
@@ -17670,7 +17670,7 @@ function removeI18nContexts(job) {
17670
17670
  }
17671
17671
  }
17672
17672
 
17673
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/remove_unused_i18n_attrs.mjs
17673
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/remove_unused_i18n_attrs.mjs
17674
17674
  function removeUnusedI18nAttributesOps(job) {
17675
17675
  for (const unit of job.units) {
17676
17676
  const ownersWithI18nExpressions = /* @__PURE__ */ new Set();
@@ -17692,7 +17692,7 @@ function removeUnusedI18nAttributesOps(job) {
17692
17692
  }
17693
17693
  }
17694
17694
 
17695
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_contexts.mjs
17695
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_contexts.mjs
17696
17696
  function resolveContexts(job) {
17697
17697
  for (const unit of job.units) {
17698
17698
  processLexicalScope(unit, unit.create);
@@ -17734,7 +17734,7 @@ function processLexicalScope(view, ops) {
17734
17734
  }
17735
17735
  }
17736
17736
 
17737
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_dollar_event.mjs
17737
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_dollar_event.mjs
17738
17738
  function resolveDollarEvent(job) {
17739
17739
  for (const unit of job.units) {
17740
17740
  transformDollarEvent(unit.create);
@@ -17757,7 +17757,7 @@ function transformDollarEvent(ops) {
17757
17757
  }
17758
17758
  }
17759
17759
 
17760
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_i18n_element_placeholders.mjs
17760
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_i18n_element_placeholders.mjs
17761
17761
  function resolveI18nElementPlaceholders(job) {
17762
17762
  const i18nContexts = /* @__PURE__ */ new Map();
17763
17763
  const elements = /* @__PURE__ */ new Map();
@@ -17936,7 +17936,7 @@ function addParam(params, placeholder, value, subTemplateIndex, flags) {
17936
17936
  params.set(placeholder, values);
17937
17937
  }
17938
17938
 
17939
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_i18n_expression_placeholders.mjs
17939
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_i18n_expression_placeholders.mjs
17940
17940
  function resolveI18nExpressionPlaceholders(job) {
17941
17941
  var _a2;
17942
17942
  const subTemplateIndices = /* @__PURE__ */ new Map();
@@ -17989,7 +17989,7 @@ function updatePlaceholder(op, value, i18nContexts, icuPlaceholders) {
17989
17989
  }
17990
17990
  }
17991
17991
 
17992
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_names.mjs
17992
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_names.mjs
17993
17993
  function resolveNames(job) {
17994
17994
  for (const unit of job.units) {
17995
17995
  processLexicalScope2(unit, unit.create, null);
@@ -18054,7 +18054,7 @@ function processLexicalScope2(unit, ops, savedView) {
18054
18054
  }
18055
18055
  }
18056
18056
 
18057
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_sanitizers.mjs
18057
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_sanitizers.mjs
18058
18058
  var sanitizerFns = /* @__PURE__ */ new Map([
18059
18059
  [SecurityContext.HTML, Identifiers.sanitizeHtml],
18060
18060
  [SecurityContext.RESOURCE_URL, Identifiers.sanitizeResourceUrl],
@@ -18124,7 +18124,7 @@ function getOnlySecurityContext(securityContext) {
18124
18124
  return securityContext;
18125
18125
  }
18126
18126
 
18127
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/transform_two_way_binding_set.mjs
18127
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/transform_two_way_binding_set.mjs
18128
18128
  function transformTwoWayBindingSet(job) {
18129
18129
  for (const unit of job.units) {
18130
18130
  for (const op of unit.create) {
@@ -18147,7 +18147,7 @@ function transformTwoWayBindingSet(job) {
18147
18147
  }
18148
18148
  }
18149
18149
 
18150
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/save_restore_view.mjs
18150
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/save_restore_view.mjs
18151
18151
  function saveAndRestoreView(job) {
18152
18152
  for (const unit of job.units) {
18153
18153
  unit.create.prepend([
@@ -18192,7 +18192,7 @@ function addSaveRestoreViewOperationToListener(unit, op) {
18192
18192
  }
18193
18193
  }
18194
18194
 
18195
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/slot_allocation.mjs
18195
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/slot_allocation.mjs
18196
18196
  function allocateSlots(job) {
18197
18197
  const slotMap = /* @__PURE__ */ new Map();
18198
18198
  for (const unit of job.units) {
@@ -18217,7 +18217,7 @@ function allocateSlots(job) {
18217
18217
  }
18218
18218
  }
18219
18219
 
18220
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/style_binding_specialization.mjs
18220
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/style_binding_specialization.mjs
18221
18221
  function specializeStyleBindings(job) {
18222
18222
  for (const unit of job.units) {
18223
18223
  for (const op of unit.update) {
@@ -18247,7 +18247,7 @@ function specializeStyleBindings(job) {
18247
18247
  }
18248
18248
  }
18249
18249
 
18250
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/temporary_variables.mjs
18250
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/temporary_variables.mjs
18251
18251
  function generateTemporaryVariables(job) {
18252
18252
  for (const unit of job.units) {
18253
18253
  unit.create.prepend(generateTemporaries(unit.create));
@@ -18305,7 +18305,7 @@ function assignName(names, expr) {
18305
18305
  expr.name = name;
18306
18306
  }
18307
18307
 
18308
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/track_fn_generation.mjs
18308
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/track_fn_generation.mjs
18309
18309
  function generateTrackFns(job) {
18310
18310
  for (const unit of job.units) {
18311
18311
  for (const op of unit.create) {
@@ -18338,7 +18338,7 @@ function generateTrackFns(job) {
18338
18338
  }
18339
18339
  }
18340
18340
 
18341
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/track_fn_optimization.mjs
18341
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/track_fn_optimization.mjs
18342
18342
  function optimizeTrackFns(job) {
18343
18343
  for (const unit of job.units) {
18344
18344
  for (const op of unit.create) {
@@ -18388,7 +18388,7 @@ function isTrackByFunctionCall(rootView, expr) {
18388
18388
  return true;
18389
18389
  }
18390
18390
 
18391
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/track_variables.mjs
18391
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/track_variables.mjs
18392
18392
  function generateTrackVariables(job) {
18393
18393
  for (const unit of job.units) {
18394
18394
  for (const op of unit.create) {
@@ -18409,7 +18409,7 @@ function generateTrackVariables(job) {
18409
18409
  }
18410
18410
  }
18411
18411
 
18412
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/var_counting.mjs
18412
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/var_counting.mjs
18413
18413
  function countVariables(job) {
18414
18414
  for (const unit of job.units) {
18415
18415
  let varCount = 0;
@@ -18522,7 +18522,7 @@ function isSingletonInterpolation(expr) {
18522
18522
  return true;
18523
18523
  }
18524
18524
 
18525
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/variable_optimization.mjs
18525
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/variable_optimization.mjs
18526
18526
  function optimizeVariables(job) {
18527
18527
  for (const unit of job.units) {
18528
18528
  inlineAlwaysInlineVariables(unit.create);
@@ -18774,7 +18774,7 @@ function allowConservativeInlining(decl, target) {
18774
18774
  }
18775
18775
  }
18776
18776
 
18777
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/wrap_icus.mjs
18777
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/wrap_icus.mjs
18778
18778
  function wrapI18nIcus(job) {
18779
18779
  for (const unit of job.units) {
18780
18780
  let currentI18nOp = null;
@@ -18804,7 +18804,7 @@ function wrapI18nIcus(job) {
18804
18804
  }
18805
18805
  }
18806
18806
 
18807
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/store_let_optimization.mjs
18807
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/store_let_optimization.mjs
18808
18808
  function optimizeStoreLet(job) {
18809
18809
  const letUsedExternally = /* @__PURE__ */ new Set();
18810
18810
  for (const unit of job.units) {
@@ -18823,7 +18823,7 @@ function optimizeStoreLet(job) {
18823
18823
  }
18824
18824
  }
18825
18825
 
18826
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/remove_illegal_let_references.mjs
18826
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/remove_illegal_let_references.mjs
18827
18827
  function removeIllegalLetReferences(job) {
18828
18828
  for (const unit of job.units) {
18829
18829
  for (const op of unit.update) {
@@ -18840,7 +18840,7 @@ function removeIllegalLetReferences(job) {
18840
18840
  }
18841
18841
  }
18842
18842
 
18843
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_local_let_references.mjs
18843
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_local_let_references.mjs
18844
18844
  function generateLocalLetReferences(job) {
18845
18845
  for (const unit of job.units) {
18846
18846
  for (const op of unit.update) {
@@ -18857,7 +18857,7 @@ function generateLocalLetReferences(job) {
18857
18857
  }
18858
18858
  }
18859
18859
 
18860
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/emit.mjs
18860
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/emit.mjs
18861
18861
  var phases = [
18862
18862
  { kind: CompilationJobKind.Tmpl, fn: removeContentSelectors },
18863
18863
  { kind: CompilationJobKind.Host, fn: parseHostStyleProperties },
@@ -19014,7 +19014,7 @@ function emitHostBindingFunction(job) {
19014
19014
  );
19015
19015
  }
19016
19016
 
19017
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/ingest.mjs
19017
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/ingest.mjs
19018
19018
  var compatibilityMode = CompatibilityMode.TemplateDefinitionBuilder;
19019
19019
  var domSchema = new DomElementSchemaRegistry();
19020
19020
  var NG_TEMPLATE_TAG_NAME = "ng-template";
@@ -19772,7 +19772,7 @@ function ingestControlFlowInsertionPoint(unit, xref, node) {
19772
19772
  return null;
19773
19773
  }
19774
19774
 
19775
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/query_generation.mjs
19775
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/query_generation.mjs
19776
19776
  function renderFlagCheckIfStmt(flags, statements) {
19777
19777
  return ifStmt(variable(RENDER_FLAGS).bitwiseAnd(literal(flags), null, false), statements);
19778
19778
  }
@@ -19892,7 +19892,7 @@ function createContentQueriesFunction(queries, constantPool, name) {
19892
19892
  ], INFERRED_TYPE, null, contentQueriesFnName);
19893
19893
  }
19894
19894
 
19895
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/html_parser.mjs
19895
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/html_parser.mjs
19896
19896
  var HtmlParser = class extends Parser2 {
19897
19897
  constructor() {
19898
19898
  super(getHtmlTagDefinition);
@@ -19902,7 +19902,7 @@ var HtmlParser = class extends Parser2 {
19902
19902
  }
19903
19903
  };
19904
19904
 
19905
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/html_whitespaces.mjs
19905
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/html_whitespaces.mjs
19906
19906
  var PRESERVE_WS_ATTR_NAME = "ngPreserveWhitespaces";
19907
19907
  var SKIP_WS_TRIM_TAGS = /* @__PURE__ */ new Set(["pre", "template", "textarea", "script", "style"]);
19908
19908
  var WS_CHARS = " \f\n\r \v\u1680\u180E\u2000-\u200A\u2028\u2029\u202F\u205F\u3000\uFEFF";
@@ -19971,7 +19971,7 @@ function visitAllWithSiblings(visitor, nodes) {
19971
19971
  return result;
19972
19972
  }
19973
19973
 
19974
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template_parser/binding_parser.mjs
19974
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template_parser/binding_parser.mjs
19975
19975
  var PROPERTY_PARTS_SEPARATOR = ".";
19976
19976
  var ATTRIBUTE_PREFIX = "attr";
19977
19977
  var CLASS_PREFIX = "class";
@@ -20325,7 +20325,7 @@ function moveParseSourceSpan(sourceSpan, absoluteSpan) {
20325
20325
  return new ParseSourceSpan(sourceSpan.start.moveBy(startDiff), sourceSpan.end.moveBy(endDiff), sourceSpan.fullStart.moveBy(startDiff), sourceSpan.details);
20326
20326
  }
20327
20327
 
20328
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/style_url_resolver.mjs
20328
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/style_url_resolver.mjs
20329
20329
  function isStyleUrlResolvable(url) {
20330
20330
  if (url == null || url.length === 0 || url[0] == "/")
20331
20331
  return false;
@@ -20334,7 +20334,7 @@ function isStyleUrlResolvable(url) {
20334
20334
  }
20335
20335
  var URL_WITH_SCHEMA_REGEXP = /^([^:/?#]+):/;
20336
20336
 
20337
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template_parser/template_preparser.mjs
20337
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template_parser/template_preparser.mjs
20338
20338
  var NG_CONTENT_SELECT_ATTR = "select";
20339
20339
  var LINK_ELEMENT = "link";
20340
20340
  var LINK_STYLE_REL_ATTR = "rel";
@@ -20404,7 +20404,7 @@ function normalizeNgContentSelect(selectAttr) {
20404
20404
  return selectAttr;
20405
20405
  }
20406
20406
 
20407
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_control_flow.mjs
20407
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_control_flow.mjs
20408
20408
  var FOR_LOOP_EXPRESSION_PATTERN = /^\s*([0-9A-Za-z_$]*)\s+of\s+([\S\s]*)/;
20409
20409
  var FOR_LOOP_TRACK_PATTERN = /^track\s+([\S\s]*)/;
20410
20410
  var CONDITIONAL_ALIAS_PATTERN = /^(as\s)+(.*)/;
@@ -20727,7 +20727,7 @@ function stripOptionalParentheses(param, errors) {
20727
20727
  return expression.slice(start, end);
20728
20728
  }
20729
20729
 
20730
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_deferred_triggers.mjs
20730
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_deferred_triggers.mjs
20731
20731
  var TIME_PATTERN = /^\d+\.?\d*(ms|s)?$/;
20732
20732
  var SEPARATOR_PATTERN = /^\s$/;
20733
20733
  var COMMA_DELIMITED_SYNTAX = /* @__PURE__ */ new Map([
@@ -20991,7 +20991,7 @@ function parseDeferredTime(value) {
20991
20991
  return parseFloat(time) * (units === "s" ? 1e3 : 1);
20992
20992
  }
20993
20993
 
20994
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_deferred_blocks.mjs
20994
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_deferred_blocks.mjs
20995
20995
  var PREFETCH_WHEN_PATTERN = /^prefetch\s+when\s/;
20996
20996
  var PREFETCH_ON_PATTERN = /^prefetch\s+on\s/;
20997
20997
  var MINIMUM_PARAMETER_PATTERN = /^minimum\s/;
@@ -21126,7 +21126,7 @@ function parsePrimaryTriggers(params, bindingParser, errors, placeholder) {
21126
21126
  return { triggers, prefetchTriggers };
21127
21127
  }
21128
21128
 
21129
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_template_transform.mjs
21129
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_template_transform.mjs
21130
21130
  var BIND_NAME_REGEXP = /^(?:(bind-)|(let-)|(ref-|#)|(on-)|(bindon-)|(@))(.*)$/;
21131
21131
  var KW_BIND_IDX = 1;
21132
21132
  var KW_LET_IDX = 2;
@@ -21593,7 +21593,7 @@ function textContents(node) {
21593
21593
  }
21594
21594
  }
21595
21595
 
21596
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/template.mjs
21596
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/template.mjs
21597
21597
  var LEADING_TRIVIA_CHARS = [" ", "\n", "\r", " "];
21598
21598
  function parseTemplate(template2, templateUrl, options = {}) {
21599
21599
  var _a2, _b2;
@@ -21605,7 +21605,7 @@ function parseTemplate(template2, templateUrl, options = {}) {
21605
21605
  }, options), {
21606
21606
  tokenizeExpansionForms: true,
21607
21607
  tokenizeBlocks: (_a2 = options.enableBlockSyntax) != null ? _a2 : true,
21608
- tokenizeLet: (_b2 = options.enableLetSyntax) != null ? _b2 : false
21608
+ tokenizeLet: (_b2 = options.enableLetSyntax) != null ? _b2 : true
21609
21609
  }));
21610
21610
  if (!options.alwaysAttemptHtmlToR3AstConversion && parseResult.errors && parseResult.errors.length > 0) {
21611
21611
  const parsedTemplate2 = {
@@ -21672,7 +21672,7 @@ function makeBindingParser(interpolationConfig = DEFAULT_INTERPOLATION_CONFIG, a
21672
21672
  return new BindingParser(new Parser(new Lexer()), interpolationConfig, elementRegistry, [], allowInvalidAssignmentEvents);
21673
21673
  }
21674
21674
 
21675
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/compiler.mjs
21675
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/compiler.mjs
21676
21676
  var COMPONENT_VARIABLE = "%COMP%";
21677
21677
  var HOST_ATTR = `_nghost-${COMPONENT_VARIABLE}`;
21678
21678
  var CONTENT_ATTR = `_ngcontent-${COMPONENT_VARIABLE}`;
@@ -22039,7 +22039,7 @@ function createHostDirectivesMappingArray(mapping) {
22039
22039
  return elements.length > 0 ? literalArr(elements) : null;
22040
22040
  }
22041
22041
 
22042
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/t2_binder.mjs
22042
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/t2_binder.mjs
22043
22043
  var R3TargetBinder = class {
22044
22044
  constructor(directiveMatcher) {
22045
22045
  this.directiveMatcher = directiveMatcher;
@@ -22686,11 +22686,11 @@ function extractScopedNodeEntities(rootScope) {
22686
22686
  return templateEntities;
22687
22687
  }
22688
22688
 
22689
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/resource_loader.mjs
22689
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/resource_loader.mjs
22690
22690
  var ResourceLoader = class {
22691
22691
  };
22692
22692
 
22693
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/jit_compiler_facade.mjs
22693
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/jit_compiler_facade.mjs
22694
22694
  var CompilerFacadeImpl = class {
22695
22695
  constructor(jitEvaluator = new JitEvaluator()) {
22696
22696
  this.jitEvaluator = jitEvaluator;
@@ -23072,7 +23072,10 @@ function convertPipeDeclarationToMetadata(pipe2) {
23072
23072
  }
23073
23073
  function parseJitTemplate(template2, typeName, sourceMapUrl, preserveWhitespaces, interpolation, deferBlockDependencies) {
23074
23074
  const interpolationConfig = interpolation ? InterpolationConfig.fromArray(interpolation) : DEFAULT_INTERPOLATION_CONFIG;
23075
- const parsed = parseTemplate(template2, sourceMapUrl, { preserveWhitespaces, interpolationConfig });
23075
+ const parsed = parseTemplate(template2, sourceMapUrl, {
23076
+ preserveWhitespaces,
23077
+ interpolationConfig
23078
+ });
23076
23079
  if (parsed.errors !== null) {
23077
23080
  const errors = parsed.errors.map((err) => err.toString()).join(", ");
23078
23081
  throw new Error(`Errors during JIT compilation of template for ${typeName}: ${errors}`);
@@ -23256,17 +23259,17 @@ function publishFacade(global) {
23256
23259
  ng.\u0275compilerFacade = new CompilerFacadeImpl();
23257
23260
  }
23258
23261
 
23259
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/version.mjs
23260
- var VERSION2 = new Version("18.1.0-next.3");
23262
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/version.mjs
23263
+ var VERSION2 = new Version("18.1.0-next.4");
23261
23264
 
23262
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/extractor_merger.mjs
23265
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/extractor_merger.mjs
23263
23266
  var _VisitorMode;
23264
23267
  (function(_VisitorMode2) {
23265
23268
  _VisitorMode2[_VisitorMode2["Extract"] = 0] = "Extract";
23266
23269
  _VisitorMode2[_VisitorMode2["Merge"] = 1] = "Merge";
23267
23270
  })(_VisitorMode || (_VisitorMode = {}));
23268
23271
 
23269
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/xml_tags.mjs
23272
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/xml_tags.mjs
23270
23273
  var XmlTagDefinition = class {
23271
23274
  constructor() {
23272
23275
  this.closedByParent = false;
@@ -23288,7 +23291,7 @@ var XmlTagDefinition = class {
23288
23291
  };
23289
23292
  var _TAG_DEFINITION = new XmlTagDefinition();
23290
23293
 
23291
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/partial/api.mjs
23294
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/partial/api.mjs
23292
23295
  var FactoryTarget2;
23293
23296
  (function(FactoryTarget3) {
23294
23297
  FactoryTarget3[FactoryTarget3["Directive"] = 0] = "Directive";
@@ -23298,10 +23301,10 @@ var FactoryTarget2;
23298
23301
  FactoryTarget3[FactoryTarget3["NgModule"] = 4] = "NgModule";
23299
23302
  })(FactoryTarget2 || (FactoryTarget2 = {}));
23300
23303
 
23301
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/compiler.mjs
23304
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/compiler.mjs
23302
23305
  publishFacade(_global);
23303
23306
 
23304
- // bazel-out/k8-fastbuild/bin/packages/core/schematics/ng-generate/control-flow-migration/identifier-lookup.mjs
23307
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/control-flow-migration/identifier-lookup.mjs
23305
23308
  var import_typescript5 = __toESM(require("typescript"), 1);
23306
23309
  function lookupIdentifiersInSourceFile(sourceFile, names) {
23307
23310
  const results = /* @__PURE__ */ new Set();
@@ -23315,7 +23318,7 @@ function lookupIdentifiersInSourceFile(sourceFile, names) {
23315
23318
  return results;
23316
23319
  }
23317
23320
 
23318
- // bazel-out/k8-fastbuild/bin/packages/core/schematics/ng-generate/control-flow-migration/types.mjs
23321
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/control-flow-migration/types.mjs
23319
23322
  var ngtemplate = "ng-template";
23320
23323
  var boundngifelse = "[ngIfElse]";
23321
23324
  var boundngifthenelse = "[ngIfThenElse]";
@@ -23643,7 +23646,7 @@ var TemplateCollector = class extends RecursiveVisitor {
23643
23646
  }
23644
23647
  };
23645
23648
 
23646
- // bazel-out/k8-fastbuild/bin/packages/core/schematics/ng-generate/control-flow-migration/util.mjs
23649
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/control-flow-migration/util.mjs
23647
23650
  var import_path2 = require("path");
23648
23651
  var import_typescript6 = __toESM(require("typescript"), 1);
23649
23652
  var startMarkerRegex = new RegExp(startMarker, "gm");
@@ -24163,7 +24166,7 @@ function forEachClass(sourceFile, callback) {
24163
24166
  });
24164
24167
  }
24165
24168
 
24166
- // bazel-out/k8-fastbuild/bin/packages/core/schematics/ng-generate/control-flow-migration/cases.mjs
24169
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/control-flow-migration/cases.mjs
24167
24170
  var boundcase = "[ngSwitchCase]";
24168
24171
  var switchcase = "*ngSwitchCase";
24169
24172
  var nakedcase = "ngSwitchCase";
@@ -24235,7 +24238,7 @@ function migrateNgSwitchDefault(etm, tmpl, offset) {
24235
24238
  return { tmpl: updatedTmpl, offsets: { pre, post } };
24236
24239
  }
24237
24240
 
24238
- // bazel-out/k8-fastbuild/bin/packages/core/schematics/ng-generate/control-flow-migration/fors.mjs
24241
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/control-flow-migration/fors.mjs
24239
24242
  var ngfor = "*ngFor";
24240
24243
  var nakedngfor2 = "ngFor";
24241
24244
  var fors = [ngfor, nakedngfor2];
@@ -24414,7 +24417,7 @@ function getNgForParts(expression) {
24414
24417
  return parts;
24415
24418
  }
24416
24419
 
24417
- // bazel-out/k8-fastbuild/bin/packages/core/schematics/ng-generate/control-flow-migration/ifs.mjs
24420
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/control-flow-migration/ifs.mjs
24418
24421
  var ngif = "*ngIf";
24419
24422
  var boundngif = "[ngIf]";
24420
24423
  var nakedngif = "ngIf";
@@ -24563,7 +24566,7 @@ function buildIfThenBlock(etm, tmpl, condition, thenPlaceholder, offset) {
24563
24566
  return { tmpl: updatedTmpl, offsets: { pre, post } };
24564
24567
  }
24565
24568
 
24566
- // bazel-out/k8-fastbuild/bin/packages/core/schematics/ng-generate/control-flow-migration/switches.mjs
24569
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/control-flow-migration/switches.mjs
24567
24570
  var ngswitch = "[ngSwitch]";
24568
24571
  var switches = [ngswitch];
24569
24572
  function migrateSwitch(template2) {
@@ -24629,7 +24632,7 @@ function migrateNgSwitch(etm, tmpl, offset) {
24629
24632
  return { tmpl: updatedTmpl, offsets: { pre, post } };
24630
24633
  }
24631
24634
 
24632
- // bazel-out/k8-fastbuild/bin/packages/core/schematics/ng-generate/control-flow-migration/migration.mjs
24635
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/control-flow-migration/migration.mjs
24633
24636
  function migrateTemplate(template2, templateType, node, file, format = true, analyzedFiles) {
24634
24637
  let errors = [];
24635
24638
  let migrated = template2;
@@ -24680,7 +24683,7 @@ function migrateTemplate(template2, templateType, node, file, format = true, ana
24680
24683
  return { migrated, errors };
24681
24684
  }
24682
24685
 
24683
- // bazel-out/k8-fastbuild/bin/packages/core/schematics/ng-generate/control-flow-migration/index.mjs
24686
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/control-flow-migration/index.mjs
24684
24687
  function control_flow_migration_default(options) {
24685
24688
  return (tree, context) => __async(this, null, function* () {
24686
24689
  const basePath = process.cwd();