@angular/core 18.0.5 → 18.0.6

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/index.mjs +3 -2
  2. package/esm2022/primitives/event-dispatch/src/action_resolver.mjs +3 -3
  3. package/esm2022/primitives/event-dispatch/src/attribute.mjs +16 -52
  4. package/esm2022/primitives/event-dispatch/src/cache.mjs +17 -6
  5. package/esm2022/primitives/event-dispatch/src/char.mjs +1 -16
  6. package/esm2022/primitives/event-dispatch/src/event.mjs +2 -3
  7. package/esm2022/primitives/event-dispatch/src/eventcontract.mjs +5 -66
  8. package/esm2022/primitives/event-dispatch/src/property.mjs +17 -22
  9. package/esm2022/primitives/signals/index.mjs +3 -3
  10. package/esm2022/primitives/signals/src/signal.mjs +4 -1
  11. package/esm2022/src/change_detection/scheduling/zoneless_scheduling_impl.mjs +2 -2
  12. package/esm2022/src/core_private_export.mjs +3 -1
  13. package/esm2022/src/defer/instructions.mjs +53 -35
  14. package/esm2022/src/event_delegation_utils.mjs +40 -23
  15. package/esm2022/src/event_dispatch/event_delegation.mjs +38 -0
  16. package/esm2022/src/hydration/annotate.mjs +3 -3
  17. package/esm2022/src/hydration/event_replay.mjs +5 -5
  18. package/esm2022/src/render3/component_ref.mjs +1 -1
  19. package/esm2022/src/render3/debug/framework_injector_profiler.mjs +3 -2
  20. package/esm2022/src/version.mjs +1 -1
  21. package/esm2022/testing/src/logger.mjs +3 -3
  22. package/fesm2022/core.mjs +127 -63
  23. package/fesm2022/core.mjs.map +1 -1
  24. package/fesm2022/primitives/event-dispatch.mjs +53 -242
  25. package/fesm2022/primitives/event-dispatch.mjs.map +1 -1
  26. package/fesm2022/primitives/signals.mjs +5 -2
  27. package/fesm2022/primitives/signals.mjs.map +1 -1
  28. package/fesm2022/rxjs-interop.mjs +1 -1
  29. package/fesm2022/testing.mjs +1 -1
  30. package/index.d.ts +31 -2
  31. package/package.json +1 -1
  32. package/primitives/event-dispatch/index.d.ts +22 -102
  33. package/primitives/signals/index.d.ts +10 -1
  34. package/rxjs-interop/index.d.ts +1 -1
  35. package/schematics/migrations/http-providers/bundle.js +15 -15
  36. package/schematics/migrations/invalid-two-way-bindings/bundle.js +161 -161
  37. package/schematics/migrations/invalid-two-way-bindings/bundle.js.map +1 -1
  38. package/schematics/ng-generate/control-flow-migration/bundle.js +169 -169
  39. package/schematics/ng-generate/control-flow-migration/bundle.js.map +1 -1
  40. package/schematics/ng-generate/standalone-migration/bundle.js +445 -445
  41. package/schematics/ng-generate/standalone-migration/bundle.js.map +1 -1
  42. package/testing/index.d.ts +1 -1
  43. package/esm2022/primitives/event-dispatch/src/dom.mjs +0 -48
@@ -1887,7 +1887,7 @@ var require_semver2 = __commonJS({
1887
1887
  }
1888
1888
  });
1889
1889
 
1890
- // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/index.mjs
1890
+ // bazel-out/k8-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/index.mjs
1891
1891
  var standalone_migration_exports = {};
1892
1892
  __export(standalone_migration_exports, {
1893
1893
  default: () => standalone_migration_default
@@ -1895,10 +1895,10 @@ __export(standalone_migration_exports, {
1895
1895
  module.exports = __toCommonJS(standalone_migration_exports);
1896
1896
  var import_schematics = require("@angular-devkit/schematics");
1897
1897
 
1898
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/compiler_host.mjs
1898
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/compiler_host.mjs
1899
1899
  var import_typescript = __toESM(require("typescript"), 1);
1900
1900
 
1901
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/invalid_file_system.mjs
1901
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/invalid_file_system.mjs
1902
1902
  var InvalidFileSystem = class {
1903
1903
  exists(path4) {
1904
1904
  throw makeError();
@@ -1986,7 +1986,7 @@ function makeError() {
1986
1986
  return new Error("FileSystem has not been configured. Please call `setFileSystem()` before calling this method.");
1987
1987
  }
1988
1988
 
1989
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/util.mjs
1989
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/util.mjs
1990
1990
  var TS_DTS_JS_EXTENSION = /(?:\.d)?\.ts$|\.js$/;
1991
1991
  function stripExtension(path4) {
1992
1992
  return path4.replace(TS_DTS_JS_EXTENSION, "");
@@ -1999,7 +1999,7 @@ function getSourceFileOrError(program, fileName) {
1999
1999
  return sf;
2000
2000
  }
2001
2001
 
2002
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/helpers.mjs
2002
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/helpers.mjs
2003
2003
  var fs = new InvalidFileSystem();
2004
2004
  function getFileSystem() {
2005
2005
  return fs;
@@ -2043,7 +2043,7 @@ function toRelativeImport(relativePath) {
2043
2043
  return isLocalRelativePath(relativePath) ? `./${relativePath}` : relativePath;
2044
2044
  }
2045
2045
 
2046
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/logical.mjs
2046
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/logical.mjs
2047
2047
  var LogicalProjectPath = {
2048
2048
  relativePathBetween: function(from, to) {
2049
2049
  const relativePath = relative(dirname(resolve(from)), resolve(to));
@@ -2089,7 +2089,7 @@ function isWithinBasePath(base, path4) {
2089
2089
  return isLocalRelativePath(relative(base, path4));
2090
2090
  }
2091
2091
 
2092
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/node_js_file_system.mjs
2092
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/node_js_file_system.mjs
2093
2093
  var import_fs = __toESM(require("fs"), 1);
2094
2094
  var import_module = require("module");
2095
2095
  var p = __toESM(require("path"), 1);
@@ -2197,7 +2197,7 @@ function toggleCase(str) {
2197
2197
  return str.replace(/\w/g, (ch) => ch.toUpperCase() === ch ? ch.toLowerCase() : ch.toUpperCase());
2198
2198
  }
2199
2199
 
2200
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/selector.mjs
2200
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/selector.mjs
2201
2201
  var _SELECTOR_REGEXP = new RegExp(
2202
2202
  `(\\:not\\()|(([\\.\\#]?)[-\\w]+)|(?:\\[([-.\\w*\\\\$]+)(?:=(["']?)([^\\]"']*)\\5)?\\])|(\\))|(\\s*,\\s*)`,
2203
2203
  "g"
@@ -2505,7 +2505,7 @@ var SelectorContext = class {
2505
2505
  }
2506
2506
  };
2507
2507
 
2508
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/core.mjs
2508
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/core.mjs
2509
2509
  var emitDistinctChangesOnlyDefaultValue = true;
2510
2510
  var ViewEncapsulation;
2511
2511
  (function(ViewEncapsulation2) {
@@ -2574,7 +2574,7 @@ function parseSelectorToR3Selector(selector) {
2574
2574
  return selector ? CssSelector.parse(selector).map(parserSelectorToR3Selector) : [];
2575
2575
  }
2576
2576
 
2577
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/output_ast.mjs
2577
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/output/output_ast.mjs
2578
2578
  var output_ast_exports = {};
2579
2579
  __export(output_ast_exports, {
2580
2580
  ArrayType: () => ArrayType,
@@ -2662,7 +2662,7 @@ __export(output_ast_exports, {
2662
2662
  variable: () => variable
2663
2663
  });
2664
2664
 
2665
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/digest.mjs
2665
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/digest.mjs
2666
2666
  var textEncoder;
2667
2667
  function digest(message) {
2668
2668
  return message.id || computeDigest(message);
@@ -2905,7 +2905,7 @@ function wordAt(bytes, index, endian) {
2905
2905
  return word;
2906
2906
  }
2907
2907
 
2908
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/output_ast.mjs
2908
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/output/output_ast.mjs
2909
2909
  var TypeModifier;
2910
2910
  (function(TypeModifier2) {
2911
2911
  TypeModifier2[TypeModifier2["None"] = 0] = "None";
@@ -4100,7 +4100,7 @@ function serializeTags(tags) {
4100
4100
  return out;
4101
4101
  }
4102
4102
 
4103
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/constant_pool.mjs
4103
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/constant_pool.mjs
4104
4104
  var CONSTANT_PREFIX = "_c";
4105
4105
  var UNKNOWN_VALUE_KEY = variable("<unknown>");
4106
4106
  var KEY_CONTEXT = {};
@@ -4288,7 +4288,7 @@ function isLongStringLiteral(expr) {
4288
4288
  return expr instanceof LiteralExpr && typeof expr.value === "string" && expr.value.length >= POOL_INCLUSION_LENGTH_THRESHOLD_FOR_STRINGS;
4289
4289
  }
4290
4290
 
4291
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_identifiers.mjs
4291
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_identifiers.mjs
4292
4292
  var CORE = "@angular/core";
4293
4293
  var _Identifiers = class {
4294
4294
  };
@@ -5185,7 +5185,7 @@ var Identifiers = _Identifiers;
5185
5185
  _Identifiers.unwrapWritableSignal = { name: "\u0275unwrapWritableSignal", moduleName: CORE };
5186
5186
  })();
5187
5187
 
5188
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/util.mjs
5188
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/util.mjs
5189
5189
  var DASH_CASE_REGEXP = /-+([a-z0-9])/g;
5190
5190
  function dashCaseToCamelCase(input) {
5191
5191
  return input.replace(DASH_CASE_REGEXP, (...m) => m[1].toUpperCase());
@@ -5262,7 +5262,7 @@ var Version = class {
5262
5262
  };
5263
5263
  var _global = globalThis;
5264
5264
 
5265
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/source_map.mjs
5265
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/output/source_map.mjs
5266
5266
  var VERSION = 3;
5267
5267
  var JS_B64_PREFIX = "# sourceMappingURL=data:application/json;base64,";
5268
5268
  var SourceMapGenerator = class {
@@ -5391,7 +5391,7 @@ function toBase64Digit(value) {
5391
5391
  return B64_DIGITS[value];
5392
5392
  }
5393
5393
 
5394
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/abstract_emitter.mjs
5394
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/output/abstract_emitter.mjs
5395
5395
  var _SINGLE_QUOTE_ESCAPE_STRING_RE = /'|\\|\n|\r|\$/g;
5396
5396
  var _LEGAL_IDENTIFIER_RE = /^[$A-Z_][0-9A-Z_$]*$/i;
5397
5397
  var _INDENT_WITH = " ";
@@ -5879,7 +5879,7 @@ function _createIndent(count) {
5879
5879
  return res;
5880
5880
  }
5881
5881
 
5882
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/util.mjs
5882
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/util.mjs
5883
5883
  function typeWithParameters(type, numParams) {
5884
5884
  if (numParams === 0) {
5885
5885
  return expressionType(type);
@@ -5937,7 +5937,7 @@ function generateForwardRef(expr) {
5937
5937
  return importExpr(Identifiers.forwardRef).callFn([arrowFn([], expr)]);
5938
5938
  }
5939
5939
 
5940
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_factory.mjs
5940
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_factory.mjs
5941
5941
  var R3FactoryDelegateType;
5942
5942
  (function(R3FactoryDelegateType2) {
5943
5943
  R3FactoryDelegateType2[R3FactoryDelegateType2["Class"] = 0] = "Class";
@@ -6082,7 +6082,7 @@ function getInjectFn(target) {
6082
6082
  }
6083
6083
  }
6084
6084
 
6085
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/expression_parser/ast.mjs
6085
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/expression_parser/ast.mjs
6086
6086
  var ParserError = class {
6087
6087
  constructor(message, input, errLocation, ctxLocation) {
6088
6088
  this.input = input;
@@ -6520,7 +6520,7 @@ var BoundElementProperty = class {
6520
6520
  }
6521
6521
  };
6522
6522
 
6523
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/tags.mjs
6523
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/tags.mjs
6524
6524
  var TagContentType;
6525
6525
  (function(TagContentType2) {
6526
6526
  TagContentType2[TagContentType2["RAW_TEXT"] = 0] = "RAW_TEXT";
@@ -6557,7 +6557,7 @@ function mergeNsAndName(prefix, localName) {
6557
6557
  return prefix ? `:${prefix}:${localName}` : localName;
6558
6558
  }
6559
6559
 
6560
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_ast.mjs
6560
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_ast.mjs
6561
6561
  var Comment = class {
6562
6562
  constructor(value, sourceSpan) {
6563
6563
  this.value = value;
@@ -7027,7 +7027,7 @@ function visitAll(visitor, nodes) {
7027
7027
  return result;
7028
7028
  }
7029
7029
 
7030
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/i18n_ast.mjs
7030
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/i18n_ast.mjs
7031
7031
  var Message = class {
7032
7032
  constructor(nodes, placeholders, placeholderToMessage, meaning, description, customId) {
7033
7033
  this.nodes = nodes;
@@ -7218,7 +7218,7 @@ var LocalizeMessageStringVisitor = class {
7218
7218
  }
7219
7219
  };
7220
7220
 
7221
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/serializers/serializer.mjs
7221
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/serializers/serializer.mjs
7222
7222
  var Serializer = class {
7223
7223
  createNameMapper(message) {
7224
7224
  return null;
@@ -7275,7 +7275,7 @@ var SimplePlaceholderMapper = class extends RecurseVisitor {
7275
7275
  }
7276
7276
  };
7277
7277
 
7278
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/serializers/xml_helper.mjs
7278
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/serializers/xml_helper.mjs
7279
7279
  var _Visitor = class {
7280
7280
  visitTag(tag) {
7281
7281
  const strAttrs = this._serializeAttributes(tag.attrs);
@@ -7363,7 +7363,7 @@ function escapeXml(text2) {
7363
7363
  return _ESCAPED_CHARS.reduce((text3, entry) => text3.replace(entry[0], entry[1]), text2);
7364
7364
  }
7365
7365
 
7366
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/serializers/xmb.mjs
7366
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/serializers/xmb.mjs
7367
7367
  var _XMB_HANDLER = "angular";
7368
7368
  var _MESSAGES_TAG = "messagebundle";
7369
7369
  var _MESSAGE_TAG = "msg";
@@ -7525,7 +7525,7 @@ function toPublicName(internalName) {
7525
7525
  return internalName.toUpperCase().replace(/[^A-Z0-9_]/g, "_");
7526
7526
  }
7527
7527
 
7528
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/util.mjs
7528
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/i18n/util.mjs
7529
7529
  var I18N_ATTR = "i18n";
7530
7530
  var I18N_ATTR_PREFIX = "i18n-";
7531
7531
  var I18N_ICU_VAR_PREFIX = "VAR_";
@@ -7565,7 +7565,7 @@ function formatI18nPlaceholderName(name, useCamelCase = true) {
7565
7565
  return postfix ? `${raw}_${postfix}` : raw;
7566
7566
  }
7567
7567
 
7568
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/util.mjs
7568
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/util.mjs
7569
7569
  var UNSAFE_OBJECT_KEY_NAME_REGEXP = /[-.]/;
7570
7570
  var TEMPORARY_NAME = "_t";
7571
7571
  var CONTEXT_NAME = "ctx";
@@ -7692,7 +7692,7 @@ function getAttrsForDirectiveMatching(elOrTpl) {
7692
7692
  return attributesMap;
7693
7693
  }
7694
7694
 
7695
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/injectable_compiler_2.mjs
7695
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/injectable_compiler_2.mjs
7696
7696
  function compileInjectable(meta, resolveForwardRefs) {
7697
7697
  let result = null;
7698
7698
  const factoryMeta = {
@@ -7779,7 +7779,7 @@ function createFactoryFunction(type) {
7779
7779
  return arrowFn([new FnParam("t", DYNAMIC_TYPE)], type.prop("\u0275fac").callFn([variable("t")]));
7780
7780
  }
7781
7781
 
7782
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/assertions.mjs
7782
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/assertions.mjs
7783
7783
  var UNUSABLE_INTERPOLATION_REGEXPS = [
7784
7784
  /@/,
7785
7785
  /^\s*$/,
@@ -7802,7 +7802,7 @@ function assertInterpolationSymbols(identifier, value) {
7802
7802
  }
7803
7803
  }
7804
7804
 
7805
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/defaults.mjs
7805
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/defaults.mjs
7806
7806
  var InterpolationConfig = class {
7807
7807
  static fromArray(markers) {
7808
7808
  if (!markers) {
@@ -7819,7 +7819,7 @@ var InterpolationConfig = class {
7819
7819
  var DEFAULT_INTERPOLATION_CONFIG = new InterpolationConfig("{{", "}}");
7820
7820
  var DEFAULT_CONTAINER_BLOCKS = /* @__PURE__ */ new Set(["switch"]);
7821
7821
 
7822
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/chars.mjs
7822
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/chars.mjs
7823
7823
  var $EOF = 0;
7824
7824
  var $BSPACE = 8;
7825
7825
  var $TAB = 9;
@@ -7901,7 +7901,7 @@ function isQuote(code) {
7901
7901
  return code === $SQ || code === $DQ || code === $BT;
7902
7902
  }
7903
7903
 
7904
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/parse_util.mjs
7904
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/parse_util.mjs
7905
7905
  var ParseLocation = class {
7906
7906
  constructor(file, offset, line, col) {
7907
7907
  this.file = file;
@@ -8048,7 +8048,7 @@ function sanitizeIdentifier(name) {
8048
8048
  return name.replace(/\W/g, "_");
8049
8049
  }
8050
8050
 
8051
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/abstract_js_emitter.mjs
8051
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/output/abstract_js_emitter.mjs
8052
8052
  var makeTemplateObjectPolyfill = '(this&&this.__makeTemplateObject||function(e,t){return Object.defineProperty?Object.defineProperty(e,"raw",{value:t}):e.raw=t,e})';
8053
8053
  var AbstractJsEmitterVisitor = class extends AbstractEmitterVisitor {
8054
8054
  constructor() {
@@ -8141,7 +8141,7 @@ var AbstractJsEmitterVisitor = class extends AbstractEmitterVisitor {
8141
8141
  }
8142
8142
  };
8143
8143
 
8144
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/output_jit_trusted_types.mjs
8144
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/output/output_jit_trusted_types.mjs
8145
8145
  var policy;
8146
8146
  function getPolicy() {
8147
8147
  if (policy === void 0) {
@@ -8179,7 +8179,7 @@ function newTrustedFunctionForJIT(...args) {
8179
8179
  return fn2.bind(_global);
8180
8180
  }
8181
8181
 
8182
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/output_jit.mjs
8182
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/output/output_jit.mjs
8183
8183
  var JitEvaluator = class {
8184
8184
  evaluateStatements(sourceUrl, statements, refResolver, createSourceMaps) {
8185
8185
  const converter = new JitEmitterVisitor(refResolver);
@@ -8267,7 +8267,7 @@ function isUseStrictStatement(statement) {
8267
8267
  return statement.isEquivalent(literal("use strict").toStmt());
8268
8268
  }
8269
8269
 
8270
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_injector_compiler.mjs
8270
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_injector_compiler.mjs
8271
8271
  function compileInjector(meta) {
8272
8272
  const definitionMap = new DefinitionMap();
8273
8273
  if (meta.providers !== null) {
@@ -8284,7 +8284,7 @@ function createInjectorType(meta) {
8284
8284
  return new ExpressionType(importExpr(Identifiers.InjectorDeclaration, [new ExpressionType(meta.type.type)]));
8285
8285
  }
8286
8286
 
8287
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_jit.mjs
8287
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_jit.mjs
8288
8288
  var R3JitReflector = class {
8289
8289
  constructor(context) {
8290
8290
  this.context = context;
@@ -8300,7 +8300,7 @@ var R3JitReflector = class {
8300
8300
  }
8301
8301
  };
8302
8302
 
8303
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_module_compiler.mjs
8303
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_module_compiler.mjs
8304
8304
  var R3SelectorScopeMode;
8305
8305
  (function(R3SelectorScopeMode2) {
8306
8306
  R3SelectorScopeMode2[R3SelectorScopeMode2["Inline"] = 0] = "Inline";
@@ -8435,7 +8435,7 @@ function tupleOfTypes(types) {
8435
8435
  return types.length > 0 ? expressionType(literalArr(typeofTypes)) : NONE_TYPE;
8436
8436
  }
8437
8437
 
8438
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_pipe_compiler.mjs
8438
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_pipe_compiler.mjs
8439
8439
  function compilePipeFromMetadata(metadata) {
8440
8440
  const definitionMapValues = [];
8441
8441
  definitionMapValues.push({ key: "name", value: literal(metadata.pipeName), quoted: false });
@@ -8456,7 +8456,7 @@ function createPipeType(metadata) {
8456
8456
  ]));
8457
8457
  }
8458
8458
 
8459
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/api.mjs
8459
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/api.mjs
8460
8460
  var R3TemplateDependencyKind;
8461
8461
  (function(R3TemplateDependencyKind2) {
8462
8462
  R3TemplateDependencyKind2[R3TemplateDependencyKind2["Directive"] = 0] = "Directive";
@@ -8464,7 +8464,7 @@ var R3TemplateDependencyKind;
8464
8464
  R3TemplateDependencyKind2[R3TemplateDependencyKind2["NgModule"] = 2] = "NgModule";
8465
8465
  })(R3TemplateDependencyKind || (R3TemplateDependencyKind = {}));
8466
8466
 
8467
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/shadow_css.mjs
8467
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/shadow_css.mjs
8468
8468
  var animationKeywords = /* @__PURE__ */ new Set([
8469
8469
  "inherit",
8470
8470
  "initial",
@@ -8944,7 +8944,7 @@ function repeatGroups(groups, multiples) {
8944
8944
  }
8945
8945
  }
8946
8946
 
8947
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/enums.mjs
8947
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/enums.mjs
8948
8948
  var OpKind;
8949
8949
  (function(OpKind2) {
8950
8950
  OpKind2[OpKind2["ListEnd"] = 0] = "ListEnd";
@@ -9102,7 +9102,7 @@ var TemplateKind;
9102
9102
  TemplateKind2[TemplateKind2["Block"] = 2] = "Block";
9103
9103
  })(TemplateKind || (TemplateKind = {}));
9104
9104
 
9105
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/traits.mjs
9105
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/traits.mjs
9106
9106
  var ConsumesSlot = Symbol("ConsumesSlot");
9107
9107
  var DependsOnSlotContext = Symbol("DependsOnSlotContext");
9108
9108
  var ConsumesVarsTrait = Symbol("ConsumesVars");
@@ -9130,7 +9130,7 @@ function hasUsesVarOffsetTrait(expr) {
9130
9130
  return expr[UsesVarOffset] === true;
9131
9131
  }
9132
9132
 
9133
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/shared.mjs
9133
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/shared.mjs
9134
9134
  function createStatementOp(statement) {
9135
9135
  return __spreadValues({
9136
9136
  kind: OpKind.Statement,
@@ -9152,7 +9152,7 @@ var NEW_OP = {
9152
9152
  next: null
9153
9153
  };
9154
9154
 
9155
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/update.mjs
9155
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/update.mjs
9156
9156
  function createInterpolateTextOp(xref, interpolation, sourceSpan) {
9157
9157
  return __spreadValues(__spreadValues(__spreadValues({
9158
9158
  kind: OpKind.InterpolateText,
@@ -9341,7 +9341,7 @@ function createStoreLetOp(target, declaredName, value, sourceSpan) {
9341
9341
  }, TRAIT_DEPENDS_ON_SLOT_CONTEXT), TRAIT_CONSUMES_VARS), NEW_OP);
9342
9342
  }
9343
9343
 
9344
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/expression.mjs
9344
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/expression.mjs
9345
9345
  var _a;
9346
9346
  var _b;
9347
9347
  var _c;
@@ -10259,7 +10259,7 @@ function isStringLiteral(expr) {
10259
10259
  return expr instanceof LiteralExpr && typeof expr.value === "string";
10260
10260
  }
10261
10261
 
10262
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/operations.mjs
10262
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/operations.mjs
10263
10263
  var _OpList = class {
10264
10264
  constructor() {
10265
10265
  this.debugListId = _OpList.nextListId++;
@@ -10450,14 +10450,14 @@ var OpList = _OpList;
10450
10450
  _OpList.nextListId = 0;
10451
10451
  })();
10452
10452
 
10453
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/handle.mjs
10453
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/handle.mjs
10454
10454
  var SlotHandle = class {
10455
10455
  constructor() {
10456
10456
  this.slot = null;
10457
10457
  }
10458
10458
  };
10459
10459
 
10460
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/create.mjs
10460
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/create.mjs
10461
10461
  var elementContainerOpKinds = /* @__PURE__ */ new Set([
10462
10462
  OpKind.Element,
10463
10463
  OpKind.ElementStart,
@@ -10770,7 +10770,7 @@ function createI18nAttributesOp(xref, handle, target) {
10770
10770
  }, NEW_OP), TRAIT_CONSUMES_SLOT);
10771
10771
  }
10772
10772
 
10773
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/host.mjs
10773
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/host.mjs
10774
10774
  function createHostPropertyOp(name, expression, isAnimationTrigger, i18nContext, securityContext, sourceSpan) {
10775
10775
  return __spreadValues(__spreadValues({
10776
10776
  kind: OpKind.HostProperty,
@@ -10784,10 +10784,10 @@ function createHostPropertyOp(name, expression, isAnimationTrigger, i18nContext,
10784
10784
  }, TRAIT_CONSUMES_VARS), NEW_OP);
10785
10785
  }
10786
10786
 
10787
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/variable.mjs
10787
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/variable.mjs
10788
10788
  var CTX_REF = "CTX_REF_MARKER";
10789
10789
 
10790
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/compilation.mjs
10790
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/compilation.mjs
10791
10791
  var CompilationJobKind;
10792
10792
  (function(CompilationJobKind2) {
10793
10793
  CompilationJobKind2[CompilationJobKind2["Tmpl"] = 0] = "Tmpl";
@@ -10895,7 +10895,7 @@ var HostBindingCompilationUnit = class extends CompilationUnit {
10895
10895
  }
10896
10896
  };
10897
10897
 
10898
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/any_cast.mjs
10898
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/any_cast.mjs
10899
10899
  function deleteAnyCasts(job) {
10900
10900
  for (const unit of job.units) {
10901
10901
  for (const op of unit.ops()) {
@@ -10913,7 +10913,7 @@ function removeAnys(e) {
10913
10913
  return e;
10914
10914
  }
10915
10915
 
10916
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/apply_i18n_expressions.mjs
10916
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/apply_i18n_expressions.mjs
10917
10917
  function applyI18nExpressions(job) {
10918
10918
  const i18nContexts = /* @__PURE__ */ new Map();
10919
10919
  for (const unit of job.units) {
@@ -10956,7 +10956,7 @@ function needsApplication(i18nContexts, op) {
10956
10956
  return false;
10957
10957
  }
10958
10958
 
10959
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/assign_i18n_slot_dependencies.mjs
10959
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/assign_i18n_slot_dependencies.mjs
10960
10960
  function assignI18nSlotDependencies(job) {
10961
10961
  for (const unit of job.units) {
10962
10962
  let updateOp = unit.update.head;
@@ -11001,7 +11001,7 @@ function assignI18nSlotDependencies(job) {
11001
11001
  }
11002
11002
  }
11003
11003
 
11004
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/util/elements.mjs
11004
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/util/elements.mjs
11005
11005
  function createOpXrefMap(unit) {
11006
11006
  const map = /* @__PURE__ */ new Map();
11007
11007
  for (const op of unit.create) {
@@ -11016,7 +11016,7 @@ function createOpXrefMap(unit) {
11016
11016
  return map;
11017
11017
  }
11018
11018
 
11019
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/attribute_extraction.mjs
11019
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/attribute_extraction.mjs
11020
11020
  function extractAttributes(job) {
11021
11021
  for (const unit of job.units) {
11022
11022
  const elements = createOpXrefMap(unit);
@@ -11145,7 +11145,7 @@ function extractAttributeOp(unit, op, elements) {
11145
11145
  }
11146
11146
  }
11147
11147
 
11148
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/binding_specialization.mjs
11148
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/binding_specialization.mjs
11149
11149
  function lookupElement2(elements, xref) {
11150
11150
  const el = elements.get(xref);
11151
11151
  if (el === void 0) {
@@ -11202,7 +11202,7 @@ function specializeBindings(job) {
11202
11202
  }
11203
11203
  }
11204
11204
 
11205
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/chaining.mjs
11205
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/chaining.mjs
11206
11206
  var CHAINABLE = /* @__PURE__ */ new Set([
11207
11207
  Identifiers.attribute,
11208
11208
  Identifiers.classProp,
@@ -11271,7 +11271,7 @@ function chainOperationsInList(opList) {
11271
11271
  }
11272
11272
  }
11273
11273
 
11274
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/collapse_singleton_interpolations.mjs
11274
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/collapse_singleton_interpolations.mjs
11275
11275
  function collapseSingletonInterpolations(job) {
11276
11276
  for (const unit of job.units) {
11277
11277
  for (const op of unit.update) {
@@ -11283,7 +11283,7 @@ function collapseSingletonInterpolations(job) {
11283
11283
  }
11284
11284
  }
11285
11285
 
11286
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/conditionals.mjs
11286
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/conditionals.mjs
11287
11287
  function generateConditionalExpressions(job) {
11288
11288
  for (const unit of job.units) {
11289
11289
  for (const op of unit.ops()) {
@@ -11320,7 +11320,7 @@ function generateConditionalExpressions(job) {
11320
11320
  }
11321
11321
  }
11322
11322
 
11323
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/conversion.mjs
11323
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/conversion.mjs
11324
11324
  var BINARY_OPERATORS = /* @__PURE__ */ new Map([
11325
11325
  ["&&", BinaryOperator.And],
11326
11326
  [">", BinaryOperator.Bigger],
@@ -11377,7 +11377,7 @@ function literalOrArrayLiteral(value) {
11377
11377
  return literal(value);
11378
11378
  }
11379
11379
 
11380
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/const_collection.mjs
11380
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/const_collection.mjs
11381
11381
  function collectElementConsts(job) {
11382
11382
  const allElementAttributes = /* @__PURE__ */ new Map();
11383
11383
  for (const unit of job.units) {
@@ -11546,7 +11546,7 @@ function serializeAttributes({ attributes, bindings, classes, i18n: i18n2, proje
11546
11546
  return literalArr(attrArray);
11547
11547
  }
11548
11548
 
11549
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/convert_i18n_bindings.mjs
11549
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/convert_i18n_bindings.mjs
11550
11550
  function convertI18nBindings(job) {
11551
11551
  const i18nAttributesByElem = /* @__PURE__ */ new Map();
11552
11552
  for (const unit of job.units) {
@@ -11587,7 +11587,7 @@ function convertI18nBindings(job) {
11587
11587
  }
11588
11588
  }
11589
11589
 
11590
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_defer_deps_fns.mjs
11590
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_defer_deps_fns.mjs
11591
11591
  function resolveDeferDepsFns(job) {
11592
11592
  var _a2;
11593
11593
  for (const unit of job.units) {
@@ -11612,7 +11612,7 @@ function resolveDeferDepsFns(job) {
11612
11612
  }
11613
11613
  }
11614
11614
 
11615
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/create_i18n_contexts.mjs
11615
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/create_i18n_contexts.mjs
11616
11616
  function createI18nContexts(job) {
11617
11617
  const attrContextByMessage = /* @__PURE__ */ new Map();
11618
11618
  for (const unit of job.units) {
@@ -11690,7 +11690,7 @@ function createI18nContexts(job) {
11690
11690
  }
11691
11691
  }
11692
11692
 
11693
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/deduplicate_text_bindings.mjs
11693
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/deduplicate_text_bindings.mjs
11694
11694
  function deduplicateTextBindings(job) {
11695
11695
  const seen = /* @__PURE__ */ new Map();
11696
11696
  for (const unit of job.units) {
@@ -11712,7 +11712,7 @@ function deduplicateTextBindings(job) {
11712
11712
  }
11713
11713
  }
11714
11714
 
11715
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/defer_configs.mjs
11715
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/defer_configs.mjs
11716
11716
  function configureDeferInstructions(job) {
11717
11717
  for (const unit of job.units) {
11718
11718
  for (const op of unit.create) {
@@ -11729,7 +11729,7 @@ function configureDeferInstructions(job) {
11729
11729
  }
11730
11730
  }
11731
11731
 
11732
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/defer_resolve_targets.mjs
11732
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/defer_resolve_targets.mjs
11733
11733
  function resolveDeferTargetNames(job) {
11734
11734
  const scopes = /* @__PURE__ */ new Map();
11735
11735
  function getScopeForView2(view) {
@@ -11823,7 +11823,7 @@ var Scope = class {
11823
11823
  }
11824
11824
  };
11825
11825
 
11826
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/empty_elements.mjs
11826
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/empty_elements.mjs
11827
11827
  var REPLACEMENTS = /* @__PURE__ */ new Map([
11828
11828
  [OpKind.ElementEnd, [OpKind.ElementStart, OpKind.Element]],
11829
11829
  [OpKind.ContainerEnd, [OpKind.ContainerStart, OpKind.Container]],
@@ -11850,7 +11850,7 @@ function collapseEmptyInstructions(job) {
11850
11850
  }
11851
11851
  }
11852
11852
 
11853
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/expand_safe_reads.mjs
11853
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/expand_safe_reads.mjs
11854
11854
  function expandSafeReads(job) {
11855
11855
  for (const unit of job.units) {
11856
11856
  for (const op of unit.ops()) {
@@ -11986,7 +11986,7 @@ function ternaryTransform(e) {
11986
11986
  return new ConditionalExpr(new BinaryOperatorExpr(BinaryOperator.Equals, e.guard, NULL_EXPR), NULL_EXPR, e.expr);
11987
11987
  }
11988
11988
 
11989
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/extract_i18n_messages.mjs
11989
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/extract_i18n_messages.mjs
11990
11990
  var ESCAPE = "\uFFFD";
11991
11991
  var ELEMENT_MARKER = "#";
11992
11992
  var TEMPLATE_MARKER = "*";
@@ -12122,7 +12122,7 @@ function formatValue(value) {
12122
12122
  return `${ESCAPE}${closeMarker}${tagMarker}${value.value}${context}${ESCAPE}`;
12123
12123
  }
12124
12124
 
12125
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_advance.mjs
12125
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_advance.mjs
12126
12126
  function generateAdvance(job) {
12127
12127
  for (const unit of job.units) {
12128
12128
  const slotMap = /* @__PURE__ */ new Map();
@@ -12165,7 +12165,7 @@ function generateAdvance(job) {
12165
12165
  }
12166
12166
  }
12167
12167
 
12168
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_projection_def.mjs
12168
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_projection_def.mjs
12169
12169
  function generateProjectionDefs(job) {
12170
12170
  const share = job.compatibility === CompatibilityMode.TemplateDefinitionBuilder;
12171
12171
  const selectors = [];
@@ -12189,7 +12189,7 @@ function generateProjectionDefs(job) {
12189
12189
  }
12190
12190
  }
12191
12191
 
12192
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_variables.mjs
12192
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_variables.mjs
12193
12193
  function generateVariables(job) {
12194
12194
  recursivelyProcessView(job.root, null);
12195
12195
  }
@@ -12304,7 +12304,7 @@ function generateVariablesInScopeForView(view, scope, isListener) {
12304
12304
  return newOps;
12305
12305
  }
12306
12306
 
12307
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/has_const_expression_collection.mjs
12307
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/has_const_expression_collection.mjs
12308
12308
  function collectConstExpressions(job) {
12309
12309
  for (const unit of job.units) {
12310
12310
  for (const op of unit.ops()) {
@@ -12318,7 +12318,7 @@ function collectConstExpressions(job) {
12318
12318
  }
12319
12319
  }
12320
12320
 
12321
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/host_style_property_parsing.mjs
12321
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/host_style_property_parsing.mjs
12322
12322
  var STYLE_DOT = "style.";
12323
12323
  var CLASS_DOT = "class.";
12324
12324
  var STYLE_BANG = "style!";
@@ -12376,7 +12376,7 @@ function parseProperty(name) {
12376
12376
  return { property: property2, suffix };
12377
12377
  }
12378
12378
 
12379
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/map_util.mjs
12379
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/output/map_util.mjs
12380
12380
  function mapLiteral(obj, quoted = false) {
12381
12381
  return literalMap(Object.keys(obj).map((key) => ({
12382
12382
  key,
@@ -12385,7 +12385,7 @@ function mapLiteral(obj, quoted = false) {
12385
12385
  })));
12386
12386
  }
12387
12387
 
12388
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/icu_serializer.mjs
12388
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/i18n/icu_serializer.mjs
12389
12389
  var IcuSerializerVisitor = class {
12390
12390
  visitText(text2) {
12391
12391
  return text2.value;
@@ -12419,7 +12419,7 @@ function serializeIcuNode(icu) {
12419
12419
  return icu.visit(serializer);
12420
12420
  }
12421
12421
 
12422
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/expression_parser/lexer.mjs
12422
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/expression_parser/lexer.mjs
12423
12423
  var TokenType;
12424
12424
  (function(TokenType2) {
12425
12425
  TokenType2[TokenType2["Character"] = 0] = "Character";
@@ -12780,7 +12780,7 @@ function parseIntAutoRadix(text2) {
12780
12780
  return result;
12781
12781
  }
12782
12782
 
12783
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/expression_parser/parser.mjs
12783
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/expression_parser/parser.mjs
12784
12784
  var SplitInterpolation = class {
12785
12785
  constructor(strings, expressions, offsets) {
12786
12786
  this.strings = strings;
@@ -13664,7 +13664,7 @@ function getIndexMapForOriginalTemplate(interpolatedTokens) {
13664
13664
  return offsetMap;
13665
13665
  }
13666
13666
 
13667
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/ast.mjs
13667
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/ast.mjs
13668
13668
  var NodeWithI18n = class {
13669
13669
  constructor(sourceSpan, i18n2) {
13670
13670
  this.sourceSpan = sourceSpan;
@@ -13787,7 +13787,7 @@ function visitAll2(visitor, nodes, context = null) {
13787
13787
  return result;
13788
13788
  }
13789
13789
 
13790
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/schema/dom_security_schema.mjs
13790
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/schema/dom_security_schema.mjs
13791
13791
  var _SECURITY_SCHEMA;
13792
13792
  function SECURITY_SCHEMA() {
13793
13793
  if (!_SECURITY_SCHEMA) {
@@ -13848,11 +13848,11 @@ function isIframeSecuritySensitiveAttr(attrName) {
13848
13848
  return IFRAME_SECURITY_SENSITIVE_ATTRS.has(attrName.toLowerCase());
13849
13849
  }
13850
13850
 
13851
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/schema/element_schema_registry.mjs
13851
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/schema/element_schema_registry.mjs
13852
13852
  var ElementSchemaRegistry = class {
13853
13853
  };
13854
13854
 
13855
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/schema/dom_element_schema_registry.mjs
13855
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/schema/dom_element_schema_registry.mjs
13856
13856
  var BOOLEAN = "boolean";
13857
13857
  var NUMBER = "number";
13858
13858
  var STRING = "string";
@@ -14235,7 +14235,7 @@ function _isPixelDimensionStyle(prop) {
14235
14235
  }
14236
14236
  }
14237
14237
 
14238
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/html_tags.mjs
14238
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/html_tags.mjs
14239
14239
  var HtmlTagDefinition = class {
14240
14240
  constructor({ closedByChildren, implicitNamespacePrefix, contentType = TagContentType.PARSABLE_DATA, closedByParent = false, isVoid = false, ignoreFirstLf = false, preventNamespaceInheritance = false, canSelfClose = false } = {}) {
14241
14241
  this.closedByChildren = {};
@@ -14371,7 +14371,7 @@ function getHtmlTagDefinition(tagName) {
14371
14371
  return (_b2 = (_a2 = TAG_DEFINITIONS[tagName]) != null ? _a2 : TAG_DEFINITIONS[tagName.toLowerCase()]) != null ? _b2 : DEFAULT_TAG_DEFINITION;
14372
14372
  }
14373
14373
 
14374
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/serializers/placeholder.mjs
14374
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/serializers/placeholder.mjs
14375
14375
  var TAG_TO_PLACEHOLDER_NAMES = {
14376
14376
  "A": "LINK",
14377
14377
  "B": "BOLD_TEXT",
@@ -14493,7 +14493,7 @@ var PlaceholderRegistry = class {
14493
14493
  }
14494
14494
  };
14495
14495
 
14496
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/i18n_parser.mjs
14496
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/i18n_parser.mjs
14497
14497
  var _expParser = new Parser(new Lexer());
14498
14498
  function createI18nMessageFactory(interpolationConfig, containerBlocks) {
14499
14499
  const visitor = new _I18nVisitor(_expParser, interpolationConfig, containerBlocks);
@@ -14675,14 +14675,14 @@ function extractPlaceholderName(input) {
14675
14675
  return input.split(_CUSTOM_PH_EXP)[2];
14676
14676
  }
14677
14677
 
14678
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/parse_util.mjs
14678
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/parse_util.mjs
14679
14679
  var I18nError = class extends ParseError {
14680
14680
  constructor(span, msg) {
14681
14681
  super(span, msg);
14682
14682
  }
14683
14683
  };
14684
14684
 
14685
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/entities.mjs
14685
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/entities.mjs
14686
14686
  var NAMED_ENTITIES = {
14687
14687
  "AElig": "\xC6",
14688
14688
  "AMP": "&",
@@ -16813,7 +16813,7 @@ var NAMED_ENTITIES = {
16813
16813
  var NGSP_UNICODE = "\uE500";
16814
16814
  NAMED_ENTITIES["ngsp"] = NGSP_UNICODE;
16815
16815
 
16816
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/lexer.mjs
16816
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/lexer.mjs
16817
16817
  var TokenError = class extends ParseError {
16818
16818
  constructor(errorMsg, tokenType, span) {
16819
16819
  super(span, errorMsg);
@@ -17803,7 +17803,7 @@ var CursorError = class {
17803
17803
  }
17804
17804
  };
17805
17805
 
17806
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/parser.mjs
17806
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/parser.mjs
17807
17807
  var TreeError = class extends ParseError {
17808
17808
  static create(elementName, span, msg) {
17809
17809
  return new TreeError(elementName, span, msg);
@@ -18231,7 +18231,7 @@ function decodeEntity(match, entity) {
18231
18231
  return match;
18232
18232
  }
18233
18233
 
18234
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/schema/trusted_types_sinks.mjs
18234
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/schema/trusted_types_sinks.mjs
18235
18235
  var TRUSTED_TYPES_SINKS = /* @__PURE__ */ new Set([
18236
18236
  "iframe|srcdoc",
18237
18237
  "*|innerhtml",
@@ -18246,7 +18246,7 @@ function isTrustedTypesSink(tagName, propName) {
18246
18246
  return TRUSTED_TYPES_SINKS.has(tagName + "|" + propName) || TRUSTED_TYPES_SINKS.has("*|" + propName);
18247
18247
  }
18248
18248
 
18249
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/meta.mjs
18249
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/i18n/meta.mjs
18250
18250
  var setI18nRefs = (htmlNode, i18nNode) => {
18251
18251
  if (htmlNode instanceof NodeWithI18n) {
18252
18252
  if (i18nNode instanceof IcuPlaceholder && htmlNode.i18n instanceof Message) {
@@ -18406,7 +18406,7 @@ function i18nMetaToJSDoc(meta) {
18406
18406
  return jsDocComment(tags);
18407
18407
  }
18408
18408
 
18409
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/get_msg_utils.mjs
18409
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/i18n/get_msg_utils.mjs
18410
18410
  var GOOG_GET_MSG = "goog.getMsg";
18411
18411
  function createGoogleGetMsgStatements(variable2, message, closureVar, placeholderValues) {
18412
18412
  const messageString = serializeI18nMessageForGetMsg(message);
@@ -18457,7 +18457,7 @@ function serializeI18nMessageForGetMsg(message) {
18457
18457
  return message.nodes.map((node) => node.visit(serializerVisitor2, null)).join("");
18458
18458
  }
18459
18459
 
18460
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/localize_utils.mjs
18460
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/i18n/localize_utils.mjs
18461
18461
  function createLocalizeStatements(variable2, message, params) {
18462
18462
  const { messageParts, placeHolders } = serializeI18nMessageForLocalize(message);
18463
18463
  const sourceSpan = getSourceSpan(message);
@@ -18546,7 +18546,7 @@ function createEmptyMessagePart(location) {
18546
18546
  return new LiteralPiece("", new ParseSourceSpan(location, location));
18547
18547
  }
18548
18548
 
18549
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/i18n_const_collection.mjs
18549
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/i18n_const_collection.mjs
18550
18550
  var NG_I18N_CLOSURE_MODE = "ngI18nClosureMode";
18551
18551
  var TRANSLATION_VAR_PREFIX = "i18n_";
18552
18552
  var I18N_ICU_MAPPING_PREFIX = "I18N_EXP_";
@@ -18717,7 +18717,7 @@ function i18nGenerateClosureVar(pool, messageId, fileBasedI18nSuffix, useExterna
18717
18717
  return variable(name);
18718
18718
  }
18719
18719
 
18720
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/i18n_text_extraction.mjs
18720
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/i18n_text_extraction.mjs
18721
18721
  function convertI18nText(job) {
18722
18722
  var _a2, _b2, _c2;
18723
18723
  for (const unit of job.units) {
@@ -18787,7 +18787,7 @@ function convertI18nText(job) {
18787
18787
  }
18788
18788
  }
18789
18789
 
18790
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/local_refs.mjs
18790
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/local_refs.mjs
18791
18791
  function liftLocalRefs(job) {
18792
18792
  for (const unit of job.units) {
18793
18793
  for (const op of unit.create) {
@@ -18817,7 +18817,7 @@ function serializeLocalRefs(refs) {
18817
18817
  return literalArr(constRefs);
18818
18818
  }
18819
18819
 
18820
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/namespace.mjs
18820
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/namespace.mjs
18821
18821
  function emitNamespaceChanges(job) {
18822
18822
  for (const unit of job.units) {
18823
18823
  let activeNamespace = Namespace.HTML;
@@ -18833,7 +18833,7 @@ function emitNamespaceChanges(job) {
18833
18833
  }
18834
18834
  }
18835
18835
 
18836
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/parse_extracted_styles.mjs
18836
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/parse_extracted_styles.mjs
18837
18837
  function parse(value) {
18838
18838
  const styles = [];
18839
18839
  let i = 0;
@@ -18927,7 +18927,7 @@ function parseExtractedStyles(job) {
18927
18927
  }
18928
18928
  }
18929
18929
 
18930
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/naming.mjs
18930
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/naming.mjs
18931
18931
  function nameFunctionsAndVariables(job) {
18932
18932
  addNamesToView(job.root, job.componentName, { index: 0 }, job.compatibility === CompatibilityMode.TemplateDefinitionBuilder);
18933
18933
  }
@@ -19071,7 +19071,7 @@ function stripImportant(name) {
19071
19071
  return name;
19072
19072
  }
19073
19073
 
19074
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/next_context_merging.mjs
19074
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/next_context_merging.mjs
19075
19075
  function mergeNextContextExpressions(job) {
19076
19076
  for (const unit of job.units) {
19077
19077
  for (const op of unit.create) {
@@ -19118,7 +19118,7 @@ function mergeNextContextsInOps(ops) {
19118
19118
  }
19119
19119
  }
19120
19120
 
19121
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/ng_container.mjs
19121
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/ng_container.mjs
19122
19122
  var CONTAINER_TAG = "ng-container";
19123
19123
  function generateNgContainerOps(job) {
19124
19124
  for (const unit of job.units) {
@@ -19135,7 +19135,7 @@ function generateNgContainerOps(job) {
19135
19135
  }
19136
19136
  }
19137
19137
 
19138
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/nonbindable.mjs
19138
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/nonbindable.mjs
19139
19139
  function lookupElement3(elements, xref) {
19140
19140
  const el = elements.get(xref);
19141
19141
  if (el === void 0) {
@@ -19165,7 +19165,7 @@ function disableBindings(job) {
19165
19165
  }
19166
19166
  }
19167
19167
 
19168
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/nullish_coalescing.mjs
19168
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/nullish_coalescing.mjs
19169
19169
  function generateNullishCoalesceExpressions(job) {
19170
19170
  for (const unit of job.units) {
19171
19171
  for (const op of unit.ops()) {
@@ -19181,7 +19181,7 @@ function generateNullishCoalesceExpressions(job) {
19181
19181
  }
19182
19182
  }
19183
19183
 
19184
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/ordering.mjs
19184
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/ordering.mjs
19185
19185
  function kindTest(kind) {
19186
19186
  return (op) => op.kind === kind;
19187
19187
  }
@@ -19271,7 +19271,7 @@ function keepLast(ops) {
19271
19271
  return ops.slice(ops.length - 1);
19272
19272
  }
19273
19273
 
19274
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/phase_remove_content_selectors.mjs
19274
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/phase_remove_content_selectors.mjs
19275
19275
  function removeContentSelectors(job) {
19276
19276
  for (const unit of job.units) {
19277
19277
  const elements = createOpXrefMap(unit);
@@ -19298,7 +19298,7 @@ function lookupInXrefMap(map, xref) {
19298
19298
  return el;
19299
19299
  }
19300
19300
 
19301
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pipe_creation.mjs
19301
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pipe_creation.mjs
19302
19302
  function createPipes(job) {
19303
19303
  for (const unit of job.units) {
19304
19304
  processPipeBindingsInView(unit);
@@ -19346,7 +19346,7 @@ function addPipeToCreationBlock(unit, afterTargetXref, binding) {
19346
19346
  throw new Error(`AssertionError: unable to find insertion point for pipe ${binding.name}`);
19347
19347
  }
19348
19348
 
19349
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pipe_variadic.mjs
19349
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pipe_variadic.mjs
19350
19350
  function createVariadicPipes(job) {
19351
19351
  for (const unit of job.units) {
19352
19352
  for (const op of unit.update) {
@@ -19363,7 +19363,7 @@ function createVariadicPipes(job) {
19363
19363
  }
19364
19364
  }
19365
19365
 
19366
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/propagate_i18n_blocks.mjs
19366
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/propagate_i18n_blocks.mjs
19367
19367
  function propagateI18nBlocks(job) {
19368
19368
  propagateI18nBlocksToTemplates(job.root, 0);
19369
19369
  }
@@ -19417,7 +19417,7 @@ function wrapTemplateWithI18n(unit, parentI18n) {
19417
19417
  }
19418
19418
  }
19419
19419
 
19420
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pure_function_extraction.mjs
19420
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pure_function_extraction.mjs
19421
19421
  function extractPureFunctions(job) {
19422
19422
  for (const view of job.units) {
19423
19423
  for (const op of view.ops()) {
@@ -19459,7 +19459,7 @@ var PureFunctionConstant = class extends GenericKeyFn {
19459
19459
  }
19460
19460
  };
19461
19461
 
19462
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pure_literal_structures.mjs
19462
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pure_literal_structures.mjs
19463
19463
  function generatePureLiteralStructures(job) {
19464
19464
  for (const unit of job.units) {
19465
19465
  for (const op of unit.update) {
@@ -19506,7 +19506,7 @@ function transformLiteralMap(expr) {
19506
19506
  return new PureFunctionExpr(literalMap(derivedEntries), nonConstantArgs);
19507
19507
  }
19508
19508
 
19509
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/instruction.mjs
19509
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/instruction.mjs
19510
19510
  function element(slot, tag, constIndex, localRefIndex, sourceSpan) {
19511
19511
  return elementOrContainerBase(Identifiers.element, slot, tag, constIndex, localRefIndex, sourceSpan);
19512
19512
  }
@@ -20038,7 +20038,7 @@ function callVariadicInstruction(config, baseArgs, interpolationArgs, extraArgs,
20038
20038
  return createStatementOp(callVariadicInstructionExpr(config, baseArgs, interpolationArgs, extraArgs, sourceSpan).toStmt());
20039
20039
  }
20040
20040
 
20041
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/reify.mjs
20041
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/reify.mjs
20042
20042
  var GLOBAL_TARGET_RESOLVERS = /* @__PURE__ */ new Map([
20043
20043
  ["window", Identifiers.resolveWindow],
20044
20044
  ["document", Identifiers.resolveDocument],
@@ -20403,7 +20403,7 @@ function reifyListenerHandler(unit, name, handlerOps, consumesDollarEvent) {
20403
20403
  return fn(params, handlerStmts, void 0, void 0, name);
20404
20404
  }
20405
20405
 
20406
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/remove_empty_bindings.mjs
20406
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/remove_empty_bindings.mjs
20407
20407
  function removeEmptyBindings(job) {
20408
20408
  for (const unit of job.units) {
20409
20409
  for (const op of unit.update) {
@@ -20424,7 +20424,7 @@ function removeEmptyBindings(job) {
20424
20424
  }
20425
20425
  }
20426
20426
 
20427
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/remove_i18n_contexts.mjs
20427
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/remove_i18n_contexts.mjs
20428
20428
  function removeI18nContexts(job) {
20429
20429
  for (const unit of job.units) {
20430
20430
  for (const op of unit.create) {
@@ -20440,7 +20440,7 @@ function removeI18nContexts(job) {
20440
20440
  }
20441
20441
  }
20442
20442
 
20443
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/remove_unused_i18n_attrs.mjs
20443
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/remove_unused_i18n_attrs.mjs
20444
20444
  function removeUnusedI18nAttributesOps(job) {
20445
20445
  for (const unit of job.units) {
20446
20446
  const ownersWithI18nExpressions = /* @__PURE__ */ new Set();
@@ -20462,7 +20462,7 @@ function removeUnusedI18nAttributesOps(job) {
20462
20462
  }
20463
20463
  }
20464
20464
 
20465
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_contexts.mjs
20465
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_contexts.mjs
20466
20466
  function resolveContexts(job) {
20467
20467
  for (const unit of job.units) {
20468
20468
  processLexicalScope(unit, unit.create);
@@ -20504,7 +20504,7 @@ function processLexicalScope(view, ops) {
20504
20504
  }
20505
20505
  }
20506
20506
 
20507
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_dollar_event.mjs
20507
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_dollar_event.mjs
20508
20508
  function resolveDollarEvent(job) {
20509
20509
  for (const unit of job.units) {
20510
20510
  transformDollarEvent(unit.create);
@@ -20527,7 +20527,7 @@ function transformDollarEvent(ops) {
20527
20527
  }
20528
20528
  }
20529
20529
 
20530
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_i18n_element_placeholders.mjs
20530
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_i18n_element_placeholders.mjs
20531
20531
  function resolveI18nElementPlaceholders(job) {
20532
20532
  const i18nContexts = /* @__PURE__ */ new Map();
20533
20533
  const elements = /* @__PURE__ */ new Map();
@@ -20706,7 +20706,7 @@ function addParam(params, placeholder, value, subTemplateIndex, flags) {
20706
20706
  params.set(placeholder, values);
20707
20707
  }
20708
20708
 
20709
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_i18n_expression_placeholders.mjs
20709
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_i18n_expression_placeholders.mjs
20710
20710
  function resolveI18nExpressionPlaceholders(job) {
20711
20711
  var _a2;
20712
20712
  const subTemplateIndices = /* @__PURE__ */ new Map();
@@ -20759,7 +20759,7 @@ function updatePlaceholder(op, value, i18nContexts, icuPlaceholders) {
20759
20759
  }
20760
20760
  }
20761
20761
 
20762
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_names.mjs
20762
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_names.mjs
20763
20763
  function resolveNames(job) {
20764
20764
  for (const unit of job.units) {
20765
20765
  processLexicalScope2(unit, unit.create, null);
@@ -20824,7 +20824,7 @@ function processLexicalScope2(unit, ops, savedView) {
20824
20824
  }
20825
20825
  }
20826
20826
 
20827
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_sanitizers.mjs
20827
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_sanitizers.mjs
20828
20828
  var sanitizerFns = /* @__PURE__ */ new Map([
20829
20829
  [SecurityContext.HTML, Identifiers.sanitizeHtml],
20830
20830
  [SecurityContext.RESOURCE_URL, Identifiers.sanitizeResourceUrl],
@@ -20894,7 +20894,7 @@ function getOnlySecurityContext(securityContext) {
20894
20894
  return securityContext;
20895
20895
  }
20896
20896
 
20897
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/transform_two_way_binding_set.mjs
20897
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/transform_two_way_binding_set.mjs
20898
20898
  function transformTwoWayBindingSet(job) {
20899
20899
  for (const unit of job.units) {
20900
20900
  for (const op of unit.create) {
@@ -20917,7 +20917,7 @@ function transformTwoWayBindingSet(job) {
20917
20917
  }
20918
20918
  }
20919
20919
 
20920
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/save_restore_view.mjs
20920
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/save_restore_view.mjs
20921
20921
  function saveAndRestoreView(job) {
20922
20922
  for (const unit of job.units) {
20923
20923
  unit.create.prepend([
@@ -20962,7 +20962,7 @@ function addSaveRestoreViewOperationToListener(unit, op) {
20962
20962
  }
20963
20963
  }
20964
20964
 
20965
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/slot_allocation.mjs
20965
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/slot_allocation.mjs
20966
20966
  function allocateSlots(job) {
20967
20967
  const slotMap = /* @__PURE__ */ new Map();
20968
20968
  for (const unit of job.units) {
@@ -20987,7 +20987,7 @@ function allocateSlots(job) {
20987
20987
  }
20988
20988
  }
20989
20989
 
20990
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/style_binding_specialization.mjs
20990
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/style_binding_specialization.mjs
20991
20991
  function specializeStyleBindings(job) {
20992
20992
  for (const unit of job.units) {
20993
20993
  for (const op of unit.update) {
@@ -21017,7 +21017,7 @@ function specializeStyleBindings(job) {
21017
21017
  }
21018
21018
  }
21019
21019
 
21020
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/temporary_variables.mjs
21020
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/temporary_variables.mjs
21021
21021
  function generateTemporaryVariables(job) {
21022
21022
  for (const unit of job.units) {
21023
21023
  unit.create.prepend(generateTemporaries(unit.create));
@@ -21075,7 +21075,7 @@ function assignName(names, expr) {
21075
21075
  expr.name = name;
21076
21076
  }
21077
21077
 
21078
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/track_fn_generation.mjs
21078
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/track_fn_generation.mjs
21079
21079
  function generateTrackFns(job) {
21080
21080
  for (const unit of job.units) {
21081
21081
  for (const op of unit.create) {
@@ -21108,7 +21108,7 @@ function generateTrackFns(job) {
21108
21108
  }
21109
21109
  }
21110
21110
 
21111
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/track_fn_optimization.mjs
21111
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/track_fn_optimization.mjs
21112
21112
  function optimizeTrackFns(job) {
21113
21113
  for (const unit of job.units) {
21114
21114
  for (const op of unit.create) {
@@ -21158,7 +21158,7 @@ function isTrackByFunctionCall(rootView, expr) {
21158
21158
  return true;
21159
21159
  }
21160
21160
 
21161
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/track_variables.mjs
21161
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/track_variables.mjs
21162
21162
  function generateTrackVariables(job) {
21163
21163
  for (const unit of job.units) {
21164
21164
  for (const op of unit.create) {
@@ -21179,7 +21179,7 @@ function generateTrackVariables(job) {
21179
21179
  }
21180
21180
  }
21181
21181
 
21182
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/var_counting.mjs
21182
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/var_counting.mjs
21183
21183
  function countVariables(job) {
21184
21184
  for (const unit of job.units) {
21185
21185
  let varCount = 0;
@@ -21292,7 +21292,7 @@ function isSingletonInterpolation(expr) {
21292
21292
  return true;
21293
21293
  }
21294
21294
 
21295
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/variable_optimization.mjs
21295
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/variable_optimization.mjs
21296
21296
  function optimizeVariables(job) {
21297
21297
  for (const unit of job.units) {
21298
21298
  inlineAlwaysInlineVariables(unit.create);
@@ -21544,7 +21544,7 @@ function allowConservativeInlining(decl, target) {
21544
21544
  }
21545
21545
  }
21546
21546
 
21547
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/wrap_icus.mjs
21547
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/wrap_icus.mjs
21548
21548
  function wrapI18nIcus(job) {
21549
21549
  for (const unit of job.units) {
21550
21550
  let currentI18nOp = null;
@@ -21574,7 +21574,7 @@ function wrapI18nIcus(job) {
21574
21574
  }
21575
21575
  }
21576
21576
 
21577
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/store_let_optimization.mjs
21577
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/store_let_optimization.mjs
21578
21578
  function optimizeStoreLet(job) {
21579
21579
  const letUsedExternally = /* @__PURE__ */ new Set();
21580
21580
  for (const unit of job.units) {
@@ -21593,7 +21593,7 @@ function optimizeStoreLet(job) {
21593
21593
  }
21594
21594
  }
21595
21595
 
21596
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/remove_illegal_let_references.mjs
21596
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/remove_illegal_let_references.mjs
21597
21597
  function removeIllegalLetReferences(job) {
21598
21598
  for (const unit of job.units) {
21599
21599
  for (const op of unit.update) {
@@ -21610,7 +21610,7 @@ function removeIllegalLetReferences(job) {
21610
21610
  }
21611
21611
  }
21612
21612
 
21613
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_local_let_references.mjs
21613
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_local_let_references.mjs
21614
21614
  function generateLocalLetReferences(job) {
21615
21615
  for (const unit of job.units) {
21616
21616
  for (const op of unit.update) {
@@ -21627,7 +21627,7 @@ function generateLocalLetReferences(job) {
21627
21627
  }
21628
21628
  }
21629
21629
 
21630
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/emit.mjs
21630
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/emit.mjs
21631
21631
  var phases = [
21632
21632
  { kind: CompilationJobKind.Tmpl, fn: removeContentSelectors },
21633
21633
  { kind: CompilationJobKind.Host, fn: parseHostStyleProperties },
@@ -21784,7 +21784,7 @@ function emitHostBindingFunction(job) {
21784
21784
  );
21785
21785
  }
21786
21786
 
21787
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/ingest.mjs
21787
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/ingest.mjs
21788
21788
  var compatibilityMode = CompatibilityMode.TemplateDefinitionBuilder;
21789
21789
  var domSchema = new DomElementSchemaRegistry();
21790
21790
  var NG_TEMPLATE_TAG_NAME = "ng-template";
@@ -22542,7 +22542,7 @@ function ingestControlFlowInsertionPoint(unit, xref, node) {
22542
22542
  return null;
22543
22543
  }
22544
22544
 
22545
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/query_generation.mjs
22545
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/query_generation.mjs
22546
22546
  function renderFlagCheckIfStmt(flags, statements) {
22547
22547
  return ifStmt(variable(RENDER_FLAGS).bitwiseAnd(literal(flags), null, false), statements);
22548
22548
  }
@@ -22662,7 +22662,7 @@ function createContentQueriesFunction(queries, constantPool, name) {
22662
22662
  ], INFERRED_TYPE, null, contentQueriesFnName);
22663
22663
  }
22664
22664
 
22665
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/html_parser.mjs
22665
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/html_parser.mjs
22666
22666
  var HtmlParser = class extends Parser2 {
22667
22667
  constructor() {
22668
22668
  super(getHtmlTagDefinition);
@@ -22672,7 +22672,7 @@ var HtmlParser = class extends Parser2 {
22672
22672
  }
22673
22673
  };
22674
22674
 
22675
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/html_whitespaces.mjs
22675
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/html_whitespaces.mjs
22676
22676
  var PRESERVE_WS_ATTR_NAME = "ngPreserveWhitespaces";
22677
22677
  var SKIP_WS_TRIM_TAGS = /* @__PURE__ */ new Set(["pre", "template", "textarea", "script", "style"]);
22678
22678
  var WS_CHARS = " \f\n\r \v\u1680\u180E\u2000-\u200A\u2028\u2029\u202F\u205F\u3000\uFEFF";
@@ -22741,7 +22741,7 @@ function visitAllWithSiblings(visitor, nodes) {
22741
22741
  return result;
22742
22742
  }
22743
22743
 
22744
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template_parser/binding_parser.mjs
22744
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template_parser/binding_parser.mjs
22745
22745
  var PROPERTY_PARTS_SEPARATOR = ".";
22746
22746
  var ATTRIBUTE_PREFIX = "attr";
22747
22747
  var CLASS_PREFIX = "class";
@@ -23095,7 +23095,7 @@ function moveParseSourceSpan(sourceSpan, absoluteSpan) {
23095
23095
  return new ParseSourceSpan(sourceSpan.start.moveBy(startDiff), sourceSpan.end.moveBy(endDiff), sourceSpan.fullStart.moveBy(startDiff), sourceSpan.details);
23096
23096
  }
23097
23097
 
23098
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/style_url_resolver.mjs
23098
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/style_url_resolver.mjs
23099
23099
  function isStyleUrlResolvable(url) {
23100
23100
  if (url == null || url.length === 0 || url[0] == "/")
23101
23101
  return false;
@@ -23104,7 +23104,7 @@ function isStyleUrlResolvable(url) {
23104
23104
  }
23105
23105
  var URL_WITH_SCHEMA_REGEXP = /^([^:/?#]+):/;
23106
23106
 
23107
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template_parser/template_preparser.mjs
23107
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template_parser/template_preparser.mjs
23108
23108
  var NG_CONTENT_SELECT_ATTR = "select";
23109
23109
  var LINK_ELEMENT = "link";
23110
23110
  var LINK_STYLE_REL_ATTR = "rel";
@@ -23174,7 +23174,7 @@ function normalizeNgContentSelect(selectAttr) {
23174
23174
  return selectAttr;
23175
23175
  }
23176
23176
 
23177
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_control_flow.mjs
23177
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_control_flow.mjs
23178
23178
  var FOR_LOOP_EXPRESSION_PATTERN = /^\s*([0-9A-Za-z_$]*)\s+of\s+([\S\s]*)/;
23179
23179
  var FOR_LOOP_TRACK_PATTERN = /^track\s+([\S\s]*)/;
23180
23180
  var CONDITIONAL_ALIAS_PATTERN = /^(as\s)+(.*)/;
@@ -23497,7 +23497,7 @@ function stripOptionalParentheses(param, errors) {
23497
23497
  return expression.slice(start, end);
23498
23498
  }
23499
23499
 
23500
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_deferred_triggers.mjs
23500
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_deferred_triggers.mjs
23501
23501
  var TIME_PATTERN = /^\d+\.?\d*(ms|s)?$/;
23502
23502
  var SEPARATOR_PATTERN = /^\s$/;
23503
23503
  var COMMA_DELIMITED_SYNTAX = /* @__PURE__ */ new Map([
@@ -23761,7 +23761,7 @@ function parseDeferredTime(value) {
23761
23761
  return parseFloat(time) * (units === "s" ? 1e3 : 1);
23762
23762
  }
23763
23763
 
23764
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_deferred_blocks.mjs
23764
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_deferred_blocks.mjs
23765
23765
  var PREFETCH_WHEN_PATTERN = /^prefetch\s+when\s/;
23766
23766
  var PREFETCH_ON_PATTERN = /^prefetch\s+on\s/;
23767
23767
  var MINIMUM_PARAMETER_PATTERN = /^minimum\s/;
@@ -23896,7 +23896,7 @@ function parsePrimaryTriggers(params, bindingParser, errors, placeholder) {
23896
23896
  return { triggers, prefetchTriggers };
23897
23897
  }
23898
23898
 
23899
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_template_transform.mjs
23899
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_template_transform.mjs
23900
23900
  var BIND_NAME_REGEXP = /^(?:(bind-)|(let-)|(ref-|#)|(on-)|(bindon-)|(@))(.*)$/;
23901
23901
  var KW_BIND_IDX = 1;
23902
23902
  var KW_LET_IDX = 2;
@@ -24363,7 +24363,7 @@ function textContents(node) {
24363
24363
  }
24364
24364
  }
24365
24365
 
24366
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/template.mjs
24366
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/template.mjs
24367
24367
  var LEADING_TRIVIA_CHARS = [" ", "\n", "\r", " "];
24368
24368
  function parseTemplate(template2, templateUrl, options = {}) {
24369
24369
  var _a2, _b2;
@@ -24442,7 +24442,7 @@ function makeBindingParser(interpolationConfig = DEFAULT_INTERPOLATION_CONFIG, a
24442
24442
  return new BindingParser(new Parser(new Lexer()), interpolationConfig, elementRegistry, [], allowInvalidAssignmentEvents);
24443
24443
  }
24444
24444
 
24445
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/compiler.mjs
24445
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/compiler.mjs
24446
24446
  var COMPONENT_VARIABLE = "%COMP%";
24447
24447
  var HOST_ATTR = `_nghost-${COMPONENT_VARIABLE}`;
24448
24448
  var CONTENT_ATTR = `_ngcontent-${COMPONENT_VARIABLE}`;
@@ -24833,7 +24833,7 @@ function compileDeferResolverFunction(meta) {
24833
24833
  return arrowFn([], literalArr(depExpressions));
24834
24834
  }
24835
24835
 
24836
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/t2_binder.mjs
24836
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/t2_binder.mjs
24837
24837
  var R3TargetBinder = class {
24838
24838
  constructor(directiveMatcher) {
24839
24839
  this.directiveMatcher = directiveMatcher;
@@ -25480,11 +25480,11 @@ function extractScopedNodeEntities(rootScope) {
25480
25480
  return templateEntities;
25481
25481
  }
25482
25482
 
25483
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/resource_loader.mjs
25483
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/resource_loader.mjs
25484
25484
  var ResourceLoader = class {
25485
25485
  };
25486
25486
 
25487
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/jit_compiler_facade.mjs
25487
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/jit_compiler_facade.mjs
25488
25488
  var enableLetSyntax = false;
25489
25489
  var CompilerFacadeImpl = class {
25490
25490
  constructor(jitEvaluator = new JitEvaluator()) {
@@ -26055,10 +26055,10 @@ function publishFacade(global) {
26055
26055
  ng.\u0275compilerFacade = new CompilerFacadeImpl();
26056
26056
  }
26057
26057
 
26058
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/version.mjs
26059
- var VERSION2 = new Version("18.0.5");
26058
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/version.mjs
26059
+ var VERSION2 = new Version("18.0.6");
26060
26060
 
26061
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/extractor_merger.mjs
26061
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/extractor_merger.mjs
26062
26062
  var _I18N_ATTR = "i18n";
26063
26063
  var _I18N_ATTR_PREFIX = "i18n-";
26064
26064
  var _I18N_COMMENT_PREFIX_REGEXP = /^i18n:?/;
@@ -26369,7 +26369,7 @@ function _parseMessageMeta(i18n2) {
26369
26369
  return { meaning, description, id: id.trim() };
26370
26370
  }
26371
26371
 
26372
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/xml_tags.mjs
26372
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/xml_tags.mjs
26373
26373
  var XmlTagDefinition = class {
26374
26374
  constructor() {
26375
26375
  this.closedByParent = false;
@@ -26394,7 +26394,7 @@ function getXmlTagDefinition(tagName) {
26394
26394
  return _TAG_DEFINITION;
26395
26395
  }
26396
26396
 
26397
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/xml_parser.mjs
26397
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/xml_parser.mjs
26398
26398
  var XmlParser = class extends Parser2 {
26399
26399
  constructor() {
26400
26400
  super(getXmlTagDefinition);
@@ -26404,7 +26404,7 @@ var XmlParser = class extends Parser2 {
26404
26404
  }
26405
26405
  };
26406
26406
 
26407
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/serializers/xliff.mjs
26407
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/serializers/xliff.mjs
26408
26408
  var _VERSION = "1.2";
26409
26409
  var _XMLNS = "urn:oasis:names:tc:xliff:document:1.2";
26410
26410
  var _DEFAULT_SOURCE_LANG = "en";
@@ -26686,7 +26686,7 @@ function getCtypeForTag(tag) {
26686
26686
  }
26687
26687
  }
26688
26688
 
26689
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/serializers/xliff2.mjs
26689
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/serializers/xliff2.mjs
26690
26690
  var _VERSION2 = "2.0";
26691
26691
  var _XMLNS2 = "urn:oasis:names:tc:xliff:document:2.0";
26692
26692
  var _DEFAULT_SOURCE_LANG2 = "en";
@@ -27017,7 +27017,7 @@ function getTypeForTag(tag) {
27017
27017
  }
27018
27018
  }
27019
27019
 
27020
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/message_bundle.mjs
27020
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/message_bundle.mjs
27021
27021
  var MessageBundle = class {
27022
27022
  constructor(_htmlParser, _implicitTags, _implicitAttrs, _locale = null) {
27023
27023
  this._htmlParser = _htmlParser;
@@ -27093,7 +27093,7 @@ var MapPlaceholderNames = class extends CloneVisitor {
27093
27093
  }
27094
27094
  };
27095
27095
 
27096
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/partial/api.mjs
27096
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/partial/api.mjs
27097
27097
  var FactoryTarget2;
27098
27098
  (function(FactoryTarget3) {
27099
27099
  FactoryTarget3[FactoryTarget3["Directive"] = 0] = "Directive";
@@ -27103,7 +27103,7 @@ var FactoryTarget2;
27103
27103
  FactoryTarget3[FactoryTarget3["NgModule"] = 4] = "NgModule";
27104
27104
  })(FactoryTarget2 || (FactoryTarget2 = {}));
27105
27105
 
27106
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_class_metadata_compiler.mjs
27106
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_class_metadata_compiler.mjs
27107
27107
  function compileClassMetadata(metadata) {
27108
27108
  const fnCall = internalCompileClassMetadata(metadata);
27109
27109
  return arrowFn([], [devOnlyGuardedExpression(fnCall).toStmt()]).callFn([]);
@@ -27137,7 +27137,7 @@ function compileComponentMetadataAsyncResolver(dependencies) {
27137
27137
  return arrowFn([], literalArr(dynamicImports));
27138
27138
  }
27139
27139
 
27140
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_class_debug_info_compiler.mjs
27140
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_class_debug_info_compiler.mjs
27141
27141
  function compileClassDebugInfo(debugInfo) {
27142
27142
  const debugInfoObject = {
27143
27143
  className: debugInfo.className
@@ -27154,13 +27154,13 @@ function compileClassDebugInfo(debugInfo) {
27154
27154
  return iife.callFn([]);
27155
27155
  }
27156
27156
 
27157
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/partial/class_metadata.mjs
27157
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/partial/class_metadata.mjs
27158
27158
  var MINIMUM_PARTIAL_LINKER_VERSION = "12.0.0";
27159
27159
  var MINIMUM_PARTIAL_LINKER_DEFER_SUPPORT_VERSION = "18.0.0";
27160
27160
  function compileDeclareClassMetadata(metadata) {
27161
27161
  const definitionMap = new DefinitionMap();
27162
27162
  definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION));
27163
- definitionMap.set("version", literal("18.0.5"));
27163
+ definitionMap.set("version", literal("18.0.6"));
27164
27164
  definitionMap.set("ngImport", importExpr(Identifiers.core));
27165
27165
  definitionMap.set("type", metadata.type);
27166
27166
  definitionMap.set("decorators", metadata.decorators);
@@ -27179,7 +27179,7 @@ function compileComponentDeclareClassMetadata(metadata, dependencies) {
27179
27179
  callbackReturnDefinitionMap.set("ctorParameters", (_a2 = metadata.ctorParameters) != null ? _a2 : literal(null));
27180
27180
  callbackReturnDefinitionMap.set("propDecorators", (_b2 = metadata.propDecorators) != null ? _b2 : literal(null));
27181
27181
  definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_DEFER_SUPPORT_VERSION));
27182
- definitionMap.set("version", literal("18.0.5"));
27182
+ definitionMap.set("version", literal("18.0.6"));
27183
27183
  definitionMap.set("ngImport", importExpr(Identifiers.core));
27184
27184
  definitionMap.set("type", metadata.type);
27185
27185
  definitionMap.set("resolveDeferredDeps", compileComponentMetadataAsyncResolver(dependencies));
@@ -27187,7 +27187,7 @@ function compileComponentDeclareClassMetadata(metadata, dependencies) {
27187
27187
  return importExpr(Identifiers.declareClassMetadataAsync).callFn([definitionMap.toLiteralMap()]);
27188
27188
  }
27189
27189
 
27190
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/partial/util.mjs
27190
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/partial/util.mjs
27191
27191
  function toOptionalLiteralArray(values, mapper) {
27192
27192
  if (values === null || values.length === 0) {
27193
27193
  return null;
@@ -27235,7 +27235,7 @@ function compileDependency(dep) {
27235
27235
  return depMeta.toLiteralMap();
27236
27236
  }
27237
27237
 
27238
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/partial/directive.mjs
27238
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/partial/directive.mjs
27239
27239
  function compileDeclareDirectiveFromMetadata(meta) {
27240
27240
  const definitionMap = createDirectiveDefinitionMap(meta);
27241
27241
  const expression = importExpr(Identifiers.declareDirective).callFn([definitionMap.toLiteralMap()]);
@@ -27247,7 +27247,7 @@ function createDirectiveDefinitionMap(meta) {
27247
27247
  const definitionMap = new DefinitionMap();
27248
27248
  const minVersion = getMinimumVersionForPartialOutput(meta);
27249
27249
  definitionMap.set("minVersion", literal(minVersion));
27250
- definitionMap.set("version", literal("18.0.5"));
27250
+ definitionMap.set("version", literal("18.0.6"));
27251
27251
  definitionMap.set("type", meta.type.value);
27252
27252
  if (meta.isStandalone) {
27253
27253
  definitionMap.set("isStandalone", literal(meta.isStandalone));
@@ -27409,7 +27409,7 @@ function legacyInputsPartialMetadata(inputs) {
27409
27409
  }));
27410
27410
  }
27411
27411
 
27412
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/partial/component.mjs
27412
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/partial/component.mjs
27413
27413
  function compileDeclareComponentFromMetadata(meta, template2, additionalTemplateInfo) {
27414
27414
  const definitionMap = createComponentDefinitionMap(meta, template2, additionalTemplateInfo);
27415
27415
  const expression = importExpr(Identifiers.declareComponent).callFn([definitionMap.toLiteralMap()]);
@@ -27560,12 +27560,12 @@ var BlockPresenceVisitor = class extends RecursiveVisitor {
27560
27560
  }
27561
27561
  };
27562
27562
 
27563
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/partial/factory.mjs
27563
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/partial/factory.mjs
27564
27564
  var MINIMUM_PARTIAL_LINKER_VERSION2 = "12.0.0";
27565
27565
  function compileDeclareFactoryFunction(meta) {
27566
27566
  const definitionMap = new DefinitionMap();
27567
27567
  definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION2));
27568
- definitionMap.set("version", literal("18.0.5"));
27568
+ definitionMap.set("version", literal("18.0.6"));
27569
27569
  definitionMap.set("ngImport", importExpr(Identifiers.core));
27570
27570
  definitionMap.set("type", meta.type.value);
27571
27571
  definitionMap.set("deps", compileDependencies(meta.deps));
@@ -27577,7 +27577,7 @@ function compileDeclareFactoryFunction(meta) {
27577
27577
  };
27578
27578
  }
27579
27579
 
27580
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/partial/injectable.mjs
27580
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/partial/injectable.mjs
27581
27581
  var MINIMUM_PARTIAL_LINKER_VERSION3 = "12.0.0";
27582
27582
  function compileDeclareInjectableFromMetadata(meta) {
27583
27583
  const definitionMap = createInjectableDefinitionMap(meta);
@@ -27588,7 +27588,7 @@ function compileDeclareInjectableFromMetadata(meta) {
27588
27588
  function createInjectableDefinitionMap(meta) {
27589
27589
  const definitionMap = new DefinitionMap();
27590
27590
  definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION3));
27591
- definitionMap.set("version", literal("18.0.5"));
27591
+ definitionMap.set("version", literal("18.0.6"));
27592
27592
  definitionMap.set("ngImport", importExpr(Identifiers.core));
27593
27593
  definitionMap.set("type", meta.type.value);
27594
27594
  if (meta.providedIn !== void 0) {
@@ -27615,7 +27615,7 @@ function createInjectableDefinitionMap(meta) {
27615
27615
  return definitionMap;
27616
27616
  }
27617
27617
 
27618
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/partial/injector.mjs
27618
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/partial/injector.mjs
27619
27619
  var MINIMUM_PARTIAL_LINKER_VERSION4 = "12.0.0";
27620
27620
  function compileDeclareInjectorFromMetadata(meta) {
27621
27621
  const definitionMap = createInjectorDefinitionMap(meta);
@@ -27626,7 +27626,7 @@ function compileDeclareInjectorFromMetadata(meta) {
27626
27626
  function createInjectorDefinitionMap(meta) {
27627
27627
  const definitionMap = new DefinitionMap();
27628
27628
  definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION4));
27629
- definitionMap.set("version", literal("18.0.5"));
27629
+ definitionMap.set("version", literal("18.0.6"));
27630
27630
  definitionMap.set("ngImport", importExpr(Identifiers.core));
27631
27631
  definitionMap.set("type", meta.type.value);
27632
27632
  definitionMap.set("providers", meta.providers);
@@ -27636,7 +27636,7 @@ function createInjectorDefinitionMap(meta) {
27636
27636
  return definitionMap;
27637
27637
  }
27638
27638
 
27639
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/partial/ng_module.mjs
27639
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/partial/ng_module.mjs
27640
27640
  var MINIMUM_PARTIAL_LINKER_VERSION5 = "14.0.0";
27641
27641
  function compileDeclareNgModuleFromMetadata(meta) {
27642
27642
  const definitionMap = createNgModuleDefinitionMap(meta);
@@ -27650,7 +27650,7 @@ function createNgModuleDefinitionMap(meta) {
27650
27650
  throw new Error("Invalid path! Local compilation mode should not get into the partial compilation path");
27651
27651
  }
27652
27652
  definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION5));
27653
- definitionMap.set("version", literal("18.0.5"));
27653
+ definitionMap.set("version", literal("18.0.6"));
27654
27654
  definitionMap.set("ngImport", importExpr(Identifiers.core));
27655
27655
  definitionMap.set("type", meta.type.value);
27656
27656
  if (meta.bootstrap.length > 0) {
@@ -27674,7 +27674,7 @@ function createNgModuleDefinitionMap(meta) {
27674
27674
  return definitionMap;
27675
27675
  }
27676
27676
 
27677
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/partial/pipe.mjs
27677
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/partial/pipe.mjs
27678
27678
  var MINIMUM_PARTIAL_LINKER_VERSION6 = "14.0.0";
27679
27679
  function compileDeclarePipeFromMetadata(meta) {
27680
27680
  const definitionMap = createPipeDefinitionMap(meta);
@@ -27685,7 +27685,7 @@ function compileDeclarePipeFromMetadata(meta) {
27685
27685
  function createPipeDefinitionMap(meta) {
27686
27686
  const definitionMap = new DefinitionMap();
27687
27687
  definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION6));
27688
- definitionMap.set("version", literal("18.0.5"));
27688
+ definitionMap.set("version", literal("18.0.6"));
27689
27689
  definitionMap.set("ngImport", importExpr(Identifiers.core));
27690
27690
  definitionMap.set("type", meta.type.value);
27691
27691
  if (meta.isStandalone) {
@@ -27698,16 +27698,16 @@ function createPipeDefinitionMap(meta) {
27698
27698
  return definitionMap;
27699
27699
  }
27700
27700
 
27701
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/compiler.mjs
27701
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/compiler.mjs
27702
27702
  publishFacade(_global);
27703
27703
 
27704
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/version.mjs
27705
- var VERSION3 = new Version("18.0.5");
27704
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/version.mjs
27705
+ var VERSION3 = new Version("18.0.6");
27706
27706
 
27707
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/emitter.mjs
27707
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/emitter.mjs
27708
27708
  var import_typescript5 = __toESM(require("typescript"), 1);
27709
27709
 
27710
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error_code.mjs
27710
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error_code.mjs
27711
27711
  var ErrorCode;
27712
27712
  (function(ErrorCode2) {
27713
27713
  ErrorCode2[ErrorCode2["DECORATOR_ARG_NOT_LITERAL"] = 1001] = "DECORATOR_ARG_NOT_LITERAL";
@@ -27800,7 +27800,7 @@ var ErrorCode;
27800
27800
  ErrorCode2[ErrorCode2["LOCAL_COMPILATION_UNSUPPORTED_EXPRESSION"] = 11003] = "LOCAL_COMPILATION_UNSUPPORTED_EXPRESSION";
27801
27801
  })(ErrorCode || (ErrorCode = {}));
27802
27802
 
27803
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/docs.mjs
27803
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/docs.mjs
27804
27804
  var COMPILER_ERRORS_WITH_GUIDES = /* @__PURE__ */ new Set([
27805
27805
  ErrorCode.DECORATOR_ARG_NOT_LITERAL,
27806
27806
  ErrorCode.IMPORT_CYCLE_DETECTED,
@@ -27812,15 +27812,15 @@ var COMPILER_ERRORS_WITH_GUIDES = /* @__PURE__ */ new Set([
27812
27812
  ErrorCode.WARN_NGMODULE_ID_UNNECESSARY
27813
27813
  ]);
27814
27814
 
27815
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error.mjs
27815
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error.mjs
27816
27816
  var import_typescript2 = __toESM(require("typescript"), 1);
27817
27817
 
27818
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/util.mjs
27818
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/util.mjs
27819
27819
  function ngErrorCode(code) {
27820
27820
  return parseInt("-99" + code);
27821
27821
  }
27822
27822
 
27823
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error.mjs
27823
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error.mjs
27824
27824
  var FatalDiagnosticError = class extends Error {
27825
27825
  constructor(code, node, diagnosticMessage, relatedInformation) {
27826
27826
  super(`FatalDiagnosticError: Code: ${code}, Message: ${import_typescript2.default.flattenDiagnosticMessageText(diagnosticMessage, "\n")}`);
@@ -27881,10 +27881,10 @@ function isFatalDiagnosticError(err) {
27881
27881
  return err._isFatalDiagnosticError === true;
27882
27882
  }
27883
27883
 
27884
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error_details_base_url.mjs
27884
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error_details_base_url.mjs
27885
27885
  var ERROR_DETAILS_PAGE_BASE_URL = "https://angular.dev/errors";
27886
27886
 
27887
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/extended_template_diagnostic_name.mjs
27887
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/extended_template_diagnostic_name.mjs
27888
27888
  var ExtendedTemplateDiagnosticName;
27889
27889
  (function(ExtendedTemplateDiagnosticName2) {
27890
27890
  ExtendedTemplateDiagnosticName2["INVALID_BANANA_IN_BOX"] = "invalidBananaInBox";
@@ -27899,7 +27899,7 @@ var ExtendedTemplateDiagnosticName;
27899
27899
  ExtendedTemplateDiagnosticName2["CONTROL_FLOW_PREVENTING_CONTENT_PROJECTION"] = "controlFlowPreventingContentProjection";
27900
27900
  })(ExtendedTemplateDiagnosticName || (ExtendedTemplateDiagnosticName = {}));
27901
27901
 
27902
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/typescript.mjs
27902
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/typescript.mjs
27903
27903
  var import_typescript3 = __toESM(require("typescript"), 1);
27904
27904
  var TS = /\.tsx?$/i;
27905
27905
  var D_TS = /\.d\.ts$/i;
@@ -28000,7 +28000,7 @@ function toUnredirectedSourceFile(sf) {
28000
28000
  return redirectInfo.unredirected;
28001
28001
  }
28002
28002
 
28003
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/find_export.mjs
28003
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/find_export.mjs
28004
28004
  function findExportedNameOfNode(target, file, reflector) {
28005
28005
  const exports = reflector.getExportsOfModule(file);
28006
28006
  if (exports === null) {
@@ -28020,7 +28020,7 @@ function findExportedNameOfNode(target, file, reflector) {
28020
28020
  return foundExportName;
28021
28021
  }
28022
28022
 
28023
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/emitter.mjs
28023
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/emitter.mjs
28024
28024
  var ImportFlags;
28025
28025
  (function(ImportFlags2) {
28026
28026
  ImportFlags2[ImportFlags2["None"] = 0] = "None";
@@ -28251,7 +28251,7 @@ var UnifiedModulesStrategy = class {
28251
28251
  }
28252
28252
  };
28253
28253
 
28254
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/alias.mjs
28254
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/alias.mjs
28255
28255
  var CHARS_TO_ESCAPE = /[^a-zA-Z0-9/_]/g;
28256
28256
  var UnifiedModulesAliasingHost = class {
28257
28257
  constructor(unifiedModulesHost) {
@@ -28318,7 +28318,7 @@ var AliasStrategy = class {
28318
28318
  }
28319
28319
  };
28320
28320
 
28321
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/path.mjs
28321
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/path.mjs
28322
28322
  function relativePathBetween(from, to) {
28323
28323
  const relativePath = stripExtension(relative(dirname(resolve(from)), resolve(to)));
28324
28324
  return relativePath !== "" ? toRelativeImport(relativePath) : null;
@@ -28327,7 +28327,7 @@ function normalizeSeparators2(path4) {
28327
28327
  return path4.replace(/\\/g, "/");
28328
28328
  }
28329
28329
 
28330
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/core.mjs
28330
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/core.mjs
28331
28331
  var NoopImportRewriter = class {
28332
28332
  rewriteSymbol(symbol, specifier) {
28333
28333
  return symbol;
@@ -28380,7 +28380,7 @@ function validateAndRewriteCoreSymbol(name) {
28380
28380
  return CORE_SUPPORTED_SYMBOLS.get(name);
28381
28381
  }
28382
28382
 
28383
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/patch_alias_reference_resolution.mjs
28383
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/patch_alias_reference_resolution.mjs
28384
28384
  var import_typescript7 = __toESM(require("typescript"), 1);
28385
28385
  var patchedReferencedAliasesSymbol = Symbol("patchedReferencedAliases");
28386
28386
  function loadIsReferencedAliasDeclarationPatch(context) {
@@ -28415,7 +28415,7 @@ function throwIncompatibleTransformationContextError() {
28415
28415
  throw Error("Angular compiler is incompatible with this version of the TypeScript compiler.\n\nIf you recently updated TypeScript and this issue surfaces now, consider downgrading.\n\nPlease report an issue on the Angular repositories when this issue surfaces and you are using a supposedly compatible TypeScript version.");
28416
28416
  }
28417
28417
 
28418
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/default.mjs
28418
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/default.mjs
28419
28419
  var DefaultImportDeclaration = Symbol("DefaultImportDeclaration");
28420
28420
  function attachDefaultImportDeclaration(expr, importDecl) {
28421
28421
  expr[DefaultImportDeclaration] = importDecl;
@@ -28456,13 +28456,13 @@ var DefaultImportTracker = class {
28456
28456
  }
28457
28457
  };
28458
28458
 
28459
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/deferred_symbol_tracker.mjs
28459
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/deferred_symbol_tracker.mjs
28460
28460
  var import_typescript13 = __toESM(require("typescript"), 1);
28461
28461
 
28462
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/typescript.mjs
28462
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/typescript.mjs
28463
28463
  var import_typescript12 = __toESM(require("typescript"), 1);
28464
28464
 
28465
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/host.mjs
28465
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/host.mjs
28466
28466
  var import_typescript9 = __toESM(require("typescript"), 1);
28467
28467
  function isDecoratorIdentifier(exp) {
28468
28468
  return import_typescript9.default.isIdentifier(exp) || import_typescript9.default.isPropertyAccessExpression(exp) && import_typescript9.default.isIdentifier(exp.expression) && import_typescript9.default.isIdentifier(exp.name);
@@ -28485,7 +28485,7 @@ var ClassMemberAccessLevel;
28485
28485
  })(ClassMemberAccessLevel || (ClassMemberAccessLevel = {}));
28486
28486
  var AmbientImport = {};
28487
28487
 
28488
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/type_to_value.mjs
28488
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/type_to_value.mjs
28489
28489
  var import_typescript10 = __toESM(require("typescript"), 1);
28490
28490
  function typeToValue(typeNode, checker, isLocalCompilation) {
28491
28491
  var _a2, _b2;
@@ -28658,7 +28658,7 @@ function extractModuleName(node) {
28658
28658
  return node.moduleSpecifier.text;
28659
28659
  }
28660
28660
 
28661
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/util.mjs
28661
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/util.mjs
28662
28662
  var import_typescript11 = __toESM(require("typescript"), 1);
28663
28663
  function isNamedClassDeclaration(node) {
28664
28664
  return import_typescript11.default.isClassDeclaration(node) && isIdentifier(node.name);
@@ -28682,7 +28682,7 @@ function classMemberAccessLevelToString(level) {
28682
28682
  }
28683
28683
  }
28684
28684
 
28685
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/typescript.mjs
28685
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/typescript.mjs
28686
28686
  var TypeScriptReflectionHost = class {
28687
28687
  constructor(checker, isLocalCompilation = false) {
28688
28688
  this.checker = checker;
@@ -29169,7 +29169,7 @@ function getExportedName(decl, originalId) {
29169
29169
  }
29170
29170
  var LocalExportedDeclarations = Symbol("LocalExportedDeclarations");
29171
29171
 
29172
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/deferred_symbol_tracker.mjs
29172
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/deferred_symbol_tracker.mjs
29173
29173
  var AssumeEager = "AssumeEager";
29174
29174
  var DeferredSymbolTracker = class {
29175
29175
  constructor(typeChecker, onlyExplicitDeferDependencyImports) {
@@ -29289,7 +29289,7 @@ var DeferredSymbolTracker = class {
29289
29289
  }
29290
29290
  };
29291
29291
 
29292
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/imported_symbols_tracker.mjs
29292
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/imported_symbols_tracker.mjs
29293
29293
  var import_typescript15 = __toESM(require("typescript"), 1);
29294
29294
  var ImportedSymbolsTracker = class {
29295
29295
  constructor() {
@@ -29359,7 +29359,7 @@ var ImportedSymbolsTracker = class {
29359
29359
  }
29360
29360
  };
29361
29361
 
29362
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/local_compilation_extra_imports_tracker.mjs
29362
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/local_compilation_extra_imports_tracker.mjs
29363
29363
  var import_typescript16 = __toESM(require("typescript"), 1);
29364
29364
  var LocalCompilationExtraImportsTracker = class {
29365
29365
  constructor(typeChecker) {
@@ -29403,7 +29403,7 @@ function removeQuotations(s) {
29403
29403
  return s.substring(1, s.length - 1).trim();
29404
29404
  }
29405
29405
 
29406
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/references.mjs
29406
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/references.mjs
29407
29407
  var Reference2 = class {
29408
29408
  constructor(node, bestGuessOwningModule = null) {
29409
29409
  this.node = node;
@@ -29472,7 +29472,7 @@ var Reference2 = class {
29472
29472
  }
29473
29473
  };
29474
29474
 
29475
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/resolver.mjs
29475
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/resolver.mjs
29476
29476
  var ModuleResolver = class {
29477
29477
  constructor(program, compilerOptions, host, moduleResolutionCache) {
29478
29478
  this.program = program;
@@ -29489,16 +29489,16 @@ var ModuleResolver = class {
29489
29489
  }
29490
29490
  };
29491
29491
 
29492
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/jit_transforms/downlevel_decorators_transform.mjs
29492
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/jit_transforms/downlevel_decorators_transform.mjs
29493
29493
  var import_typescript21 = __toESM(require("typescript"), 1);
29494
29494
 
29495
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/jit_transforms/initializer_api_transforms/transform.mjs
29495
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/jit_transforms/initializer_api_transforms/transform.mjs
29496
29496
  var import_typescript70 = __toESM(require("typescript"), 1);
29497
29497
 
29498
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/di.mjs
29498
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/di.mjs
29499
29499
  var import_typescript23 = __toESM(require("typescript"), 1);
29500
29500
 
29501
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/util.mjs
29501
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/util.mjs
29502
29502
  var import_typescript22 = __toESM(require("typescript"), 1);
29503
29503
  var CORE_MODULE2 = "@angular/core";
29504
29504
  function valueReferenceToExpression(valueRef) {
@@ -29756,7 +29756,7 @@ function isAbstractClassDeclaration(clazz) {
29756
29756
  return import_typescript22.default.canHaveModifiers(clazz) && clazz.modifiers !== void 0 ? clazz.modifiers.some((mod) => mod.kind === import_typescript22.default.SyntaxKind.AbstractKeyword) : false;
29757
29757
  }
29758
29758
 
29759
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/di.mjs
29759
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/di.mjs
29760
29760
  function getConstructorDependencies(clazz, reflector, isCore) {
29761
29761
  const deps = [];
29762
29762
  const errors = [];
@@ -29900,10 +29900,10 @@ function createUnsuitableInjectionTokenError(clazz, error) {
29900
29900
  return new FatalDiagnosticError(ErrorCode.PARAM_MISSING_TOKEN, param.nameNode, chain2, hints);
29901
29901
  }
29902
29902
 
29903
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.mjs
29903
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.mjs
29904
29904
  var import_typescript46 = __toESM(require("typescript"), 1);
29905
29905
 
29906
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/api.mjs
29906
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/api.mjs
29907
29907
  var MetaKind;
29908
29908
  (function(MetaKind2) {
29909
29909
  MetaKind2[MetaKind2["Directive"] = 0] = "Directive";
@@ -29916,10 +29916,10 @@ var MatchSource;
29916
29916
  MatchSource2[MatchSource2["HostDirective"] = 1] = "HostDirective";
29917
29917
  })(MatchSource || (MatchSource = {}));
29918
29918
 
29919
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
29919
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
29920
29920
  var import_typescript26 = __toESM(require("typescript"), 1);
29921
29921
 
29922
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/property_mapping.mjs
29922
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/property_mapping.mjs
29923
29923
  var ClassPropertyMapping = class {
29924
29924
  constructor(forwardMap) {
29925
29925
  this.forwardMap = forwardMap;
@@ -29999,7 +29999,7 @@ function reverseMapFromForwardMap(forwardMap) {
29999
29999
  return reverseMap;
30000
30000
  }
30001
30001
 
30002
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/util.mjs
30002
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/util.mjs
30003
30003
  var import_typescript24 = __toESM(require("typescript"), 1);
30004
30004
  function extractReferencesFromType(checker, def, bestGuessOwningModule) {
30005
30005
  if (!import_typescript24.default.isTupleTypeNode(def)) {
@@ -30195,7 +30195,7 @@ function isHostDirectiveMetaForGlobalMode(hostDirectiveMeta) {
30195
30195
  return hostDirectiveMeta.directive instanceof Reference2;
30196
30196
  }
30197
30197
 
30198
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
30198
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
30199
30199
  var DtsMetadataReader = class {
30200
30200
  constructor(checker, reflector) {
30201
30201
  this.checker = checker;
@@ -30378,7 +30378,7 @@ function readHostDirectivesType(checker, type, bestGuessOwningModule) {
30378
30378
  return result.length > 0 ? result : null;
30379
30379
  }
30380
30380
 
30381
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/inheritance.mjs
30381
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/inheritance.mjs
30382
30382
  function flattenInheritedDirectiveMetadata(reader, dir) {
30383
30383
  const topMeta = reader.getDirectiveMetadata(dir);
30384
30384
  if (topMeta === null) {
@@ -30441,7 +30441,7 @@ function flattenInheritedDirectiveMetadata(reader, dir) {
30441
30441
  });
30442
30442
  }
30443
30443
 
30444
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/registry.mjs
30444
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/registry.mjs
30445
30445
  var LocalMetadataRegistry = class {
30446
30446
  constructor() {
30447
30447
  this.directives = /* @__PURE__ */ new Map();
@@ -30498,7 +30498,7 @@ var CompoundMetadataRegistry = class {
30498
30498
  }
30499
30499
  };
30500
30500
 
30501
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/resource_registry.mjs
30501
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/resource_registry.mjs
30502
30502
  var ResourceRegistry = class {
30503
30503
  constructor() {
30504
30504
  this.externalTemplateToComponentsMap = /* @__PURE__ */ new Map();
@@ -30563,7 +30563,7 @@ var ResourceRegistry = class {
30563
30563
  }
30564
30564
  };
30565
30565
 
30566
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/providers.mjs
30566
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/providers.mjs
30567
30567
  var ExportedProviderStatusResolver = class {
30568
30568
  constructor(metaReader) {
30569
30569
  this.metaReader = metaReader;
@@ -30607,7 +30607,7 @@ var ExportedProviderStatusResolver = class {
30607
30607
  }
30608
30608
  };
30609
30609
 
30610
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/host_directives_resolver.mjs
30610
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/host_directives_resolver.mjs
30611
30611
  var EMPTY_ARRAY = [];
30612
30612
  var HostDirectivesResolver = class {
30613
30613
  constructor(metaReader) {
@@ -30672,10 +30672,10 @@ function resolveOutput(bindingName) {
30672
30672
  return bindingName;
30673
30673
  }
30674
30674
 
30675
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/diagnostics.mjs
30675
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/diagnostics.mjs
30676
30676
  var import_typescript28 = __toESM(require("typescript"), 1);
30677
30677
 
30678
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/dynamic.mjs
30678
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/dynamic.mjs
30679
30679
  var DynamicValue = class {
30680
30680
  constructor(node, reason, code) {
30681
30681
  this.node = node;
@@ -30765,7 +30765,7 @@ var DynamicValue = class {
30765
30765
  }
30766
30766
  };
30767
30767
 
30768
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/result.mjs
30768
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/result.mjs
30769
30769
  var ResolvedModule = class {
30770
30770
  constructor(exports, evaluate) {
30771
30771
  this.exports = exports;
@@ -30795,7 +30795,7 @@ var EnumValue = class {
30795
30795
  var KnownFn = class {
30796
30796
  };
30797
30797
 
30798
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/diagnostics.mjs
30798
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/diagnostics.mjs
30799
30799
  function describeResolvedType(value, maxDepth = 1) {
30800
30800
  var _a2, _b2;
30801
30801
  if (value === null) {
@@ -30928,10 +30928,10 @@ function getContainerNode(node) {
30928
30928
  return node.getSourceFile();
30929
30929
  }
30930
30930
 
30931
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
30931
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
30932
30932
  var import_typescript29 = __toESM(require("typescript"), 1);
30933
30933
 
30934
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/builtin.mjs
30934
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/builtin.mjs
30935
30935
  var ArraySliceBuiltinFn = class extends KnownFn {
30936
30936
  constructor(lhs) {
30937
30937
  super();
@@ -30983,14 +30983,14 @@ var StringConcatBuiltinFn = class extends KnownFn {
30983
30983
  }
30984
30984
  };
30985
30985
 
30986
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/synthetic.mjs
30986
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/synthetic.mjs
30987
30987
  var SyntheticValue = class {
30988
30988
  constructor(value) {
30989
30989
  this.value = value;
30990
30990
  }
30991
30991
  };
30992
30992
 
30993
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
30993
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
30994
30994
  function literalBinaryOp(op) {
30995
30995
  return { op, literal: true };
30996
30996
  }
@@ -31565,7 +31565,7 @@ function owningModule(context, override = null) {
31565
31565
  }
31566
31566
  }
31567
31567
 
31568
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interface.mjs
31568
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interface.mjs
31569
31569
  var PartialEvaluator = class {
31570
31570
  constructor(host, checker, dependencyTracker) {
31571
31571
  this.host = host;
@@ -31585,7 +31585,7 @@ var PartialEvaluator = class {
31585
31585
  }
31586
31586
  };
31587
31587
 
31588
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/api.mjs
31588
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/api.mjs
31589
31589
  var CompilationMode;
31590
31590
  (function(CompilationMode2) {
31591
31591
  CompilationMode2[CompilationMode2["FULL"] = 0] = "FULL";
@@ -31599,7 +31599,7 @@ var HandlerPrecedence;
31599
31599
  HandlerPrecedence2[HandlerPrecedence2["WEAK"] = 2] = "WEAK";
31600
31600
  })(HandlerPrecedence || (HandlerPrecedence = {}));
31601
31601
 
31602
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/alias.mjs
31602
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/alias.mjs
31603
31603
  var import_typescript31 = __toESM(require("typescript"), 1);
31604
31604
  function aliasTransformFactory(exportStatements) {
31605
31605
  return () => {
@@ -31624,10 +31624,10 @@ function aliasTransformFactory(exportStatements) {
31624
31624
  };
31625
31625
  }
31626
31626
 
31627
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
31627
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
31628
31628
  var import_typescript32 = __toESM(require("typescript"), 1);
31629
31629
 
31630
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/api.mjs
31630
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/api.mjs
31631
31631
  var PerfPhase;
31632
31632
  (function(PerfPhase2) {
31633
31633
  PerfPhase2[PerfPhase2["Unaccounted"] = 0] = "Unaccounted";
@@ -31695,7 +31695,7 @@ var PerfCheckpoint;
31695
31695
  PerfCheckpoint2[PerfCheckpoint2["LAST"] = 9] = "LAST";
31696
31696
  })(PerfCheckpoint || (PerfCheckpoint = {}));
31697
31697
 
31698
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/noop.mjs
31698
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/noop.mjs
31699
31699
  var NoopPerfRecorder = class {
31700
31700
  eventCount() {
31701
31701
  }
@@ -31712,7 +31712,7 @@ var NoopPerfRecorder = class {
31712
31712
  };
31713
31713
  var NOOP_PERF_RECORDER = new NoopPerfRecorder();
31714
31714
 
31715
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/clock.mjs
31715
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/clock.mjs
31716
31716
  function mark() {
31717
31717
  return process.hrtime();
31718
31718
  }
@@ -31721,7 +31721,7 @@ function timeSinceInMicros(mark2) {
31721
31721
  return delta[0] * 1e6 + Math.floor(delta[1] / 1e3);
31722
31722
  }
31723
31723
 
31724
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/recorder.mjs
31724
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/recorder.mjs
31725
31725
  var ActivePerfRecorder = class {
31726
31726
  static zeroedToNow() {
31727
31727
  return new ActivePerfRecorder(mark());
@@ -31815,7 +31815,7 @@ var DelegatingPerfRecorder = class {
31815
31815
  }
31816
31816
  };
31817
31817
 
31818
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/trait.mjs
31818
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/trait.mjs
31819
31819
  var TraitState;
31820
31820
  (function(TraitState2) {
31821
31821
  TraitState2[TraitState2["Pending"] = 0] = "Pending";
@@ -31872,7 +31872,7 @@ var TraitImpl = class {
31872
31872
  }
31873
31873
  };
31874
31874
 
31875
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
31875
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
31876
31876
  var TraitCompiler = class {
31877
31877
  constructor(handlers, reflector, perf, incrementalBuild, compileNonExportedClasses, compilationMode, dtsTransforms, semanticDepGraphUpdater, sourceFileTypeIdentifier) {
31878
31878
  this.handlers = handlers;
@@ -32331,10 +32331,10 @@ function containsErrors(diagnostics) {
32331
32331
  return diagnostics !== null && diagnostics.some((diag) => diag.category === import_typescript32.default.DiagnosticCategory.Error);
32332
32332
  }
32333
32333
 
32334
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.mjs
32334
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.mjs
32335
32335
  var import_typescript43 = __toESM(require("typescript"), 1);
32336
32336
 
32337
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/context.mjs
32337
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/context.mjs
32338
32338
  var Context = class {
32339
32339
  constructor(isStatement) {
32340
32340
  this.isStatement = isStatement;
@@ -32347,10 +32347,10 @@ var Context = class {
32347
32347
  }
32348
32348
  };
32349
32349
 
32350
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/import_manager.mjs
32350
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/import_manager.mjs
32351
32351
  var import_typescript38 = __toESM(require("typescript"), 1);
32352
32352
 
32353
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/check_unique_identifier_name.mjs
32353
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/check_unique_identifier_name.mjs
32354
32354
  var import_typescript34 = __toESM(require("typescript"), 1);
32355
32355
  function createGenerateUniqueIdentifierHelper() {
32356
32356
  const generatedIdentifiers = /* @__PURE__ */ new Set();
@@ -32376,7 +32376,7 @@ function createGenerateUniqueIdentifierHelper() {
32376
32376
  };
32377
32377
  }
32378
32378
 
32379
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/import_typescript_transform.mjs
32379
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/import_typescript_transform.mjs
32380
32380
  var import_typescript35 = __toESM(require("typescript"), 1);
32381
32381
  function createTsTransformForImportManager(manager, extraStatementsForFiles) {
32382
32382
  return (ctx) => {
@@ -32437,7 +32437,7 @@ function isImportStatement(stmt) {
32437
32437
  return import_typescript35.default.isImportDeclaration(stmt) || import_typescript35.default.isImportEqualsDeclaration(stmt) || import_typescript35.default.isNamespaceImport(stmt);
32438
32438
  }
32439
32439
 
32440
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/reuse_generated_imports.mjs
32440
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/reuse_generated_imports.mjs
32441
32441
  var import_typescript36 = __toESM(require("typescript"), 1);
32442
32442
  function attemptToReuseGeneratedImports(tracker, request) {
32443
32443
  const requestHash = hashImportRequest(request);
@@ -32464,7 +32464,7 @@ function hashImportRequest(req) {
32464
32464
  return `${req.requestedFile.fileName}:${req.exportModuleSpecifier}:${req.exportSymbolName}`;
32465
32465
  }
32466
32466
 
32467
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/reuse_source_file_imports.mjs
32467
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/reuse_source_file_imports.mjs
32468
32468
  var import_typescript37 = __toESM(require("typescript"), 1);
32469
32469
  function attemptToReuseExistingSourceFileImports(tracker, sourceFile, request) {
32470
32470
  let candidateImportToBeUpdated = null;
@@ -32517,7 +32517,7 @@ function attemptToReuseExistingSourceFileImports(tracker, sourceFile, request) {
32517
32517
  return fileUniqueAlias != null ? fileUniqueAlias : propertyName;
32518
32518
  }
32519
32519
 
32520
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/import_manager.mjs
32520
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/import_manager.mjs
32521
32521
  var presetImportManagerForceNamespaceImports = {
32522
32522
  disableOriginalSourceFileReuse: true,
32523
32523
  forceGenerateNamespacesForNewImports: true
@@ -32666,7 +32666,7 @@ function createImportReference(asTypeReference, ref) {
32666
32666
  }
32667
32667
  }
32668
32668
 
32669
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/translator.mjs
32669
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/translator.mjs
32670
32670
  var UNARY_OPERATORS2 = /* @__PURE__ */ new Map([
32671
32671
  [UnaryOperator.Minus, "-"],
32672
32672
  [UnaryOperator.Plus, "+"]
@@ -32911,7 +32911,7 @@ function createRange(span) {
32911
32911
  };
32912
32912
  }
32913
32913
 
32914
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/type_emitter.mjs
32914
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/type_emitter.mjs
32915
32915
  var import_typescript39 = __toESM(require("typescript"), 1);
32916
32916
  var INELIGIBLE = {};
32917
32917
  function canEmitType(type, canEmit) {
@@ -32986,10 +32986,10 @@ var TypeEmitter = class {
32986
32986
  }
32987
32987
  };
32988
32988
 
32989
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/type_translator.mjs
32989
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/type_translator.mjs
32990
32990
  var import_typescript41 = __toESM(require("typescript"), 1);
32991
32991
 
32992
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/ts_util.mjs
32992
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/ts_util.mjs
32993
32993
  var import_typescript40 = __toESM(require("typescript"), 1);
32994
32994
  function tsNumericExpression(value) {
32995
32995
  if (value < 0) {
@@ -32999,7 +32999,7 @@ function tsNumericExpression(value) {
32999
32999
  return import_typescript40.default.factory.createNumericLiteral(value);
33000
33000
  }
33001
33001
 
33002
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/type_translator.mjs
33002
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/type_translator.mjs
33003
33003
  function translateType(type, contextFile, reflector, refEmitter, imports) {
33004
33004
  return type.visitType(new TypeTranslatorVisitor(imports, contextFile, reflector, refEmitter), new Context(false));
33005
33005
  }
@@ -33216,7 +33216,7 @@ var TypeTranslatorVisitor = class {
33216
33216
  }
33217
33217
  };
33218
33218
 
33219
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/typescript_ast_factory.mjs
33219
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/typescript_ast_factory.mjs
33220
33220
  var import_typescript42 = __toESM(require("typescript"), 1);
33221
33221
  var PureAnnotation;
33222
33222
  (function(PureAnnotation2) {
@@ -33419,7 +33419,7 @@ function attachComments(statement, leadingComments) {
33419
33419
  }
33420
33420
  }
33421
33421
 
33422
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/typescript_translator.mjs
33422
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/typescript_translator.mjs
33423
33423
  function translateExpression(contextFile, expression, imports, options = {}) {
33424
33424
  return expression.visitExpression(new ExpressionTranslatorVisitor(new TypeScriptAstFactory(options.annotateForClosureCompiler === true), imports, contextFile, options), new Context(false));
33425
33425
  }
@@ -33427,7 +33427,7 @@ function translateStatement(contextFile, statement, imports, options = {}) {
33427
33427
  return statement.visitStatement(new ExpressionTranslatorVisitor(new TypeScriptAstFactory(options.annotateForClosureCompiler === true), imports, contextFile, options), new Context(true));
33428
33428
  }
33429
33429
 
33430
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.mjs
33430
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.mjs
33431
33431
  var DtsTransformRegistry = class {
33432
33432
  constructor() {
33433
33433
  this.ivyDeclarationTransforms = /* @__PURE__ */ new Map();
@@ -33575,10 +33575,10 @@ function markForEmitAsSingleLine(node) {
33575
33575
  import_typescript43.default.forEachChild(node, markForEmitAsSingleLine);
33576
33576
  }
33577
33577
 
33578
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
33578
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
33579
33579
  var import_typescript45 = __toESM(require("typescript"), 1);
33580
33580
 
33581
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/visitor.mjs
33581
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/visitor.mjs
33582
33582
  var import_typescript44 = __toESM(require("typescript"), 1);
33583
33583
  function visit(node, visitor, context) {
33584
33584
  return visitor._visit(node, context);
@@ -33639,7 +33639,7 @@ var Visitor = class {
33639
33639
  }
33640
33640
  };
33641
33641
 
33642
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
33642
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
33643
33643
  var NO_DECORATORS = /* @__PURE__ */ new Set();
33644
33644
  var CLOSURE_FILE_OVERVIEW_REGEXP = /\s+@fileoverview\s+/i;
33645
33645
  function ivyTransformFactory(compilation, reflector, importRewriter, defaultImportTracker, localCompilationExtraImportsTracker, perf, isCore, isClosureCompilerEnabled) {
@@ -33874,7 +33874,7 @@ function nodeArrayFromDecoratorsArray(decorators) {
33874
33874
  return array;
33875
33875
  }
33876
33876
 
33877
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.mjs
33877
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.mjs
33878
33878
  function makeDuplicateDeclarationError(node, data, kind) {
33879
33879
  const context = [];
33880
33880
  for (const decl of data) {
@@ -34083,7 +34083,7 @@ function assertLocalCompilationUnresolvedConst(compilationMode, value, nodeToHig
34083
34083
  }
34084
34084
  }
34085
34085
 
34086
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/evaluation.mjs
34086
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/evaluation.mjs
34087
34087
  var import_typescript48 = __toESM(require("typescript"), 1);
34088
34088
  function resolveEnumValue(evaluator, metadata, field, enumSymbolName) {
34089
34089
  let resolved = null;
@@ -34133,7 +34133,7 @@ function resolveLiteral(decorator, literalCache) {
34133
34133
  return meta;
34134
34134
  }
34135
34135
 
34136
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/factory.mjs
34136
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/factory.mjs
34137
34137
  function compileNgFactoryDefField(metadata) {
34138
34138
  const res = compileFactoryFunction(metadata);
34139
34139
  return {
@@ -34155,7 +34155,7 @@ function compileDeclareFactory(metadata) {
34155
34155
  };
34156
34156
  }
34157
34157
 
34158
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/injectable_registry.mjs
34158
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/injectable_registry.mjs
34159
34159
  var InjectableClassRegistry = class {
34160
34160
  constructor(host, isCore) {
34161
34161
  this.host = host;
@@ -34181,7 +34181,7 @@ var InjectableClassRegistry = class {
34181
34181
  }
34182
34182
  };
34183
34183
 
34184
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/metadata.mjs
34184
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/metadata.mjs
34185
34185
  var import_typescript49 = __toESM(require("typescript"), 1);
34186
34186
  function extractClassMetadata(clazz, reflection, isCore, annotateForClosureCompiler, angularDecoratorTransform = (dec) => dec) {
34187
34187
  if (!reflection.isClass(clazz)) {
@@ -34267,7 +34267,7 @@ function removeIdentifierReferences(node, names) {
34267
34267
  return result.transformed[0];
34268
34268
  }
34269
34269
 
34270
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/debug_info.mjs
34270
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/debug_info.mjs
34271
34271
  var path = __toESM(require("path"), 1);
34272
34272
  function extractClassDebugInfo(clazz, reflection, rootDirs, forbidOrphanRendering) {
34273
34273
  if (!reflection.isClass(clazz)) {
@@ -34293,13 +34293,13 @@ function computeRelativePathIfPossible(filePath, rootDirs) {
34293
34293
  return null;
34294
34294
  }
34295
34295
 
34296
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/references_registry.mjs
34296
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/references_registry.mjs
34297
34297
  var NoopReferencesRegistry = class {
34298
34298
  add(source, ...references) {
34299
34299
  }
34300
34300
  };
34301
34301
 
34302
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/schema.mjs
34302
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/schema.mjs
34303
34303
  function extractSchemas(rawExpr, evaluator, context) {
34304
34304
  const schemas = [];
34305
34305
  const result = evaluator.evaluate(rawExpr);
@@ -34328,7 +34328,7 @@ function extractSchemas(rawExpr, evaluator, context) {
34328
34328
  return schemas;
34329
34329
  }
34330
34330
 
34331
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/input_transforms.mjs
34331
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/input_transforms.mjs
34332
34332
  function compileInputTransformFields(inputs) {
34333
34333
  const extraFields = [];
34334
34334
  for (const input of inputs) {
@@ -34345,10 +34345,10 @@ function compileInputTransformFields(inputs) {
34345
34345
  return extraFields;
34346
34346
  }
34347
34347
 
34348
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
34348
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
34349
34349
  var import_typescript63 = __toESM(require("typescript"), 1);
34350
34350
 
34351
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/api.mjs
34351
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/api.mjs
34352
34352
  var import_typescript50 = __toESM(require("typescript"), 1);
34353
34353
  var SemanticSymbol = class {
34354
34354
  constructor(decl) {
@@ -34364,7 +34364,7 @@ function getSymbolIdentifier(decl) {
34364
34364
  return decl.name.text;
34365
34365
  }
34366
34366
 
34367
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/graph.mjs
34367
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/graph.mjs
34368
34368
  var OpaqueSymbol = class extends SemanticSymbol {
34369
34369
  isPublicApiAffected() {
34370
34370
  return false;
@@ -34506,10 +34506,10 @@ function getImportPath(expr) {
34506
34506
  }
34507
34507
  }
34508
34508
 
34509
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
34509
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
34510
34510
  var import_typescript51 = __toESM(require("typescript"), 1);
34511
34511
 
34512
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/util.mjs
34512
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/util.mjs
34513
34513
  function isSymbolEqual(a, b) {
34514
34514
  if (a.decl === b.decl) {
34515
34515
  return true;
@@ -34559,7 +34559,7 @@ function isSetEqual(a, b, equalityTester = referenceEquality) {
34559
34559
  return true;
34560
34560
  }
34561
34561
 
34562
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
34562
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
34563
34563
  function extractSemanticTypeParameters(node) {
34564
34564
  if (!import_typescript51.default.isClassDeclaration(node) || node.typeParameters === void 0) {
34565
34565
  return null;
@@ -34581,14 +34581,14 @@ function isTypeParameterEqual(a, b) {
34581
34581
  return a.hasGenericTypeBound === b.hasGenericTypeBound;
34582
34582
  }
34583
34583
 
34584
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/api.mjs
34584
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/api.mjs
34585
34585
  var ComponentScopeKind;
34586
34586
  (function(ComponentScopeKind2) {
34587
34587
  ComponentScopeKind2[ComponentScopeKind2["NgModule"] = 0] = "NgModule";
34588
34588
  ComponentScopeKind2[ComponentScopeKind2["Standalone"] = 1] = "Standalone";
34589
34589
  })(ComponentScopeKind || (ComponentScopeKind = {}));
34590
34590
 
34591
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/component_scope.mjs
34591
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/component_scope.mjs
34592
34592
  var CompoundComponentScopeReader = class {
34593
34593
  constructor(readers) {
34594
34594
  this.readers = readers;
@@ -34613,7 +34613,7 @@ var CompoundComponentScopeReader = class {
34613
34613
  }
34614
34614
  };
34615
34615
 
34616
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/dependency.mjs
34616
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/dependency.mjs
34617
34617
  var MetadataDtsModuleScopeResolver = class {
34618
34618
  constructor(dtsMetaReader, aliasingHost) {
34619
34619
  this.dtsMetaReader = dtsMetaReader;
@@ -34688,10 +34688,10 @@ var MetadataDtsModuleScopeResolver = class {
34688
34688
  }
34689
34689
  };
34690
34690
 
34691
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.mjs
34691
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.mjs
34692
34692
  var import_typescript52 = __toESM(require("typescript"), 1);
34693
34693
 
34694
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/util.mjs
34694
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/util.mjs
34695
34695
  function getDiagnosticNode(ref, rawExpr) {
34696
34696
  return rawExpr !== null ? ref.getOriginForDiagnostics(rawExpr) : ref.node.name;
34697
34697
  }
@@ -34717,7 +34717,7 @@ function makeUnknownComponentDeferredImportDiagnostic(ref, rawExpr) {
34717
34717
  return makeDiagnostic(ErrorCode.COMPONENT_UNKNOWN_DEFERRED_IMPORT, getDiagnosticNode(ref, rawExpr), `Component deferred imports must be standalone components, directives or pipes.`);
34718
34718
  }
34719
34719
 
34720
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.mjs
34720
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.mjs
34721
34721
  var LocalModuleScopeRegistry = class {
34722
34722
  constructor(localReader, fullReader, dependencyScopeReader, refEmitter, aliasingHost) {
34723
34723
  this.localReader = localReader;
@@ -35058,7 +35058,7 @@ function reexportCollision(module2, refA, refB) {
35058
35058
  ]);
35059
35059
  }
35060
35060
 
35061
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/typecheck.mjs
35061
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/typecheck.mjs
35062
35062
  var import_typescript54 = __toESM(require("typescript"), 1);
35063
35063
  var TypeCheckScopeRegistry = class {
35064
35064
  constructor(scopeReader, metaReader, hostDirectivesResolver) {
@@ -35138,10 +35138,10 @@ var TypeCheckScopeRegistry = class {
35138
35138
  }
35139
35139
  };
35140
35140
 
35141
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/shared.mjs
35141
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/shared.mjs
35142
35142
  var import_typescript58 = __toESM(require("typescript"), 1);
35143
35143
 
35144
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/initializer_function_access.mjs
35144
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/initializer_function_access.mjs
35145
35145
  function validateAccessOfInitializerApiMember({ api, call: call2 }, member) {
35146
35146
  if (!api.allowedAccessLevels.includes(member.accessLevel)) {
35147
35147
  throw new FatalDiagnosticError(ErrorCode.INITIALIZER_API_DISALLOWED_MEMBER_VISIBILITY, call2, makeDiagnosticChain(`Cannot use "${api.functionName}" on a class member that is declared as ${classMemberAccessLevelToString(member.accessLevel)}.`, [
@@ -35150,7 +35150,7 @@ function validateAccessOfInitializerApiMember({ api, call: call2 }, member) {
35150
35150
  }
35151
35151
  }
35152
35152
 
35153
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/initializer_functions.mjs
35153
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/initializer_functions.mjs
35154
35154
  var import_typescript55 = __toESM(require("typescript"), 1);
35155
35155
  function tryParseInitializerApi(functions, expression, reflector, importTracker) {
35156
35156
  if (!import_typescript55.default.isCallExpression(expression)) {
@@ -35219,7 +35219,7 @@ function parseTopLevelCallFromNamespace(call2, functions, importTracker) {
35219
35219
  return { api: matchingApi, apiReference, isRequired };
35220
35220
  }
35221
35221
 
35222
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/input_output_parse_options.mjs
35222
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/input_output_parse_options.mjs
35223
35223
  var import_typescript56 = __toESM(require("typescript"), 1);
35224
35224
  function parseAndValidateInputAndOutputOptions(optionsNode) {
35225
35225
  if (!import_typescript56.default.isObjectLiteralExpression(optionsNode)) {
@@ -35237,7 +35237,7 @@ function parseAndValidateInputAndOutputOptions(optionsNode) {
35237
35237
  return { alias };
35238
35238
  }
35239
35239
 
35240
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/input_function.mjs
35240
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/input_function.mjs
35241
35241
  var INPUT_INITIALIZER_FN = {
35242
35242
  functionName: "input",
35243
35243
  owningModule: "@angular/core",
@@ -35269,7 +35269,7 @@ function tryParseSignalInputMapping(member, reflector, importTracker) {
35269
35269
  };
35270
35270
  }
35271
35271
 
35272
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/model_function.mjs
35272
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/model_function.mjs
35273
35273
  var MODEL_INITIALIZER_FN = {
35274
35274
  functionName: "model",
35275
35275
  owningModule: "@angular/core",
@@ -35310,7 +35310,7 @@ function tryParseSignalModelMapping(member, reflector, importTracker) {
35310
35310
  };
35311
35311
  }
35312
35312
 
35313
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/output_function.mjs
35313
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/output_function.mjs
35314
35314
  var allowedAccessLevels = [
35315
35315
  ClassMemberAccessLevel.PublicWritable,
35316
35316
  ClassMemberAccessLevel.PublicReadonly,
@@ -35354,7 +35354,7 @@ function tryParseInitializerBasedOutput(member, reflector, importTracker) {
35354
35354
  };
35355
35355
  }
35356
35356
 
35357
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/query_functions.mjs
35357
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/query_functions.mjs
35358
35358
  var import_typescript57 = __toESM(require("typescript"), 1);
35359
35359
  var queryFunctionNames = [
35360
35360
  "viewChild",
@@ -35438,7 +35438,7 @@ function parseDescendantsOption(value) {
35438
35438
  throw new FatalDiagnosticError(ErrorCode.VALUE_HAS_WRONG_TYPE, value, `Expected "descendants" option to be a boolean literal.`);
35439
35439
  }
35440
35440
 
35441
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/shared.mjs
35441
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/shared.mjs
35442
35442
  var EMPTY_OBJECT = {};
35443
35443
  var queryDecoratorNames = [
35444
35444
  "ViewChild",
@@ -36236,7 +36236,7 @@ function toR3InputMetadata(mapping) {
36236
36236
  };
36237
36237
  }
36238
36238
 
36239
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/symbol.mjs
36239
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/symbol.mjs
36240
36240
  var DirectiveSymbol = class extends SemanticSymbol {
36241
36241
  constructor(decl, selector, inputs, outputs, exportAs, typeCheckMeta, typeParameters) {
36242
36242
  super(decl);
@@ -36316,7 +36316,7 @@ function isBaseClassEqual(current, previous) {
36316
36316
  return isSymbolEqual(current, previous);
36317
36317
  }
36318
36318
 
36319
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/handler.mjs
36319
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/handler.mjs
36320
36320
  var FIELD_DECORATORS = [
36321
36321
  "Input",
36322
36322
  "Output",
@@ -36509,10 +36509,10 @@ var DirectiveDecoratorHandler = class {
36509
36509
  }
36510
36510
  };
36511
36511
 
36512
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
36512
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
36513
36513
  var import_typescript60 = __toESM(require("typescript"), 1);
36514
36514
 
36515
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/module_with_providers.mjs
36515
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/module_with_providers.mjs
36516
36516
  var import_typescript59 = __toESM(require("typescript"), 1);
36517
36517
  function createModuleWithProvidersResolver(reflector, isCore) {
36518
36518
  function _reflectModuleFromTypeParam(type, node) {
@@ -36584,7 +36584,7 @@ function isResolvedModuleWithProviders(sv) {
36584
36584
  return typeof sv.value === "object" && sv.value != null && sv.value.hasOwnProperty("ngModule") && sv.value.hasOwnProperty("mwpCall");
36585
36585
  }
36586
36586
 
36587
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
36587
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
36588
36588
  var NgModuleSymbol = class extends SemanticSymbol {
36589
36589
  constructor(decl, hasProviders) {
36590
36590
  super(decl);
@@ -37197,7 +37197,7 @@ function isSyntheticReference(ref) {
37197
37197
  return ref.synthetic;
37198
37198
  }
37199
37199
 
37200
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/diagnostics.mjs
37200
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/diagnostics.mjs
37201
37201
  function makeCyclicImportInfo(ref, type, cycle) {
37202
37202
  const name = ref.debugName || "(unknown)";
37203
37203
  const path4 = cycle.getPath().map((sf) => sf.fileName).join(" -> ");
@@ -37220,7 +37220,7 @@ function checkCustomElementSelectorForErrors(selector) {
37220
37220
  return null;
37221
37221
  }
37222
37222
 
37223
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/resources.mjs
37223
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/resources.mjs
37224
37224
  var import_typescript62 = __toESM(require("typescript"), 1);
37225
37225
  function getTemplateDeclarationNodeForError(declaration) {
37226
37226
  return declaration.isInline ? declaration.expression : declaration.templateUrlExpression;
@@ -37572,7 +37572,7 @@ function _extractTemplateStyleUrls(template2) {
37572
37572
  }));
37573
37573
  }
37574
37574
 
37575
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/symbol.mjs
37575
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/symbol.mjs
37576
37576
  var ComponentSymbol = class extends DirectiveSymbol {
37577
37577
  constructor() {
37578
37578
  super(...arguments);
@@ -37607,7 +37607,7 @@ var ComponentSymbol = class extends DirectiveSymbol {
37607
37607
  }
37608
37608
  };
37609
37609
 
37610
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/util.mjs
37610
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/util.mjs
37611
37611
  function collectAnimationNames(value, animationTriggerNames) {
37612
37612
  if (value instanceof Map) {
37613
37613
  const name = value.get("name");
@@ -37684,7 +37684,7 @@ function isLikelyModuleWithProviders(value) {
37684
37684
  return false;
37685
37685
  }
37686
37686
 
37687
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
37687
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
37688
37688
  var EMPTY_ARRAY2 = [];
37689
37689
  var isUsedDirective = (decl) => decl.kind === R3TemplateDependencyKind.Directive;
37690
37690
  var isUsedPipe = (decl) => decl.kind === R3TemplateDependencyKind.Pipe;
@@ -38693,7 +38693,7 @@ function isDefaultImport(node) {
38693
38693
  return node.importClause !== void 0 && node.importClause.namedBindings === void 0;
38694
38694
  }
38695
38695
 
38696
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/injectable.mjs
38696
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/injectable.mjs
38697
38697
  var import_typescript65 = __toESM(require("typescript"), 1);
38698
38698
  var InjectableDecoratorHandler = class {
38699
38699
  constructor(reflector, evaluator, isCore, strictCtorDeps, injectableRegistry, perf, includeClassMetadata, compilationMode, errorOnDuplicateProv = true) {
@@ -38924,7 +38924,7 @@ function getDep(dep, reflector) {
38924
38924
  return meta;
38925
38925
  }
38926
38926
 
38927
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/pipe.mjs
38927
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/pipe.mjs
38928
38928
  var import_typescript66 = __toESM(require("typescript"), 1);
38929
38929
  var PipeSymbol = class extends SemanticSymbol {
38930
38930
  constructor(decl, name) {
@@ -39080,13 +39080,13 @@ var PipeDecoratorHandler = class {
39080
39080
  }
39081
39081
  };
39082
39082
 
39083
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/jit_transforms/initializer_api_transforms/transform_api.mjs
39083
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/jit_transforms/initializer_api_transforms/transform_api.mjs
39084
39084
  var import_typescript67 = __toESM(require("typescript"), 1);
39085
39085
 
39086
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/jit_transforms/initializer_api_transforms/model_function.mjs
39086
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/jit_transforms/initializer_api_transforms/model_function.mjs
39087
39087
  var import_typescript68 = __toESM(require("typescript"), 1);
39088
39088
 
39089
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/api.mjs
39089
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/api.mjs
39090
39090
  var EmitFlags;
39091
39091
  (function(EmitFlags2) {
39092
39092
  EmitFlags2[EmitFlags2["DTS"] = 1] = "DTS";
@@ -39098,13 +39098,13 @@ var EmitFlags;
39098
39098
  EmitFlags2[EmitFlags2["All"] = 31] = "All";
39099
39099
  })(EmitFlags || (EmitFlags = {}));
39100
39100
 
39101
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/compiler_host.mjs
39101
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/compiler_host.mjs
39102
39102
  var import_typescript71 = __toESM(require("typescript"), 1);
39103
39103
 
39104
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
39104
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
39105
39105
  var import_typescript123 = __toESM(require("typescript"), 1);
39106
39106
 
39107
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/i18n.mjs
39107
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/i18n.mjs
39108
39108
  var path2 = __toESM(require("path"), 1);
39109
39109
  function i18nGetExtension(formatName) {
39110
39110
  const format = formatName.toLowerCase();
@@ -39154,10 +39154,10 @@ function getPathNormalizer(basePath) {
39154
39154
  };
39155
39155
  }
39156
39156
 
39157
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
39157
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
39158
39158
  var import_typescript72 = __toESM(require("typescript"), 1);
39159
39159
 
39160
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/version_helpers.mjs
39160
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/version_helpers.mjs
39161
39161
  function toNumbers(value) {
39162
39162
  const suffixIndex = value.lastIndexOf("-");
39163
39163
  return value.slice(0, suffixIndex === -1 ? value.length : suffixIndex).split(".").map((segment) => {
@@ -39192,7 +39192,7 @@ function compareVersions(v1, v2) {
39192
39192
  return compareNumbers(toNumbers(v1), toNumbers(v2));
39193
39193
  }
39194
39194
 
39195
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
39195
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
39196
39196
  var MIN_TS_VERSION = "5.4.0";
39197
39197
  var MAX_TS_VERSION = "5.5.0";
39198
39198
  var tsVersion = import_typescript72.default.version;
@@ -39205,10 +39205,10 @@ function verifySupportedTypeScriptVersion() {
39205
39205
  checkVersion(tsVersion, MIN_TS_VERSION, MAX_TS_VERSION);
39206
39206
  }
39207
39207
 
39208
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.mjs
39208
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.mjs
39209
39209
  var import_typescript119 = __toESM(require("typescript"), 1);
39210
39210
 
39211
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/analyzer.mjs
39211
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/analyzer.mjs
39212
39212
  var CycleAnalyzer = class {
39213
39213
  constructor(importGraph) {
39214
39214
  this.importGraph = importGraph;
@@ -39279,7 +39279,7 @@ var Cycle = class {
39279
39279
  }
39280
39280
  };
39281
39281
 
39282
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/imports.mjs
39282
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/imports.mjs
39283
39283
  var import_typescript73 = __toESM(require("typescript"), 1);
39284
39284
  var ImportGraph = class {
39285
39285
  constructor(checker, perf) {
@@ -39371,13 +39371,13 @@ var Found = class {
39371
39371
  }
39372
39372
  };
39373
39373
 
39374
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/extractor.mjs
39374
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/extractor.mjs
39375
39375
  var import_typescript82 = __toESM(require("typescript"), 1);
39376
39376
 
39377
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/class_extractor.mjs
39377
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/class_extractor.mjs
39378
39378
  var import_typescript77 = __toESM(require("typescript"), 1);
39379
39379
 
39380
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/entities.mjs
39380
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/entities.mjs
39381
39381
  var EntryType;
39382
39382
  (function(EntryType2) {
39383
39383
  EntryType2["Block"] = "block";
@@ -39421,17 +39421,17 @@ var MemberTags;
39421
39421
  MemberTags2["Inherited"] = "override";
39422
39422
  })(MemberTags || (MemberTags = {}));
39423
39423
 
39424
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/filters.mjs
39424
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/filters.mjs
39425
39425
  function isAngularPrivateName(name) {
39426
39426
  var _a2;
39427
39427
  const firstChar = (_a2 = name[0]) != null ? _a2 : "";
39428
39428
  return firstChar === "\u0275" || firstChar === "_";
39429
39429
  }
39430
39430
 
39431
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/function_extractor.mjs
39431
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/function_extractor.mjs
39432
39432
  var import_typescript75 = __toESM(require("typescript"), 1);
39433
39433
 
39434
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/generics_extractor.mjs
39434
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/generics_extractor.mjs
39435
39435
  function extractGenerics(declaration) {
39436
39436
  var _a2, _b2;
39437
39437
  return (_b2 = (_a2 = declaration.typeParameters) == null ? void 0 : _a2.map((typeParam) => {
@@ -39444,7 +39444,7 @@ function extractGenerics(declaration) {
39444
39444
  })) != null ? _b2 : [];
39445
39445
  }
39446
39446
 
39447
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/jsdoc_extractor.mjs
39447
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/jsdoc_extractor.mjs
39448
39448
  var import_typescript74 = __toESM(require("typescript"), 1);
39449
39449
  var decoratorExpression = /@(?=(Injectable|Component|Directive|Pipe|NgModule|Input|Output|HostBinding|HostListener|Inject|Optional|Self|Host|SkipSelf))/g;
39450
39450
  function extractJsDocTags(node) {
@@ -39488,12 +39488,12 @@ function unescapeAngularDecorators(comment) {
39488
39488
  return comment.replace(/_NG_AT_/g, "@");
39489
39489
  }
39490
39490
 
39491
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/type_extractor.mjs
39491
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/type_extractor.mjs
39492
39492
  function extractResolvedTypeString(node, checker) {
39493
39493
  return checker.typeToString(checker.getTypeAtLocation(node));
39494
39494
  }
39495
39495
 
39496
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/function_extractor.mjs
39496
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/function_extractor.mjs
39497
39497
  var FunctionExtractor = class {
39498
39498
  constructor(name, declaration, typeChecker) {
39499
39499
  this.name = name;
@@ -39552,7 +39552,7 @@ function extractAllParams(params, typeChecker) {
39552
39552
  }));
39553
39553
  }
39554
39554
 
39555
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/internal.mjs
39555
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/internal.mjs
39556
39556
  var import_typescript76 = __toESM(require("typescript"), 1);
39557
39557
  function isInternal(member) {
39558
39558
  return extractJsDocTags(member).some((tag) => tag.name === "internal") || hasLeadingInternalComment(member);
@@ -39571,7 +39571,7 @@ function hasLeadingInternalComment(member) {
39571
39571
  )) != null ? _a2 : false;
39572
39572
  }
39573
39573
 
39574
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/class_extractor.mjs
39574
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/class_extractor.mjs
39575
39575
  var ClassExtractor = class {
39576
39576
  constructor(declaration, typeChecker) {
39577
39577
  this.declaration = declaration;
@@ -39823,7 +39823,7 @@ function extractInterface(declaration, typeChecker) {
39823
39823
  return extractor.extract();
39824
39824
  }
39825
39825
 
39826
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/constant_extractor.mjs
39826
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/constant_extractor.mjs
39827
39827
  var import_typescript78 = __toESM(require("typescript"), 1);
39828
39828
  var LITERAL_AS_ENUM_TAG = "object-literal-as-enum";
39829
39829
  function extractConstant(declaration, typeChecker) {
@@ -39881,7 +39881,7 @@ function extractLiteralPropertiesAsEnumMembers(declaration) {
39881
39881
  });
39882
39882
  }
39883
39883
 
39884
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/decorator_extractor.mjs
39884
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/decorator_extractor.mjs
39885
39885
  var import_typescript79 = __toESM(require("typescript"), 1);
39886
39886
  function extractorDecorator(declaration, typeChecker) {
39887
39887
  const documentedNode = getDecoratorJsDocNode(declaration);
@@ -39954,7 +39954,7 @@ function getDecoratorJsDocNode(declaration) {
39954
39954
  return callSignature;
39955
39955
  }
39956
39956
 
39957
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/enum_extractor.mjs
39957
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/enum_extractor.mjs
39958
39958
  var import_typescript80 = __toESM(require("typescript"), 1);
39959
39959
  function extractEnum(declaration, typeChecker) {
39960
39960
  return {
@@ -39985,7 +39985,7 @@ function getEnumMemberValue(memberNode) {
39985
39985
  return (_a2 = literal3 == null ? void 0 : literal3.getText()) != null ? _a2 : "";
39986
39986
  }
39987
39987
 
39988
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/initializer_api_function_extractor.mjs
39988
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/initializer_api_function_extractor.mjs
39989
39989
  var import_typescript81 = __toESM(require("typescript"), 1);
39990
39990
  var initializerApiTag = "initializerApiFunction";
39991
39991
  function isInitializerApiFunction(node, typeChecker) {
@@ -40122,7 +40122,7 @@ function findImplementationOfFunction(node, typeChecker) {
40122
40122
  return (_a2 = symbol == null ? void 0 : symbol.declarations) == null ? void 0 : _a2.find((s) => import_typescript81.default.isFunctionDeclaration(s) && s.body !== void 0);
40123
40123
  }
40124
40124
 
40125
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/type_alias_extractor.mjs
40125
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/type_alias_extractor.mjs
40126
40126
  function extractTypeAlias(declaration) {
40127
40127
  return {
40128
40128
  name: declaration.name.getText(),
@@ -40134,7 +40134,7 @@ function extractTypeAlias(declaration) {
40134
40134
  };
40135
40135
  }
40136
40136
 
40137
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/extractor.mjs
40137
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/extractor.mjs
40138
40138
  var DocsExtractor = class {
40139
40139
  constructor(typeChecker, metadataReader) {
40140
40140
  this.typeChecker = typeChecker;
@@ -40218,7 +40218,7 @@ function getRelativeFilePath(sourceFile, rootDir) {
40218
40218
  return relativePath;
40219
40219
  }
40220
40220
 
40221
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/generator.mjs
40221
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/generator.mjs
40222
40222
  var import_typescript83 = __toESM(require("typescript"), 1);
40223
40223
  var FlatIndexGenerator = class {
40224
40224
  constructor(entryPoint, relativeFlatIndexPath, moduleName) {
@@ -40243,7 +40243,7 @@ export * from '${relativeEntryPoint}';
40243
40243
  }
40244
40244
  };
40245
40245
 
40246
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/logic.mjs
40246
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/logic.mjs
40247
40247
  function findFlatIndexEntryPoint(rootFiles) {
40248
40248
  const tsFiles = rootFiles.filter((file) => isNonDeclarationTsPath(file));
40249
40249
  let resolvedEntryPoint = null;
@@ -40259,7 +40259,7 @@ function findFlatIndexEntryPoint(rootFiles) {
40259
40259
  return resolvedEntryPoint;
40260
40260
  }
40261
40261
 
40262
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/private_export_checker.mjs
40262
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/private_export_checker.mjs
40263
40263
  var import_typescript85 = __toESM(require("typescript"), 1);
40264
40264
  function checkForPrivateExports(entryPoint, checker, refGraph) {
40265
40265
  const diagnostics = [];
@@ -40339,7 +40339,7 @@ function getDescriptorOfDeclaration(decl) {
40339
40339
  }
40340
40340
  }
40341
40341
 
40342
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/reference_graph.mjs
40342
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/reference_graph.mjs
40343
40343
  var ReferenceGraph = class {
40344
40344
  constructor() {
40345
40345
  this.references = /* @__PURE__ */ new Map();
@@ -40393,7 +40393,7 @@ var ReferenceGraph = class {
40393
40393
  }
40394
40394
  };
40395
40395
 
40396
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/api.mjs
40396
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/api.mjs
40397
40397
  var NgOriginalFile = Symbol("NgOriginalFile");
40398
40398
  var UpdateMode;
40399
40399
  (function(UpdateMode2) {
@@ -40401,13 +40401,13 @@ var UpdateMode;
40401
40401
  UpdateMode2[UpdateMode2["Incremental"] = 1] = "Incremental";
40402
40402
  })(UpdateMode || (UpdateMode = {}));
40403
40403
 
40404
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/ts_create_program_driver.mjs
40404
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/ts_create_program_driver.mjs
40405
40405
  var import_typescript89 = __toESM(require("typescript"), 1);
40406
40406
 
40407
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/adapter.mjs
40407
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/adapter.mjs
40408
40408
  var import_typescript86 = __toESM(require("typescript"), 1);
40409
40409
 
40410
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/expando.mjs
40410
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/expando.mjs
40411
40411
  var NgExtension = Symbol("NgExtension");
40412
40412
  function isExtended(sf) {
40413
40413
  return sf[NgExtension] !== void 0;
@@ -40467,13 +40467,13 @@ function retagTsFile(sf) {
40467
40467
  }
40468
40468
  }
40469
40469
 
40470
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/util.mjs
40470
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/util.mjs
40471
40471
  var TS_EXTENSIONS = /\.tsx?$/i;
40472
40472
  function makeShimFileName(fileName, suffix) {
40473
40473
  return absoluteFrom(fileName.replace(TS_EXTENSIONS, suffix));
40474
40474
  }
40475
40475
 
40476
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/adapter.mjs
40476
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/adapter.mjs
40477
40477
  var ShimAdapter = class {
40478
40478
  constructor(delegate, tsRootFiles, topLevelGenerators, perFileGenerators, oldProgram) {
40479
40479
  this.delegate = delegate;
@@ -40568,7 +40568,7 @@ var ShimAdapter = class {
40568
40568
  }
40569
40569
  };
40570
40570
 
40571
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/reference_tagger.mjs
40571
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/reference_tagger.mjs
40572
40572
  var ShimReferenceTagger = class {
40573
40573
  constructor(shimExtensions) {
40574
40574
  this.tagged = /* @__PURE__ */ new Set();
@@ -40602,7 +40602,7 @@ var ShimReferenceTagger = class {
40602
40602
  }
40603
40603
  };
40604
40604
 
40605
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/ts_create_program_driver.mjs
40605
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/ts_create_program_driver.mjs
40606
40606
  var DelegatingCompilerHost = class {
40607
40607
  get jsDocParsingMode() {
40608
40608
  return this.delegate.jsDocParsingMode;
@@ -40721,7 +40721,7 @@ var TsCreateProgramDriver = class {
40721
40721
  }
40722
40722
  };
40723
40723
 
40724
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/dependency_tracking.mjs
40724
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/dependency_tracking.mjs
40725
40725
  var FileDependencyGraph = class {
40726
40726
  constructor() {
40727
40727
  this.nodes = /* @__PURE__ */ new Map();
@@ -40788,7 +40788,7 @@ function isLogicallyChanged(sf, node, changedTsPaths, deletedTsPaths, changedRes
40788
40788
  return false;
40789
40789
  }
40790
40790
 
40791
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/state.mjs
40791
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/state.mjs
40792
40792
  var IncrementalStateKind;
40793
40793
  (function(IncrementalStateKind2) {
40794
40794
  IncrementalStateKind2[IncrementalStateKind2["Fresh"] = 0] = "Fresh";
@@ -40796,7 +40796,7 @@ var IncrementalStateKind;
40796
40796
  IncrementalStateKind2[IncrementalStateKind2["Analyzed"] = 2] = "Analyzed";
40797
40797
  })(IncrementalStateKind || (IncrementalStateKind = {}));
40798
40798
 
40799
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/incremental.mjs
40799
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/incremental.mjs
40800
40800
  var PhaseKind;
40801
40801
  (function(PhaseKind2) {
40802
40802
  PhaseKind2[PhaseKind2["Analysis"] = 0] = "Analysis";
@@ -40997,7 +40997,7 @@ function toOriginalSourceFile(sf) {
40997
40997
  }
40998
40998
  }
40999
40999
 
41000
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/strategy.mjs
41000
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/strategy.mjs
41001
41001
  var TrackedIncrementalBuildStrategy = class {
41002
41002
  constructor() {
41003
41003
  this.state = null;
@@ -41018,7 +41018,7 @@ var TrackedIncrementalBuildStrategy = class {
41018
41018
  };
41019
41019
  var SYM_INCREMENTAL_STATE = Symbol("NgIncrementalState");
41020
41020
 
41021
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/api.mjs
41021
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/api.mjs
41022
41022
  var IdentifierKind;
41023
41023
  (function(IdentifierKind2) {
41024
41024
  IdentifierKind2[IdentifierKind2["Property"] = 0] = "Property";
@@ -41037,7 +41037,7 @@ var AbsoluteSourceSpan2 = class {
41037
41037
  }
41038
41038
  };
41039
41039
 
41040
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/context.mjs
41040
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/context.mjs
41041
41041
  var IndexingContext = class {
41042
41042
  constructor() {
41043
41043
  this.components = /* @__PURE__ */ new Set();
@@ -41047,7 +41047,7 @@ var IndexingContext = class {
41047
41047
  }
41048
41048
  };
41049
41049
 
41050
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/template.mjs
41050
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/template.mjs
41051
41051
  var ExpressionVisitor = class extends RecursiveAstVisitor2 {
41052
41052
  constructor(expressionStr, absoluteOffset, boundTemplate, targetToIdentifier) {
41053
41053
  super();
@@ -41341,7 +41341,7 @@ function getTemplateIdentifiers(boundTemplate) {
41341
41341
  return { identifiers: visitor.identifiers, errors: visitor.errors };
41342
41342
  }
41343
41343
 
41344
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/transform.mjs
41344
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/transform.mjs
41345
41345
  function generateAnalysis(context) {
41346
41346
  const analysis = /* @__PURE__ */ new Map();
41347
41347
  context.components.forEach(({ declaration, selector, boundTemplate, templateMeta }) => {
@@ -41377,7 +41377,7 @@ function generateAnalysis(context) {
41377
41377
  return analysis;
41378
41378
  }
41379
41379
 
41380
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/ng_module_index.mjs
41380
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/ng_module_index.mjs
41381
41381
  var NgModuleIndexImpl = class {
41382
41382
  constructor(metaReader, localReader) {
41383
41383
  this.metaReader = metaReader;
@@ -41466,7 +41466,7 @@ var NgModuleIndexImpl = class {
41466
41466
  }
41467
41467
  };
41468
41468
 
41469
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/resource/src/loader.mjs
41469
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/resource/src/loader.mjs
41470
41470
  var import_typescript92 = __toESM(require("typescript"), 1);
41471
41471
  var CSS_PREPROCESSOR_EXT = /(\.scss|\.sass|\.less|\.styl)$/;
41472
41472
  var RESOURCE_MARKER = ".$ngresource$";
@@ -41618,7 +41618,7 @@ function createLookupResolutionHost(adapter) {
41618
41618
  };
41619
41619
  }
41620
41620
 
41621
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/standalone.mjs
41621
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/standalone.mjs
41622
41622
  var StandaloneComponentScopeReader = class {
41623
41623
  constructor(metaReader, localModuleReader, dtsModuleReader) {
41624
41624
  this.metaReader = metaReader;
@@ -41714,14 +41714,14 @@ var StandaloneComponentScopeReader = class {
41714
41714
  }
41715
41715
  };
41716
41716
 
41717
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/checker.mjs
41717
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/checker.mjs
41718
41718
  var OptimizeFor;
41719
41719
  (function(OptimizeFor2) {
41720
41720
  OptimizeFor2[OptimizeFor2["SingleFile"] = 0] = "SingleFile";
41721
41721
  OptimizeFor2[OptimizeFor2["WholeProgram"] = 1] = "WholeProgram";
41722
41722
  })(OptimizeFor || (OptimizeFor = {}));
41723
41723
 
41724
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/completion.mjs
41724
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/completion.mjs
41725
41725
  var CompletionKind;
41726
41726
  (function(CompletionKind2) {
41727
41727
  CompletionKind2[CompletionKind2["Reference"] = 0] = "Reference";
@@ -41729,7 +41729,7 @@ var CompletionKind;
41729
41729
  CompletionKind2[CompletionKind2["LetDeclaration"] = 2] = "LetDeclaration";
41730
41730
  })(CompletionKind || (CompletionKind = {}));
41731
41731
 
41732
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/scope.mjs
41732
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/scope.mjs
41733
41733
  var PotentialImportKind;
41734
41734
  (function(PotentialImportKind2) {
41735
41735
  PotentialImportKind2[PotentialImportKind2["NgModule"] = 0] = "NgModule";
@@ -41741,7 +41741,7 @@ var PotentialImportMode;
41741
41741
  PotentialImportMode2[PotentialImportMode2["ForceDirect"] = 1] = "ForceDirect";
41742
41742
  })(PotentialImportMode || (PotentialImportMode = {}));
41743
41743
 
41744
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/symbols.mjs
41744
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/symbols.mjs
41745
41745
  var SymbolKind;
41746
41746
  (function(SymbolKind2) {
41747
41747
  SymbolKind2[SymbolKind2["Input"] = 0] = "Input";
@@ -41758,7 +41758,7 @@ var SymbolKind;
41758
41758
  SymbolKind2[SymbolKind2["LetDeclaration"] = 11] = "LetDeclaration";
41759
41759
  })(SymbolKind || (SymbolKind = {}));
41760
41760
 
41761
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/diagnostic.mjs
41761
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/diagnostic.mjs
41762
41762
  var import_typescript93 = __toESM(require("typescript"), 1);
41763
41763
  function makeTemplateDiagnostic(templateId, mapping, span, category, code, messageText, relatedMessages) {
41764
41764
  var _a2;
@@ -41869,7 +41869,7 @@ function parseTemplateAsSourceFile(fileName, template2) {
41869
41869
  );
41870
41870
  }
41871
41871
 
41872
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/id.mjs
41872
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/id.mjs
41873
41873
  var TEMPLATE_ID = Symbol("ngTemplateId");
41874
41874
  var NEXT_TEMPLATE_ID = Symbol("ngNextTemplateId");
41875
41875
  function getTemplateId(clazz) {
@@ -41886,10 +41886,10 @@ function allocateTemplateId(sf) {
41886
41886
  return `tcb${sf[NEXT_TEMPLATE_ID]++}`;
41887
41887
  }
41888
41888
 
41889
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/completion.mjs
41889
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/completion.mjs
41890
41890
  var import_typescript95 = __toESM(require("typescript"), 1);
41891
41891
 
41892
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/comments.mjs
41892
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/comments.mjs
41893
41893
  var import_typescript94 = __toESM(require("typescript"), 1);
41894
41894
  var parseSpanComment = /^(\d+),(\d+)$/;
41895
41895
  function readSpanComment(node, sourceFile = node.getSourceFile()) {
@@ -42019,7 +42019,7 @@ function hasExpressionIdentifier(sourceFile, node, identifier) {
42019
42019
  }) || false;
42020
42020
  }
42021
42021
 
42022
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/completion.mjs
42022
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/completion.mjs
42023
42023
  var CompletionEngine = class {
42024
42024
  constructor(tcb, data, tcbPath, tcbIsShim) {
42025
42025
  this.tcb = tcb;
@@ -43282,10 +43282,10 @@ var MagicString = class {
43282
43282
  }
43283
43283
  };
43284
43284
 
43285
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
43285
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
43286
43286
  var import_typescript109 = __toESM(require("typescript"), 1);
43287
43287
 
43288
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/dom.mjs
43288
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/dom.mjs
43289
43289
  var import_typescript96 = __toESM(require("typescript"), 1);
43290
43290
  var REGISTRY = new DomElementSchemaRegistry();
43291
43291
  var REMOVE_XHTML_REGEX = /^:xhtml:/;
@@ -43337,10 +43337,10 @@ var RegistryDomSchemaChecker = class {
43337
43337
  }
43338
43338
  };
43339
43339
 
43340
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/environment.mjs
43340
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/environment.mjs
43341
43341
  var import_typescript102 = __toESM(require("typescript"), 1);
43342
43342
 
43343
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/reference_emit_environment.mjs
43343
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/reference_emit_environment.mjs
43344
43344
  var ReferenceEmitEnvironment = class {
43345
43345
  constructor(importManager, refEmitter, reflector, contextFile) {
43346
43346
  this.importManager = importManager;
@@ -43370,7 +43370,7 @@ var ReferenceEmitEnvironment = class {
43370
43370
  }
43371
43371
  };
43372
43372
 
43373
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/ts_util.mjs
43373
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/ts_util.mjs
43374
43374
  var import_typescript97 = __toESM(require("typescript"), 1);
43375
43375
  var SAFE_TO_CAST_WITHOUT_PARENS = /* @__PURE__ */ new Set([
43376
43376
  import_typescript97.default.SyntaxKind.ParenthesizedExpression,
@@ -43453,13 +43453,13 @@ function tsNumericExpression2(value) {
43453
43453
  return import_typescript97.default.factory.createNumericLiteral(value);
43454
43454
  }
43455
43455
 
43456
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.mjs
43456
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.mjs
43457
43457
  var import_typescript101 = __toESM(require("typescript"), 1);
43458
43458
 
43459
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.mjs
43459
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.mjs
43460
43460
  var import_typescript99 = __toESM(require("typescript"), 1);
43461
43461
 
43462
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_parameter_emitter.mjs
43462
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_parameter_emitter.mjs
43463
43463
  var import_typescript98 = __toESM(require("typescript"), 1);
43464
43464
  var TypeParameterEmitter = class {
43465
43465
  constructor(typeParameters, reflector) {
@@ -43537,7 +43537,7 @@ var TypeParameterEmitter = class {
43537
43537
  }
43538
43538
  };
43539
43539
 
43540
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.mjs
43540
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.mjs
43541
43541
  var TCB_FILE_IMPORT_GRAPH_PREPARE_IDENTIFIERS = [
43542
43542
  Identifiers.InputSignalBrandWriteType
43543
43543
  ];
@@ -43629,7 +43629,7 @@ function checkIfGenericTypeBoundsCanBeEmitted(node, reflector, env) {
43629
43629
  return emitter.canEmit((ref) => env.canReferenceType(ref));
43630
43630
  }
43631
43631
 
43632
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.mjs
43632
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.mjs
43633
43633
  function generateTypeCtorDeclarationFn(env, meta, nodeTypeRef, typeParams) {
43634
43634
  const rawTypeArgs = typeParams !== void 0 ? generateGenericArgs(typeParams) : void 0;
43635
43635
  const rawType = import_typescript101.default.factory.createTypeReferenceNode(nodeTypeRef, rawTypeArgs);
@@ -43752,7 +43752,7 @@ function typeParametersWithDefaultTypes(params) {
43752
43752
  });
43753
43753
  }
43754
43754
 
43755
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/environment.mjs
43755
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/environment.mjs
43756
43756
  var Environment = class extends ReferenceEmitEnvironment {
43757
43757
  constructor(config, importManager, refEmitter, reflector, contextFile) {
43758
43758
  super(importManager, refEmitter, reflector, contextFile);
@@ -43824,7 +43824,7 @@ var Environment = class extends ReferenceEmitEnvironment {
43824
43824
  }
43825
43825
  };
43826
43826
 
43827
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/oob.mjs
43827
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/oob.mjs
43828
43828
  var import_typescript103 = __toESM(require("typescript"), 1);
43829
43829
  var OutOfBandDiagnosticRecorderImpl = class {
43830
43830
  constructor(resolver) {
@@ -44024,7 +44024,7 @@ function makeInlineDiagnostic(templateId, code, node, messageText, relatedInform
44024
44024
  });
44025
44025
  }
44026
44026
 
44027
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/shim.mjs
44027
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/shim.mjs
44028
44028
  var import_typescript104 = __toESM(require("typescript"), 1);
44029
44029
  var TypeCheckShimGenerator = class {
44030
44030
  constructor() {
@@ -44042,10 +44042,10 @@ var TypeCheckShimGenerator = class {
44042
44042
  }
44043
44043
  };
44044
44044
 
44045
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.mjs
44045
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.mjs
44046
44046
  var import_typescript107 = __toESM(require("typescript"), 1);
44047
44047
 
44048
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/diagnostics.mjs
44048
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/diagnostics.mjs
44049
44049
  var import_typescript105 = __toESM(require("typescript"), 1);
44050
44050
  function wrapForDiagnostics(expr) {
44051
44051
  return import_typescript105.default.factory.createParenthesizedExpression(expr);
@@ -44100,7 +44100,7 @@ function translateDiagnostic(diagnostic, resolver) {
44100
44100
  return makeTemplateDiagnostic(sourceLocation.id, templateSourceMapping, span, diagnostic.category, diagnostic.code, diagnostic.messageText);
44101
44101
  }
44102
44102
 
44103
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/expression.mjs
44103
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/expression.mjs
44104
44104
  var import_typescript106 = __toESM(require("typescript"), 1);
44105
44105
  var NULL_AS_ANY = import_typescript106.default.factory.createAsExpression(import_typescript106.default.factory.createNull(), import_typescript106.default.factory.createKeywordTypeNode(import_typescript106.default.SyntaxKind.AnyKeyword));
44106
44106
  var UNDEFINED = import_typescript106.default.factory.createIdentifier("undefined");
@@ -44432,7 +44432,7 @@ var VeSafeLhsInferenceBugDetector = _VeSafeLhsInferenceBugDetector;
44432
44432
  _VeSafeLhsInferenceBugDetector.SINGLETON = new _VeSafeLhsInferenceBugDetector();
44433
44433
  })();
44434
44434
 
44435
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.mjs
44435
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.mjs
44436
44436
  var TcbGenericContextBehavior;
44437
44437
  (function(TcbGenericContextBehavior2) {
44438
44438
  TcbGenericContextBehavior2[TcbGenericContextBehavior2["UseEmitter"] = 0] = "UseEmitter";
@@ -46009,7 +46009,7 @@ var TcbForLoopTrackTranslator = class extends TcbExpressionTranslator {
46009
46009
  }
46010
46010
  };
46011
46011
 
46012
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_file.mjs
46012
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_file.mjs
46013
46013
  var import_typescript108 = __toESM(require("typescript"), 1);
46014
46014
  var TypeCheckFile = class extends Environment {
46015
46015
  constructor(fileName, config, refEmitter, reflector, compilerHost) {
@@ -46057,7 +46057,7 @@ var TypeCheckFile = class extends Environment {
46057
46057
  }
46058
46058
  };
46059
46059
 
46060
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
46060
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
46061
46061
  var InliningMode;
46062
46062
  (function(InliningMode2) {
46063
46063
  InliningMode2[InliningMode2["InlineOps"] = 0] = "InlineOps";
@@ -46309,7 +46309,7 @@ var TypeCtorOp = class {
46309
46309
  }
46310
46310
  };
46311
46311
 
46312
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/line_mappings.mjs
46312
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/line_mappings.mjs
46313
46313
  var LF_CHAR = 10;
46314
46314
  var CR_CHAR = 13;
46315
46315
  var LINE_SEP_CHAR = 8232;
@@ -46350,7 +46350,7 @@ function findClosestLineStartPosition(linesMap, position, low = 0, high = linesM
46350
46350
  return low - 1;
46351
46351
  }
46352
46352
 
46353
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/source.mjs
46353
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/source.mjs
46354
46354
  var TemplateSource = class {
46355
46355
  constructor(mapping, file) {
46356
46356
  this.mapping = mapping;
@@ -46401,7 +46401,7 @@ var TemplateSourceManager = class {
46401
46401
  }
46402
46402
  };
46403
46403
 
46404
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/template_symbol_builder.mjs
46404
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/template_symbol_builder.mjs
46405
46405
  var import_typescript110 = __toESM(require("typescript"), 1);
46406
46406
  var SymbolBuilder = class {
46407
46407
  constructor(tcbPath, tcbIsShim, typeCheckBlock, templateData, componentScopeReader, getTypeChecker) {
@@ -46968,7 +46968,7 @@ function unwrapSignalInputWriteTAccessor(expr) {
46968
46968
  };
46969
46969
  }
46970
46970
 
46971
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/checker.mjs
46971
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/checker.mjs
46972
46972
  var REGISTRY2 = new DomElementSchemaRegistry();
46973
46973
  var TemplateTypeCheckerImpl = class {
46974
46974
  constructor(originalProgram, programDriver, typeCheckAdapter, config, refEmitter, reflector, compilerHost, priorBuild, metaReader, localMetaReader, ngModuleIndex, componentScopeReader, typeCheckScopeRegistry, perf) {
@@ -47668,7 +47668,7 @@ var SingleShimTypeCheckingHost = class extends SingleFileTypeCheckingHost {
47668
47668
  }
47669
47669
  };
47670
47670
 
47671
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/symbol_util.mjs
47671
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/symbol_util.mjs
47672
47672
  var import_typescript113 = __toESM(require("typescript"), 1);
47673
47673
  var SIGNAL_FNS = /* @__PURE__ */ new Set([
47674
47674
  "WritableSignal",
@@ -47688,7 +47688,7 @@ function isSignalSymbol(symbol) {
47688
47688
  });
47689
47689
  }
47690
47690
 
47691
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/api/api.mjs
47691
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/api/api.mjs
47692
47692
  var TemplateCheckWithVisitor = class {
47693
47693
  run(ctx, component, template2) {
47694
47694
  const visitor = new TemplateVisitor2(ctx, component, this);
@@ -47815,7 +47815,7 @@ var TemplateVisitor2 = class extends RecursiveAstVisitor2 {
47815
47815
  }
47816
47816
  };
47817
47817
 
47818
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/interpolated_signal_not_invoked/index.mjs
47818
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/interpolated_signal_not_invoked/index.mjs
47819
47819
  var SIGNAL_INSTANCE_PROPERTIES = /* @__PURE__ */ new Set(["set", "update", "asReadonly"]);
47820
47820
  var FUNCTION_INSTANCE_PROPERTIES = /* @__PURE__ */ new Set(["name", "length", "prototype"]);
47821
47821
  var InterpolatedSignalCheck = class extends TemplateCheckWithVisitor {
@@ -47867,7 +47867,7 @@ var factory = {
47867
47867
  create: () => new InterpolatedSignalCheck()
47868
47868
  };
47869
47869
 
47870
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/invalid_banana_in_box/index.mjs
47870
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/invalid_banana_in_box/index.mjs
47871
47871
  var InvalidBananaInBoxCheck = class extends TemplateCheckWithVisitor {
47872
47872
  constructor() {
47873
47873
  super(...arguments);
@@ -47892,7 +47892,7 @@ var factory2 = {
47892
47892
  create: () => new InvalidBananaInBoxCheck()
47893
47893
  };
47894
47894
 
47895
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_control_flow_directive/index.mjs
47895
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_control_flow_directive/index.mjs
47896
47896
  var KNOWN_CONTROL_FLOW_DIRECTIVES = /* @__PURE__ */ new Map([
47897
47897
  ["ngIf", { directive: "NgIf", builtIn: "@if" }],
47898
47898
  ["ngFor", { directive: "NgFor", builtIn: "@for" }],
@@ -47936,7 +47936,7 @@ var factory3 = {
47936
47936
  }
47937
47937
  };
47938
47938
 
47939
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_ngforof_let/index.mjs
47939
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_ngforof_let/index.mjs
47940
47940
  var MissingNgForOfLetCheck = class extends TemplateCheckWithVisitor {
47941
47941
  constructor() {
47942
47942
  super(...arguments);
@@ -47968,7 +47968,7 @@ var factory4 = {
47968
47968
  create: () => new MissingNgForOfLetCheck()
47969
47969
  };
47970
47970
 
47971
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/nullish_coalescing_not_nullable/index.mjs
47971
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/nullish_coalescing_not_nullable/index.mjs
47972
47972
  var import_typescript114 = __toESM(require("typescript"), 1);
47973
47973
  var NullishCoalescingNotNullableCheck = class extends TemplateCheckWithVisitor {
47974
47974
  constructor() {
@@ -48012,7 +48012,7 @@ var factory5 = {
48012
48012
  }
48013
48013
  };
48014
48014
 
48015
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/optional_chain_not_nullable/index.mjs
48015
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/optional_chain_not_nullable/index.mjs
48016
48016
  var import_typescript115 = __toESM(require("typescript"), 1);
48017
48017
  var OptionalChainNotNullableCheck = class extends TemplateCheckWithVisitor {
48018
48018
  constructor() {
@@ -48057,7 +48057,7 @@ var factory6 = {
48057
48057
  }
48058
48058
  };
48059
48059
 
48060
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/suffix_not_supported/index.mjs
48060
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/suffix_not_supported/index.mjs
48061
48061
  var STYLE_SUFFIXES = ["px", "%", "em"];
48062
48062
  var SuffixNotSupportedCheck = class extends TemplateCheckWithVisitor {
48063
48063
  constructor() {
@@ -48080,7 +48080,7 @@ var factory7 = {
48080
48080
  create: () => new SuffixNotSupportedCheck()
48081
48081
  };
48082
48082
 
48083
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/text_attribute_not_binding/index.mjs
48083
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/text_attribute_not_binding/index.mjs
48084
48084
  var TextAttributeNotBindingSpec = class extends TemplateCheckWithVisitor {
48085
48085
  constructor() {
48086
48086
  super(...arguments);
@@ -48118,10 +48118,10 @@ var factory8 = {
48118
48118
  create: () => new TextAttributeNotBindingSpec()
48119
48119
  };
48120
48120
 
48121
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.mjs
48121
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.mjs
48122
48122
  var import_typescript116 = __toESM(require("typescript"), 1);
48123
48123
 
48124
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/api/src/public_options.mjs
48124
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/api/src/public_options.mjs
48125
48125
  var DiagnosticCategoryLabel;
48126
48126
  (function(DiagnosticCategoryLabel2) {
48127
48127
  DiagnosticCategoryLabel2["Warning"] = "warning";
@@ -48129,7 +48129,7 @@ var DiagnosticCategoryLabel;
48129
48129
  DiagnosticCategoryLabel2["Suppress"] = "suppress";
48130
48130
  })(DiagnosticCategoryLabel || (DiagnosticCategoryLabel = {}));
48131
48131
 
48132
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.mjs
48132
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.mjs
48133
48133
  var ExtendedTemplateCheckerImpl = class {
48134
48134
  constructor(templateTypeChecker, typeChecker, templateCheckFactories, options) {
48135
48135
  var _a2, _b2, _c2, _d2, _e2;
@@ -48181,7 +48181,7 @@ function assertNever(value) {
48181
48181
  ${value}`);
48182
48182
  }
48183
48183
 
48184
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/index.mjs
48184
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/index.mjs
48185
48185
  var ALL_DIAGNOSTIC_FACTORIES = [
48186
48186
  factory2,
48187
48187
  factory5,
@@ -48197,7 +48197,7 @@ var SUPPORTED_DIAGNOSTIC_NAMES = /* @__PURE__ */ new Set([
48197
48197
  ...ALL_DIAGNOSTIC_FACTORIES.map((factory9) => factory9.name)
48198
48198
  ]);
48199
48199
 
48200
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/template_semantics/src/template_semantics_checker.mjs
48200
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/template_semantics/src/template_semantics_checker.mjs
48201
48201
  var import_typescript117 = __toESM(require("typescript"), 1);
48202
48202
  var TemplateSemanticsCheckerImpl = class {
48203
48203
  constructor(templateTypeChecker) {
@@ -48287,7 +48287,7 @@ function unwrapAstWithSource(ast) {
48287
48287
  return ast instanceof ASTWithSource ? ast.ast : ast;
48288
48288
  }
48289
48289
 
48290
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/validation/src/rules/initializer_api_usage_rule.mjs
48290
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/validation/src/rules/initializer_api_usage_rule.mjs
48291
48291
  var import_typescript118 = __toESM(require("typescript"), 1);
48292
48292
  var APIS_TO_CHECK = [
48293
48293
  INPUT_INITIALIZER_FN,
@@ -48338,7 +48338,7 @@ var InitializerApiUsageRule = class {
48338
48338
  }
48339
48339
  };
48340
48340
 
48341
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/validation/src/source_file_validator.mjs
48341
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/validation/src/source_file_validator.mjs
48342
48342
  var SourceFileValidator = class {
48343
48343
  constructor(reflector, importedSymbolsTracker) {
48344
48344
  this.rules = [new InitializerApiUsageRule(reflector, importedSymbolsTracker)];
@@ -48376,7 +48376,7 @@ var SourceFileValidator = class {
48376
48376
  }
48377
48377
  };
48378
48378
 
48379
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/core_version.mjs
48379
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/core_version.mjs
48380
48380
  function coreHasSymbol(program, symbol) {
48381
48381
  const checker = program.getTypeChecker();
48382
48382
  for (const sf of program.getSourceFiles().filter(isMaybeCore)) {
@@ -48395,7 +48395,7 @@ function isMaybeCore(sf) {
48395
48395
  return sf.isDeclarationFile && sf.fileName.includes("@angular/core") && sf.fileName.endsWith("index.d.ts");
48396
48396
  }
48397
48397
 
48398
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/feature_detection.mjs
48398
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/feature_detection.mjs
48399
48399
  var import_semver = __toESM(require_semver2(), 1);
48400
48400
  function coreVersionSupportsFeature(coreVersion, minVersion) {
48401
48401
  if (coreVersion === `0.0.0-${"PLACEHOLDER"}`) {
@@ -48404,7 +48404,7 @@ function coreVersionSupportsFeature(coreVersion, minVersion) {
48404
48404
  return import_semver.default.satisfies(coreVersion, minVersion);
48405
48405
  }
48406
48406
 
48407
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.mjs
48407
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.mjs
48408
48408
  var CompilationTicketKind;
48409
48409
  (function(CompilationTicketKind2) {
48410
48410
  CompilationTicketKind2[CompilationTicketKind2["Fresh"] = 0] = "Fresh";
@@ -49187,7 +49187,7 @@ function versionMapFromProgram(program, driver) {
49187
49187
  return versions;
49188
49188
  }
49189
49189
 
49190
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/host.mjs
49190
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/host.mjs
49191
49191
  var import_typescript121 = __toESM(require("typescript"), 1);
49192
49192
  var DelegatingCompilerHost2 = class {
49193
49193
  get jsDocParsingMode() {
@@ -49326,7 +49326,7 @@ var NgCompilerHost = class extends DelegatingCompilerHost2 {
49326
49326
  }
49327
49327
  };
49328
49328
 
49329
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
49329
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
49330
49330
  var NgtscProgram = class {
49331
49331
  constructor(rootNames, options, delegateHost, oldProgram) {
49332
49332
  this.options = options;
@@ -49553,18 +49553,18 @@ function mergeEmitResults(emitResults) {
49553
49553
  return { diagnostics, emitSkipped, emittedFiles };
49554
49554
  }
49555
49555
 
49556
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/program.mjs
49556
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/program.mjs
49557
49557
  function createProgram({ rootNames, options, host, oldProgram }) {
49558
49558
  return new NgtscProgram(rootNames, options, host, oldProgram);
49559
49559
  }
49560
49560
 
49561
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/perform_compile.mjs
49561
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/perform_compile.mjs
49562
49562
  var import_typescript125 = __toESM(require("typescript"), 1);
49563
49563
 
49564
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/util.mjs
49564
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/util.mjs
49565
49565
  var import_typescript124 = __toESM(require("typescript"), 1);
49566
49566
 
49567
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/private/tooling.mjs
49567
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/private/tooling.mjs
49568
49568
  var GLOBAL_DEFS_FOR_TERSER = {
49569
49569
  ngDevMode: false,
49570
49570
  ngI18nClosureMode: false
@@ -49573,7 +49573,7 @@ var GLOBAL_DEFS_FOR_TERSER_WITH_AOT = __spreadProps(__spreadValues({}, GLOBAL_DE
49573
49573
  ngJitMode: false
49574
49574
  });
49575
49575
 
49576
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/logging/src/logger.mjs
49576
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/logging/src/logger.mjs
49577
49577
  var LogLevel;
49578
49578
  (function(LogLevel2) {
49579
49579
  LogLevel2[LogLevel2["debug"] = 0] = "debug";
@@ -49582,7 +49582,7 @@ var LogLevel;
49582
49582
  LogLevel2[LogLevel2["error"] = 3] = "error";
49583
49583
  })(LogLevel || (LogLevel = {}));
49584
49584
 
49585
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/logging/src/console_logger.mjs
49585
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/logging/src/console_logger.mjs
49586
49586
  var RESET = "\x1B[0m";
49587
49587
  var RED = "\x1B[31m";
49588
49588
  var YELLOW = "\x1B[33m";
@@ -49591,18 +49591,18 @@ var DEBUG = `${BLUE}Debug:${RESET}`;
49591
49591
  var WARN = `${YELLOW}Warning:${RESET}`;
49592
49592
  var ERROR = `${RED}Error:${RESET}`;
49593
49593
 
49594
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/index.mjs
49594
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/index.mjs
49595
49595
  setFileSystem(new NodeJSFileSystem());
49596
49596
 
49597
- // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/index.mjs
49597
+ // bazel-out/k8-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/index.mjs
49598
49598
  var import_fs2 = require("fs");
49599
49599
  var import_path8 = require("path");
49600
49600
  var import_typescript138 = __toESM(require("typescript"), 1);
49601
49601
 
49602
- // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/change_tracker.mjs
49602
+ // bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/change_tracker.mjs
49603
49603
  var import_typescript127 = __toESM(require("typescript"), 1);
49604
49604
 
49605
- // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/import_manager.mjs
49605
+ // bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/import_manager.mjs
49606
49606
  var import_path4 = require("path");
49607
49607
  var import_typescript126 = __toESM(require("typescript"), 1);
49608
49608
  var ImportManager2 = class {
@@ -49786,7 +49786,7 @@ ${text2}`;
49786
49786
  }
49787
49787
  };
49788
49788
 
49789
- // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/change_tracker.mjs
49789
+ // bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/change_tracker.mjs
49790
49790
  var ChangeTracker = class {
49791
49791
  constructor(_printer, _importRemapper) {
49792
49792
  __publicField(this, "_printer");
@@ -49849,7 +49849,7 @@ function normalizePath(path4) {
49849
49849
  return path4.replace(/\\/g, "/");
49850
49850
  }
49851
49851
 
49852
- // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/project_tsconfig_paths.mjs
49852
+ // bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/project_tsconfig_paths.mjs
49853
49853
  var import_core19 = require("@angular-devkit/core");
49854
49854
  function getProjectTsConfigPaths(tree) {
49855
49855
  return __async(this, null, function* () {
@@ -49929,11 +49929,11 @@ function getWorkspace(tree) {
49929
49929
  });
49930
49930
  }
49931
49931
 
49932
- // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/typescript/compiler_host.mjs
49932
+ // bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/typescript/compiler_host.mjs
49933
49933
  var import_path5 = require("path");
49934
49934
  var import_typescript129 = __toESM(require("typescript"), 1);
49935
49935
 
49936
- // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/typescript/parse_tsconfig.mjs
49936
+ // bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/typescript/parse_tsconfig.mjs
49937
49937
  var path3 = __toESM(require("path"), 1);
49938
49938
  var import_typescript128 = __toESM(require("typescript"), 1);
49939
49939
  function parseTsconfigFile(tsconfigPath, basePath) {
@@ -49950,7 +49950,7 @@ function parseTsconfigFile(tsconfigPath, basePath) {
49950
49950
  return import_typescript128.default.parseJsonConfigFileContent(config, parseConfigHost, basePath, {});
49951
49951
  }
49952
49952
 
49953
- // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/typescript/compiler_host.mjs
49953
+ // bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/typescript/compiler_host.mjs
49954
49954
  function createProgramOptions(tree, tsconfigPath, basePath, fakeFileRead, additionalFiles, optionOverrides) {
49955
49955
  tsconfigPath = (0, import_path5.resolve)(basePath, tsconfigPath);
49956
49956
  const parsed = parseTsconfigFile(tsconfigPath, (0, import_path5.dirname)(tsconfigPath));
@@ -49979,13 +49979,13 @@ function canMigrateFile(basePath, sourceFile, program) {
49979
49979
  return !(0, import_path5.relative)(basePath, sourceFile.fileName).startsWith("..");
49980
49980
  }
49981
49981
 
49982
- // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/prune-modules.mjs
49982
+ // bazel-out/k8-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/prune-modules.mjs
49983
49983
  var import_typescript134 = __toESM(require("typescript"), 1);
49984
49984
 
49985
- // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/typescript/decorators.mjs
49985
+ // bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/typescript/decorators.mjs
49986
49986
  var import_typescript131 = __toESM(require("typescript"), 1);
49987
49987
 
49988
- // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/typescript/imports.mjs
49988
+ // bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/typescript/imports.mjs
49989
49989
  var import_typescript130 = __toESM(require("typescript"), 1);
49990
49990
  function getImportOfIdentifier(typeChecker, node) {
49991
49991
  const symbol = typeChecker.getSymbolAtLocation(node);
@@ -50036,7 +50036,7 @@ function findImportSpecifier(nodes, specifierName) {
50036
50036
  });
50037
50037
  }
50038
50038
 
50039
- // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/typescript/decorators.mjs
50039
+ // bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/typescript/decorators.mjs
50040
50040
  function getCallDecoratorImport(typeChecker, decorator) {
50041
50041
  if (!import_typescript131.default.isCallExpression(decorator.expression) || !import_typescript131.default.isIdentifier(decorator.expression.expression)) {
50042
50042
  return null;
@@ -50045,7 +50045,7 @@ function getCallDecoratorImport(typeChecker, decorator) {
50045
50045
  return getImportOfIdentifier(typeChecker, identifier);
50046
50046
  }
50047
50047
 
50048
- // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/ng_decorators.mjs
50048
+ // bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/ng_decorators.mjs
50049
50049
  function getAngularDecorators2(typeChecker, decorators) {
50050
50050
  return decorators.map((node) => ({ node, importData: getCallDecoratorImport(typeChecker, node) })).filter(({ importData }) => importData && importData.importModule.startsWith("@angular/")).map(({ node, importData }) => ({
50051
50051
  node,
@@ -50055,7 +50055,7 @@ function getAngularDecorators2(typeChecker, decorators) {
50055
50055
  }));
50056
50056
  }
50057
50057
 
50058
- // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/typescript/nodes.mjs
50058
+ // bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/typescript/nodes.mjs
50059
50059
  var import_typescript132 = __toESM(require("typescript"), 1);
50060
50060
  function closestNode(node, predicate) {
50061
50061
  let current = node.parent;
@@ -50068,7 +50068,7 @@ function closestNode(node, predicate) {
50068
50068
  return null;
50069
50069
  }
50070
50070
 
50071
- // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/util.mjs
50071
+ // bazel-out/k8-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/util.mjs
50072
50072
  var import_path6 = require("path");
50073
50073
  var import_typescript133 = __toESM(require("typescript"), 1);
50074
50074
  var UniqueItemTracker = class {
@@ -50246,7 +50246,7 @@ function isClassReferenceInAngularModule(node, className, moduleName, typeChecke
50246
50246
  }));
50247
50247
  }
50248
50248
 
50249
- // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/prune-modules.mjs
50249
+ // bazel-out/k8-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/prune-modules.mjs
50250
50250
  function pruneNgModules(program, host, basePath, rootFileNames, sourceFiles, printer, importRemapper, referenceLookupExcludedFiles) {
50251
50251
  const filesToRemove = /* @__PURE__ */ new Set();
50252
50252
  const tracker = new ChangeTracker(printer, importRemapper);
@@ -50445,14 +50445,14 @@ function findNgModuleDecorator(node, typeChecker) {
50445
50445
  return decorators.find((decorator) => decorator.name === "NgModule") || null;
50446
50446
  }
50447
50447
 
50448
- // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/standalone-bootstrap.mjs
50448
+ // bazel-out/k8-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/standalone-bootstrap.mjs
50449
50449
  var import_path7 = require("path");
50450
50450
  var import_typescript137 = __toESM(require("typescript"), 1);
50451
50451
 
50452
- // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/to-standalone.mjs
50452
+ // bazel-out/k8-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/to-standalone.mjs
50453
50453
  var import_typescript136 = __toESM(require("typescript"), 1);
50454
50454
 
50455
- // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/typescript/symbol.mjs
50455
+ // bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/typescript/symbol.mjs
50456
50456
  var import_typescript135 = __toESM(require("typescript"), 1);
50457
50457
  function isReferenceToImport(typeChecker, node, importSpecifier) {
50458
50458
  var _a2, _b2;
@@ -50461,7 +50461,7 @@ function isReferenceToImport(typeChecker, node, importSpecifier) {
50461
50461
  return !!(((_a2 = nodeSymbol == null ? void 0 : nodeSymbol.declarations) == null ? void 0 : _a2[0]) && ((_b2 = importSymbol == null ? void 0 : importSymbol.declarations) == null ? void 0 : _b2[0])) && nodeSymbol.declarations[0] === importSymbol.declarations[0];
50462
50462
  }
50463
50463
 
50464
- // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/to-standalone.mjs
50464
+ // bazel-out/k8-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/to-standalone.mjs
50465
50465
  function toStandalone(sourceFiles, program, printer, fileImportRemapper, componentImportRemapper) {
50466
50466
  const templateTypeChecker = program.compiler.getTemplateTypeChecker();
50467
50467
  const typeChecker = program.getTsProgram().getTypeChecker();
@@ -50831,7 +50831,7 @@ function isStandaloneDeclaration(node, declarationsInMigration, templateTypeChec
50831
50831
  return metadata != null && metadata.isStandalone;
50832
50832
  }
50833
50833
 
50834
- // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/standalone-bootstrap.mjs
50834
+ // bazel-out/k8-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/standalone-bootstrap.mjs
50835
50835
  function toStandaloneBootstrap(program, host, basePath, rootFileNames, sourceFiles, printer, importRemapper, referenceLookupExcludedFiles, componentImportRemapper) {
50836
50836
  const tracker = new ChangeTracker(printer, importRemapper);
50837
50837
  const typeChecker = program.getTsProgram().getTypeChecker();
@@ -51208,7 +51208,7 @@ function hasImport(program, rootFileNames, moduleName) {
51208
51208
  return false;
51209
51209
  }
51210
51210
 
51211
- // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/index.mjs
51211
+ // bazel-out/k8-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/index.mjs
51212
51212
  var MigrationMode;
51213
51213
  (function(MigrationMode2) {
51214
51214
  MigrationMode2["toStandalone"] = "convert-to-standalone";