@angular/core 18.1.2 → 18.1.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 (50) hide show
  1. package/esm2022/primitives/event-dispatch/src/action_resolver.mjs +6 -3
  2. package/esm2022/primitives/event-dispatch/src/event_dispatcher.mjs +4 -3
  3. package/esm2022/src/application/application_init.mjs +2 -2
  4. package/esm2022/src/application/application_module.mjs +2 -2
  5. package/esm2022/src/application/application_ref.mjs +2 -2
  6. package/esm2022/src/change_detection/scheduling/ng_zone_scheduling.mjs +3 -10
  7. package/esm2022/src/change_detection/scheduling/zoneless_scheduling_impl.mjs +2 -2
  8. package/esm2022/src/console.mjs +2 -2
  9. package/esm2022/src/core_private_export.mjs +2 -1
  10. package/esm2022/src/error_handler.mjs +4 -2
  11. package/esm2022/src/event_delegation_utils.mjs +3 -3
  12. package/esm2022/src/image_performance_warning.mjs +2 -2
  13. package/esm2022/src/linker/compiler.mjs +2 -2
  14. package/esm2022/src/platform/platform_ref.mjs +2 -2
  15. package/esm2022/src/render3/component_ref.mjs +1 -1
  16. package/esm2022/src/render3/interfaces/renderer.mjs +1 -1
  17. package/esm2022/src/render3/interfaces/renderer_dom.mjs +1 -1
  18. package/esm2022/src/render3/node_manipulation.mjs +10 -14
  19. package/esm2022/src/sanitization/html_sanitizer.mjs +2 -2
  20. package/esm2022/src/sanitization/inert_body.mjs +2 -2
  21. package/esm2022/src/testability/testability.mjs +3 -3
  22. package/esm2022/src/util/callback_scheduler.mjs +26 -23
  23. package/esm2022/src/version.mjs +1 -1
  24. package/esm2022/testing/src/application_error_handler.mjs +43 -0
  25. package/esm2022/testing/src/component_fixture.mjs +13 -2
  26. package/esm2022/testing/src/logger.mjs +3 -3
  27. package/esm2022/testing/src/test_bed_common.mjs +1 -1
  28. package/esm2022/testing/src/test_bed_compiler.mjs +24 -2
  29. package/fesm2022/core.mjs +727 -733
  30. package/fesm2022/core.mjs.map +1 -1
  31. package/fesm2022/primitives/event-dispatch.mjs +9 -5
  32. package/fesm2022/primitives/event-dispatch.mjs.map +1 -1
  33. package/fesm2022/primitives/signals.mjs +1 -1
  34. package/fesm2022/rxjs-interop.mjs +1 -1
  35. package/fesm2022/testing.mjs +69 -3
  36. package/fesm2022/testing.mjs.map +1 -1
  37. package/index.d.ts +11 -7
  38. package/package.json +1 -1
  39. package/primitives/event-dispatch/index.d.ts +3 -2
  40. package/primitives/signals/index.d.ts +1 -1
  41. package/rxjs-interop/index.d.ts +1 -1
  42. package/schematics/migrations/after-render-phase/bundle.js +12 -12
  43. package/schematics/migrations/http-providers/bundle.js +15 -15
  44. package/schematics/migrations/invalid-two-way-bindings/bundle.js +166 -165
  45. package/schematics/migrations/invalid-two-way-bindings/bundle.js.map +2 -2
  46. package/schematics/ng-generate/control-flow-migration/bundle.js +174 -173
  47. package/schematics/ng-generate/control-flow-migration/bundle.js.map +2 -2
  48. package/schematics/ng-generate/standalone-migration/bundle.js +547 -514
  49. package/schematics/ng-generate/standalone-migration/bundle.js.map +4 -4
  50. package/testing/index.d.ts +2 -1
@@ -63,7 +63,7 @@ var __async = (__this, __arguments, generator) => {
63
63
  });
64
64
  };
65
65
 
66
- // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/migrations/invalid-two-way-bindings/index.mjs
66
+ // bazel-out/k8-fastbuild/bin/packages/core/schematics/migrations/invalid-two-way-bindings/index.mjs
67
67
  var invalid_two_way_bindings_exports = {};
68
68
  __export(invalid_two_way_bindings_exports, {
69
69
  default: () => invalid_two_way_bindings_default
@@ -72,7 +72,7 @@ module.exports = __toCommonJS(invalid_two_way_bindings_exports);
72
72
  var import_schematics = require("@angular-devkit/schematics");
73
73
  var import_path3 = require("path");
74
74
 
75
- // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/project_tsconfig_paths.mjs
75
+ // bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/project_tsconfig_paths.mjs
76
76
  var import_core = require("@angular-devkit/core");
77
77
  function getProjectTsConfigPaths(tree) {
78
78
  return __async(this, null, function* () {
@@ -152,11 +152,11 @@ function getWorkspace(tree) {
152
152
  });
153
153
  }
154
154
 
155
- // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/typescript/compiler_host.mjs
155
+ // bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/typescript/compiler_host.mjs
156
156
  var import_path = require("path");
157
157
  var import_typescript2 = __toESM(require("typescript"), 1);
158
158
 
159
- // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/typescript/parse_tsconfig.mjs
159
+ // bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/typescript/parse_tsconfig.mjs
160
160
  var path = __toESM(require("path"), 1);
161
161
  var import_typescript = __toESM(require("typescript"), 1);
162
162
  function parseTsconfigFile(tsconfigPath, basePath) {
@@ -173,7 +173,7 @@ function parseTsconfigFile(tsconfigPath, basePath) {
173
173
  return import_typescript.default.parseJsonConfigFileContent(config, parseConfigHost, basePath, {});
174
174
  }
175
175
 
176
- // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/typescript/compiler_host.mjs
176
+ // bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/typescript/compiler_host.mjs
177
177
  function createMigrationProgram(tree, tsconfigPath, basePath, fakeFileRead, additionalFiles) {
178
178
  const { rootNames, options, host } = createProgramOptions(tree, tsconfigPath, basePath, fakeFileRead, additionalFiles);
179
179
  return import_typescript2.default.createProgram(rootNames, options, host);
@@ -206,7 +206,7 @@ function canMigrateFile(basePath, sourceFile, program) {
206
206
  return !(0, import_path.relative)(basePath, sourceFile.fileName).startsWith("..");
207
207
  }
208
208
 
209
- // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/migrations/invalid-two-way-bindings/analysis.mjs
209
+ // bazel-out/k8-fastbuild/bin/packages/core/schematics/migrations/invalid-two-way-bindings/analysis.mjs
210
210
  var import_path2 = require("path");
211
211
  var import_typescript3 = __toESM(require("typescript"), 1);
212
212
  var AnalyzedFile = class {
@@ -266,7 +266,7 @@ function forEachClass(sourceFile, callback) {
266
266
  });
267
267
  }
268
268
 
269
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/selector.mjs
269
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/selector.mjs
270
270
  var _SELECTOR_REGEXP = new RegExp(
271
271
  `(\\:not\\()|(([\\.\\#]?)[-\\w]+)|(?:\\[([-.\\w*\\\\$]+)(?:=(["']?)([^\\]"']*)\\5)?\\])|(\\))|(\\s*,\\s*)`,
272
272
  "g"
@@ -574,7 +574,7 @@ var SelectorContext = class {
574
574
  }
575
575
  };
576
576
 
577
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/core.mjs
577
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/core.mjs
578
578
  var ViewEncapsulation;
579
579
  (function(ViewEncapsulation2) {
580
580
  ViewEncapsulation2[ViewEncapsulation2["Emulated"] = 0] = "Emulated";
@@ -642,7 +642,7 @@ function parseSelectorToR3Selector(selector) {
642
642
  return selector ? CssSelector.parse(selector).map(parserSelectorToR3Selector) : [];
643
643
  }
644
644
 
645
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/digest.mjs
645
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/digest.mjs
646
646
  var textEncoder;
647
647
  function computeDigest(message) {
648
648
  return sha1(serializeNodes(message.nodes).join("") + `[${message.meaning}]`);
@@ -882,7 +882,7 @@ function wordAt(bytes, index, endian) {
882
882
  return word;
883
883
  }
884
884
 
885
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/output_ast.mjs
885
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/output/output_ast.mjs
886
886
  var TypeModifier;
887
887
  (function(TypeModifier2) {
888
888
  TypeModifier2[TypeModifier2["None"] = 0] = "None";
@@ -1820,7 +1820,7 @@ function serializeTags(tags) {
1820
1820
  return out;
1821
1821
  }
1822
1822
 
1823
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/constant_pool.mjs
1823
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/constant_pool.mjs
1824
1824
  var CONSTANT_PREFIX = "_c";
1825
1825
  var UNKNOWN_VALUE_KEY = variable("<unknown>");
1826
1826
  var KEY_CONTEXT = {};
@@ -2008,7 +2008,7 @@ function isLongStringLiteral(expr) {
2008
2008
  return expr instanceof LiteralExpr && typeof expr.value === "string" && expr.value.length >= POOL_INCLUSION_LENGTH_THRESHOLD_FOR_STRINGS;
2009
2009
  }
2010
2010
 
2011
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_identifiers.mjs
2011
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_identifiers.mjs
2012
2012
  var CORE = "@angular/core";
2013
2013
  var _Identifiers = class {
2014
2014
  };
@@ -2905,7 +2905,7 @@ var Identifiers = _Identifiers;
2905
2905
  _Identifiers.unwrapWritableSignal = { name: "\u0275unwrapWritableSignal", moduleName: CORE };
2906
2906
  })();
2907
2907
 
2908
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/util.mjs
2908
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/util.mjs
2909
2909
  var DASH_CASE_REGEXP = /-+([a-z0-9])/g;
2910
2910
  function dashCaseToCamelCase(input) {
2911
2911
  return input.replace(DASH_CASE_REGEXP, (...m) => m[1].toUpperCase());
@@ -2982,7 +2982,7 @@ var Version = class {
2982
2982
  };
2983
2983
  var _global = globalThis;
2984
2984
 
2985
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/source_map.mjs
2985
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/output/source_map.mjs
2986
2986
  var VERSION = 3;
2987
2987
  var JS_B64_PREFIX = "# sourceMappingURL=data:application/json;base64,";
2988
2988
  var SourceMapGenerator = class {
@@ -3111,7 +3111,7 @@ function toBase64Digit(value) {
3111
3111
  return B64_DIGITS[value];
3112
3112
  }
3113
3113
 
3114
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/abstract_emitter.mjs
3114
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/output/abstract_emitter.mjs
3115
3115
  var _SINGLE_QUOTE_ESCAPE_STRING_RE = /'|\\|\n|\r|\$/g;
3116
3116
  var _LEGAL_IDENTIFIER_RE = /^[$A-Z_][0-9A-Z_$]*$/i;
3117
3117
  var _INDENT_WITH = " ";
@@ -3599,7 +3599,7 @@ function _createIndent(count) {
3599
3599
  return res;
3600
3600
  }
3601
3601
 
3602
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/util.mjs
3602
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/util.mjs
3603
3603
  function typeWithParameters(type, numParams) {
3604
3604
  if (numParams === 0) {
3605
3605
  return expressionType(type);
@@ -3654,7 +3654,7 @@ function generateForwardRef(expr) {
3654
3654
  return importExpr(Identifiers.forwardRef).callFn([arrowFn([], expr)]);
3655
3655
  }
3656
3656
 
3657
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_factory.mjs
3657
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_factory.mjs
3658
3658
  var R3FactoryDelegateType;
3659
3659
  (function(R3FactoryDelegateType2) {
3660
3660
  R3FactoryDelegateType2[R3FactoryDelegateType2["Class"] = 0] = "Class";
@@ -3669,7 +3669,7 @@ var FactoryTarget;
3669
3669
  FactoryTarget3[FactoryTarget3["NgModule"] = 4] = "NgModule";
3670
3670
  })(FactoryTarget || (FactoryTarget = {}));
3671
3671
  function compileFactoryFunction(meta) {
3672
- const t = variable("t");
3672
+ const t = variable("__ngFactoryType__");
3673
3673
  let baseFactoryVar = null;
3674
3674
  const typeForCtor = !isDelegatedFactoryMetadata(meta) ? new BinaryOperatorExpr(BinaryOperator.Or, t, meta.type.value) : t;
3675
3675
  let ctorExpr = null;
@@ -3684,7 +3684,7 @@ function compileFactoryFunction(meta) {
3684
3684
  const body = [];
3685
3685
  let retExpr = null;
3686
3686
  function makeConditionalFactory(nonCtorExpr) {
3687
- const r = variable("r");
3687
+ const r = variable("__ngConditionalFactory__");
3688
3688
  body.push(r.set(NULL_EXPR).toDeclStmt());
3689
3689
  const ctorStmt = ctorExpr !== null ? r.set(ctorExpr).toStmt() : importExpr(Identifiers.invalidFactory).callFn([]).toStmt();
3690
3690
  body.push(ifStmt(t, [ctorStmt], [r.set(nonCtorExpr).toStmt()]));
@@ -3708,7 +3708,7 @@ function compileFactoryFunction(meta) {
3708
3708
  } else {
3709
3709
  body.push(new ReturnStatement(retExpr));
3710
3710
  }
3711
- let factoryFn = fn([new FnParam("t", DYNAMIC_TYPE)], body, INFERRED_TYPE, void 0, `${meta.name}_Factory`);
3711
+ let factoryFn = fn([new FnParam(t.name, DYNAMIC_TYPE)], body, INFERRED_TYPE, void 0, `${meta.name}_Factory`);
3712
3712
  if (baseFactoryVar !== null) {
3713
3713
  factoryFn = arrowFn([], [new DeclareVarStmt(baseFactoryVar.name), new ReturnStatement(factoryFn)]).callFn([], void 0, true);
3714
3714
  }
@@ -3799,7 +3799,7 @@ function getInjectFn(target) {
3799
3799
  }
3800
3800
  }
3801
3801
 
3802
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/expression_parser/ast.mjs
3802
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/expression_parser/ast.mjs
3803
3803
  var ParserError = class {
3804
3804
  constructor(message, input, errLocation, ctxLocation) {
3805
3805
  this.input = input;
@@ -4237,7 +4237,7 @@ var BoundElementProperty = class {
4237
4237
  }
4238
4238
  };
4239
4239
 
4240
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/tags.mjs
4240
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/tags.mjs
4241
4241
  var TagContentType;
4242
4242
  (function(TagContentType2) {
4243
4243
  TagContentType2[TagContentType2["RAW_TEXT"] = 0] = "RAW_TEXT";
@@ -4274,7 +4274,7 @@ function mergeNsAndName(prefix, localName) {
4274
4274
  return prefix ? `:${prefix}:${localName}` : localName;
4275
4275
  }
4276
4276
 
4277
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_ast.mjs
4277
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_ast.mjs
4278
4278
  var Comment = class {
4279
4279
  constructor(value, sourceSpan) {
4280
4280
  this.value = value;
@@ -4744,7 +4744,7 @@ function visitAll(visitor, nodes) {
4744
4744
  return result;
4745
4745
  }
4746
4746
 
4747
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/i18n_ast.mjs
4747
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/i18n_ast.mjs
4748
4748
  var Message = class {
4749
4749
  constructor(nodes, placeholders, placeholderToMessage, meaning, description, customId) {
4750
4750
  this.nodes = nodes;
@@ -4884,7 +4884,7 @@ var LocalizeMessageStringVisitor = class {
4884
4884
  }
4885
4885
  };
4886
4886
 
4887
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/serializers/xml_helper.mjs
4887
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/serializers/xml_helper.mjs
4888
4888
  var _Visitor = class {
4889
4889
  visitTag(tag) {
4890
4890
  const strAttrs = this._serializeAttributes(tag.attrs);
@@ -4912,12 +4912,12 @@ ${doctype.dtd}
4912
4912
  };
4913
4913
  var _visitor = new _Visitor();
4914
4914
 
4915
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/serializers/xmb.mjs
4915
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/serializers/xmb.mjs
4916
4916
  function toPublicName(internalName) {
4917
4917
  return internalName.toUpperCase().replace(/[^A-Z0-9_]/g, "_");
4918
4918
  }
4919
4919
 
4920
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/util.mjs
4920
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/i18n/util.mjs
4921
4921
  var I18N_ATTR = "i18n";
4922
4922
  var I18N_ATTR_PREFIX = "i18n-";
4923
4923
  var I18N_ICU_VAR_PREFIX = "VAR_";
@@ -4957,7 +4957,7 @@ function formatI18nPlaceholderName(name, useCamelCase = true) {
4957
4957
  return postfix ? `${raw}_${postfix}` : raw;
4958
4958
  }
4959
4959
 
4960
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/util.mjs
4960
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/util.mjs
4961
4961
  var UNSAFE_OBJECT_KEY_NAME_REGEXP = /[-.]/;
4962
4962
  var TEMPORARY_NAME = "_t";
4963
4963
  var CONTEXT_NAME = "ctx";
@@ -5084,7 +5084,7 @@ function getAttrsForDirectiveMatching(elOrTpl) {
5084
5084
  return attributesMap;
5085
5085
  }
5086
5086
 
5087
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/injectable_compiler_2.mjs
5087
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/injectable_compiler_2.mjs
5088
5088
  function compileInjectable(meta, resolveForwardRefs) {
5089
5089
  let result = null;
5090
5090
  const factoryMeta = {
@@ -5168,10 +5168,11 @@ function delegateToFactory(type, useType, unwrapForwardRefs) {
5168
5168
  return createFactoryFunction(unwrappedType);
5169
5169
  }
5170
5170
  function createFactoryFunction(type) {
5171
- return arrowFn([new FnParam("t", DYNAMIC_TYPE)], type.prop("\u0275fac").callFn([variable("t")]));
5171
+ const t = new FnParam("__ngFactoryType__", DYNAMIC_TYPE);
5172
+ return arrowFn([t], type.prop("\u0275fac").callFn([variable(t.name)]));
5172
5173
  }
5173
5174
 
5174
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/assertions.mjs
5175
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/assertions.mjs
5175
5176
  var UNUSABLE_INTERPOLATION_REGEXPS = [
5176
5177
  /@/,
5177
5178
  /^\s*$/,
@@ -5194,7 +5195,7 @@ function assertInterpolationSymbols(identifier, value) {
5194
5195
  }
5195
5196
  }
5196
5197
 
5197
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/defaults.mjs
5198
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/defaults.mjs
5198
5199
  var InterpolationConfig = class {
5199
5200
  static fromArray(markers) {
5200
5201
  if (!markers) {
@@ -5211,7 +5212,7 @@ var InterpolationConfig = class {
5211
5212
  var DEFAULT_INTERPOLATION_CONFIG = new InterpolationConfig("{{", "}}");
5212
5213
  var DEFAULT_CONTAINER_BLOCKS = /* @__PURE__ */ new Set(["switch"]);
5213
5214
 
5214
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/chars.mjs
5215
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/chars.mjs
5215
5216
  var $EOF = 0;
5216
5217
  var $BSPACE = 8;
5217
5218
  var $TAB = 9;
@@ -5293,7 +5294,7 @@ function isQuote(code) {
5293
5294
  return code === $SQ || code === $DQ || code === $BT;
5294
5295
  }
5295
5296
 
5296
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/parse_util.mjs
5297
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/parse_util.mjs
5297
5298
  var ParseLocation = class {
5298
5299
  constructor(file, offset, line, col) {
5299
5300
  this.file = file;
@@ -5440,7 +5441,7 @@ function sanitizeIdentifier(name) {
5440
5441
  return name.replace(/\W/g, "_");
5441
5442
  }
5442
5443
 
5443
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/abstract_js_emitter.mjs
5444
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/output/abstract_js_emitter.mjs
5444
5445
  var makeTemplateObjectPolyfill = '(this&&this.__makeTemplateObject||function(e,t){return Object.defineProperty?Object.defineProperty(e,"raw",{value:t}):e.raw=t,e})';
5445
5446
  var AbstractJsEmitterVisitor = class extends AbstractEmitterVisitor {
5446
5447
  constructor() {
@@ -5533,7 +5534,7 @@ var AbstractJsEmitterVisitor = class extends AbstractEmitterVisitor {
5533
5534
  }
5534
5535
  };
5535
5536
 
5536
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/output_jit_trusted_types.mjs
5537
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/output/output_jit_trusted_types.mjs
5537
5538
  var policy;
5538
5539
  function getPolicy() {
5539
5540
  if (policy === void 0) {
@@ -5571,7 +5572,7 @@ function newTrustedFunctionForJIT(...args) {
5571
5572
  return fn2.bind(_global);
5572
5573
  }
5573
5574
 
5574
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/output_jit.mjs
5575
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/output/output_jit.mjs
5575
5576
  var JitEvaluator = class {
5576
5577
  evaluateStatements(sourceUrl, statements, refResolver, createSourceMaps) {
5577
5578
  const converter = new JitEmitterVisitor(refResolver);
@@ -5659,7 +5660,7 @@ function isUseStrictStatement(statement) {
5659
5660
  return statement.isEquivalent(literal("use strict").toStmt());
5660
5661
  }
5661
5662
 
5662
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_injector_compiler.mjs
5663
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_injector_compiler.mjs
5663
5664
  function compileInjector(meta) {
5664
5665
  const definitionMap = new DefinitionMap();
5665
5666
  if (meta.providers !== null) {
@@ -5676,7 +5677,7 @@ function createInjectorType(meta) {
5676
5677
  return new ExpressionType(importExpr(Identifiers.InjectorDeclaration, [new ExpressionType(meta.type.type)]));
5677
5678
  }
5678
5679
 
5679
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_jit.mjs
5680
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_jit.mjs
5680
5681
  var R3JitReflector = class {
5681
5682
  constructor(context) {
5682
5683
  this.context = context;
@@ -5692,7 +5693,7 @@ var R3JitReflector = class {
5692
5693
  }
5693
5694
  };
5694
5695
 
5695
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_module_compiler.mjs
5696
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_module_compiler.mjs
5696
5697
  var R3SelectorScopeMode;
5697
5698
  (function(R3SelectorScopeMode2) {
5698
5699
  R3SelectorScopeMode2[R3SelectorScopeMode2["Inline"] = 0] = "Inline";
@@ -5827,7 +5828,7 @@ function tupleOfTypes(types) {
5827
5828
  return types.length > 0 ? expressionType(literalArr(typeofTypes)) : NONE_TYPE;
5828
5829
  }
5829
5830
 
5830
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_pipe_compiler.mjs
5831
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_pipe_compiler.mjs
5831
5832
  function compilePipeFromMetadata(metadata) {
5832
5833
  const definitionMapValues = [];
5833
5834
  definitionMapValues.push({ key: "name", value: literal(metadata.pipeName), quoted: false });
@@ -5848,7 +5849,7 @@ function createPipeType(metadata) {
5848
5849
  ]));
5849
5850
  }
5850
5851
 
5851
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/api.mjs
5852
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/api.mjs
5852
5853
  var R3TemplateDependencyKind;
5853
5854
  (function(R3TemplateDependencyKind2) {
5854
5855
  R3TemplateDependencyKind2[R3TemplateDependencyKind2["Directive"] = 0] = "Directive";
@@ -5856,7 +5857,7 @@ var R3TemplateDependencyKind;
5856
5857
  R3TemplateDependencyKind2[R3TemplateDependencyKind2["NgModule"] = 2] = "NgModule";
5857
5858
  })(R3TemplateDependencyKind || (R3TemplateDependencyKind = {}));
5858
5859
 
5859
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/shadow_css.mjs
5860
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/shadow_css.mjs
5860
5861
  var animationKeywords = /* @__PURE__ */ new Set([
5861
5862
  "inherit",
5862
5863
  "initial",
@@ -6336,7 +6337,7 @@ function repeatGroups(groups, multiples) {
6336
6337
  }
6337
6338
  }
6338
6339
 
6339
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/enums.mjs
6340
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/enums.mjs
6340
6341
  var OpKind;
6341
6342
  (function(OpKind2) {
6342
6343
  OpKind2[OpKind2["ListEnd"] = 0] = "ListEnd";
@@ -6494,7 +6495,7 @@ var TemplateKind;
6494
6495
  TemplateKind2[TemplateKind2["Block"] = 2] = "Block";
6495
6496
  })(TemplateKind || (TemplateKind = {}));
6496
6497
 
6497
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/traits.mjs
6498
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/traits.mjs
6498
6499
  var ConsumesSlot = Symbol("ConsumesSlot");
6499
6500
  var DependsOnSlotContext = Symbol("DependsOnSlotContext");
6500
6501
  var ConsumesVarsTrait = Symbol("ConsumesVars");
@@ -6522,7 +6523,7 @@ function hasUsesVarOffsetTrait(expr) {
6522
6523
  return expr[UsesVarOffset] === true;
6523
6524
  }
6524
6525
 
6525
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/shared.mjs
6526
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/shared.mjs
6526
6527
  function createStatementOp(statement) {
6527
6528
  return __spreadValues({
6528
6529
  kind: OpKind.Statement,
@@ -6544,7 +6545,7 @@ var NEW_OP = {
6544
6545
  next: null
6545
6546
  };
6546
6547
 
6547
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/update.mjs
6548
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/update.mjs
6548
6549
  function createInterpolateTextOp(xref, interpolation, sourceSpan) {
6549
6550
  return __spreadValues(__spreadValues(__spreadValues({
6550
6551
  kind: OpKind.InterpolateText,
@@ -6733,7 +6734,7 @@ function createStoreLetOp(target, declaredName, value, sourceSpan) {
6733
6734
  }, TRAIT_DEPENDS_ON_SLOT_CONTEXT), TRAIT_CONSUMES_VARS), NEW_OP);
6734
6735
  }
6735
6736
 
6736
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/expression.mjs
6737
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/expression.mjs
6737
6738
  var _a;
6738
6739
  var _b;
6739
6740
  var _c;
@@ -7651,7 +7652,7 @@ function isStringLiteral(expr) {
7651
7652
  return expr instanceof LiteralExpr && typeof expr.value === "string";
7652
7653
  }
7653
7654
 
7654
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/operations.mjs
7655
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/operations.mjs
7655
7656
  var _OpList = class {
7656
7657
  constructor() {
7657
7658
  this.debugListId = _OpList.nextListId++;
@@ -7842,14 +7843,14 @@ var OpList = _OpList;
7842
7843
  _OpList.nextListId = 0;
7843
7844
  })();
7844
7845
 
7845
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/handle.mjs
7846
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/handle.mjs
7846
7847
  var SlotHandle = class {
7847
7848
  constructor() {
7848
7849
  this.slot = null;
7849
7850
  }
7850
7851
  };
7851
7852
 
7852
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/create.mjs
7853
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/create.mjs
7853
7854
  var elementContainerOpKinds = /* @__PURE__ */ new Set([
7854
7855
  OpKind.Element,
7855
7856
  OpKind.ElementStart,
@@ -8162,7 +8163,7 @@ function createI18nAttributesOp(xref, handle, target) {
8162
8163
  }, NEW_OP), TRAIT_CONSUMES_SLOT);
8163
8164
  }
8164
8165
 
8165
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/host.mjs
8166
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/host.mjs
8166
8167
  function createHostPropertyOp(name, expression, isAnimationTrigger, i18nContext, securityContext, sourceSpan) {
8167
8168
  return __spreadValues(__spreadValues({
8168
8169
  kind: OpKind.HostProperty,
@@ -8176,10 +8177,10 @@ function createHostPropertyOp(name, expression, isAnimationTrigger, i18nContext,
8176
8177
  }, TRAIT_CONSUMES_VARS), NEW_OP);
8177
8178
  }
8178
8179
 
8179
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/variable.mjs
8180
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/variable.mjs
8180
8181
  var CTX_REF = "CTX_REF_MARKER";
8181
8182
 
8182
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/compilation.mjs
8183
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/compilation.mjs
8183
8184
  var CompilationJobKind;
8184
8185
  (function(CompilationJobKind2) {
8185
8186
  CompilationJobKind2[CompilationJobKind2["Tmpl"] = 0] = "Tmpl";
@@ -8287,7 +8288,7 @@ var HostBindingCompilationUnit = class extends CompilationUnit {
8287
8288
  }
8288
8289
  };
8289
8290
 
8290
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/any_cast.mjs
8291
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/any_cast.mjs
8291
8292
  function deleteAnyCasts(job) {
8292
8293
  for (const unit of job.units) {
8293
8294
  for (const op of unit.ops()) {
@@ -8305,7 +8306,7 @@ function removeAnys(e) {
8305
8306
  return e;
8306
8307
  }
8307
8308
 
8308
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/apply_i18n_expressions.mjs
8309
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/apply_i18n_expressions.mjs
8309
8310
  function applyI18nExpressions(job) {
8310
8311
  const i18nContexts = /* @__PURE__ */ new Map();
8311
8312
  for (const unit of job.units) {
@@ -8348,7 +8349,7 @@ function needsApplication(i18nContexts, op) {
8348
8349
  return false;
8349
8350
  }
8350
8351
 
8351
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/assign_i18n_slot_dependencies.mjs
8352
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/assign_i18n_slot_dependencies.mjs
8352
8353
  function assignI18nSlotDependencies(job) {
8353
8354
  for (const unit of job.units) {
8354
8355
  let updateOp = unit.update.head;
@@ -8393,7 +8394,7 @@ function assignI18nSlotDependencies(job) {
8393
8394
  }
8394
8395
  }
8395
8396
 
8396
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/util/elements.mjs
8397
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/util/elements.mjs
8397
8398
  function createOpXrefMap(unit) {
8398
8399
  const map = /* @__PURE__ */ new Map();
8399
8400
  for (const op of unit.create) {
@@ -8408,7 +8409,7 @@ function createOpXrefMap(unit) {
8408
8409
  return map;
8409
8410
  }
8410
8411
 
8411
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/attribute_extraction.mjs
8412
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/attribute_extraction.mjs
8412
8413
  function extractAttributes(job) {
8413
8414
  for (const unit of job.units) {
8414
8415
  const elements = createOpXrefMap(unit);
@@ -8537,7 +8538,7 @@ function extractAttributeOp(unit, op, elements) {
8537
8538
  }
8538
8539
  }
8539
8540
 
8540
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/binding_specialization.mjs
8541
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/binding_specialization.mjs
8541
8542
  function lookupElement2(elements, xref) {
8542
8543
  const el = elements.get(xref);
8543
8544
  if (el === void 0) {
@@ -8594,7 +8595,7 @@ function specializeBindings(job) {
8594
8595
  }
8595
8596
  }
8596
8597
 
8597
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/chaining.mjs
8598
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/chaining.mjs
8598
8599
  var CHAINABLE = /* @__PURE__ */ new Set([
8599
8600
  Identifiers.attribute,
8600
8601
  Identifiers.classProp,
@@ -8666,7 +8667,7 @@ function chainOperationsInList(opList) {
8666
8667
  }
8667
8668
  }
8668
8669
 
8669
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/collapse_singleton_interpolations.mjs
8670
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/collapse_singleton_interpolations.mjs
8670
8671
  function collapseSingletonInterpolations(job) {
8671
8672
  for (const unit of job.units) {
8672
8673
  for (const op of unit.update) {
@@ -8678,7 +8679,7 @@ function collapseSingletonInterpolations(job) {
8678
8679
  }
8679
8680
  }
8680
8681
 
8681
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/conditionals.mjs
8682
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/conditionals.mjs
8682
8683
  function generateConditionalExpressions(job) {
8683
8684
  for (const unit of job.units) {
8684
8685
  for (const op of unit.ops()) {
@@ -8715,7 +8716,7 @@ function generateConditionalExpressions(job) {
8715
8716
  }
8716
8717
  }
8717
8718
 
8718
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/conversion.mjs
8719
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/conversion.mjs
8719
8720
  var BINARY_OPERATORS = /* @__PURE__ */ new Map([
8720
8721
  ["&&", BinaryOperator.And],
8721
8722
  [">", BinaryOperator.Bigger],
@@ -8772,7 +8773,7 @@ function literalOrArrayLiteral(value) {
8772
8773
  return literal(value);
8773
8774
  }
8774
8775
 
8775
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/const_collection.mjs
8776
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/const_collection.mjs
8776
8777
  function collectElementConsts(job) {
8777
8778
  const allElementAttributes = /* @__PURE__ */ new Map();
8778
8779
  for (const unit of job.units) {
@@ -8941,7 +8942,7 @@ function serializeAttributes({ attributes, bindings, classes, i18n: i18n2, proje
8941
8942
  return literalArr(attrArray);
8942
8943
  }
8943
8944
 
8944
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/convert_i18n_bindings.mjs
8945
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/convert_i18n_bindings.mjs
8945
8946
  function convertI18nBindings(job) {
8946
8947
  const i18nAttributesByElem = /* @__PURE__ */ new Map();
8947
8948
  for (const unit of job.units) {
@@ -8982,7 +8983,7 @@ function convertI18nBindings(job) {
8982
8983
  }
8983
8984
  }
8984
8985
 
8985
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_defer_deps_fns.mjs
8986
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_defer_deps_fns.mjs
8986
8987
  function resolveDeferDepsFns(job) {
8987
8988
  var _a2;
8988
8989
  for (const unit of job.units) {
@@ -9007,7 +9008,7 @@ function resolveDeferDepsFns(job) {
9007
9008
  }
9008
9009
  }
9009
9010
 
9010
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/create_i18n_contexts.mjs
9011
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/create_i18n_contexts.mjs
9011
9012
  function createI18nContexts(job) {
9012
9013
  const attrContextByMessage = /* @__PURE__ */ new Map();
9013
9014
  for (const unit of job.units) {
@@ -9085,7 +9086,7 @@ function createI18nContexts(job) {
9085
9086
  }
9086
9087
  }
9087
9088
 
9088
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/deduplicate_text_bindings.mjs
9089
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/deduplicate_text_bindings.mjs
9089
9090
  function deduplicateTextBindings(job) {
9090
9091
  const seen = /* @__PURE__ */ new Map();
9091
9092
  for (const unit of job.units) {
@@ -9107,7 +9108,7 @@ function deduplicateTextBindings(job) {
9107
9108
  }
9108
9109
  }
9109
9110
 
9110
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/defer_configs.mjs
9111
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/defer_configs.mjs
9111
9112
  function configureDeferInstructions(job) {
9112
9113
  for (const unit of job.units) {
9113
9114
  for (const op of unit.create) {
@@ -9124,7 +9125,7 @@ function configureDeferInstructions(job) {
9124
9125
  }
9125
9126
  }
9126
9127
 
9127
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/defer_resolve_targets.mjs
9128
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/defer_resolve_targets.mjs
9128
9129
  function resolveDeferTargetNames(job) {
9129
9130
  const scopes = /* @__PURE__ */ new Map();
9130
9131
  function getScopeForView2(view) {
@@ -9218,7 +9219,7 @@ var Scope = class {
9218
9219
  }
9219
9220
  };
9220
9221
 
9221
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/empty_elements.mjs
9222
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/empty_elements.mjs
9222
9223
  var REPLACEMENTS = /* @__PURE__ */ new Map([
9223
9224
  [OpKind.ElementEnd, [OpKind.ElementStart, OpKind.Element]],
9224
9225
  [OpKind.ContainerEnd, [OpKind.ContainerStart, OpKind.Container]],
@@ -9245,7 +9246,7 @@ function collapseEmptyInstructions(job) {
9245
9246
  }
9246
9247
  }
9247
9248
 
9248
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/expand_safe_reads.mjs
9249
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/expand_safe_reads.mjs
9249
9250
  function expandSafeReads(job) {
9250
9251
  for (const unit of job.units) {
9251
9252
  for (const op of unit.ops()) {
@@ -9381,7 +9382,7 @@ function ternaryTransform(e) {
9381
9382
  return new ConditionalExpr(new BinaryOperatorExpr(BinaryOperator.Equals, e.guard, NULL_EXPR), NULL_EXPR, e.expr);
9382
9383
  }
9383
9384
 
9384
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/extract_i18n_messages.mjs
9385
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/extract_i18n_messages.mjs
9385
9386
  var ESCAPE = "\uFFFD";
9386
9387
  var ELEMENT_MARKER = "#";
9387
9388
  var TEMPLATE_MARKER = "*";
@@ -9517,7 +9518,7 @@ function formatValue(value) {
9517
9518
  return `${ESCAPE}${closeMarker}${tagMarker}${value.value}${context}${ESCAPE}`;
9518
9519
  }
9519
9520
 
9520
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_advance.mjs
9521
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_advance.mjs
9521
9522
  function generateAdvance(job) {
9522
9523
  for (const unit of job.units) {
9523
9524
  const slotMap = /* @__PURE__ */ new Map();
@@ -9560,7 +9561,7 @@ function generateAdvance(job) {
9560
9561
  }
9561
9562
  }
9562
9563
 
9563
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_projection_def.mjs
9564
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_projection_def.mjs
9564
9565
  function generateProjectionDefs(job) {
9565
9566
  const share = job.compatibility === CompatibilityMode.TemplateDefinitionBuilder;
9566
9567
  const selectors = [];
@@ -9584,7 +9585,7 @@ function generateProjectionDefs(job) {
9584
9585
  }
9585
9586
  }
9586
9587
 
9587
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_variables.mjs
9588
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_variables.mjs
9588
9589
  function generateVariables(job) {
9589
9590
  recursivelyProcessView(job.root, null);
9590
9591
  }
@@ -9702,7 +9703,7 @@ function generateVariablesInScopeForView(view, scope, isListener) {
9702
9703
  return newOps;
9703
9704
  }
9704
9705
 
9705
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/has_const_expression_collection.mjs
9706
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/has_const_expression_collection.mjs
9706
9707
  function collectConstExpressions(job) {
9707
9708
  for (const unit of job.units) {
9708
9709
  for (const op of unit.ops()) {
@@ -9716,7 +9717,7 @@ function collectConstExpressions(job) {
9716
9717
  }
9717
9718
  }
9718
9719
 
9719
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/host_style_property_parsing.mjs
9720
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/host_style_property_parsing.mjs
9720
9721
  var STYLE_DOT = "style.";
9721
9722
  var CLASS_DOT = "class.";
9722
9723
  var STYLE_BANG = "style!";
@@ -9774,7 +9775,7 @@ function parseProperty(name) {
9774
9775
  return { property: property2, suffix };
9775
9776
  }
9776
9777
 
9777
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/map_util.mjs
9778
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/output/map_util.mjs
9778
9779
  function mapLiteral(obj, quoted = false) {
9779
9780
  return literalMap(Object.keys(obj).map((key) => ({
9780
9781
  key,
@@ -9783,7 +9784,7 @@ function mapLiteral(obj, quoted = false) {
9783
9784
  })));
9784
9785
  }
9785
9786
 
9786
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/icu_serializer.mjs
9787
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/i18n/icu_serializer.mjs
9787
9788
  var IcuSerializerVisitor = class {
9788
9789
  visitText(text2) {
9789
9790
  return text2.value;
@@ -9817,7 +9818,7 @@ function serializeIcuNode(icu) {
9817
9818
  return icu.visit(serializer);
9818
9819
  }
9819
9820
 
9820
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/expression_parser/lexer.mjs
9821
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/expression_parser/lexer.mjs
9821
9822
  var TokenType;
9822
9823
  (function(TokenType2) {
9823
9824
  TokenType2[TokenType2["Character"] = 0] = "Character";
@@ -10178,7 +10179,7 @@ function parseIntAutoRadix(text2) {
10178
10179
  return result;
10179
10180
  }
10180
10181
 
10181
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/expression_parser/parser.mjs
10182
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/expression_parser/parser.mjs
10182
10183
  var SplitInterpolation = class {
10183
10184
  constructor(strings, expressions, offsets) {
10184
10185
  this.strings = strings;
@@ -11062,7 +11063,7 @@ function getIndexMapForOriginalTemplate(interpolatedTokens) {
11062
11063
  return offsetMap;
11063
11064
  }
11064
11065
 
11065
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/ast.mjs
11066
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/ast.mjs
11066
11067
  var NodeWithI18n = class {
11067
11068
  constructor(sourceSpan, i18n2) {
11068
11069
  this.sourceSpan = sourceSpan;
@@ -11185,7 +11186,7 @@ function visitAll2(visitor, nodes, context = null) {
11185
11186
  return result;
11186
11187
  }
11187
11188
 
11188
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/schema/dom_security_schema.mjs
11189
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/schema/dom_security_schema.mjs
11189
11190
  var _SECURITY_SCHEMA;
11190
11191
  function SECURITY_SCHEMA() {
11191
11192
  if (!_SECURITY_SCHEMA) {
@@ -11246,11 +11247,11 @@ function isIframeSecuritySensitiveAttr(attrName) {
11246
11247
  return IFRAME_SECURITY_SENSITIVE_ATTRS.has(attrName.toLowerCase());
11247
11248
  }
11248
11249
 
11249
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/schema/element_schema_registry.mjs
11250
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/schema/element_schema_registry.mjs
11250
11251
  var ElementSchemaRegistry = class {
11251
11252
  };
11252
11253
 
11253
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/schema/dom_element_schema_registry.mjs
11254
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/schema/dom_element_schema_registry.mjs
11254
11255
  var BOOLEAN = "boolean";
11255
11256
  var NUMBER = "number";
11256
11257
  var STRING = "string";
@@ -11633,7 +11634,7 @@ function _isPixelDimensionStyle(prop) {
11633
11634
  }
11634
11635
  }
11635
11636
 
11636
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/html_tags.mjs
11637
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/html_tags.mjs
11637
11638
  var HtmlTagDefinition = class {
11638
11639
  constructor({ closedByChildren, implicitNamespacePrefix, contentType = TagContentType.PARSABLE_DATA, closedByParent = false, isVoid = false, ignoreFirstLf = false, preventNamespaceInheritance = false, canSelfClose = false } = {}) {
11639
11640
  this.closedByChildren = {};
@@ -11769,7 +11770,7 @@ function getHtmlTagDefinition(tagName) {
11769
11770
  return (_b2 = (_a2 = TAG_DEFINITIONS[tagName]) != null ? _a2 : TAG_DEFINITIONS[tagName.toLowerCase()]) != null ? _b2 : DEFAULT_TAG_DEFINITION;
11770
11771
  }
11771
11772
 
11772
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/serializers/placeholder.mjs
11773
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/serializers/placeholder.mjs
11773
11774
  var TAG_TO_PLACEHOLDER_NAMES = {
11774
11775
  "A": "LINK",
11775
11776
  "B": "BOLD_TEXT",
@@ -11891,7 +11892,7 @@ var PlaceholderRegistry = class {
11891
11892
  }
11892
11893
  };
11893
11894
 
11894
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/i18n_parser.mjs
11895
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/i18n_parser.mjs
11895
11896
  var _expParser = new Parser(new Lexer());
11896
11897
  function createI18nMessageFactory(interpolationConfig, containerBlocks) {
11897
11898
  const visitor = new _I18nVisitor(_expParser, interpolationConfig, containerBlocks);
@@ -12073,14 +12074,14 @@ function extractPlaceholderName(input) {
12073
12074
  return input.split(_CUSTOM_PH_EXP)[2];
12074
12075
  }
12075
12076
 
12076
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/parse_util.mjs
12077
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/parse_util.mjs
12077
12078
  var I18nError = class extends ParseError {
12078
12079
  constructor(span, msg) {
12079
12080
  super(span, msg);
12080
12081
  }
12081
12082
  };
12082
12083
 
12083
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/entities.mjs
12084
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/entities.mjs
12084
12085
  var NAMED_ENTITIES = {
12085
12086
  "AElig": "\xC6",
12086
12087
  "AMP": "&",
@@ -14211,7 +14212,7 @@ var NAMED_ENTITIES = {
14211
14212
  var NGSP_UNICODE = "\uE500";
14212
14213
  NAMED_ENTITIES["ngsp"] = NGSP_UNICODE;
14213
14214
 
14214
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/lexer.mjs
14215
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/lexer.mjs
14215
14216
  var TokenError = class extends ParseError {
14216
14217
  constructor(errorMsg, tokenType, span) {
14217
14218
  super(span, errorMsg);
@@ -15201,7 +15202,7 @@ var CursorError = class {
15201
15202
  }
15202
15203
  };
15203
15204
 
15204
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/parser.mjs
15205
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/parser.mjs
15205
15206
  var TreeError = class extends ParseError {
15206
15207
  static create(elementName, span, msg) {
15207
15208
  return new TreeError(elementName, span, msg);
@@ -15629,7 +15630,7 @@ function decodeEntity(match, entity) {
15629
15630
  return match;
15630
15631
  }
15631
15632
 
15632
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/schema/trusted_types_sinks.mjs
15633
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/schema/trusted_types_sinks.mjs
15633
15634
  var TRUSTED_TYPES_SINKS = /* @__PURE__ */ new Set([
15634
15635
  "iframe|srcdoc",
15635
15636
  "*|innerhtml",
@@ -15644,7 +15645,7 @@ function isTrustedTypesSink(tagName, propName) {
15644
15645
  return TRUSTED_TYPES_SINKS.has(tagName + "|" + propName) || TRUSTED_TYPES_SINKS.has("*|" + propName);
15645
15646
  }
15646
15647
 
15647
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/meta.mjs
15648
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/i18n/meta.mjs
15648
15649
  var setI18nRefs = (htmlNode, i18nNode) => {
15649
15650
  if (htmlNode instanceof NodeWithI18n) {
15650
15651
  if (i18nNode instanceof IcuPlaceholder && htmlNode.i18n instanceof Message) {
@@ -15804,7 +15805,7 @@ function i18nMetaToJSDoc(meta) {
15804
15805
  return jsDocComment(tags);
15805
15806
  }
15806
15807
 
15807
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/get_msg_utils.mjs
15808
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/i18n/get_msg_utils.mjs
15808
15809
  var GOOG_GET_MSG = "goog.getMsg";
15809
15810
  function createGoogleGetMsgStatements(variable2, message, closureVar, placeholderValues) {
15810
15811
  const messageString = serializeI18nMessageForGetMsg(message);
@@ -15855,7 +15856,7 @@ function serializeI18nMessageForGetMsg(message) {
15855
15856
  return message.nodes.map((node) => node.visit(serializerVisitor2, null)).join("");
15856
15857
  }
15857
15858
 
15858
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/localize_utils.mjs
15859
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/i18n/localize_utils.mjs
15859
15860
  function createLocalizeStatements(variable2, message, params) {
15860
15861
  const { messageParts, placeHolders } = serializeI18nMessageForLocalize(message);
15861
15862
  const sourceSpan = getSourceSpan(message);
@@ -15944,7 +15945,7 @@ function createEmptyMessagePart(location) {
15944
15945
  return new LiteralPiece("", new ParseSourceSpan(location, location));
15945
15946
  }
15946
15947
 
15947
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/i18n_const_collection.mjs
15948
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/i18n_const_collection.mjs
15948
15949
  var NG_I18N_CLOSURE_MODE = "ngI18nClosureMode";
15949
15950
  var TRANSLATION_VAR_PREFIX = "i18n_";
15950
15951
  var I18N_ICU_MAPPING_PREFIX = "I18N_EXP_";
@@ -16115,7 +16116,7 @@ function i18nGenerateClosureVar(pool, messageId, fileBasedI18nSuffix, useExterna
16115
16116
  return variable(name);
16116
16117
  }
16117
16118
 
16118
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/i18n_text_extraction.mjs
16119
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/i18n_text_extraction.mjs
16119
16120
  function convertI18nText(job) {
16120
16121
  var _a2, _b2, _c2;
16121
16122
  for (const unit of job.units) {
@@ -16185,7 +16186,7 @@ function convertI18nText(job) {
16185
16186
  }
16186
16187
  }
16187
16188
 
16188
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/local_refs.mjs
16189
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/local_refs.mjs
16189
16190
  function liftLocalRefs(job) {
16190
16191
  for (const unit of job.units) {
16191
16192
  for (const op of unit.create) {
@@ -16215,7 +16216,7 @@ function serializeLocalRefs(refs) {
16215
16216
  return literalArr(constRefs);
16216
16217
  }
16217
16218
 
16218
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/namespace.mjs
16219
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/namespace.mjs
16219
16220
  function emitNamespaceChanges(job) {
16220
16221
  for (const unit of job.units) {
16221
16222
  let activeNamespace = Namespace.HTML;
@@ -16231,7 +16232,7 @@ function emitNamespaceChanges(job) {
16231
16232
  }
16232
16233
  }
16233
16234
 
16234
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/parse_extracted_styles.mjs
16235
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/parse_extracted_styles.mjs
16235
16236
  function parse(value) {
16236
16237
  const styles = [];
16237
16238
  let i = 0;
@@ -16325,7 +16326,7 @@ function parseExtractedStyles(job) {
16325
16326
  }
16326
16327
  }
16327
16328
 
16328
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/naming.mjs
16329
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/naming.mjs
16329
16330
  function nameFunctionsAndVariables(job) {
16330
16331
  addNamesToView(job.root, job.componentName, { index: 0 }, job.compatibility === CompatibilityMode.TemplateDefinitionBuilder);
16331
16332
  }
@@ -16469,7 +16470,7 @@ function stripImportant(name) {
16469
16470
  return name;
16470
16471
  }
16471
16472
 
16472
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/next_context_merging.mjs
16473
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/next_context_merging.mjs
16473
16474
  function mergeNextContextExpressions(job) {
16474
16475
  for (const unit of job.units) {
16475
16476
  for (const op of unit.create) {
@@ -16516,7 +16517,7 @@ function mergeNextContextsInOps(ops) {
16516
16517
  }
16517
16518
  }
16518
16519
 
16519
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/ng_container.mjs
16520
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/ng_container.mjs
16520
16521
  var CONTAINER_TAG = "ng-container";
16521
16522
  function generateNgContainerOps(job) {
16522
16523
  for (const unit of job.units) {
@@ -16533,7 +16534,7 @@ function generateNgContainerOps(job) {
16533
16534
  }
16534
16535
  }
16535
16536
 
16536
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/nonbindable.mjs
16537
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/nonbindable.mjs
16537
16538
  function lookupElement3(elements, xref) {
16538
16539
  const el = elements.get(xref);
16539
16540
  if (el === void 0) {
@@ -16563,7 +16564,7 @@ function disableBindings(job) {
16563
16564
  }
16564
16565
  }
16565
16566
 
16566
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/nullish_coalescing.mjs
16567
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/nullish_coalescing.mjs
16567
16568
  function generateNullishCoalesceExpressions(job) {
16568
16569
  for (const unit of job.units) {
16569
16570
  for (const op of unit.ops()) {
@@ -16579,7 +16580,7 @@ function generateNullishCoalesceExpressions(job) {
16579
16580
  }
16580
16581
  }
16581
16582
 
16582
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/ordering.mjs
16583
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/ordering.mjs
16583
16584
  function kindTest(kind) {
16584
16585
  return (op) => op.kind === kind;
16585
16586
  }
@@ -16669,7 +16670,7 @@ function keepLast(ops) {
16669
16670
  return ops.slice(ops.length - 1);
16670
16671
  }
16671
16672
 
16672
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/phase_remove_content_selectors.mjs
16673
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/phase_remove_content_selectors.mjs
16673
16674
  function removeContentSelectors(job) {
16674
16675
  for (const unit of job.units) {
16675
16676
  const elements = createOpXrefMap(unit);
@@ -16696,7 +16697,7 @@ function lookupInXrefMap(map, xref) {
16696
16697
  return el;
16697
16698
  }
16698
16699
 
16699
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pipe_creation.mjs
16700
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pipe_creation.mjs
16700
16701
  function createPipes(job) {
16701
16702
  for (const unit of job.units) {
16702
16703
  processPipeBindingsInView(unit);
@@ -16744,7 +16745,7 @@ function addPipeToCreationBlock(unit, afterTargetXref, binding) {
16744
16745
  throw new Error(`AssertionError: unable to find insertion point for pipe ${binding.name}`);
16745
16746
  }
16746
16747
 
16747
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pipe_variadic.mjs
16748
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pipe_variadic.mjs
16748
16749
  function createVariadicPipes(job) {
16749
16750
  for (const unit of job.units) {
16750
16751
  for (const op of unit.update) {
@@ -16761,7 +16762,7 @@ function createVariadicPipes(job) {
16761
16762
  }
16762
16763
  }
16763
16764
 
16764
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/propagate_i18n_blocks.mjs
16765
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/propagate_i18n_blocks.mjs
16765
16766
  function propagateI18nBlocks(job) {
16766
16767
  propagateI18nBlocksToTemplates(job.root, 0);
16767
16768
  }
@@ -16815,7 +16816,7 @@ function wrapTemplateWithI18n(unit, parentI18n) {
16815
16816
  }
16816
16817
  }
16817
16818
 
16818
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pure_function_extraction.mjs
16819
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pure_function_extraction.mjs
16819
16820
  function extractPureFunctions(job) {
16820
16821
  for (const view of job.units) {
16821
16822
  for (const op of view.ops()) {
@@ -16857,7 +16858,7 @@ var PureFunctionConstant = class extends GenericKeyFn {
16857
16858
  }
16858
16859
  };
16859
16860
 
16860
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pure_literal_structures.mjs
16861
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pure_literal_structures.mjs
16861
16862
  function generatePureLiteralStructures(job) {
16862
16863
  for (const unit of job.units) {
16863
16864
  for (const op of unit.update) {
@@ -16904,7 +16905,7 @@ function transformLiteralMap(expr) {
16904
16905
  return new PureFunctionExpr(literalMap(derivedEntries), nonConstantArgs);
16905
16906
  }
16906
16907
 
16907
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/instruction.mjs
16908
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/instruction.mjs
16908
16909
  function element(slot, tag, constIndex, localRefIndex, sourceSpan) {
16909
16910
  return elementOrContainerBase(Identifiers.element, slot, tag, constIndex, localRefIndex, sourceSpan);
16910
16911
  }
@@ -17436,7 +17437,7 @@ function callVariadicInstruction(config, baseArgs, interpolationArgs, extraArgs,
17436
17437
  return createStatementOp(callVariadicInstructionExpr(config, baseArgs, interpolationArgs, extraArgs, sourceSpan).toStmt());
17437
17438
  }
17438
17439
 
17439
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/reify.mjs
17440
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/reify.mjs
17440
17441
  var GLOBAL_TARGET_RESOLVERS = /* @__PURE__ */ new Map([
17441
17442
  ["window", Identifiers.resolveWindow],
17442
17443
  ["document", Identifiers.resolveDocument],
@@ -17801,7 +17802,7 @@ function reifyListenerHandler(unit, name, handlerOps, consumesDollarEvent) {
17801
17802
  return fn(params, handlerStmts, void 0, void 0, name);
17802
17803
  }
17803
17804
 
17804
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/remove_empty_bindings.mjs
17805
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/remove_empty_bindings.mjs
17805
17806
  function removeEmptyBindings(job) {
17806
17807
  for (const unit of job.units) {
17807
17808
  for (const op of unit.update) {
@@ -17822,7 +17823,7 @@ function removeEmptyBindings(job) {
17822
17823
  }
17823
17824
  }
17824
17825
 
17825
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/remove_i18n_contexts.mjs
17826
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/remove_i18n_contexts.mjs
17826
17827
  function removeI18nContexts(job) {
17827
17828
  for (const unit of job.units) {
17828
17829
  for (const op of unit.create) {
@@ -17838,7 +17839,7 @@ function removeI18nContexts(job) {
17838
17839
  }
17839
17840
  }
17840
17841
 
17841
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/remove_unused_i18n_attrs.mjs
17842
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/remove_unused_i18n_attrs.mjs
17842
17843
  function removeUnusedI18nAttributesOps(job) {
17843
17844
  for (const unit of job.units) {
17844
17845
  const ownersWithI18nExpressions = /* @__PURE__ */ new Set();
@@ -17860,7 +17861,7 @@ function removeUnusedI18nAttributesOps(job) {
17860
17861
  }
17861
17862
  }
17862
17863
 
17863
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_contexts.mjs
17864
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_contexts.mjs
17864
17865
  function resolveContexts(job) {
17865
17866
  for (const unit of job.units) {
17866
17867
  processLexicalScope(unit, unit.create);
@@ -17902,7 +17903,7 @@ function processLexicalScope(view, ops) {
17902
17903
  }
17903
17904
  }
17904
17905
 
17905
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_dollar_event.mjs
17906
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_dollar_event.mjs
17906
17907
  function resolveDollarEvent(job) {
17907
17908
  for (const unit of job.units) {
17908
17909
  transformDollarEvent(unit.create);
@@ -17925,7 +17926,7 @@ function transformDollarEvent(ops) {
17925
17926
  }
17926
17927
  }
17927
17928
 
17928
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_i18n_element_placeholders.mjs
17929
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_i18n_element_placeholders.mjs
17929
17930
  function resolveI18nElementPlaceholders(job) {
17930
17931
  const i18nContexts = /* @__PURE__ */ new Map();
17931
17932
  const elements = /* @__PURE__ */ new Map();
@@ -18104,7 +18105,7 @@ function addParam(params, placeholder, value, subTemplateIndex, flags) {
18104
18105
  params.set(placeholder, values);
18105
18106
  }
18106
18107
 
18107
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_i18n_expression_placeholders.mjs
18108
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_i18n_expression_placeholders.mjs
18108
18109
  function resolveI18nExpressionPlaceholders(job) {
18109
18110
  var _a2;
18110
18111
  const subTemplateIndices = /* @__PURE__ */ new Map();
@@ -18157,7 +18158,7 @@ function updatePlaceholder(op, value, i18nContexts, icuPlaceholders) {
18157
18158
  }
18158
18159
  }
18159
18160
 
18160
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_names.mjs
18161
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_names.mjs
18161
18162
  function resolveNames(job) {
18162
18163
  for (const unit of job.units) {
18163
18164
  processLexicalScope2(unit, unit.create, null);
@@ -18235,7 +18236,7 @@ function processLexicalScope2(unit, ops, savedView) {
18235
18236
  }
18236
18237
  }
18237
18238
 
18238
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_sanitizers.mjs
18239
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_sanitizers.mjs
18239
18240
  var sanitizerFns = /* @__PURE__ */ new Map([
18240
18241
  [SecurityContext.HTML, Identifiers.sanitizeHtml],
18241
18242
  [SecurityContext.RESOURCE_URL, Identifiers.sanitizeResourceUrl],
@@ -18305,7 +18306,7 @@ function getOnlySecurityContext(securityContext) {
18305
18306
  return securityContext;
18306
18307
  }
18307
18308
 
18308
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/transform_two_way_binding_set.mjs
18309
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/transform_two_way_binding_set.mjs
18309
18310
  function transformTwoWayBindingSet(job) {
18310
18311
  for (const unit of job.units) {
18311
18312
  for (const op of unit.create) {
@@ -18328,7 +18329,7 @@ function transformTwoWayBindingSet(job) {
18328
18329
  }
18329
18330
  }
18330
18331
 
18331
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/save_restore_view.mjs
18332
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/save_restore_view.mjs
18332
18333
  function saveAndRestoreView(job) {
18333
18334
  for (const unit of job.units) {
18334
18335
  unit.create.prepend([
@@ -18373,7 +18374,7 @@ function addSaveRestoreViewOperationToListener(unit, op) {
18373
18374
  }
18374
18375
  }
18375
18376
 
18376
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/slot_allocation.mjs
18377
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/slot_allocation.mjs
18377
18378
  function allocateSlots(job) {
18378
18379
  const slotMap = /* @__PURE__ */ new Map();
18379
18380
  for (const unit of job.units) {
@@ -18398,7 +18399,7 @@ function allocateSlots(job) {
18398
18399
  }
18399
18400
  }
18400
18401
 
18401
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/style_binding_specialization.mjs
18402
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/style_binding_specialization.mjs
18402
18403
  function specializeStyleBindings(job) {
18403
18404
  for (const unit of job.units) {
18404
18405
  for (const op of unit.update) {
@@ -18428,7 +18429,7 @@ function specializeStyleBindings(job) {
18428
18429
  }
18429
18430
  }
18430
18431
 
18431
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/temporary_variables.mjs
18432
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/temporary_variables.mjs
18432
18433
  function generateTemporaryVariables(job) {
18433
18434
  for (const unit of job.units) {
18434
18435
  unit.create.prepend(generateTemporaries(unit.create));
@@ -18486,7 +18487,7 @@ function assignName(names, expr) {
18486
18487
  expr.name = name;
18487
18488
  }
18488
18489
 
18489
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/track_fn_generation.mjs
18490
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/track_fn_generation.mjs
18490
18491
  function generateTrackFns(job) {
18491
18492
  for (const unit of job.units) {
18492
18493
  for (const op of unit.create) {
@@ -18519,7 +18520,7 @@ function generateTrackFns(job) {
18519
18520
  }
18520
18521
  }
18521
18522
 
18522
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/track_fn_optimization.mjs
18523
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/track_fn_optimization.mjs
18523
18524
  function optimizeTrackFns(job) {
18524
18525
  for (const unit of job.units) {
18525
18526
  for (const op of unit.create) {
@@ -18569,7 +18570,7 @@ function isTrackByFunctionCall(rootView, expr) {
18569
18570
  return true;
18570
18571
  }
18571
18572
 
18572
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/track_variables.mjs
18573
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/track_variables.mjs
18573
18574
  function generateTrackVariables(job) {
18574
18575
  for (const unit of job.units) {
18575
18576
  for (const op of unit.create) {
@@ -18590,7 +18591,7 @@ function generateTrackVariables(job) {
18590
18591
  }
18591
18592
  }
18592
18593
 
18593
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/var_counting.mjs
18594
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/var_counting.mjs
18594
18595
  function countVariables(job) {
18595
18596
  for (const unit of job.units) {
18596
18597
  let varCount = 0;
@@ -18703,7 +18704,7 @@ function isSingletonInterpolation(expr) {
18703
18704
  return true;
18704
18705
  }
18705
18706
 
18706
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/variable_optimization.mjs
18707
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/variable_optimization.mjs
18707
18708
  function optimizeVariables(job) {
18708
18709
  for (const unit of job.units) {
18709
18710
  inlineAlwaysInlineVariables(unit.create);
@@ -18955,7 +18956,7 @@ function allowConservativeInlining(decl, target) {
18955
18956
  }
18956
18957
  }
18957
18958
 
18958
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/wrap_icus.mjs
18959
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/wrap_icus.mjs
18959
18960
  function wrapI18nIcus(job) {
18960
18961
  for (const unit of job.units) {
18961
18962
  let currentI18nOp = null;
@@ -18985,7 +18986,7 @@ function wrapI18nIcus(job) {
18985
18986
  }
18986
18987
  }
18987
18988
 
18988
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/store_let_optimization.mjs
18989
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/store_let_optimization.mjs
18989
18990
  function optimizeStoreLet(job) {
18990
18991
  const letUsedExternally = /* @__PURE__ */ new Set();
18991
18992
  for (const unit of job.units) {
@@ -19004,7 +19005,7 @@ function optimizeStoreLet(job) {
19004
19005
  }
19005
19006
  }
19006
19007
 
19007
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/remove_illegal_let_references.mjs
19008
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/remove_illegal_let_references.mjs
19008
19009
  function removeIllegalLetReferences(job) {
19009
19010
  for (const unit of job.units) {
19010
19011
  for (const op of unit.update) {
@@ -19021,7 +19022,7 @@ function removeIllegalLetReferences(job) {
19021
19022
  }
19022
19023
  }
19023
19024
 
19024
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_local_let_references.mjs
19025
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_local_let_references.mjs
19025
19026
  function generateLocalLetReferences(job) {
19026
19027
  for (const unit of job.units) {
19027
19028
  for (const op of unit.update) {
@@ -19039,7 +19040,7 @@ function generateLocalLetReferences(job) {
19039
19040
  }
19040
19041
  }
19041
19042
 
19042
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/emit.mjs
19043
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/emit.mjs
19043
19044
  var phases = [
19044
19045
  { kind: CompilationJobKind.Tmpl, fn: removeContentSelectors },
19045
19046
  { kind: CompilationJobKind.Host, fn: parseHostStyleProperties },
@@ -19196,7 +19197,7 @@ function emitHostBindingFunction(job) {
19196
19197
  );
19197
19198
  }
19198
19199
 
19199
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/ingest.mjs
19200
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/ingest.mjs
19200
19201
  var compatibilityMode = CompatibilityMode.TemplateDefinitionBuilder;
19201
19202
  var domSchema = new DomElementSchemaRegistry();
19202
19203
  var NG_TEMPLATE_TAG_NAME = "ng-template";
@@ -19954,7 +19955,7 @@ function ingestControlFlowInsertionPoint(unit, xref, node) {
19954
19955
  return null;
19955
19956
  }
19956
19957
 
19957
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/query_generation.mjs
19958
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/query_generation.mjs
19958
19959
  function renderFlagCheckIfStmt(flags, statements) {
19959
19960
  return ifStmt(variable(RENDER_FLAGS).bitwiseAnd(literal(flags), null, false), statements);
19960
19961
  }
@@ -20074,7 +20075,7 @@ function createContentQueriesFunction(queries, constantPool, name) {
20074
20075
  ], INFERRED_TYPE, null, contentQueriesFnName);
20075
20076
  }
20076
20077
 
20077
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/html_parser.mjs
20078
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/html_parser.mjs
20078
20079
  var HtmlParser = class extends Parser2 {
20079
20080
  constructor() {
20080
20081
  super(getHtmlTagDefinition);
@@ -20084,7 +20085,7 @@ var HtmlParser = class extends Parser2 {
20084
20085
  }
20085
20086
  };
20086
20087
 
20087
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/html_whitespaces.mjs
20088
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/html_whitespaces.mjs
20088
20089
  var PRESERVE_WS_ATTR_NAME = "ngPreserveWhitespaces";
20089
20090
  var SKIP_WS_TRIM_TAGS = /* @__PURE__ */ new Set(["pre", "template", "textarea", "script", "style"]);
20090
20091
  var WS_CHARS = " \f\n\r \v\u1680\u180E\u2000-\u200A\u2028\u2029\u202F\u205F\u3000\uFEFF";
@@ -20153,7 +20154,7 @@ function visitAllWithSiblings(visitor, nodes) {
20153
20154
  return result;
20154
20155
  }
20155
20156
 
20156
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template_parser/binding_parser.mjs
20157
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template_parser/binding_parser.mjs
20157
20158
  var PROPERTY_PARTS_SEPARATOR = ".";
20158
20159
  var ATTRIBUTE_PREFIX = "attr";
20159
20160
  var CLASS_PREFIX = "class";
@@ -20507,7 +20508,7 @@ function moveParseSourceSpan(sourceSpan, absoluteSpan) {
20507
20508
  return new ParseSourceSpan(sourceSpan.start.moveBy(startDiff), sourceSpan.end.moveBy(endDiff), sourceSpan.fullStart.moveBy(startDiff), sourceSpan.details);
20508
20509
  }
20509
20510
 
20510
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/style_url_resolver.mjs
20511
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/style_url_resolver.mjs
20511
20512
  function isStyleUrlResolvable(url) {
20512
20513
  if (url == null || url.length === 0 || url[0] == "/")
20513
20514
  return false;
@@ -20516,7 +20517,7 @@ function isStyleUrlResolvable(url) {
20516
20517
  }
20517
20518
  var URL_WITH_SCHEMA_REGEXP = /^([^:/?#]+):/;
20518
20519
 
20519
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template_parser/template_preparser.mjs
20520
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template_parser/template_preparser.mjs
20520
20521
  var NG_CONTENT_SELECT_ATTR = "select";
20521
20522
  var LINK_ELEMENT = "link";
20522
20523
  var LINK_STYLE_REL_ATTR = "rel";
@@ -20586,7 +20587,7 @@ function normalizeNgContentSelect(selectAttr) {
20586
20587
  return selectAttr;
20587
20588
  }
20588
20589
 
20589
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_control_flow.mjs
20590
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_control_flow.mjs
20590
20591
  var FOR_LOOP_EXPRESSION_PATTERN = /^\s*([0-9A-Za-z_$]*)\s+of\s+([\S\s]*)/;
20591
20592
  var FOR_LOOP_TRACK_PATTERN = /^track\s+([\S\s]*)/;
20592
20593
  var CONDITIONAL_ALIAS_PATTERN = /^(as\s)+(.*)/;
@@ -20909,7 +20910,7 @@ function stripOptionalParentheses(param, errors) {
20909
20910
  return expression.slice(start, end);
20910
20911
  }
20911
20912
 
20912
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_deferred_triggers.mjs
20913
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_deferred_triggers.mjs
20913
20914
  var TIME_PATTERN = /^\d+\.?\d*(ms|s)?$/;
20914
20915
  var SEPARATOR_PATTERN = /^\s$/;
20915
20916
  var COMMA_DELIMITED_SYNTAX = /* @__PURE__ */ new Map([
@@ -21173,7 +21174,7 @@ function parseDeferredTime(value) {
21173
21174
  return parseFloat(time) * (units === "s" ? 1e3 : 1);
21174
21175
  }
21175
21176
 
21176
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_deferred_blocks.mjs
21177
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_deferred_blocks.mjs
21177
21178
  var PREFETCH_WHEN_PATTERN = /^prefetch\s+when\s/;
21178
21179
  var PREFETCH_ON_PATTERN = /^prefetch\s+on\s/;
21179
21180
  var MINIMUM_PARAMETER_PATTERN = /^minimum\s/;
@@ -21308,7 +21309,7 @@ function parsePrimaryTriggers(params, bindingParser, errors, placeholder) {
21308
21309
  return { triggers, prefetchTriggers };
21309
21310
  }
21310
21311
 
21311
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_template_transform.mjs
21312
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_template_transform.mjs
21312
21313
  var BIND_NAME_REGEXP = /^(?:(bind-)|(let-)|(ref-|#)|(on-)|(bindon-)|(@))(.*)$/;
21313
21314
  var KW_BIND_IDX = 1;
21314
21315
  var KW_LET_IDX = 2;
@@ -21775,7 +21776,7 @@ function textContents(node) {
21775
21776
  }
21776
21777
  }
21777
21778
 
21778
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/template.mjs
21779
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/template.mjs
21779
21780
  var LEADING_TRIVIA_CHARS = [" ", "\n", "\r", " "];
21780
21781
  function parseTemplate(template2, templateUrl, options = {}) {
21781
21782
  var _a2, _b2;
@@ -21854,7 +21855,7 @@ function makeBindingParser(interpolationConfig = DEFAULT_INTERPOLATION_CONFIG, a
21854
21855
  return new BindingParser(new Parser(new Lexer()), interpolationConfig, elementRegistry, [], allowInvalidAssignmentEvents);
21855
21856
  }
21856
21857
 
21857
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/compiler.mjs
21858
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/compiler.mjs
21858
21859
  var COMPONENT_VARIABLE = "%COMP%";
21859
21860
  var HOST_ATTR = `_nghost-${COMPONENT_VARIABLE}`;
21860
21861
  var CONTENT_ATTR = `_ngcontent-${COMPONENT_VARIABLE}`;
@@ -22221,7 +22222,7 @@ function createHostDirectivesMappingArray(mapping) {
22221
22222
  return elements.length > 0 ? literalArr(elements) : null;
22222
22223
  }
22223
22224
 
22224
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/t2_binder.mjs
22225
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/t2_binder.mjs
22225
22226
  var R3TargetBinder = class {
22226
22227
  constructor(directiveMatcher) {
22227
22228
  this.directiveMatcher = directiveMatcher;
@@ -22868,11 +22869,11 @@ function extractScopedNodeEntities(rootScope) {
22868
22869
  return templateEntities;
22869
22870
  }
22870
22871
 
22871
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/resource_loader.mjs
22872
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/resource_loader.mjs
22872
22873
  var ResourceLoader = class {
22873
22874
  };
22874
22875
 
22875
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/jit_compiler_facade.mjs
22876
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/jit_compiler_facade.mjs
22876
22877
  var CompilerFacadeImpl = class {
22877
22878
  constructor(jitEvaluator = new JitEvaluator()) {
22878
22879
  this.jitEvaluator = jitEvaluator;
@@ -23450,17 +23451,17 @@ function publishFacade(global) {
23450
23451
  ng.\u0275compilerFacade = new CompilerFacadeImpl();
23451
23452
  }
23452
23453
 
23453
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/version.mjs
23454
- var VERSION2 = new Version("18.1.2");
23454
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/version.mjs
23455
+ var VERSION2 = new Version("18.1.4");
23455
23456
 
23456
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/extractor_merger.mjs
23457
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/extractor_merger.mjs
23457
23458
  var _VisitorMode;
23458
23459
  (function(_VisitorMode2) {
23459
23460
  _VisitorMode2[_VisitorMode2["Extract"] = 0] = "Extract";
23460
23461
  _VisitorMode2[_VisitorMode2["Merge"] = 1] = "Merge";
23461
23462
  })(_VisitorMode || (_VisitorMode = {}));
23462
23463
 
23463
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/xml_tags.mjs
23464
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/xml_tags.mjs
23464
23465
  var XmlTagDefinition = class {
23465
23466
  constructor() {
23466
23467
  this.closedByParent = false;
@@ -23482,7 +23483,7 @@ var XmlTagDefinition = class {
23482
23483
  };
23483
23484
  var _TAG_DEFINITION = new XmlTagDefinition();
23484
23485
 
23485
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/partial/api.mjs
23486
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/partial/api.mjs
23486
23487
  var FactoryTarget2;
23487
23488
  (function(FactoryTarget3) {
23488
23489
  FactoryTarget3[FactoryTarget3["Directive"] = 0] = "Directive";
@@ -23492,10 +23493,10 @@ var FactoryTarget2;
23492
23493
  FactoryTarget3[FactoryTarget3["NgModule"] = 4] = "NgModule";
23493
23494
  })(FactoryTarget2 || (FactoryTarget2 = {}));
23494
23495
 
23495
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/compiler.mjs
23496
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/compiler.mjs
23496
23497
  publishFacade(_global);
23497
23498
 
23498
- // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/migrations/invalid-two-way-bindings/migration.mjs
23499
+ // bazel-out/k8-fastbuild/bin/packages/core/schematics/migrations/invalid-two-way-bindings/migration.mjs
23499
23500
  var import_typescript4 = __toESM(require("typescript"), 1);
23500
23501
  function migrateTemplate(template2) {
23501
23502
  if (!template2.includes(")]=")) {
@@ -23620,7 +23621,7 @@ var InvalidTwoWayBindingCollector = class extends RecursiveVisitor {
23620
23621
  }
23621
23622
  };
23622
23623
 
23623
- // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/migrations/invalid-two-way-bindings/index.mjs
23624
+ // bazel-out/k8-fastbuild/bin/packages/core/schematics/migrations/invalid-two-way-bindings/index.mjs
23624
23625
  function invalid_two_way_bindings_default() {
23625
23626
  return (tree) => __async(this, null, function* () {
23626
23627
  const { buildPaths, testPaths } = yield getProjectTsConfigPaths(tree);