@angular/core 18.1.3 → 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 (43) 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 -3
  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/event_delegation_utils.mjs +3 -3
  10. package/esm2022/src/image_performance_warning.mjs +2 -2
  11. package/esm2022/src/linker/compiler.mjs +2 -2
  12. package/esm2022/src/platform/platform_ref.mjs +2 -2
  13. package/esm2022/src/render3/component_ref.mjs +1 -1
  14. package/esm2022/src/render3/interfaces/renderer.mjs +1 -1
  15. package/esm2022/src/render3/interfaces/renderer_dom.mjs +1 -1
  16. package/esm2022/src/render3/node_manipulation.mjs +2 -13
  17. package/esm2022/src/sanitization/html_sanitizer.mjs +2 -2
  18. package/esm2022/src/sanitization/inert_body.mjs +2 -2
  19. package/esm2022/src/testability/testability.mjs +3 -3
  20. package/esm2022/src/version.mjs +1 -1
  21. package/esm2022/testing/src/application_error_handler.mjs +3 -3
  22. package/esm2022/testing/src/logger.mjs +3 -3
  23. package/fesm2022/core.mjs +20 -31
  24. package/fesm2022/core.mjs.map +1 -1
  25. package/fesm2022/primitives/event-dispatch.mjs +9 -5
  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 +4 -4
  30. package/index.d.ts +3 -7
  31. package/package.json +1 -1
  32. package/primitives/event-dispatch/index.d.ts +3 -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 +164 -164
  38. package/schematics/migrations/invalid-two-way-bindings/bundle.js.map +2 -2
  39. package/schematics/ng-generate/control-flow-migration/bundle.js +172 -172
  40. package/schematics/ng-generate/control-flow-migration/bundle.js.map +2 -2
  41. package/schematics/ng-generate/standalone-migration/bundle.js +451 -451
  42. package/schematics/ng-generate/standalone-migration/bundle.js.map +2 -2
  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/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("\u0275t");
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("\u0275r");
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()]));
@@ -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,11 +5168,11 @@ function delegateToFactory(type, useType, unwrapForwardRefs) {
5168
5168
  return createFactoryFunction(unwrappedType);
5169
5169
  }
5170
5170
  function createFactoryFunction(type) {
5171
- const t = new FnParam("\u0275t", DYNAMIC_TYPE);
5171
+ const t = new FnParam("__ngFactoryType__", DYNAMIC_TYPE);
5172
5172
  return arrowFn([t], type.prop("\u0275fac").callFn([variable(t.name)]));
5173
5173
  }
5174
5174
 
5175
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/assertions.mjs
5175
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/assertions.mjs
5176
5176
  var UNUSABLE_INTERPOLATION_REGEXPS = [
5177
5177
  /@/,
5178
5178
  /^\s*$/,
@@ -5195,7 +5195,7 @@ function assertInterpolationSymbols(identifier, value) {
5195
5195
  }
5196
5196
  }
5197
5197
 
5198
- // 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
5199
5199
  var InterpolationConfig = class {
5200
5200
  static fromArray(markers) {
5201
5201
  if (!markers) {
@@ -5212,7 +5212,7 @@ var InterpolationConfig = class {
5212
5212
  var DEFAULT_INTERPOLATION_CONFIG = new InterpolationConfig("{{", "}}");
5213
5213
  var DEFAULT_CONTAINER_BLOCKS = /* @__PURE__ */ new Set(["switch"]);
5214
5214
 
5215
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/chars.mjs
5215
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/chars.mjs
5216
5216
  var $EOF = 0;
5217
5217
  var $BSPACE = 8;
5218
5218
  var $TAB = 9;
@@ -5294,7 +5294,7 @@ function isQuote(code) {
5294
5294
  return code === $SQ || code === $DQ || code === $BT;
5295
5295
  }
5296
5296
 
5297
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/parse_util.mjs
5297
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/parse_util.mjs
5298
5298
  var ParseLocation = class {
5299
5299
  constructor(file, offset, line, col) {
5300
5300
  this.file = file;
@@ -5441,7 +5441,7 @@ function sanitizeIdentifier(name) {
5441
5441
  return name.replace(/\W/g, "_");
5442
5442
  }
5443
5443
 
5444
- // 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
5445
5445
  var makeTemplateObjectPolyfill = '(this&&this.__makeTemplateObject||function(e,t){return Object.defineProperty?Object.defineProperty(e,"raw",{value:t}):e.raw=t,e})';
5446
5446
  var AbstractJsEmitterVisitor = class extends AbstractEmitterVisitor {
5447
5447
  constructor() {
@@ -5534,7 +5534,7 @@ var AbstractJsEmitterVisitor = class extends AbstractEmitterVisitor {
5534
5534
  }
5535
5535
  };
5536
5536
 
5537
- // 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
5538
5538
  var policy;
5539
5539
  function getPolicy() {
5540
5540
  if (policy === void 0) {
@@ -5572,7 +5572,7 @@ function newTrustedFunctionForJIT(...args) {
5572
5572
  return fn2.bind(_global);
5573
5573
  }
5574
5574
 
5575
- // 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
5576
5576
  var JitEvaluator = class {
5577
5577
  evaluateStatements(sourceUrl, statements, refResolver, createSourceMaps) {
5578
5578
  const converter = new JitEmitterVisitor(refResolver);
@@ -5660,7 +5660,7 @@ function isUseStrictStatement(statement) {
5660
5660
  return statement.isEquivalent(literal("use strict").toStmt());
5661
5661
  }
5662
5662
 
5663
- // 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
5664
5664
  function compileInjector(meta) {
5665
5665
  const definitionMap = new DefinitionMap();
5666
5666
  if (meta.providers !== null) {
@@ -5677,7 +5677,7 @@ function createInjectorType(meta) {
5677
5677
  return new ExpressionType(importExpr(Identifiers.InjectorDeclaration, [new ExpressionType(meta.type.type)]));
5678
5678
  }
5679
5679
 
5680
- // 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
5681
5681
  var R3JitReflector = class {
5682
5682
  constructor(context) {
5683
5683
  this.context = context;
@@ -5693,7 +5693,7 @@ var R3JitReflector = class {
5693
5693
  }
5694
5694
  };
5695
5695
 
5696
- // 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
5697
5697
  var R3SelectorScopeMode;
5698
5698
  (function(R3SelectorScopeMode2) {
5699
5699
  R3SelectorScopeMode2[R3SelectorScopeMode2["Inline"] = 0] = "Inline";
@@ -5828,7 +5828,7 @@ function tupleOfTypes(types) {
5828
5828
  return types.length > 0 ? expressionType(literalArr(typeofTypes)) : NONE_TYPE;
5829
5829
  }
5830
5830
 
5831
- // 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
5832
5832
  function compilePipeFromMetadata(metadata) {
5833
5833
  const definitionMapValues = [];
5834
5834
  definitionMapValues.push({ key: "name", value: literal(metadata.pipeName), quoted: false });
@@ -5849,7 +5849,7 @@ function createPipeType(metadata) {
5849
5849
  ]));
5850
5850
  }
5851
5851
 
5852
- // 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
5853
5853
  var R3TemplateDependencyKind;
5854
5854
  (function(R3TemplateDependencyKind2) {
5855
5855
  R3TemplateDependencyKind2[R3TemplateDependencyKind2["Directive"] = 0] = "Directive";
@@ -5857,7 +5857,7 @@ var R3TemplateDependencyKind;
5857
5857
  R3TemplateDependencyKind2[R3TemplateDependencyKind2["NgModule"] = 2] = "NgModule";
5858
5858
  })(R3TemplateDependencyKind || (R3TemplateDependencyKind = {}));
5859
5859
 
5860
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/shadow_css.mjs
5860
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/shadow_css.mjs
5861
5861
  var animationKeywords = /* @__PURE__ */ new Set([
5862
5862
  "inherit",
5863
5863
  "initial",
@@ -6337,7 +6337,7 @@ function repeatGroups(groups, multiples) {
6337
6337
  }
6338
6338
  }
6339
6339
 
6340
- // 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
6341
6341
  var OpKind;
6342
6342
  (function(OpKind2) {
6343
6343
  OpKind2[OpKind2["ListEnd"] = 0] = "ListEnd";
@@ -6495,7 +6495,7 @@ var TemplateKind;
6495
6495
  TemplateKind2[TemplateKind2["Block"] = 2] = "Block";
6496
6496
  })(TemplateKind || (TemplateKind = {}));
6497
6497
 
6498
- // 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
6499
6499
  var ConsumesSlot = Symbol("ConsumesSlot");
6500
6500
  var DependsOnSlotContext = Symbol("DependsOnSlotContext");
6501
6501
  var ConsumesVarsTrait = Symbol("ConsumesVars");
@@ -6523,7 +6523,7 @@ function hasUsesVarOffsetTrait(expr) {
6523
6523
  return expr[UsesVarOffset] === true;
6524
6524
  }
6525
6525
 
6526
- // 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
6527
6527
  function createStatementOp(statement) {
6528
6528
  return __spreadValues({
6529
6529
  kind: OpKind.Statement,
@@ -6545,7 +6545,7 @@ var NEW_OP = {
6545
6545
  next: null
6546
6546
  };
6547
6547
 
6548
- // 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
6549
6549
  function createInterpolateTextOp(xref, interpolation, sourceSpan) {
6550
6550
  return __spreadValues(__spreadValues(__spreadValues({
6551
6551
  kind: OpKind.InterpolateText,
@@ -6734,7 +6734,7 @@ function createStoreLetOp(target, declaredName, value, sourceSpan) {
6734
6734
  }, TRAIT_DEPENDS_ON_SLOT_CONTEXT), TRAIT_CONSUMES_VARS), NEW_OP);
6735
6735
  }
6736
6736
 
6737
- // 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
6738
6738
  var _a;
6739
6739
  var _b;
6740
6740
  var _c;
@@ -7652,7 +7652,7 @@ function isStringLiteral(expr) {
7652
7652
  return expr instanceof LiteralExpr && typeof expr.value === "string";
7653
7653
  }
7654
7654
 
7655
- // 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
7656
7656
  var _OpList = class {
7657
7657
  constructor() {
7658
7658
  this.debugListId = _OpList.nextListId++;
@@ -7843,14 +7843,14 @@ var OpList = _OpList;
7843
7843
  _OpList.nextListId = 0;
7844
7844
  })();
7845
7845
 
7846
- // 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
7847
7847
  var SlotHandle = class {
7848
7848
  constructor() {
7849
7849
  this.slot = null;
7850
7850
  }
7851
7851
  };
7852
7852
 
7853
- // 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
7854
7854
  var elementContainerOpKinds = /* @__PURE__ */ new Set([
7855
7855
  OpKind.Element,
7856
7856
  OpKind.ElementStart,
@@ -8163,7 +8163,7 @@ function createI18nAttributesOp(xref, handle, target) {
8163
8163
  }, NEW_OP), TRAIT_CONSUMES_SLOT);
8164
8164
  }
8165
8165
 
8166
- // 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
8167
8167
  function createHostPropertyOp(name, expression, isAnimationTrigger, i18nContext, securityContext, sourceSpan) {
8168
8168
  return __spreadValues(__spreadValues({
8169
8169
  kind: OpKind.HostProperty,
@@ -8177,10 +8177,10 @@ function createHostPropertyOp(name, expression, isAnimationTrigger, i18nContext,
8177
8177
  }, TRAIT_CONSUMES_VARS), NEW_OP);
8178
8178
  }
8179
8179
 
8180
- // 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
8181
8181
  var CTX_REF = "CTX_REF_MARKER";
8182
8182
 
8183
- // 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
8184
8184
  var CompilationJobKind;
8185
8185
  (function(CompilationJobKind2) {
8186
8186
  CompilationJobKind2[CompilationJobKind2["Tmpl"] = 0] = "Tmpl";
@@ -8288,7 +8288,7 @@ var HostBindingCompilationUnit = class extends CompilationUnit {
8288
8288
  }
8289
8289
  };
8290
8290
 
8291
- // 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
8292
8292
  function deleteAnyCasts(job) {
8293
8293
  for (const unit of job.units) {
8294
8294
  for (const op of unit.ops()) {
@@ -8306,7 +8306,7 @@ function removeAnys(e) {
8306
8306
  return e;
8307
8307
  }
8308
8308
 
8309
- // 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
8310
8310
  function applyI18nExpressions(job) {
8311
8311
  const i18nContexts = /* @__PURE__ */ new Map();
8312
8312
  for (const unit of job.units) {
@@ -8349,7 +8349,7 @@ function needsApplication(i18nContexts, op) {
8349
8349
  return false;
8350
8350
  }
8351
8351
 
8352
- // 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
8353
8353
  function assignI18nSlotDependencies(job) {
8354
8354
  for (const unit of job.units) {
8355
8355
  let updateOp = unit.update.head;
@@ -8394,7 +8394,7 @@ function assignI18nSlotDependencies(job) {
8394
8394
  }
8395
8395
  }
8396
8396
 
8397
- // 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
8398
8398
  function createOpXrefMap(unit) {
8399
8399
  const map = /* @__PURE__ */ new Map();
8400
8400
  for (const op of unit.create) {
@@ -8409,7 +8409,7 @@ function createOpXrefMap(unit) {
8409
8409
  return map;
8410
8410
  }
8411
8411
 
8412
- // 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
8413
8413
  function extractAttributes(job) {
8414
8414
  for (const unit of job.units) {
8415
8415
  const elements = createOpXrefMap(unit);
@@ -8538,7 +8538,7 @@ function extractAttributeOp(unit, op, elements) {
8538
8538
  }
8539
8539
  }
8540
8540
 
8541
- // 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
8542
8542
  function lookupElement2(elements, xref) {
8543
8543
  const el = elements.get(xref);
8544
8544
  if (el === void 0) {
@@ -8595,7 +8595,7 @@ function specializeBindings(job) {
8595
8595
  }
8596
8596
  }
8597
8597
 
8598
- // 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
8599
8599
  var CHAINABLE = /* @__PURE__ */ new Set([
8600
8600
  Identifiers.attribute,
8601
8601
  Identifiers.classProp,
@@ -8667,7 +8667,7 @@ function chainOperationsInList(opList) {
8667
8667
  }
8668
8668
  }
8669
8669
 
8670
- // 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
8671
8671
  function collapseSingletonInterpolations(job) {
8672
8672
  for (const unit of job.units) {
8673
8673
  for (const op of unit.update) {
@@ -8679,7 +8679,7 @@ function collapseSingletonInterpolations(job) {
8679
8679
  }
8680
8680
  }
8681
8681
 
8682
- // 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
8683
8683
  function generateConditionalExpressions(job) {
8684
8684
  for (const unit of job.units) {
8685
8685
  for (const op of unit.ops()) {
@@ -8716,7 +8716,7 @@ function generateConditionalExpressions(job) {
8716
8716
  }
8717
8717
  }
8718
8718
 
8719
- // 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
8720
8720
  var BINARY_OPERATORS = /* @__PURE__ */ new Map([
8721
8721
  ["&&", BinaryOperator.And],
8722
8722
  [">", BinaryOperator.Bigger],
@@ -8773,7 +8773,7 @@ function literalOrArrayLiteral(value) {
8773
8773
  return literal(value);
8774
8774
  }
8775
8775
 
8776
- // 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
8777
8777
  function collectElementConsts(job) {
8778
8778
  const allElementAttributes = /* @__PURE__ */ new Map();
8779
8779
  for (const unit of job.units) {
@@ -8942,7 +8942,7 @@ function serializeAttributes({ attributes, bindings, classes, i18n: i18n2, proje
8942
8942
  return literalArr(attrArray);
8943
8943
  }
8944
8944
 
8945
- // 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
8946
8946
  function convertI18nBindings(job) {
8947
8947
  const i18nAttributesByElem = /* @__PURE__ */ new Map();
8948
8948
  for (const unit of job.units) {
@@ -8983,7 +8983,7 @@ function convertI18nBindings(job) {
8983
8983
  }
8984
8984
  }
8985
8985
 
8986
- // 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
8987
8987
  function resolveDeferDepsFns(job) {
8988
8988
  var _a2;
8989
8989
  for (const unit of job.units) {
@@ -9008,7 +9008,7 @@ function resolveDeferDepsFns(job) {
9008
9008
  }
9009
9009
  }
9010
9010
 
9011
- // 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
9012
9012
  function createI18nContexts(job) {
9013
9013
  const attrContextByMessage = /* @__PURE__ */ new Map();
9014
9014
  for (const unit of job.units) {
@@ -9086,7 +9086,7 @@ function createI18nContexts(job) {
9086
9086
  }
9087
9087
  }
9088
9088
 
9089
- // 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
9090
9090
  function deduplicateTextBindings(job) {
9091
9091
  const seen = /* @__PURE__ */ new Map();
9092
9092
  for (const unit of job.units) {
@@ -9108,7 +9108,7 @@ function deduplicateTextBindings(job) {
9108
9108
  }
9109
9109
  }
9110
9110
 
9111
- // 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
9112
9112
  function configureDeferInstructions(job) {
9113
9113
  for (const unit of job.units) {
9114
9114
  for (const op of unit.create) {
@@ -9125,7 +9125,7 @@ function configureDeferInstructions(job) {
9125
9125
  }
9126
9126
  }
9127
9127
 
9128
- // 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
9129
9129
  function resolveDeferTargetNames(job) {
9130
9130
  const scopes = /* @__PURE__ */ new Map();
9131
9131
  function getScopeForView2(view) {
@@ -9219,7 +9219,7 @@ var Scope = class {
9219
9219
  }
9220
9220
  };
9221
9221
 
9222
- // 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
9223
9223
  var REPLACEMENTS = /* @__PURE__ */ new Map([
9224
9224
  [OpKind.ElementEnd, [OpKind.ElementStart, OpKind.Element]],
9225
9225
  [OpKind.ContainerEnd, [OpKind.ContainerStart, OpKind.Container]],
@@ -9246,7 +9246,7 @@ function collapseEmptyInstructions(job) {
9246
9246
  }
9247
9247
  }
9248
9248
 
9249
- // 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
9250
9250
  function expandSafeReads(job) {
9251
9251
  for (const unit of job.units) {
9252
9252
  for (const op of unit.ops()) {
@@ -9382,7 +9382,7 @@ function ternaryTransform(e) {
9382
9382
  return new ConditionalExpr(new BinaryOperatorExpr(BinaryOperator.Equals, e.guard, NULL_EXPR), NULL_EXPR, e.expr);
9383
9383
  }
9384
9384
 
9385
- // 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
9386
9386
  var ESCAPE = "\uFFFD";
9387
9387
  var ELEMENT_MARKER = "#";
9388
9388
  var TEMPLATE_MARKER = "*";
@@ -9518,7 +9518,7 @@ function formatValue(value) {
9518
9518
  return `${ESCAPE}${closeMarker}${tagMarker}${value.value}${context}${ESCAPE}`;
9519
9519
  }
9520
9520
 
9521
- // 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
9522
9522
  function generateAdvance(job) {
9523
9523
  for (const unit of job.units) {
9524
9524
  const slotMap = /* @__PURE__ */ new Map();
@@ -9561,7 +9561,7 @@ function generateAdvance(job) {
9561
9561
  }
9562
9562
  }
9563
9563
 
9564
- // 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
9565
9565
  function generateProjectionDefs(job) {
9566
9566
  const share = job.compatibility === CompatibilityMode.TemplateDefinitionBuilder;
9567
9567
  const selectors = [];
@@ -9585,7 +9585,7 @@ function generateProjectionDefs(job) {
9585
9585
  }
9586
9586
  }
9587
9587
 
9588
- // 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
9589
9589
  function generateVariables(job) {
9590
9590
  recursivelyProcessView(job.root, null);
9591
9591
  }
@@ -9703,7 +9703,7 @@ function generateVariablesInScopeForView(view, scope, isListener) {
9703
9703
  return newOps;
9704
9704
  }
9705
9705
 
9706
- // 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
9707
9707
  function collectConstExpressions(job) {
9708
9708
  for (const unit of job.units) {
9709
9709
  for (const op of unit.ops()) {
@@ -9717,7 +9717,7 @@ function collectConstExpressions(job) {
9717
9717
  }
9718
9718
  }
9719
9719
 
9720
- // 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
9721
9721
  var STYLE_DOT = "style.";
9722
9722
  var CLASS_DOT = "class.";
9723
9723
  var STYLE_BANG = "style!";
@@ -9775,7 +9775,7 @@ function parseProperty(name) {
9775
9775
  return { property: property2, suffix };
9776
9776
  }
9777
9777
 
9778
- // 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
9779
9779
  function mapLiteral(obj, quoted = false) {
9780
9780
  return literalMap(Object.keys(obj).map((key) => ({
9781
9781
  key,
@@ -9784,7 +9784,7 @@ function mapLiteral(obj, quoted = false) {
9784
9784
  })));
9785
9785
  }
9786
9786
 
9787
- // 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
9788
9788
  var IcuSerializerVisitor = class {
9789
9789
  visitText(text2) {
9790
9790
  return text2.value;
@@ -9818,7 +9818,7 @@ function serializeIcuNode(icu) {
9818
9818
  return icu.visit(serializer);
9819
9819
  }
9820
9820
 
9821
- // 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
9822
9822
  var TokenType;
9823
9823
  (function(TokenType2) {
9824
9824
  TokenType2[TokenType2["Character"] = 0] = "Character";
@@ -10179,7 +10179,7 @@ function parseIntAutoRadix(text2) {
10179
10179
  return result;
10180
10180
  }
10181
10181
 
10182
- // 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
10183
10183
  var SplitInterpolation = class {
10184
10184
  constructor(strings, expressions, offsets) {
10185
10185
  this.strings = strings;
@@ -11063,7 +11063,7 @@ function getIndexMapForOriginalTemplate(interpolatedTokens) {
11063
11063
  return offsetMap;
11064
11064
  }
11065
11065
 
11066
- // 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
11067
11067
  var NodeWithI18n = class {
11068
11068
  constructor(sourceSpan, i18n2) {
11069
11069
  this.sourceSpan = sourceSpan;
@@ -11186,7 +11186,7 @@ function visitAll2(visitor, nodes, context = null) {
11186
11186
  return result;
11187
11187
  }
11188
11188
 
11189
- // 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
11190
11190
  var _SECURITY_SCHEMA;
11191
11191
  function SECURITY_SCHEMA() {
11192
11192
  if (!_SECURITY_SCHEMA) {
@@ -11247,11 +11247,11 @@ function isIframeSecuritySensitiveAttr(attrName) {
11247
11247
  return IFRAME_SECURITY_SENSITIVE_ATTRS.has(attrName.toLowerCase());
11248
11248
  }
11249
11249
 
11250
- // 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
11251
11251
  var ElementSchemaRegistry = class {
11252
11252
  };
11253
11253
 
11254
- // 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
11255
11255
  var BOOLEAN = "boolean";
11256
11256
  var NUMBER = "number";
11257
11257
  var STRING = "string";
@@ -11634,7 +11634,7 @@ function _isPixelDimensionStyle(prop) {
11634
11634
  }
11635
11635
  }
11636
11636
 
11637
- // 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
11638
11638
  var HtmlTagDefinition = class {
11639
11639
  constructor({ closedByChildren, implicitNamespacePrefix, contentType = TagContentType.PARSABLE_DATA, closedByParent = false, isVoid = false, ignoreFirstLf = false, preventNamespaceInheritance = false, canSelfClose = false } = {}) {
11640
11640
  this.closedByChildren = {};
@@ -11770,7 +11770,7 @@ function getHtmlTagDefinition(tagName) {
11770
11770
  return (_b2 = (_a2 = TAG_DEFINITIONS[tagName]) != null ? _a2 : TAG_DEFINITIONS[tagName.toLowerCase()]) != null ? _b2 : DEFAULT_TAG_DEFINITION;
11771
11771
  }
11772
11772
 
11773
- // 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
11774
11774
  var TAG_TO_PLACEHOLDER_NAMES = {
11775
11775
  "A": "LINK",
11776
11776
  "B": "BOLD_TEXT",
@@ -11892,7 +11892,7 @@ var PlaceholderRegistry = class {
11892
11892
  }
11893
11893
  };
11894
11894
 
11895
- // 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
11896
11896
  var _expParser = new Parser(new Lexer());
11897
11897
  function createI18nMessageFactory(interpolationConfig, containerBlocks) {
11898
11898
  const visitor = new _I18nVisitor(_expParser, interpolationConfig, containerBlocks);
@@ -12074,14 +12074,14 @@ function extractPlaceholderName(input) {
12074
12074
  return input.split(_CUSTOM_PH_EXP)[2];
12075
12075
  }
12076
12076
 
12077
- // 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
12078
12078
  var I18nError = class extends ParseError {
12079
12079
  constructor(span, msg) {
12080
12080
  super(span, msg);
12081
12081
  }
12082
12082
  };
12083
12083
 
12084
- // 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
12085
12085
  var NAMED_ENTITIES = {
12086
12086
  "AElig": "\xC6",
12087
12087
  "AMP": "&",
@@ -14212,7 +14212,7 @@ var NAMED_ENTITIES = {
14212
14212
  var NGSP_UNICODE = "\uE500";
14213
14213
  NAMED_ENTITIES["ngsp"] = NGSP_UNICODE;
14214
14214
 
14215
- // 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
14216
14216
  var TokenError = class extends ParseError {
14217
14217
  constructor(errorMsg, tokenType, span) {
14218
14218
  super(span, errorMsg);
@@ -15202,7 +15202,7 @@ var CursorError = class {
15202
15202
  }
15203
15203
  };
15204
15204
 
15205
- // 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
15206
15206
  var TreeError = class extends ParseError {
15207
15207
  static create(elementName, span, msg) {
15208
15208
  return new TreeError(elementName, span, msg);
@@ -15630,7 +15630,7 @@ function decodeEntity(match, entity) {
15630
15630
  return match;
15631
15631
  }
15632
15632
 
15633
- // 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
15634
15634
  var TRUSTED_TYPES_SINKS = /* @__PURE__ */ new Set([
15635
15635
  "iframe|srcdoc",
15636
15636
  "*|innerhtml",
@@ -15645,7 +15645,7 @@ function isTrustedTypesSink(tagName, propName) {
15645
15645
  return TRUSTED_TYPES_SINKS.has(tagName + "|" + propName) || TRUSTED_TYPES_SINKS.has("*|" + propName);
15646
15646
  }
15647
15647
 
15648
- // 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
15649
15649
  var setI18nRefs = (htmlNode, i18nNode) => {
15650
15650
  if (htmlNode instanceof NodeWithI18n) {
15651
15651
  if (i18nNode instanceof IcuPlaceholder && htmlNode.i18n instanceof Message) {
@@ -15805,7 +15805,7 @@ function i18nMetaToJSDoc(meta) {
15805
15805
  return jsDocComment(tags);
15806
15806
  }
15807
15807
 
15808
- // 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
15809
15809
  var GOOG_GET_MSG = "goog.getMsg";
15810
15810
  function createGoogleGetMsgStatements(variable2, message, closureVar, placeholderValues) {
15811
15811
  const messageString = serializeI18nMessageForGetMsg(message);
@@ -15856,7 +15856,7 @@ function serializeI18nMessageForGetMsg(message) {
15856
15856
  return message.nodes.map((node) => node.visit(serializerVisitor2, null)).join("");
15857
15857
  }
15858
15858
 
15859
- // 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
15860
15860
  function createLocalizeStatements(variable2, message, params) {
15861
15861
  const { messageParts, placeHolders } = serializeI18nMessageForLocalize(message);
15862
15862
  const sourceSpan = getSourceSpan(message);
@@ -15945,7 +15945,7 @@ function createEmptyMessagePart(location) {
15945
15945
  return new LiteralPiece("", new ParseSourceSpan(location, location));
15946
15946
  }
15947
15947
 
15948
- // 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
15949
15949
  var NG_I18N_CLOSURE_MODE = "ngI18nClosureMode";
15950
15950
  var TRANSLATION_VAR_PREFIX = "i18n_";
15951
15951
  var I18N_ICU_MAPPING_PREFIX = "I18N_EXP_";
@@ -16116,7 +16116,7 @@ function i18nGenerateClosureVar(pool, messageId, fileBasedI18nSuffix, useExterna
16116
16116
  return variable(name);
16117
16117
  }
16118
16118
 
16119
- // 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
16120
16120
  function convertI18nText(job) {
16121
16121
  var _a2, _b2, _c2;
16122
16122
  for (const unit of job.units) {
@@ -16186,7 +16186,7 @@ function convertI18nText(job) {
16186
16186
  }
16187
16187
  }
16188
16188
 
16189
- // 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
16190
16190
  function liftLocalRefs(job) {
16191
16191
  for (const unit of job.units) {
16192
16192
  for (const op of unit.create) {
@@ -16216,7 +16216,7 @@ function serializeLocalRefs(refs) {
16216
16216
  return literalArr(constRefs);
16217
16217
  }
16218
16218
 
16219
- // 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
16220
16220
  function emitNamespaceChanges(job) {
16221
16221
  for (const unit of job.units) {
16222
16222
  let activeNamespace = Namespace.HTML;
@@ -16232,7 +16232,7 @@ function emitNamespaceChanges(job) {
16232
16232
  }
16233
16233
  }
16234
16234
 
16235
- // 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
16236
16236
  function parse(value) {
16237
16237
  const styles = [];
16238
16238
  let i = 0;
@@ -16326,7 +16326,7 @@ function parseExtractedStyles(job) {
16326
16326
  }
16327
16327
  }
16328
16328
 
16329
- // 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
16330
16330
  function nameFunctionsAndVariables(job) {
16331
16331
  addNamesToView(job.root, job.componentName, { index: 0 }, job.compatibility === CompatibilityMode.TemplateDefinitionBuilder);
16332
16332
  }
@@ -16470,7 +16470,7 @@ function stripImportant(name) {
16470
16470
  return name;
16471
16471
  }
16472
16472
 
16473
- // 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
16474
16474
  function mergeNextContextExpressions(job) {
16475
16475
  for (const unit of job.units) {
16476
16476
  for (const op of unit.create) {
@@ -16517,7 +16517,7 @@ function mergeNextContextsInOps(ops) {
16517
16517
  }
16518
16518
  }
16519
16519
 
16520
- // 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
16521
16521
  var CONTAINER_TAG = "ng-container";
16522
16522
  function generateNgContainerOps(job) {
16523
16523
  for (const unit of job.units) {
@@ -16534,7 +16534,7 @@ function generateNgContainerOps(job) {
16534
16534
  }
16535
16535
  }
16536
16536
 
16537
- // 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
16538
16538
  function lookupElement3(elements, xref) {
16539
16539
  const el = elements.get(xref);
16540
16540
  if (el === void 0) {
@@ -16564,7 +16564,7 @@ function disableBindings(job) {
16564
16564
  }
16565
16565
  }
16566
16566
 
16567
- // 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
16568
16568
  function generateNullishCoalesceExpressions(job) {
16569
16569
  for (const unit of job.units) {
16570
16570
  for (const op of unit.ops()) {
@@ -16580,7 +16580,7 @@ function generateNullishCoalesceExpressions(job) {
16580
16580
  }
16581
16581
  }
16582
16582
 
16583
- // 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
16584
16584
  function kindTest(kind) {
16585
16585
  return (op) => op.kind === kind;
16586
16586
  }
@@ -16670,7 +16670,7 @@ function keepLast(ops) {
16670
16670
  return ops.slice(ops.length - 1);
16671
16671
  }
16672
16672
 
16673
- // 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
16674
16674
  function removeContentSelectors(job) {
16675
16675
  for (const unit of job.units) {
16676
16676
  const elements = createOpXrefMap(unit);
@@ -16697,7 +16697,7 @@ function lookupInXrefMap(map, xref) {
16697
16697
  return el;
16698
16698
  }
16699
16699
 
16700
- // 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
16701
16701
  function createPipes(job) {
16702
16702
  for (const unit of job.units) {
16703
16703
  processPipeBindingsInView(unit);
@@ -16745,7 +16745,7 @@ function addPipeToCreationBlock(unit, afterTargetXref, binding) {
16745
16745
  throw new Error(`AssertionError: unable to find insertion point for pipe ${binding.name}`);
16746
16746
  }
16747
16747
 
16748
- // 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
16749
16749
  function createVariadicPipes(job) {
16750
16750
  for (const unit of job.units) {
16751
16751
  for (const op of unit.update) {
@@ -16762,7 +16762,7 @@ function createVariadicPipes(job) {
16762
16762
  }
16763
16763
  }
16764
16764
 
16765
- // 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
16766
16766
  function propagateI18nBlocks(job) {
16767
16767
  propagateI18nBlocksToTemplates(job.root, 0);
16768
16768
  }
@@ -16816,7 +16816,7 @@ function wrapTemplateWithI18n(unit, parentI18n) {
16816
16816
  }
16817
16817
  }
16818
16818
 
16819
- // 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
16820
16820
  function extractPureFunctions(job) {
16821
16821
  for (const view of job.units) {
16822
16822
  for (const op of view.ops()) {
@@ -16858,7 +16858,7 @@ var PureFunctionConstant = class extends GenericKeyFn {
16858
16858
  }
16859
16859
  };
16860
16860
 
16861
- // 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
16862
16862
  function generatePureLiteralStructures(job) {
16863
16863
  for (const unit of job.units) {
16864
16864
  for (const op of unit.update) {
@@ -16905,7 +16905,7 @@ function transformLiteralMap(expr) {
16905
16905
  return new PureFunctionExpr(literalMap(derivedEntries), nonConstantArgs);
16906
16906
  }
16907
16907
 
16908
- // 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
16909
16909
  function element(slot, tag, constIndex, localRefIndex, sourceSpan) {
16910
16910
  return elementOrContainerBase(Identifiers.element, slot, tag, constIndex, localRefIndex, sourceSpan);
16911
16911
  }
@@ -17437,7 +17437,7 @@ function callVariadicInstruction(config, baseArgs, interpolationArgs, extraArgs,
17437
17437
  return createStatementOp(callVariadicInstructionExpr(config, baseArgs, interpolationArgs, extraArgs, sourceSpan).toStmt());
17438
17438
  }
17439
17439
 
17440
- // 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
17441
17441
  var GLOBAL_TARGET_RESOLVERS = /* @__PURE__ */ new Map([
17442
17442
  ["window", Identifiers.resolveWindow],
17443
17443
  ["document", Identifiers.resolveDocument],
@@ -17802,7 +17802,7 @@ function reifyListenerHandler(unit, name, handlerOps, consumesDollarEvent) {
17802
17802
  return fn(params, handlerStmts, void 0, void 0, name);
17803
17803
  }
17804
17804
 
17805
- // 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
17806
17806
  function removeEmptyBindings(job) {
17807
17807
  for (const unit of job.units) {
17808
17808
  for (const op of unit.update) {
@@ -17823,7 +17823,7 @@ function removeEmptyBindings(job) {
17823
17823
  }
17824
17824
  }
17825
17825
 
17826
- // 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
17827
17827
  function removeI18nContexts(job) {
17828
17828
  for (const unit of job.units) {
17829
17829
  for (const op of unit.create) {
@@ -17839,7 +17839,7 @@ function removeI18nContexts(job) {
17839
17839
  }
17840
17840
  }
17841
17841
 
17842
- // 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
17843
17843
  function removeUnusedI18nAttributesOps(job) {
17844
17844
  for (const unit of job.units) {
17845
17845
  const ownersWithI18nExpressions = /* @__PURE__ */ new Set();
@@ -17861,7 +17861,7 @@ function removeUnusedI18nAttributesOps(job) {
17861
17861
  }
17862
17862
  }
17863
17863
 
17864
- // 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
17865
17865
  function resolveContexts(job) {
17866
17866
  for (const unit of job.units) {
17867
17867
  processLexicalScope(unit, unit.create);
@@ -17903,7 +17903,7 @@ function processLexicalScope(view, ops) {
17903
17903
  }
17904
17904
  }
17905
17905
 
17906
- // 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
17907
17907
  function resolveDollarEvent(job) {
17908
17908
  for (const unit of job.units) {
17909
17909
  transformDollarEvent(unit.create);
@@ -17926,7 +17926,7 @@ function transformDollarEvent(ops) {
17926
17926
  }
17927
17927
  }
17928
17928
 
17929
- // 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
17930
17930
  function resolveI18nElementPlaceholders(job) {
17931
17931
  const i18nContexts = /* @__PURE__ */ new Map();
17932
17932
  const elements = /* @__PURE__ */ new Map();
@@ -18105,7 +18105,7 @@ function addParam(params, placeholder, value, subTemplateIndex, flags) {
18105
18105
  params.set(placeholder, values);
18106
18106
  }
18107
18107
 
18108
- // 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
18109
18109
  function resolveI18nExpressionPlaceholders(job) {
18110
18110
  var _a2;
18111
18111
  const subTemplateIndices = /* @__PURE__ */ new Map();
@@ -18158,7 +18158,7 @@ function updatePlaceholder(op, value, i18nContexts, icuPlaceholders) {
18158
18158
  }
18159
18159
  }
18160
18160
 
18161
- // 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
18162
18162
  function resolveNames(job) {
18163
18163
  for (const unit of job.units) {
18164
18164
  processLexicalScope2(unit, unit.create, null);
@@ -18236,7 +18236,7 @@ function processLexicalScope2(unit, ops, savedView) {
18236
18236
  }
18237
18237
  }
18238
18238
 
18239
- // 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
18240
18240
  var sanitizerFns = /* @__PURE__ */ new Map([
18241
18241
  [SecurityContext.HTML, Identifiers.sanitizeHtml],
18242
18242
  [SecurityContext.RESOURCE_URL, Identifiers.sanitizeResourceUrl],
@@ -18306,7 +18306,7 @@ function getOnlySecurityContext(securityContext) {
18306
18306
  return securityContext;
18307
18307
  }
18308
18308
 
18309
- // 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
18310
18310
  function transformTwoWayBindingSet(job) {
18311
18311
  for (const unit of job.units) {
18312
18312
  for (const op of unit.create) {
@@ -18329,7 +18329,7 @@ function transformTwoWayBindingSet(job) {
18329
18329
  }
18330
18330
  }
18331
18331
 
18332
- // 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
18333
18333
  function saveAndRestoreView(job) {
18334
18334
  for (const unit of job.units) {
18335
18335
  unit.create.prepend([
@@ -18374,7 +18374,7 @@ function addSaveRestoreViewOperationToListener(unit, op) {
18374
18374
  }
18375
18375
  }
18376
18376
 
18377
- // 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
18378
18378
  function allocateSlots(job) {
18379
18379
  const slotMap = /* @__PURE__ */ new Map();
18380
18380
  for (const unit of job.units) {
@@ -18399,7 +18399,7 @@ function allocateSlots(job) {
18399
18399
  }
18400
18400
  }
18401
18401
 
18402
- // 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
18403
18403
  function specializeStyleBindings(job) {
18404
18404
  for (const unit of job.units) {
18405
18405
  for (const op of unit.update) {
@@ -18429,7 +18429,7 @@ function specializeStyleBindings(job) {
18429
18429
  }
18430
18430
  }
18431
18431
 
18432
- // 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
18433
18433
  function generateTemporaryVariables(job) {
18434
18434
  for (const unit of job.units) {
18435
18435
  unit.create.prepend(generateTemporaries(unit.create));
@@ -18487,7 +18487,7 @@ function assignName(names, expr) {
18487
18487
  expr.name = name;
18488
18488
  }
18489
18489
 
18490
- // 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
18491
18491
  function generateTrackFns(job) {
18492
18492
  for (const unit of job.units) {
18493
18493
  for (const op of unit.create) {
@@ -18520,7 +18520,7 @@ function generateTrackFns(job) {
18520
18520
  }
18521
18521
  }
18522
18522
 
18523
- // 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
18524
18524
  function optimizeTrackFns(job) {
18525
18525
  for (const unit of job.units) {
18526
18526
  for (const op of unit.create) {
@@ -18570,7 +18570,7 @@ function isTrackByFunctionCall(rootView, expr) {
18570
18570
  return true;
18571
18571
  }
18572
18572
 
18573
- // 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
18574
18574
  function generateTrackVariables(job) {
18575
18575
  for (const unit of job.units) {
18576
18576
  for (const op of unit.create) {
@@ -18591,7 +18591,7 @@ function generateTrackVariables(job) {
18591
18591
  }
18592
18592
  }
18593
18593
 
18594
- // 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
18595
18595
  function countVariables(job) {
18596
18596
  for (const unit of job.units) {
18597
18597
  let varCount = 0;
@@ -18704,7 +18704,7 @@ function isSingletonInterpolation(expr) {
18704
18704
  return true;
18705
18705
  }
18706
18706
 
18707
- // 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
18708
18708
  function optimizeVariables(job) {
18709
18709
  for (const unit of job.units) {
18710
18710
  inlineAlwaysInlineVariables(unit.create);
@@ -18956,7 +18956,7 @@ function allowConservativeInlining(decl, target) {
18956
18956
  }
18957
18957
  }
18958
18958
 
18959
- // 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
18960
18960
  function wrapI18nIcus(job) {
18961
18961
  for (const unit of job.units) {
18962
18962
  let currentI18nOp = null;
@@ -18986,7 +18986,7 @@ function wrapI18nIcus(job) {
18986
18986
  }
18987
18987
  }
18988
18988
 
18989
- // 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
18990
18990
  function optimizeStoreLet(job) {
18991
18991
  const letUsedExternally = /* @__PURE__ */ new Set();
18992
18992
  for (const unit of job.units) {
@@ -19005,7 +19005,7 @@ function optimizeStoreLet(job) {
19005
19005
  }
19006
19006
  }
19007
19007
 
19008
- // 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
19009
19009
  function removeIllegalLetReferences(job) {
19010
19010
  for (const unit of job.units) {
19011
19011
  for (const op of unit.update) {
@@ -19022,7 +19022,7 @@ function removeIllegalLetReferences(job) {
19022
19022
  }
19023
19023
  }
19024
19024
 
19025
- // 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
19026
19026
  function generateLocalLetReferences(job) {
19027
19027
  for (const unit of job.units) {
19028
19028
  for (const op of unit.update) {
@@ -19040,7 +19040,7 @@ function generateLocalLetReferences(job) {
19040
19040
  }
19041
19041
  }
19042
19042
 
19043
- // 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
19044
19044
  var phases = [
19045
19045
  { kind: CompilationJobKind.Tmpl, fn: removeContentSelectors },
19046
19046
  { kind: CompilationJobKind.Host, fn: parseHostStyleProperties },
@@ -19197,7 +19197,7 @@ function emitHostBindingFunction(job) {
19197
19197
  );
19198
19198
  }
19199
19199
 
19200
- // 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
19201
19201
  var compatibilityMode = CompatibilityMode.TemplateDefinitionBuilder;
19202
19202
  var domSchema = new DomElementSchemaRegistry();
19203
19203
  var NG_TEMPLATE_TAG_NAME = "ng-template";
@@ -19955,7 +19955,7 @@ function ingestControlFlowInsertionPoint(unit, xref, node) {
19955
19955
  return null;
19956
19956
  }
19957
19957
 
19958
- // 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
19959
19959
  function renderFlagCheckIfStmt(flags, statements) {
19960
19960
  return ifStmt(variable(RENDER_FLAGS).bitwiseAnd(literal(flags), null, false), statements);
19961
19961
  }
@@ -20075,7 +20075,7 @@ function createContentQueriesFunction(queries, constantPool, name) {
20075
20075
  ], INFERRED_TYPE, null, contentQueriesFnName);
20076
20076
  }
20077
20077
 
20078
- // 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
20079
20079
  var HtmlParser = class extends Parser2 {
20080
20080
  constructor() {
20081
20081
  super(getHtmlTagDefinition);
@@ -20085,7 +20085,7 @@ var HtmlParser = class extends Parser2 {
20085
20085
  }
20086
20086
  };
20087
20087
 
20088
- // 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
20089
20089
  var PRESERVE_WS_ATTR_NAME = "ngPreserveWhitespaces";
20090
20090
  var SKIP_WS_TRIM_TAGS = /* @__PURE__ */ new Set(["pre", "template", "textarea", "script", "style"]);
20091
20091
  var WS_CHARS = " \f\n\r \v\u1680\u180E\u2000-\u200A\u2028\u2029\u202F\u205F\u3000\uFEFF";
@@ -20154,7 +20154,7 @@ function visitAllWithSiblings(visitor, nodes) {
20154
20154
  return result;
20155
20155
  }
20156
20156
 
20157
- // 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
20158
20158
  var PROPERTY_PARTS_SEPARATOR = ".";
20159
20159
  var ATTRIBUTE_PREFIX = "attr";
20160
20160
  var CLASS_PREFIX = "class";
@@ -20508,7 +20508,7 @@ function moveParseSourceSpan(sourceSpan, absoluteSpan) {
20508
20508
  return new ParseSourceSpan(sourceSpan.start.moveBy(startDiff), sourceSpan.end.moveBy(endDiff), sourceSpan.fullStart.moveBy(startDiff), sourceSpan.details);
20509
20509
  }
20510
20510
 
20511
- // 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
20512
20512
  function isStyleUrlResolvable(url) {
20513
20513
  if (url == null || url.length === 0 || url[0] == "/")
20514
20514
  return false;
@@ -20517,7 +20517,7 @@ function isStyleUrlResolvable(url) {
20517
20517
  }
20518
20518
  var URL_WITH_SCHEMA_REGEXP = /^([^:/?#]+):/;
20519
20519
 
20520
- // 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
20521
20521
  var NG_CONTENT_SELECT_ATTR = "select";
20522
20522
  var LINK_ELEMENT = "link";
20523
20523
  var LINK_STYLE_REL_ATTR = "rel";
@@ -20587,7 +20587,7 @@ function normalizeNgContentSelect(selectAttr) {
20587
20587
  return selectAttr;
20588
20588
  }
20589
20589
 
20590
- // 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
20591
20591
  var FOR_LOOP_EXPRESSION_PATTERN = /^\s*([0-9A-Za-z_$]*)\s+of\s+([\S\s]*)/;
20592
20592
  var FOR_LOOP_TRACK_PATTERN = /^track\s+([\S\s]*)/;
20593
20593
  var CONDITIONAL_ALIAS_PATTERN = /^(as\s)+(.*)/;
@@ -20910,7 +20910,7 @@ function stripOptionalParentheses(param, errors) {
20910
20910
  return expression.slice(start, end);
20911
20911
  }
20912
20912
 
20913
- // 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
20914
20914
  var TIME_PATTERN = /^\d+\.?\d*(ms|s)?$/;
20915
20915
  var SEPARATOR_PATTERN = /^\s$/;
20916
20916
  var COMMA_DELIMITED_SYNTAX = /* @__PURE__ */ new Map([
@@ -21174,7 +21174,7 @@ function parseDeferredTime(value) {
21174
21174
  return parseFloat(time) * (units === "s" ? 1e3 : 1);
21175
21175
  }
21176
21176
 
21177
- // 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
21178
21178
  var PREFETCH_WHEN_PATTERN = /^prefetch\s+when\s/;
21179
21179
  var PREFETCH_ON_PATTERN = /^prefetch\s+on\s/;
21180
21180
  var MINIMUM_PARAMETER_PATTERN = /^minimum\s/;
@@ -21309,7 +21309,7 @@ function parsePrimaryTriggers(params, bindingParser, errors, placeholder) {
21309
21309
  return { triggers, prefetchTriggers };
21310
21310
  }
21311
21311
 
21312
- // 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
21313
21313
  var BIND_NAME_REGEXP = /^(?:(bind-)|(let-)|(ref-|#)|(on-)|(bindon-)|(@))(.*)$/;
21314
21314
  var KW_BIND_IDX = 1;
21315
21315
  var KW_LET_IDX = 2;
@@ -21776,7 +21776,7 @@ function textContents(node) {
21776
21776
  }
21777
21777
  }
21778
21778
 
21779
- // 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
21780
21780
  var LEADING_TRIVIA_CHARS = [" ", "\n", "\r", " "];
21781
21781
  function parseTemplate(template2, templateUrl, options = {}) {
21782
21782
  var _a2, _b2;
@@ -21855,7 +21855,7 @@ function makeBindingParser(interpolationConfig = DEFAULT_INTERPOLATION_CONFIG, a
21855
21855
  return new BindingParser(new Parser(new Lexer()), interpolationConfig, elementRegistry, [], allowInvalidAssignmentEvents);
21856
21856
  }
21857
21857
 
21858
- // 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
21859
21859
  var COMPONENT_VARIABLE = "%COMP%";
21860
21860
  var HOST_ATTR = `_nghost-${COMPONENT_VARIABLE}`;
21861
21861
  var CONTENT_ATTR = `_ngcontent-${COMPONENT_VARIABLE}`;
@@ -22222,7 +22222,7 @@ function createHostDirectivesMappingArray(mapping) {
22222
22222
  return elements.length > 0 ? literalArr(elements) : null;
22223
22223
  }
22224
22224
 
22225
- // 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
22226
22226
  var R3TargetBinder = class {
22227
22227
  constructor(directiveMatcher) {
22228
22228
  this.directiveMatcher = directiveMatcher;
@@ -22869,11 +22869,11 @@ function extractScopedNodeEntities(rootScope) {
22869
22869
  return templateEntities;
22870
22870
  }
22871
22871
 
22872
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/resource_loader.mjs
22872
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/resource_loader.mjs
22873
22873
  var ResourceLoader = class {
22874
22874
  };
22875
22875
 
22876
- // 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
22877
22877
  var CompilerFacadeImpl = class {
22878
22878
  constructor(jitEvaluator = new JitEvaluator()) {
22879
22879
  this.jitEvaluator = jitEvaluator;
@@ -23451,17 +23451,17 @@ function publishFacade(global) {
23451
23451
  ng.\u0275compilerFacade = new CompilerFacadeImpl();
23452
23452
  }
23453
23453
 
23454
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/version.mjs
23455
- var VERSION2 = new Version("18.1.3");
23454
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/version.mjs
23455
+ var VERSION2 = new Version("18.1.4");
23456
23456
 
23457
- // 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
23458
23458
  var _VisitorMode;
23459
23459
  (function(_VisitorMode2) {
23460
23460
  _VisitorMode2[_VisitorMode2["Extract"] = 0] = "Extract";
23461
23461
  _VisitorMode2[_VisitorMode2["Merge"] = 1] = "Merge";
23462
23462
  })(_VisitorMode || (_VisitorMode = {}));
23463
23463
 
23464
- // 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
23465
23465
  var XmlTagDefinition = class {
23466
23466
  constructor() {
23467
23467
  this.closedByParent = false;
@@ -23483,7 +23483,7 @@ var XmlTagDefinition = class {
23483
23483
  };
23484
23484
  var _TAG_DEFINITION = new XmlTagDefinition();
23485
23485
 
23486
- // 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
23487
23487
  var FactoryTarget2;
23488
23488
  (function(FactoryTarget3) {
23489
23489
  FactoryTarget3[FactoryTarget3["Directive"] = 0] = "Directive";
@@ -23493,10 +23493,10 @@ var FactoryTarget2;
23493
23493
  FactoryTarget3[FactoryTarget3["NgModule"] = 4] = "NgModule";
23494
23494
  })(FactoryTarget2 || (FactoryTarget2 = {}));
23495
23495
 
23496
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/compiler.mjs
23496
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/compiler.mjs
23497
23497
  publishFacade(_global);
23498
23498
 
23499
- // 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
23500
23500
  var import_typescript4 = __toESM(require("typescript"), 1);
23501
23501
  function migrateTemplate(template2) {
23502
23502
  if (!template2.includes(")]=")) {
@@ -23621,7 +23621,7 @@ var InvalidTwoWayBindingCollector = class extends RecursiveVisitor {
23621
23621
  }
23622
23622
  };
23623
23623
 
23624
- // 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
23625
23625
  function invalid_two_way_bindings_default() {
23626
23626
  return (tree) => __async(this, null, function* () {
23627
23627
  const { buildPaths, testPaths } = yield getProjectTsConfigPaths(tree);