@angular/core 18.2.3 → 18.2.5

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.
@@ -1905,7 +1905,7 @@ var require_semver2 = __commonJS({
1905
1905
  }
1906
1906
  });
1907
1907
 
1908
- // bazel-out/k8-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/index.mjs
1908
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/index.mjs
1909
1909
  var standalone_migration_exports = {};
1910
1910
  __export(standalone_migration_exports, {
1911
1911
  default: () => standalone_migration_default
@@ -1913,10 +1913,10 @@ __export(standalone_migration_exports, {
1913
1913
  module.exports = __toCommonJS(standalone_migration_exports);
1914
1914
  var import_schematics = require("@angular-devkit/schematics");
1915
1915
 
1916
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/compiler_host.mjs
1916
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/compiler_host.mjs
1917
1917
  var import_typescript = __toESM(require("typescript"), 1);
1918
1918
 
1919
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/invalid_file_system.mjs
1919
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/invalid_file_system.mjs
1920
1920
  var InvalidFileSystem = class {
1921
1921
  exists(path4) {
1922
1922
  throw makeError();
@@ -2004,7 +2004,7 @@ function makeError() {
2004
2004
  return new Error("FileSystem has not been configured. Please call `setFileSystem()` before calling this method.");
2005
2005
  }
2006
2006
 
2007
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/util.mjs
2007
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/util.mjs
2008
2008
  var TS_DTS_JS_EXTENSION = /(?:\.d)?\.ts$|\.js$/;
2009
2009
  function stripExtension(path4) {
2010
2010
  return path4.replace(TS_DTS_JS_EXTENSION, "");
@@ -2017,7 +2017,7 @@ function getSourceFileOrError(program, fileName) {
2017
2017
  return sf;
2018
2018
  }
2019
2019
 
2020
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/helpers.mjs
2020
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/helpers.mjs
2021
2021
  var fs = new InvalidFileSystem();
2022
2022
  function getFileSystem() {
2023
2023
  return fs;
@@ -2061,7 +2061,7 @@ function toRelativeImport(relativePath) {
2061
2061
  return isLocalRelativePath(relativePath) ? `./${relativePath}` : relativePath;
2062
2062
  }
2063
2063
 
2064
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/logical.mjs
2064
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/logical.mjs
2065
2065
  var LogicalProjectPath = {
2066
2066
  relativePathBetween: function(from, to) {
2067
2067
  const relativePath = relative(dirname(resolve(from)), resolve(to));
@@ -2107,7 +2107,7 @@ function isWithinBasePath(base, path4) {
2107
2107
  return isLocalRelativePath(relative(base, path4));
2108
2108
  }
2109
2109
 
2110
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/node_js_file_system.mjs
2110
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/node_js_file_system.mjs
2111
2111
  var import_fs = __toESM(require("fs"), 1);
2112
2112
  var import_module = require("module");
2113
2113
  var p = __toESM(require("path"), 1);
@@ -2215,7 +2215,7 @@ function toggleCase(str) {
2215
2215
  return str.replace(/\w/g, (ch) => ch.toUpperCase() === ch ? ch.toLowerCase() : ch.toUpperCase());
2216
2216
  }
2217
2217
 
2218
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/selector.mjs
2218
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/selector.mjs
2219
2219
  var _SELECTOR_REGEXP = new RegExp(
2220
2220
  `(\\:not\\()|(([\\.\\#]?)[-\\w]+)|(?:\\[([-.\\w*\\\\$]+)(?:=(["']?)([^\\]"']*)\\5)?\\])|(\\))|(\\s*,\\s*)`,
2221
2221
  "g"
@@ -2523,7 +2523,7 @@ var SelectorContext = class {
2523
2523
  }
2524
2524
  };
2525
2525
 
2526
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/core.mjs
2526
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/core.mjs
2527
2527
  var emitDistinctChangesOnlyDefaultValue = true;
2528
2528
  var ViewEncapsulation;
2529
2529
  (function(ViewEncapsulation2) {
@@ -2592,7 +2592,7 @@ function parseSelectorToR3Selector(selector) {
2592
2592
  return selector ? CssSelector.parse(selector).map(parserSelectorToR3Selector) : [];
2593
2593
  }
2594
2594
 
2595
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/output/output_ast.mjs
2595
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/output_ast.mjs
2596
2596
  var output_ast_exports = {};
2597
2597
  __export(output_ast_exports, {
2598
2598
  ArrayType: () => ArrayType,
@@ -2680,7 +2680,7 @@ __export(output_ast_exports, {
2680
2680
  variable: () => variable
2681
2681
  });
2682
2682
 
2683
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/digest.mjs
2683
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/digest.mjs
2684
2684
  var textEncoder;
2685
2685
  function digest(message) {
2686
2686
  return message.id || computeDigest(message);
@@ -2930,7 +2930,7 @@ function wordAt(bytes, index, endian) {
2930
2930
  return word;
2931
2931
  }
2932
2932
 
2933
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/output/output_ast.mjs
2933
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/output_ast.mjs
2934
2934
  var TypeModifier;
2935
2935
  (function(TypeModifier2) {
2936
2936
  TypeModifier2[TypeModifier2["None"] = 0] = "None";
@@ -4125,7 +4125,7 @@ function serializeTags(tags) {
4125
4125
  return out;
4126
4126
  }
4127
4127
 
4128
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/constant_pool.mjs
4128
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/constant_pool.mjs
4129
4129
  var CONSTANT_PREFIX = "_c";
4130
4130
  var UNKNOWN_VALUE_KEY = variable("<unknown>");
4131
4131
  var KEY_CONTEXT = {};
@@ -4313,7 +4313,7 @@ function isLongStringLiteral(expr) {
4313
4313
  return expr instanceof LiteralExpr && typeof expr.value === "string" && expr.value.length >= POOL_INCLUSION_LENGTH_THRESHOLD_FOR_STRINGS;
4314
4314
  }
4315
4315
 
4316
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_identifiers.mjs
4316
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_identifiers.mjs
4317
4317
  var CORE = "@angular/core";
4318
4318
  var _Identifiers = class {
4319
4319
  };
@@ -5210,7 +5210,7 @@ var Identifiers = _Identifiers;
5210
5210
  _Identifiers.unwrapWritableSignal = { name: "\u0275unwrapWritableSignal", moduleName: CORE };
5211
5211
  })();
5212
5212
 
5213
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/util.mjs
5213
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/util.mjs
5214
5214
  var DASH_CASE_REGEXP = /-+([a-z0-9])/g;
5215
5215
  function dashCaseToCamelCase(input) {
5216
5216
  return input.replace(DASH_CASE_REGEXP, (...m) => m[1].toUpperCase());
@@ -5287,7 +5287,7 @@ var Version = class {
5287
5287
  };
5288
5288
  var _global = globalThis;
5289
5289
 
5290
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/output/source_map.mjs
5290
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/source_map.mjs
5291
5291
  var VERSION = 3;
5292
5292
  var JS_B64_PREFIX = "# sourceMappingURL=data:application/json;base64,";
5293
5293
  var SourceMapGenerator = class {
@@ -5416,7 +5416,7 @@ function toBase64Digit(value) {
5416
5416
  return B64_DIGITS[value];
5417
5417
  }
5418
5418
 
5419
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/output/abstract_emitter.mjs
5419
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/abstract_emitter.mjs
5420
5420
  var _SINGLE_QUOTE_ESCAPE_STRING_RE = /'|\\|\n|\r|\$/g;
5421
5421
  var _LEGAL_IDENTIFIER_RE = /^[$A-Z_][0-9A-Z_$]*$/i;
5422
5422
  var _INDENT_WITH = " ";
@@ -5904,7 +5904,7 @@ function _createIndent(count) {
5904
5904
  return res;
5905
5905
  }
5906
5906
 
5907
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/util.mjs
5907
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/util.mjs
5908
5908
  function typeWithParameters(type, numParams) {
5909
5909
  if (numParams === 0) {
5910
5910
  return expressionType(type);
@@ -5962,7 +5962,7 @@ function generateForwardRef(expr) {
5962
5962
  return importExpr(Identifiers.forwardRef).callFn([arrowFn([], expr)]);
5963
5963
  }
5964
5964
 
5965
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_factory.mjs
5965
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_factory.mjs
5966
5966
  var R3FactoryDelegateType;
5967
5967
  (function(R3FactoryDelegateType2) {
5968
5968
  R3FactoryDelegateType2[R3FactoryDelegateType2["Class"] = 0] = "Class";
@@ -6107,7 +6107,7 @@ function getInjectFn(target) {
6107
6107
  }
6108
6108
  }
6109
6109
 
6110
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/expression_parser/ast.mjs
6110
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/expression_parser/ast.mjs
6111
6111
  var ParserError = class {
6112
6112
  constructor(message, input, errLocation, ctxLocation) {
6113
6113
  this.input = input;
@@ -6545,7 +6545,7 @@ var BoundElementProperty = class {
6545
6545
  }
6546
6546
  };
6547
6547
 
6548
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/tags.mjs
6548
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/tags.mjs
6549
6549
  var TagContentType;
6550
6550
  (function(TagContentType2) {
6551
6551
  TagContentType2[TagContentType2["RAW_TEXT"] = 0] = "RAW_TEXT";
@@ -6582,7 +6582,7 @@ function mergeNsAndName(prefix, localName) {
6582
6582
  return prefix ? `:${prefix}:${localName}` : localName;
6583
6583
  }
6584
6584
 
6585
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_ast.mjs
6585
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_ast.mjs
6586
6586
  var Comment = class {
6587
6587
  constructor(value, sourceSpan) {
6588
6588
  this.value = value;
@@ -7052,7 +7052,7 @@ function visitAll(visitor, nodes) {
7052
7052
  return result;
7053
7053
  }
7054
7054
 
7055
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/i18n_ast.mjs
7055
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/i18n_ast.mjs
7056
7056
  var Message = class {
7057
7057
  constructor(nodes, placeholders, placeholderToMessage, meaning, description, customId) {
7058
7058
  this.nodes = nodes;
@@ -7243,7 +7243,7 @@ var LocalizeMessageStringVisitor = class {
7243
7243
  }
7244
7244
  };
7245
7245
 
7246
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/serializers/serializer.mjs
7246
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/serializers/serializer.mjs
7247
7247
  var Serializer = class {
7248
7248
  createNameMapper(message) {
7249
7249
  return null;
@@ -7300,7 +7300,7 @@ var SimplePlaceholderMapper = class extends RecurseVisitor {
7300
7300
  }
7301
7301
  };
7302
7302
 
7303
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/serializers/xml_helper.mjs
7303
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/serializers/xml_helper.mjs
7304
7304
  var _Visitor = class {
7305
7305
  visitTag(tag) {
7306
7306
  const strAttrs = this._serializeAttributes(tag.attrs);
@@ -7388,7 +7388,7 @@ function escapeXml(text2) {
7388
7388
  return _ESCAPED_CHARS.reduce((text3, entry) => text3.replace(entry[0], entry[1]), text2);
7389
7389
  }
7390
7390
 
7391
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/serializers/xmb.mjs
7391
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/serializers/xmb.mjs
7392
7392
  var _XMB_HANDLER = "angular";
7393
7393
  var _MESSAGES_TAG = "messagebundle";
7394
7394
  var _MESSAGE_TAG = "msg";
@@ -7554,7 +7554,7 @@ function toPublicName(internalName) {
7554
7554
  return internalName.toUpperCase().replace(/[^A-Z0-9_]/g, "_");
7555
7555
  }
7556
7556
 
7557
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/i18n/util.mjs
7557
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/util.mjs
7558
7558
  var I18N_ATTR = "i18n";
7559
7559
  var I18N_ATTR_PREFIX = "i18n-";
7560
7560
  var I18N_ICU_VAR_PREFIX = "VAR_";
@@ -7594,7 +7594,7 @@ function formatI18nPlaceholderName(name, useCamelCase = true) {
7594
7594
  return postfix ? `${raw}_${postfix}` : raw;
7595
7595
  }
7596
7596
 
7597
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/util.mjs
7597
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/util.mjs
7598
7598
  var UNSAFE_OBJECT_KEY_NAME_REGEXP = /[-.]/;
7599
7599
  var TEMPORARY_NAME = "_t";
7600
7600
  var CONTEXT_NAME = "ctx";
@@ -7721,7 +7721,7 @@ function getAttrsForDirectiveMatching(elOrTpl) {
7721
7721
  return attributesMap;
7722
7722
  }
7723
7723
 
7724
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/injectable_compiler_2.mjs
7724
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/injectable_compiler_2.mjs
7725
7725
  function compileInjectable(meta, resolveForwardRefs) {
7726
7726
  let result = null;
7727
7727
  const factoryMeta = {
@@ -7809,7 +7809,7 @@ function createFactoryFunction(type) {
7809
7809
  return arrowFn([t], type.prop("\u0275fac").callFn([variable(t.name)]));
7810
7810
  }
7811
7811
 
7812
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/assertions.mjs
7812
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/assertions.mjs
7813
7813
  var UNUSABLE_INTERPOLATION_REGEXPS = [
7814
7814
  /@/,
7815
7815
  /^\s*$/,
@@ -7832,7 +7832,7 @@ function assertInterpolationSymbols(identifier, value) {
7832
7832
  }
7833
7833
  }
7834
7834
 
7835
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/defaults.mjs
7835
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/defaults.mjs
7836
7836
  var InterpolationConfig = class {
7837
7837
  static fromArray(markers) {
7838
7838
  if (!markers) {
@@ -7849,7 +7849,7 @@ var InterpolationConfig = class {
7849
7849
  var DEFAULT_INTERPOLATION_CONFIG = new InterpolationConfig("{{", "}}");
7850
7850
  var DEFAULT_CONTAINER_BLOCKS = /* @__PURE__ */ new Set(["switch"]);
7851
7851
 
7852
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/chars.mjs
7852
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/chars.mjs
7853
7853
  var $EOF = 0;
7854
7854
  var $BSPACE = 8;
7855
7855
  var $TAB = 9;
@@ -7931,7 +7931,7 @@ function isQuote(code) {
7931
7931
  return code === $SQ || code === $DQ || code === $BT;
7932
7932
  }
7933
7933
 
7934
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/parse_util.mjs
7934
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/parse_util.mjs
7935
7935
  var ParseLocation = class {
7936
7936
  constructor(file, offset, line, col) {
7937
7937
  this.file = file;
@@ -8078,7 +8078,7 @@ function sanitizeIdentifier(name) {
8078
8078
  return name.replace(/\W/g, "_");
8079
8079
  }
8080
8080
 
8081
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/output/abstract_js_emitter.mjs
8081
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/abstract_js_emitter.mjs
8082
8082
  var makeTemplateObjectPolyfill = '(this&&this.__makeTemplateObject||function(e,t){return Object.defineProperty?Object.defineProperty(e,"raw",{value:t}):e.raw=t,e})';
8083
8083
  var AbstractJsEmitterVisitor = class extends AbstractEmitterVisitor {
8084
8084
  constructor() {
@@ -8171,7 +8171,7 @@ var AbstractJsEmitterVisitor = class extends AbstractEmitterVisitor {
8171
8171
  }
8172
8172
  };
8173
8173
 
8174
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/output/output_jit_trusted_types.mjs
8174
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/output_jit_trusted_types.mjs
8175
8175
  var policy;
8176
8176
  function getPolicy() {
8177
8177
  if (policy === void 0) {
@@ -8209,7 +8209,7 @@ function newTrustedFunctionForJIT(...args) {
8209
8209
  return fn2.bind(_global);
8210
8210
  }
8211
8211
 
8212
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/output/output_jit.mjs
8212
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/output_jit.mjs
8213
8213
  var JitEvaluator = class {
8214
8214
  evaluateStatements(sourceUrl, statements, refResolver, createSourceMaps) {
8215
8215
  const converter = new JitEmitterVisitor(refResolver);
@@ -8297,7 +8297,7 @@ function isUseStrictStatement(statement) {
8297
8297
  return statement.isEquivalent(literal("use strict").toStmt());
8298
8298
  }
8299
8299
 
8300
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_injector_compiler.mjs
8300
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_injector_compiler.mjs
8301
8301
  function compileInjector(meta) {
8302
8302
  const definitionMap = new DefinitionMap();
8303
8303
  if (meta.providers !== null) {
@@ -8314,7 +8314,7 @@ function createInjectorType(meta) {
8314
8314
  return new ExpressionType(importExpr(Identifiers.InjectorDeclaration, [new ExpressionType(meta.type.type)]));
8315
8315
  }
8316
8316
 
8317
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_jit.mjs
8317
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_jit.mjs
8318
8318
  var R3JitReflector = class {
8319
8319
  constructor(context) {
8320
8320
  this.context = context;
@@ -8330,7 +8330,7 @@ var R3JitReflector = class {
8330
8330
  }
8331
8331
  };
8332
8332
 
8333
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_module_compiler.mjs
8333
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_module_compiler.mjs
8334
8334
  var R3SelectorScopeMode;
8335
8335
  (function(R3SelectorScopeMode2) {
8336
8336
  R3SelectorScopeMode2[R3SelectorScopeMode2["Inline"] = 0] = "Inline";
@@ -8465,7 +8465,7 @@ function tupleOfTypes(types) {
8465
8465
  return types.length > 0 ? expressionType(literalArr(typeofTypes)) : NONE_TYPE;
8466
8466
  }
8467
8467
 
8468
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_pipe_compiler.mjs
8468
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_pipe_compiler.mjs
8469
8469
  function compilePipeFromMetadata(metadata) {
8470
8470
  const definitionMapValues = [];
8471
8471
  definitionMapValues.push({ key: "name", value: literal(metadata.pipeName), quoted: false });
@@ -8486,7 +8486,7 @@ function createPipeType(metadata) {
8486
8486
  ]));
8487
8487
  }
8488
8488
 
8489
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/api.mjs
8489
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/api.mjs
8490
8490
  var R3TemplateDependencyKind;
8491
8491
  (function(R3TemplateDependencyKind2) {
8492
8492
  R3TemplateDependencyKind2[R3TemplateDependencyKind2["Directive"] = 0] = "Directive";
@@ -8494,7 +8494,7 @@ var R3TemplateDependencyKind;
8494
8494
  R3TemplateDependencyKind2[R3TemplateDependencyKind2["NgModule"] = 2] = "NgModule";
8495
8495
  })(R3TemplateDependencyKind || (R3TemplateDependencyKind = {}));
8496
8496
 
8497
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/shadow_css.mjs
8497
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/shadow_css.mjs
8498
8498
  var animationKeywords = /* @__PURE__ */ new Set([
8499
8499
  "inherit",
8500
8500
  "initial",
@@ -8974,7 +8974,7 @@ function repeatGroups(groups, multiples) {
8974
8974
  }
8975
8975
  }
8976
8976
 
8977
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/enums.mjs
8977
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/enums.mjs
8978
8978
  var OpKind;
8979
8979
  (function(OpKind2) {
8980
8980
  OpKind2[OpKind2["ListEnd"] = 0] = "ListEnd";
@@ -9132,7 +9132,7 @@ var TemplateKind;
9132
9132
  TemplateKind2[TemplateKind2["Block"] = 2] = "Block";
9133
9133
  })(TemplateKind || (TemplateKind = {}));
9134
9134
 
9135
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/traits.mjs
9135
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/traits.mjs
9136
9136
  var ConsumesSlot = Symbol("ConsumesSlot");
9137
9137
  var DependsOnSlotContext = Symbol("DependsOnSlotContext");
9138
9138
  var ConsumesVarsTrait = Symbol("ConsumesVars");
@@ -9160,7 +9160,7 @@ function hasUsesVarOffsetTrait(expr) {
9160
9160
  return expr[UsesVarOffset] === true;
9161
9161
  }
9162
9162
 
9163
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/shared.mjs
9163
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/shared.mjs
9164
9164
  function createStatementOp(statement) {
9165
9165
  return __spreadValues({
9166
9166
  kind: OpKind.Statement,
@@ -9182,7 +9182,7 @@ var NEW_OP = {
9182
9182
  next: null
9183
9183
  };
9184
9184
 
9185
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/update.mjs
9185
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/update.mjs
9186
9186
  function createInterpolateTextOp(xref, interpolation, sourceSpan) {
9187
9187
  return __spreadValues(__spreadValues(__spreadValues({
9188
9188
  kind: OpKind.InterpolateText,
@@ -9371,7 +9371,7 @@ function createStoreLetOp(target, declaredName, value, sourceSpan) {
9371
9371
  }, TRAIT_DEPENDS_ON_SLOT_CONTEXT), TRAIT_CONSUMES_VARS), NEW_OP);
9372
9372
  }
9373
9373
 
9374
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/expression.mjs
9374
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/expression.mjs
9375
9375
  var _a;
9376
9376
  var _b;
9377
9377
  var _c;
@@ -10289,7 +10289,7 @@ function isStringLiteral(expr) {
10289
10289
  return expr instanceof LiteralExpr && typeof expr.value === "string";
10290
10290
  }
10291
10291
 
10292
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/operations.mjs
10292
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/operations.mjs
10293
10293
  var _OpList = class {
10294
10294
  constructor() {
10295
10295
  this.debugListId = _OpList.nextListId++;
@@ -10480,14 +10480,14 @@ var OpList = _OpList;
10480
10480
  _OpList.nextListId = 0;
10481
10481
  })();
10482
10482
 
10483
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/handle.mjs
10483
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/handle.mjs
10484
10484
  var SlotHandle = class {
10485
10485
  constructor() {
10486
10486
  this.slot = null;
10487
10487
  }
10488
10488
  };
10489
10489
 
10490
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/create.mjs
10490
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/create.mjs
10491
10491
  var elementContainerOpKinds = /* @__PURE__ */ new Set([
10492
10492
  OpKind.Element,
10493
10493
  OpKind.ElementStart,
@@ -10800,7 +10800,7 @@ function createI18nAttributesOp(xref, handle, target) {
10800
10800
  }, NEW_OP), TRAIT_CONSUMES_SLOT);
10801
10801
  }
10802
10802
 
10803
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/host.mjs
10803
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/host.mjs
10804
10804
  function createHostPropertyOp(name, expression, isAnimationTrigger, i18nContext, securityContext, sourceSpan) {
10805
10805
  return __spreadValues(__spreadValues({
10806
10806
  kind: OpKind.HostProperty,
@@ -10814,10 +10814,10 @@ function createHostPropertyOp(name, expression, isAnimationTrigger, i18nContext,
10814
10814
  }, TRAIT_CONSUMES_VARS), NEW_OP);
10815
10815
  }
10816
10816
 
10817
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/variable.mjs
10817
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/variable.mjs
10818
10818
  var CTX_REF = "CTX_REF_MARKER";
10819
10819
 
10820
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/compilation.mjs
10820
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/compilation.mjs
10821
10821
  var CompilationJobKind;
10822
10822
  (function(CompilationJobKind2) {
10823
10823
  CompilationJobKind2[CompilationJobKind2["Tmpl"] = 0] = "Tmpl";
@@ -10925,7 +10925,7 @@ var HostBindingCompilationUnit = class extends CompilationUnit {
10925
10925
  }
10926
10926
  };
10927
10927
 
10928
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/any_cast.mjs
10928
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/any_cast.mjs
10929
10929
  function deleteAnyCasts(job) {
10930
10930
  for (const unit of job.units) {
10931
10931
  for (const op of unit.ops()) {
@@ -10943,7 +10943,7 @@ function removeAnys(e) {
10943
10943
  return e;
10944
10944
  }
10945
10945
 
10946
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/apply_i18n_expressions.mjs
10946
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/apply_i18n_expressions.mjs
10947
10947
  function applyI18nExpressions(job) {
10948
10948
  const i18nContexts = /* @__PURE__ */ new Map();
10949
10949
  for (const unit of job.units) {
@@ -10986,7 +10986,7 @@ function needsApplication(i18nContexts, op) {
10986
10986
  return false;
10987
10987
  }
10988
10988
 
10989
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/assign_i18n_slot_dependencies.mjs
10989
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/assign_i18n_slot_dependencies.mjs
10990
10990
  function assignI18nSlotDependencies(job) {
10991
10991
  for (const unit of job.units) {
10992
10992
  let updateOp = unit.update.head;
@@ -11031,7 +11031,7 @@ function assignI18nSlotDependencies(job) {
11031
11031
  }
11032
11032
  }
11033
11033
 
11034
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/util/elements.mjs
11034
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/util/elements.mjs
11035
11035
  function createOpXrefMap(unit) {
11036
11036
  const map = /* @__PURE__ */ new Map();
11037
11037
  for (const op of unit.create) {
@@ -11046,7 +11046,7 @@ function createOpXrefMap(unit) {
11046
11046
  return map;
11047
11047
  }
11048
11048
 
11049
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/attribute_extraction.mjs
11049
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/attribute_extraction.mjs
11050
11050
  function extractAttributes(job) {
11051
11051
  for (const unit of job.units) {
11052
11052
  const elements = createOpXrefMap(unit);
@@ -11175,7 +11175,7 @@ function extractAttributeOp(unit, op, elements) {
11175
11175
  }
11176
11176
  }
11177
11177
 
11178
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/binding_specialization.mjs
11178
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/binding_specialization.mjs
11179
11179
  function lookupElement2(elements, xref) {
11180
11180
  const el = elements.get(xref);
11181
11181
  if (el === void 0) {
@@ -11232,7 +11232,7 @@ function specializeBindings(job) {
11232
11232
  }
11233
11233
  }
11234
11234
 
11235
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/chaining.mjs
11235
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/chaining.mjs
11236
11236
  var CHAINABLE = /* @__PURE__ */ new Set([
11237
11237
  Identifiers.attribute,
11238
11238
  Identifiers.classProp,
@@ -11304,7 +11304,7 @@ function chainOperationsInList(opList) {
11304
11304
  }
11305
11305
  }
11306
11306
 
11307
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/collapse_singleton_interpolations.mjs
11307
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/collapse_singleton_interpolations.mjs
11308
11308
  function collapseSingletonInterpolations(job) {
11309
11309
  for (const unit of job.units) {
11310
11310
  for (const op of unit.update) {
@@ -11316,7 +11316,7 @@ function collapseSingletonInterpolations(job) {
11316
11316
  }
11317
11317
  }
11318
11318
 
11319
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/conditionals.mjs
11319
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/conditionals.mjs
11320
11320
  function generateConditionalExpressions(job) {
11321
11321
  for (const unit of job.units) {
11322
11322
  for (const op of unit.ops()) {
@@ -11353,7 +11353,7 @@ function generateConditionalExpressions(job) {
11353
11353
  }
11354
11354
  }
11355
11355
 
11356
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/conversion.mjs
11356
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/conversion.mjs
11357
11357
  var BINARY_OPERATORS = /* @__PURE__ */ new Map([
11358
11358
  ["&&", BinaryOperator.And],
11359
11359
  [">", BinaryOperator.Bigger],
@@ -11410,7 +11410,7 @@ function literalOrArrayLiteral(value) {
11410
11410
  return literal(value);
11411
11411
  }
11412
11412
 
11413
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/const_collection.mjs
11413
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/const_collection.mjs
11414
11414
  function collectElementConsts(job) {
11415
11415
  const allElementAttributes = /* @__PURE__ */ new Map();
11416
11416
  for (const unit of job.units) {
@@ -11579,7 +11579,7 @@ function serializeAttributes({ attributes, bindings, classes, i18n: i18n2, proje
11579
11579
  return literalArr(attrArray);
11580
11580
  }
11581
11581
 
11582
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/convert_i18n_bindings.mjs
11582
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/convert_i18n_bindings.mjs
11583
11583
  function convertI18nBindings(job) {
11584
11584
  const i18nAttributesByElem = /* @__PURE__ */ new Map();
11585
11585
  for (const unit of job.units) {
@@ -11620,7 +11620,7 @@ function convertI18nBindings(job) {
11620
11620
  }
11621
11621
  }
11622
11622
 
11623
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_defer_deps_fns.mjs
11623
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_defer_deps_fns.mjs
11624
11624
  function resolveDeferDepsFns(job) {
11625
11625
  var _a2;
11626
11626
  for (const unit of job.units) {
@@ -11645,7 +11645,7 @@ function resolveDeferDepsFns(job) {
11645
11645
  }
11646
11646
  }
11647
11647
 
11648
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/create_i18n_contexts.mjs
11648
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/create_i18n_contexts.mjs
11649
11649
  function createI18nContexts(job) {
11650
11650
  const attrContextByMessage = /* @__PURE__ */ new Map();
11651
11651
  for (const unit of job.units) {
@@ -11723,7 +11723,7 @@ function createI18nContexts(job) {
11723
11723
  }
11724
11724
  }
11725
11725
 
11726
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/deduplicate_text_bindings.mjs
11726
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/deduplicate_text_bindings.mjs
11727
11727
  function deduplicateTextBindings(job) {
11728
11728
  const seen = /* @__PURE__ */ new Map();
11729
11729
  for (const unit of job.units) {
@@ -11745,7 +11745,7 @@ function deduplicateTextBindings(job) {
11745
11745
  }
11746
11746
  }
11747
11747
 
11748
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/defer_configs.mjs
11748
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/defer_configs.mjs
11749
11749
  function configureDeferInstructions(job) {
11750
11750
  for (const unit of job.units) {
11751
11751
  for (const op of unit.create) {
@@ -11762,7 +11762,7 @@ function configureDeferInstructions(job) {
11762
11762
  }
11763
11763
  }
11764
11764
 
11765
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/defer_resolve_targets.mjs
11765
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/defer_resolve_targets.mjs
11766
11766
  function resolveDeferTargetNames(job) {
11767
11767
  const scopes = /* @__PURE__ */ new Map();
11768
11768
  function getScopeForView2(view) {
@@ -11856,7 +11856,7 @@ var Scope = class {
11856
11856
  }
11857
11857
  };
11858
11858
 
11859
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/empty_elements.mjs
11859
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/empty_elements.mjs
11860
11860
  var REPLACEMENTS = /* @__PURE__ */ new Map([
11861
11861
  [OpKind.ElementEnd, [OpKind.ElementStart, OpKind.Element]],
11862
11862
  [OpKind.ContainerEnd, [OpKind.ContainerStart, OpKind.Container]],
@@ -11883,7 +11883,7 @@ function collapseEmptyInstructions(job) {
11883
11883
  }
11884
11884
  }
11885
11885
 
11886
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/expand_safe_reads.mjs
11886
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/expand_safe_reads.mjs
11887
11887
  function expandSafeReads(job) {
11888
11888
  for (const unit of job.units) {
11889
11889
  for (const op of unit.ops()) {
@@ -12019,7 +12019,7 @@ function ternaryTransform(e) {
12019
12019
  return new ConditionalExpr(new BinaryOperatorExpr(BinaryOperator.Equals, e.guard, NULL_EXPR), NULL_EXPR, e.expr);
12020
12020
  }
12021
12021
 
12022
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/extract_i18n_messages.mjs
12022
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/extract_i18n_messages.mjs
12023
12023
  var ESCAPE = "\uFFFD";
12024
12024
  var ELEMENT_MARKER = "#";
12025
12025
  var TEMPLATE_MARKER = "*";
@@ -12155,7 +12155,7 @@ function formatValue(value) {
12155
12155
  return `${ESCAPE}${closeMarker}${tagMarker}${value.value}${context}${ESCAPE}`;
12156
12156
  }
12157
12157
 
12158
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_advance.mjs
12158
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_advance.mjs
12159
12159
  function generateAdvance(job) {
12160
12160
  for (const unit of job.units) {
12161
12161
  const slotMap = /* @__PURE__ */ new Map();
@@ -12198,7 +12198,7 @@ function generateAdvance(job) {
12198
12198
  }
12199
12199
  }
12200
12200
 
12201
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_projection_def.mjs
12201
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_projection_def.mjs
12202
12202
  function generateProjectionDefs(job) {
12203
12203
  const share = job.compatibility === CompatibilityMode.TemplateDefinitionBuilder;
12204
12204
  const selectors = [];
@@ -12222,7 +12222,7 @@ function generateProjectionDefs(job) {
12222
12222
  }
12223
12223
  }
12224
12224
 
12225
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_variables.mjs
12225
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_variables.mjs
12226
12226
  function generateVariables(job) {
12227
12227
  recursivelyProcessView(job.root, null);
12228
12228
  }
@@ -12340,7 +12340,7 @@ function generateVariablesInScopeForView(view, scope, isListener) {
12340
12340
  return newOps;
12341
12341
  }
12342
12342
 
12343
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/has_const_expression_collection.mjs
12343
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/has_const_expression_collection.mjs
12344
12344
  function collectConstExpressions(job) {
12345
12345
  for (const unit of job.units) {
12346
12346
  for (const op of unit.ops()) {
@@ -12354,7 +12354,7 @@ function collectConstExpressions(job) {
12354
12354
  }
12355
12355
  }
12356
12356
 
12357
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/host_style_property_parsing.mjs
12357
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/host_style_property_parsing.mjs
12358
12358
  var STYLE_DOT = "style.";
12359
12359
  var CLASS_DOT = "class.";
12360
12360
  var STYLE_BANG = "style!";
@@ -12412,7 +12412,7 @@ function parseProperty(name) {
12412
12412
  return { property: property2, suffix };
12413
12413
  }
12414
12414
 
12415
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/output/map_util.mjs
12415
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/map_util.mjs
12416
12416
  function mapLiteral(obj, quoted = false) {
12417
12417
  return literalMap(Object.keys(obj).map((key) => ({
12418
12418
  key,
@@ -12421,7 +12421,7 @@ function mapLiteral(obj, quoted = false) {
12421
12421
  })));
12422
12422
  }
12423
12423
 
12424
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/i18n/icu_serializer.mjs
12424
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/icu_serializer.mjs
12425
12425
  var IcuSerializerVisitor = class {
12426
12426
  visitText(text2) {
12427
12427
  return text2.value;
@@ -12455,7 +12455,7 @@ function serializeIcuNode(icu) {
12455
12455
  return icu.visit(serializer);
12456
12456
  }
12457
12457
 
12458
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/ast.mjs
12458
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/ast.mjs
12459
12459
  var NodeWithI18n = class {
12460
12460
  constructor(sourceSpan, i18n2) {
12461
12461
  this.sourceSpan = sourceSpan;
@@ -12578,7 +12578,7 @@ function visitAll2(visitor, nodes, context = null) {
12578
12578
  return result;
12579
12579
  }
12580
12580
 
12581
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/entities.mjs
12581
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/entities.mjs
12582
12582
  var NAMED_ENTITIES = {
12583
12583
  "AElig": "\xC6",
12584
12584
  "AMP": "&",
@@ -14709,7 +14709,7 @@ var NAMED_ENTITIES = {
14709
14709
  var NGSP_UNICODE = "\uE500";
14710
14710
  NAMED_ENTITIES["ngsp"] = NGSP_UNICODE;
14711
14711
 
14712
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/lexer.mjs
14712
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/lexer.mjs
14713
14713
  var TokenError = class extends ParseError {
14714
14714
  constructor(errorMsg, tokenType, span) {
14715
14715
  super(span, errorMsg);
@@ -15699,7 +15699,7 @@ var CursorError = class {
15699
15699
  }
15700
15700
  };
15701
15701
 
15702
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/parser.mjs
15702
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/parser.mjs
15703
15703
  var TreeError = class extends ParseError {
15704
15704
  static create(elementName, span, msg) {
15705
15705
  return new TreeError(elementName, span, msg);
@@ -16127,7 +16127,7 @@ function decodeEntity(match, entity) {
16127
16127
  return match;
16128
16128
  }
16129
16129
 
16130
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/html_whitespaces.mjs
16130
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/html_whitespaces.mjs
16131
16131
  var PRESERVE_WS_ATTR_NAME = "ngPreserveWhitespaces";
16132
16132
  var SKIP_WS_TRIM_TAGS = /* @__PURE__ */ new Set(["pre", "template", "textarea", "script", "style"]);
16133
16133
  var WS_CHARS = " \f\n\r \v\u1680\u180E\u2000-\u200A\u2028\u2029\u202F\u205F\u3000\uFEFF";
@@ -16267,7 +16267,7 @@ function visitAllWithSiblings(visitor, nodes) {
16267
16267
  return result;
16268
16268
  }
16269
16269
 
16270
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/expression_parser/lexer.mjs
16270
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/expression_parser/lexer.mjs
16271
16271
  var TokenType;
16272
16272
  (function(TokenType2) {
16273
16273
  TokenType2[TokenType2["Character"] = 0] = "Character";
@@ -16628,7 +16628,7 @@ function parseIntAutoRadix(text2) {
16628
16628
  return result;
16629
16629
  }
16630
16630
 
16631
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/expression_parser/parser.mjs
16631
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/expression_parser/parser.mjs
16632
16632
  var SplitInterpolation = class {
16633
16633
  constructor(strings, expressions, offsets) {
16634
16634
  this.strings = strings;
@@ -17512,7 +17512,7 @@ function getIndexMapForOriginalTemplate(interpolatedTokens) {
17512
17512
  return offsetMap;
17513
17513
  }
17514
17514
 
17515
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/schema/dom_security_schema.mjs
17515
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/schema/dom_security_schema.mjs
17516
17516
  var _SECURITY_SCHEMA;
17517
17517
  function SECURITY_SCHEMA() {
17518
17518
  if (!_SECURITY_SCHEMA) {
@@ -17573,11 +17573,11 @@ function isIframeSecuritySensitiveAttr(attrName) {
17573
17573
  return IFRAME_SECURITY_SENSITIVE_ATTRS.has(attrName.toLowerCase());
17574
17574
  }
17575
17575
 
17576
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/schema/element_schema_registry.mjs
17576
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/schema/element_schema_registry.mjs
17577
17577
  var ElementSchemaRegistry = class {
17578
17578
  };
17579
17579
 
17580
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/schema/dom_element_schema_registry.mjs
17580
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/schema/dom_element_schema_registry.mjs
17581
17581
  var BOOLEAN = "boolean";
17582
17582
  var NUMBER = "number";
17583
17583
  var STRING = "string";
@@ -17960,7 +17960,7 @@ function _isPixelDimensionStyle(prop) {
17960
17960
  }
17961
17961
  }
17962
17962
 
17963
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/html_tags.mjs
17963
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/html_tags.mjs
17964
17964
  var HtmlTagDefinition = class {
17965
17965
  constructor({ closedByChildren, implicitNamespacePrefix, contentType = TagContentType.PARSABLE_DATA, closedByParent = false, isVoid = false, ignoreFirstLf = false, preventNamespaceInheritance = false, canSelfClose = false } = {}) {
17966
17966
  this.closedByChildren = {};
@@ -18096,7 +18096,7 @@ function getHtmlTagDefinition(tagName) {
18096
18096
  return (_b2 = (_a2 = TAG_DEFINITIONS[tagName]) != null ? _a2 : TAG_DEFINITIONS[tagName.toLowerCase()]) != null ? _b2 : DEFAULT_TAG_DEFINITION;
18097
18097
  }
18098
18098
 
18099
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/serializers/placeholder.mjs
18099
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/serializers/placeholder.mjs
18100
18100
  var TAG_TO_PLACEHOLDER_NAMES = {
18101
18101
  "A": "LINK",
18102
18102
  "B": "BOLD_TEXT",
@@ -18218,7 +18218,7 @@ var PlaceholderRegistry = class {
18218
18218
  }
18219
18219
  };
18220
18220
 
18221
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/i18n_parser.mjs
18221
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/i18n_parser.mjs
18222
18222
  var _expParser = new Parser2(new Lexer());
18223
18223
  function createI18nMessageFactory(interpolationConfig, containerBlocks, retainEmptyTokens) {
18224
18224
  const visitor = new _I18nVisitor(_expParser, interpolationConfig, containerBlocks, retainEmptyTokens);
@@ -18413,14 +18413,14 @@ function extractPlaceholderName(input) {
18413
18413
  return input.split(_CUSTOM_PH_EXP)[2];
18414
18414
  }
18415
18415
 
18416
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/parse_util.mjs
18416
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/parse_util.mjs
18417
18417
  var I18nError = class extends ParseError {
18418
18418
  constructor(span, msg) {
18419
18419
  super(span, msg);
18420
18420
  }
18421
18421
  };
18422
18422
 
18423
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/schema/trusted_types_sinks.mjs
18423
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/schema/trusted_types_sinks.mjs
18424
18424
  var TRUSTED_TYPES_SINKS = /* @__PURE__ */ new Set([
18425
18425
  "iframe|srcdoc",
18426
18426
  "*|innerhtml",
@@ -18435,7 +18435,7 @@ function isTrustedTypesSink(tagName, propName) {
18435
18435
  return TRUSTED_TYPES_SINKS.has(tagName + "|" + propName) || TRUSTED_TYPES_SINKS.has("*|" + propName);
18436
18436
  }
18437
18437
 
18438
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/i18n/meta.mjs
18438
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/meta.mjs
18439
18439
  var setI18nRefs = (originalNodeMap) => {
18440
18440
  return (trimmedNode, i18nNode) => {
18441
18441
  var _a2;
@@ -18609,7 +18609,7 @@ function i18nMetaToJSDoc(meta) {
18609
18609
  return jsDocComment(tags);
18610
18610
  }
18611
18611
 
18612
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/i18n/get_msg_utils.mjs
18612
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/get_msg_utils.mjs
18613
18613
  var GOOG_GET_MSG = "goog.getMsg";
18614
18614
  function createGoogleGetMsgStatements(variable2, message, closureVar, placeholderValues) {
18615
18615
  const messageString = serializeI18nMessageForGetMsg(message);
@@ -18660,7 +18660,7 @@ function serializeI18nMessageForGetMsg(message) {
18660
18660
  return message.nodes.map((node) => node.visit(serializerVisitor2, null)).join("");
18661
18661
  }
18662
18662
 
18663
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/i18n/localize_utils.mjs
18663
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/localize_utils.mjs
18664
18664
  function createLocalizeStatements(variable2, message, params) {
18665
18665
  const { messageParts, placeHolders } = serializeI18nMessageForLocalize(message);
18666
18666
  const sourceSpan = getSourceSpan(message);
@@ -18749,7 +18749,7 @@ function createEmptyMessagePart(location) {
18749
18749
  return new LiteralPiece("", new ParseSourceSpan(location, location));
18750
18750
  }
18751
18751
 
18752
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/i18n_const_collection.mjs
18752
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/i18n_const_collection.mjs
18753
18753
  var NG_I18N_CLOSURE_MODE = "ngI18nClosureMode";
18754
18754
  var TRANSLATION_VAR_PREFIX = "i18n_";
18755
18755
  var I18N_ICU_MAPPING_PREFIX = "I18N_EXP_";
@@ -18920,7 +18920,7 @@ function i18nGenerateClosureVar(pool, messageId, fileBasedI18nSuffix, useExterna
18920
18920
  return variable(name);
18921
18921
  }
18922
18922
 
18923
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/i18n_text_extraction.mjs
18923
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/i18n_text_extraction.mjs
18924
18924
  function convertI18nText(job) {
18925
18925
  var _a2, _b2, _c2;
18926
18926
  for (const unit of job.units) {
@@ -18990,7 +18990,7 @@ function convertI18nText(job) {
18990
18990
  }
18991
18991
  }
18992
18992
 
18993
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/local_refs.mjs
18993
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/local_refs.mjs
18994
18994
  function liftLocalRefs(job) {
18995
18995
  for (const unit of job.units) {
18996
18996
  for (const op of unit.create) {
@@ -19020,7 +19020,7 @@ function serializeLocalRefs(refs) {
19020
19020
  return literalArr(constRefs);
19021
19021
  }
19022
19022
 
19023
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/namespace.mjs
19023
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/namespace.mjs
19024
19024
  function emitNamespaceChanges(job) {
19025
19025
  for (const unit of job.units) {
19026
19026
  let activeNamespace = Namespace.HTML;
@@ -19036,7 +19036,7 @@ function emitNamespaceChanges(job) {
19036
19036
  }
19037
19037
  }
19038
19038
 
19039
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/parse_extracted_styles.mjs
19039
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/parse_extracted_styles.mjs
19040
19040
  function parse(value) {
19041
19041
  const styles = [];
19042
19042
  let i = 0;
@@ -19130,7 +19130,7 @@ function parseExtractedStyles(job) {
19130
19130
  }
19131
19131
  }
19132
19132
 
19133
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/naming.mjs
19133
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/naming.mjs
19134
19134
  function nameFunctionsAndVariables(job) {
19135
19135
  addNamesToView(job.root, job.componentName, { index: 0 }, job.compatibility === CompatibilityMode.TemplateDefinitionBuilder);
19136
19136
  }
@@ -19274,7 +19274,7 @@ function stripImportant(name) {
19274
19274
  return name;
19275
19275
  }
19276
19276
 
19277
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/next_context_merging.mjs
19277
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/next_context_merging.mjs
19278
19278
  function mergeNextContextExpressions(job) {
19279
19279
  for (const unit of job.units) {
19280
19280
  for (const op of unit.create) {
@@ -19321,7 +19321,7 @@ function mergeNextContextsInOps(ops) {
19321
19321
  }
19322
19322
  }
19323
19323
 
19324
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/ng_container.mjs
19324
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/ng_container.mjs
19325
19325
  var CONTAINER_TAG = "ng-container";
19326
19326
  function generateNgContainerOps(job) {
19327
19327
  for (const unit of job.units) {
@@ -19338,7 +19338,7 @@ function generateNgContainerOps(job) {
19338
19338
  }
19339
19339
  }
19340
19340
 
19341
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/nonbindable.mjs
19341
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/nonbindable.mjs
19342
19342
  function lookupElement3(elements, xref) {
19343
19343
  const el = elements.get(xref);
19344
19344
  if (el === void 0) {
@@ -19368,7 +19368,7 @@ function disableBindings(job) {
19368
19368
  }
19369
19369
  }
19370
19370
 
19371
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/nullish_coalescing.mjs
19371
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/nullish_coalescing.mjs
19372
19372
  function generateNullishCoalesceExpressions(job) {
19373
19373
  for (const unit of job.units) {
19374
19374
  for (const op of unit.ops()) {
@@ -19384,7 +19384,7 @@ function generateNullishCoalesceExpressions(job) {
19384
19384
  }
19385
19385
  }
19386
19386
 
19387
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/ordering.mjs
19387
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/ordering.mjs
19388
19388
  function kindTest(kind) {
19389
19389
  return (op) => op.kind === kind;
19390
19390
  }
@@ -19474,7 +19474,7 @@ function keepLast(ops) {
19474
19474
  return ops.slice(ops.length - 1);
19475
19475
  }
19476
19476
 
19477
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/phase_remove_content_selectors.mjs
19477
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/phase_remove_content_selectors.mjs
19478
19478
  function removeContentSelectors(job) {
19479
19479
  for (const unit of job.units) {
19480
19480
  const elements = createOpXrefMap(unit);
@@ -19501,7 +19501,7 @@ function lookupInXrefMap(map, xref) {
19501
19501
  return el;
19502
19502
  }
19503
19503
 
19504
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pipe_creation.mjs
19504
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pipe_creation.mjs
19505
19505
  function createPipes(job) {
19506
19506
  for (const unit of job.units) {
19507
19507
  processPipeBindingsInView(unit);
@@ -19549,7 +19549,7 @@ function addPipeToCreationBlock(unit, afterTargetXref, binding) {
19549
19549
  throw new Error(`AssertionError: unable to find insertion point for pipe ${binding.name}`);
19550
19550
  }
19551
19551
 
19552
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pipe_variadic.mjs
19552
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pipe_variadic.mjs
19553
19553
  function createVariadicPipes(job) {
19554
19554
  for (const unit of job.units) {
19555
19555
  for (const op of unit.update) {
@@ -19566,7 +19566,7 @@ function createVariadicPipes(job) {
19566
19566
  }
19567
19567
  }
19568
19568
 
19569
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/propagate_i18n_blocks.mjs
19569
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/propagate_i18n_blocks.mjs
19570
19570
  function propagateI18nBlocks(job) {
19571
19571
  propagateI18nBlocksToTemplates(job.root, 0);
19572
19572
  }
@@ -19620,7 +19620,7 @@ function wrapTemplateWithI18n(unit, parentI18n) {
19620
19620
  }
19621
19621
  }
19622
19622
 
19623
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pure_function_extraction.mjs
19623
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pure_function_extraction.mjs
19624
19624
  function extractPureFunctions(job) {
19625
19625
  for (const view of job.units) {
19626
19626
  for (const op of view.ops()) {
@@ -19662,7 +19662,7 @@ var PureFunctionConstant = class extends GenericKeyFn {
19662
19662
  }
19663
19663
  };
19664
19664
 
19665
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pure_literal_structures.mjs
19665
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pure_literal_structures.mjs
19666
19666
  function generatePureLiteralStructures(job) {
19667
19667
  for (const unit of job.units) {
19668
19668
  for (const op of unit.update) {
@@ -19709,7 +19709,7 @@ function transformLiteralMap(expr) {
19709
19709
  return new PureFunctionExpr(literalMap(derivedEntries), nonConstantArgs);
19710
19710
  }
19711
19711
 
19712
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/instruction.mjs
19712
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/instruction.mjs
19713
19713
  function element(slot, tag, constIndex, localRefIndex, sourceSpan) {
19714
19714
  return elementOrContainerBase(Identifiers.element, slot, tag, constIndex, localRefIndex, sourceSpan);
19715
19715
  }
@@ -20241,7 +20241,7 @@ function callVariadicInstruction(config, baseArgs, interpolationArgs, extraArgs,
20241
20241
  return createStatementOp(callVariadicInstructionExpr(config, baseArgs, interpolationArgs, extraArgs, sourceSpan).toStmt());
20242
20242
  }
20243
20243
 
20244
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/reify.mjs
20244
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/reify.mjs
20245
20245
  var GLOBAL_TARGET_RESOLVERS = /* @__PURE__ */ new Map([
20246
20246
  ["window", Identifiers.resolveWindow],
20247
20247
  ["document", Identifiers.resolveDocument],
@@ -20606,7 +20606,7 @@ function reifyListenerHandler(unit, name, handlerOps, consumesDollarEvent) {
20606
20606
  return fn(params, handlerStmts, void 0, void 0, name);
20607
20607
  }
20608
20608
 
20609
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/remove_empty_bindings.mjs
20609
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/remove_empty_bindings.mjs
20610
20610
  function removeEmptyBindings(job) {
20611
20611
  for (const unit of job.units) {
20612
20612
  for (const op of unit.update) {
@@ -20627,7 +20627,7 @@ function removeEmptyBindings(job) {
20627
20627
  }
20628
20628
  }
20629
20629
 
20630
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/remove_i18n_contexts.mjs
20630
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/remove_i18n_contexts.mjs
20631
20631
  function removeI18nContexts(job) {
20632
20632
  for (const unit of job.units) {
20633
20633
  for (const op of unit.create) {
@@ -20643,7 +20643,7 @@ function removeI18nContexts(job) {
20643
20643
  }
20644
20644
  }
20645
20645
 
20646
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/remove_unused_i18n_attrs.mjs
20646
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/remove_unused_i18n_attrs.mjs
20647
20647
  function removeUnusedI18nAttributesOps(job) {
20648
20648
  for (const unit of job.units) {
20649
20649
  const ownersWithI18nExpressions = /* @__PURE__ */ new Set();
@@ -20665,7 +20665,7 @@ function removeUnusedI18nAttributesOps(job) {
20665
20665
  }
20666
20666
  }
20667
20667
 
20668
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_contexts.mjs
20668
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_contexts.mjs
20669
20669
  function resolveContexts(job) {
20670
20670
  for (const unit of job.units) {
20671
20671
  processLexicalScope(unit, unit.create);
@@ -20707,7 +20707,7 @@ function processLexicalScope(view, ops) {
20707
20707
  }
20708
20708
  }
20709
20709
 
20710
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_dollar_event.mjs
20710
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_dollar_event.mjs
20711
20711
  function resolveDollarEvent(job) {
20712
20712
  for (const unit of job.units) {
20713
20713
  transformDollarEvent(unit.create);
@@ -20730,7 +20730,7 @@ function transformDollarEvent(ops) {
20730
20730
  }
20731
20731
  }
20732
20732
 
20733
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_i18n_element_placeholders.mjs
20733
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_i18n_element_placeholders.mjs
20734
20734
  function resolveI18nElementPlaceholders(job) {
20735
20735
  const i18nContexts = /* @__PURE__ */ new Map();
20736
20736
  const elements = /* @__PURE__ */ new Map();
@@ -20909,7 +20909,7 @@ function addParam(params, placeholder, value, subTemplateIndex, flags) {
20909
20909
  params.set(placeholder, values);
20910
20910
  }
20911
20911
 
20912
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_i18n_expression_placeholders.mjs
20912
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_i18n_expression_placeholders.mjs
20913
20913
  function resolveI18nExpressionPlaceholders(job) {
20914
20914
  var _a2;
20915
20915
  const subTemplateIndices = /* @__PURE__ */ new Map();
@@ -20962,7 +20962,7 @@ function updatePlaceholder(op, value, i18nContexts, icuPlaceholders) {
20962
20962
  }
20963
20963
  }
20964
20964
 
20965
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_names.mjs
20965
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_names.mjs
20966
20966
  function resolveNames(job) {
20967
20967
  for (const unit of job.units) {
20968
20968
  processLexicalScope2(unit, unit.create, null);
@@ -21040,7 +21040,7 @@ function processLexicalScope2(unit, ops, savedView) {
21040
21040
  }
21041
21041
  }
21042
21042
 
21043
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_sanitizers.mjs
21043
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_sanitizers.mjs
21044
21044
  var sanitizerFns = /* @__PURE__ */ new Map([
21045
21045
  [SecurityContext.HTML, Identifiers.sanitizeHtml],
21046
21046
  [SecurityContext.RESOURCE_URL, Identifiers.sanitizeResourceUrl],
@@ -21110,7 +21110,7 @@ function getOnlySecurityContext(securityContext) {
21110
21110
  return securityContext;
21111
21111
  }
21112
21112
 
21113
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/transform_two_way_binding_set.mjs
21113
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/transform_two_way_binding_set.mjs
21114
21114
  function transformTwoWayBindingSet(job) {
21115
21115
  for (const unit of job.units) {
21116
21116
  for (const op of unit.create) {
@@ -21133,7 +21133,7 @@ function transformTwoWayBindingSet(job) {
21133
21133
  }
21134
21134
  }
21135
21135
 
21136
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/save_restore_view.mjs
21136
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/save_restore_view.mjs
21137
21137
  function saveAndRestoreView(job) {
21138
21138
  for (const unit of job.units) {
21139
21139
  unit.create.prepend([
@@ -21178,7 +21178,7 @@ function addSaveRestoreViewOperationToListener(unit, op) {
21178
21178
  }
21179
21179
  }
21180
21180
 
21181
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/slot_allocation.mjs
21181
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/slot_allocation.mjs
21182
21182
  function allocateSlots(job) {
21183
21183
  const slotMap = /* @__PURE__ */ new Map();
21184
21184
  for (const unit of job.units) {
@@ -21203,7 +21203,7 @@ function allocateSlots(job) {
21203
21203
  }
21204
21204
  }
21205
21205
 
21206
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/style_binding_specialization.mjs
21206
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/style_binding_specialization.mjs
21207
21207
  function specializeStyleBindings(job) {
21208
21208
  for (const unit of job.units) {
21209
21209
  for (const op of unit.update) {
@@ -21233,7 +21233,7 @@ function specializeStyleBindings(job) {
21233
21233
  }
21234
21234
  }
21235
21235
 
21236
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/temporary_variables.mjs
21236
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/temporary_variables.mjs
21237
21237
  function generateTemporaryVariables(job) {
21238
21238
  for (const unit of job.units) {
21239
21239
  unit.create.prepend(generateTemporaries(unit.create));
@@ -21291,7 +21291,7 @@ function assignName(names, expr) {
21291
21291
  expr.name = name;
21292
21292
  }
21293
21293
 
21294
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/track_fn_generation.mjs
21294
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/track_fn_generation.mjs
21295
21295
  function generateTrackFns(job) {
21296
21296
  for (const unit of job.units) {
21297
21297
  for (const op of unit.create) {
@@ -21324,7 +21324,7 @@ function generateTrackFns(job) {
21324
21324
  }
21325
21325
  }
21326
21326
 
21327
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/track_fn_optimization.mjs
21327
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/track_fn_optimization.mjs
21328
21328
  function optimizeTrackFns(job) {
21329
21329
  for (const unit of job.units) {
21330
21330
  for (const op of unit.create) {
@@ -21374,7 +21374,7 @@ function isTrackByFunctionCall(rootView, expr) {
21374
21374
  return true;
21375
21375
  }
21376
21376
 
21377
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/track_variables.mjs
21377
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/track_variables.mjs
21378
21378
  function generateTrackVariables(job) {
21379
21379
  for (const unit of job.units) {
21380
21380
  for (const op of unit.create) {
@@ -21395,7 +21395,7 @@ function generateTrackVariables(job) {
21395
21395
  }
21396
21396
  }
21397
21397
 
21398
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/var_counting.mjs
21398
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/var_counting.mjs
21399
21399
  function countVariables(job) {
21400
21400
  for (const unit of job.units) {
21401
21401
  let varCount = 0;
@@ -21508,7 +21508,7 @@ function isSingletonInterpolation(expr) {
21508
21508
  return true;
21509
21509
  }
21510
21510
 
21511
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/variable_optimization.mjs
21511
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/variable_optimization.mjs
21512
21512
  function optimizeVariables(job) {
21513
21513
  for (const unit of job.units) {
21514
21514
  inlineAlwaysInlineVariables(unit.create);
@@ -21760,7 +21760,7 @@ function allowConservativeInlining(decl, target) {
21760
21760
  }
21761
21761
  }
21762
21762
 
21763
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/wrap_icus.mjs
21763
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/wrap_icus.mjs
21764
21764
  function wrapI18nIcus(job) {
21765
21765
  for (const unit of job.units) {
21766
21766
  let currentI18nOp = null;
@@ -21790,7 +21790,7 @@ function wrapI18nIcus(job) {
21790
21790
  }
21791
21791
  }
21792
21792
 
21793
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/store_let_optimization.mjs
21793
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/store_let_optimization.mjs
21794
21794
  function optimizeStoreLet(job) {
21795
21795
  const letUsedExternally = /* @__PURE__ */ new Set();
21796
21796
  for (const unit of job.units) {
@@ -21809,7 +21809,7 @@ function optimizeStoreLet(job) {
21809
21809
  }
21810
21810
  }
21811
21811
 
21812
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/remove_illegal_let_references.mjs
21812
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/remove_illegal_let_references.mjs
21813
21813
  function removeIllegalLetReferences(job) {
21814
21814
  for (const unit of job.units) {
21815
21815
  for (const op of unit.update) {
@@ -21826,7 +21826,7 @@ function removeIllegalLetReferences(job) {
21826
21826
  }
21827
21827
  }
21828
21828
 
21829
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_local_let_references.mjs
21829
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_local_let_references.mjs
21830
21830
  function generateLocalLetReferences(job) {
21831
21831
  for (const unit of job.units) {
21832
21832
  for (const op of unit.update) {
@@ -21844,7 +21844,7 @@ function generateLocalLetReferences(job) {
21844
21844
  }
21845
21845
  }
21846
21846
 
21847
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/emit.mjs
21847
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/emit.mjs
21848
21848
  var phases = [
21849
21849
  { kind: CompilationJobKind.Tmpl, fn: removeContentSelectors },
21850
21850
  { kind: CompilationJobKind.Host, fn: parseHostStyleProperties },
@@ -22001,7 +22001,7 @@ function emitHostBindingFunction(job) {
22001
22001
  );
22002
22002
  }
22003
22003
 
22004
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/ingest.mjs
22004
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/ingest.mjs
22005
22005
  var compatibilityMode = CompatibilityMode.TemplateDefinitionBuilder;
22006
22006
  var domSchema = new DomElementSchemaRegistry();
22007
22007
  var NG_TEMPLATE_TAG_NAME = "ng-template";
@@ -22759,7 +22759,7 @@ function ingestControlFlowInsertionPoint(unit, xref, node) {
22759
22759
  return null;
22760
22760
  }
22761
22761
 
22762
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/query_generation.mjs
22762
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/query_generation.mjs
22763
22763
  function renderFlagCheckIfStmt(flags, statements) {
22764
22764
  return ifStmt(variable(RENDER_FLAGS).bitwiseAnd(literal(flags), null, false), statements);
22765
22765
  }
@@ -22879,7 +22879,7 @@ function createContentQueriesFunction(queries, constantPool, name) {
22879
22879
  ], INFERRED_TYPE, null, contentQueriesFnName);
22880
22880
  }
22881
22881
 
22882
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/html_parser.mjs
22882
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/html_parser.mjs
22883
22883
  var HtmlParser = class extends Parser {
22884
22884
  constructor() {
22885
22885
  super(getHtmlTagDefinition);
@@ -22889,7 +22889,7 @@ var HtmlParser = class extends Parser {
22889
22889
  }
22890
22890
  };
22891
22891
 
22892
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template_parser/binding_parser.mjs
22892
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template_parser/binding_parser.mjs
22893
22893
  var PROPERTY_PARTS_SEPARATOR = ".";
22894
22894
  var ATTRIBUTE_PREFIX = "attr";
22895
22895
  var CLASS_PREFIX = "class";
@@ -23243,7 +23243,7 @@ function moveParseSourceSpan(sourceSpan, absoluteSpan) {
23243
23243
  return new ParseSourceSpan(sourceSpan.start.moveBy(startDiff), sourceSpan.end.moveBy(endDiff), sourceSpan.fullStart.moveBy(startDiff), sourceSpan.details);
23244
23244
  }
23245
23245
 
23246
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/style_url_resolver.mjs
23246
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/style_url_resolver.mjs
23247
23247
  function isStyleUrlResolvable(url) {
23248
23248
  if (url == null || url.length === 0 || url[0] == "/")
23249
23249
  return false;
@@ -23252,7 +23252,7 @@ function isStyleUrlResolvable(url) {
23252
23252
  }
23253
23253
  var URL_WITH_SCHEMA_REGEXP = /^([^:/?#]+):/;
23254
23254
 
23255
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/template_parser/template_preparser.mjs
23255
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template_parser/template_preparser.mjs
23256
23256
  var NG_CONTENT_SELECT_ATTR = "select";
23257
23257
  var LINK_ELEMENT = "link";
23258
23258
  var LINK_STYLE_REL_ATTR = "rel";
@@ -23322,7 +23322,7 @@ function normalizeNgContentSelect(selectAttr) {
23322
23322
  return selectAttr;
23323
23323
  }
23324
23324
 
23325
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_control_flow.mjs
23325
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_control_flow.mjs
23326
23326
  var FOR_LOOP_EXPRESSION_PATTERN = /^\s*([0-9A-Za-z_$]*)\s+of\s+([\S\s]*)/;
23327
23327
  var FOR_LOOP_TRACK_PATTERN = /^track\s+([\S\s]*)/;
23328
23328
  var CONDITIONAL_ALIAS_PATTERN = /^(as\s)+(.*)/;
@@ -23395,7 +23395,7 @@ function createForLoop(ast, connectedBlocks, visitor, bindingParser) {
23395
23395
  }
23396
23396
  if (params !== null) {
23397
23397
  if (params.trackBy === null) {
23398
- errors.push(new ParseError(ast.sourceSpan, '@for loop must have a "track" expression'));
23398
+ errors.push(new ParseError(ast.startSourceSpan, '@for loop must have a "track" expression'));
23399
23399
  } else {
23400
23400
  const endSpan = (_a2 = empty == null ? void 0 : empty.endSourceSpan) != null ? _a2 : ast.endSourceSpan;
23401
23401
  const sourceSpan = new ParseSourceSpan(ast.sourceSpan.start, (_b2 = endSpan == null ? void 0 : endSpan.end) != null ? _b2 : ast.sourceSpan.end);
@@ -23437,7 +23437,7 @@ function createSwitchBlock(ast, visitor, bindingParser) {
23437
23437
  function parseForLoopParameters(block, errors, bindingParser) {
23438
23438
  var _a2;
23439
23439
  if (block.parameters.length === 0) {
23440
- errors.push(new ParseError(block.sourceSpan, "@for loop does not have an expression"));
23440
+ errors.push(new ParseError(block.startSourceSpan, "@for loop does not have an expression"));
23441
23441
  return null;
23442
23442
  }
23443
23443
  const [expressionParam, ...secondaryParams] = block.parameters;
@@ -23475,7 +23475,7 @@ function parseForLoopParameters(block, errors, bindingParser) {
23475
23475
  } else {
23476
23476
  const expression = parseBlockParameterToBinding(param, bindingParser, trackMatch[1]);
23477
23477
  if (expression.ast instanceof EmptyExpr) {
23478
- errors.push(new ParseError(param.sourceSpan, '@for loop must have a "track" expression'));
23478
+ errors.push(new ParseError(block.startSourceSpan, '@for loop must have a "track" expression'));
23479
23479
  }
23480
23480
  const keywordSpan = new ParseSourceSpan(param.sourceSpan.start, param.sourceSpan.start.moveBy("track".length));
23481
23481
  result.trackBy = { expression, keywordSpan };
@@ -23526,15 +23526,15 @@ function validateIfConnectedBlocks(connectedBlocks) {
23526
23526
  const block = connectedBlocks[i];
23527
23527
  if (block.name === "else") {
23528
23528
  if (hasElse) {
23529
- errors.push(new ParseError(block.sourceSpan, "Conditional can only have one @else block"));
23529
+ errors.push(new ParseError(block.startSourceSpan, "Conditional can only have one @else block"));
23530
23530
  } else if (connectedBlocks.length > 1 && i < connectedBlocks.length - 1) {
23531
- errors.push(new ParseError(block.sourceSpan, "@else block must be last inside the conditional"));
23531
+ errors.push(new ParseError(block.startSourceSpan, "@else block must be last inside the conditional"));
23532
23532
  } else if (block.parameters.length > 0) {
23533
- errors.push(new ParseError(block.sourceSpan, "@else block cannot have parameters"));
23533
+ errors.push(new ParseError(block.startSourceSpan, "@else block cannot have parameters"));
23534
23534
  }
23535
23535
  hasElse = true;
23536
23536
  } else if (!ELSE_IF_PATTERN.test(block.name)) {
23537
- errors.push(new ParseError(block.sourceSpan, `Unrecognized conditional block @${block.name}`));
23537
+ errors.push(new ParseError(block.startSourceSpan, `Unrecognized conditional block @${block.name}`));
23538
23538
  }
23539
23539
  }
23540
23540
  return errors;
@@ -23543,7 +23543,7 @@ function validateSwitchBlock(ast) {
23543
23543
  const errors = [];
23544
23544
  let hasDefault = false;
23545
23545
  if (ast.parameters.length !== 1) {
23546
- errors.push(new ParseError(ast.sourceSpan, "@switch block must have exactly one parameter"));
23546
+ errors.push(new ParseError(ast.startSourceSpan, "@switch block must have exactly one parameter"));
23547
23547
  return errors;
23548
23548
  }
23549
23549
  for (const node of ast.children) {
@@ -23556,13 +23556,13 @@ function validateSwitchBlock(ast) {
23556
23556
  }
23557
23557
  if (node.name === "default") {
23558
23558
  if (hasDefault) {
23559
- errors.push(new ParseError(node.sourceSpan, "@switch block can only have one @default block"));
23559
+ errors.push(new ParseError(node.startSourceSpan, "@switch block can only have one @default block"));
23560
23560
  } else if (node.parameters.length > 0) {
23561
- errors.push(new ParseError(node.sourceSpan, "@default block cannot have parameters"));
23561
+ errors.push(new ParseError(node.startSourceSpan, "@default block cannot have parameters"));
23562
23562
  }
23563
23563
  hasDefault = true;
23564
23564
  } else if (node.name === "case" && node.parameters.length !== 1) {
23565
- errors.push(new ParseError(node.sourceSpan, "@case block must have exactly one parameter"));
23565
+ errors.push(new ParseError(node.startSourceSpan, "@case block must have exactly one parameter"));
23566
23566
  }
23567
23567
  }
23568
23568
  return errors;
@@ -23581,7 +23581,7 @@ function parseBlockParameterToBinding(ast, bindingParser, part) {
23581
23581
  }
23582
23582
  function parseConditionalBlockParameters(block, errors, bindingParser) {
23583
23583
  if (block.parameters.length === 0) {
23584
- errors.push(new ParseError(block.sourceSpan, "Conditional block does not have an expression"));
23584
+ errors.push(new ParseError(block.startSourceSpan, "Conditional block does not have an expression"));
23585
23585
  return null;
23586
23586
  }
23587
23587
  const expression = parseBlockParameterToBinding(block.parameters[0], bindingParser);
@@ -23645,7 +23645,7 @@ function stripOptionalParentheses(param, errors) {
23645
23645
  return expression.slice(start, end);
23646
23646
  }
23647
23647
 
23648
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_deferred_triggers.mjs
23648
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_deferred_triggers.mjs
23649
23649
  var TIME_PATTERN = /^\d+\.?\d*(ms|s)?$/;
23650
23650
  var SEPARATOR_PATTERN = /^\s$/;
23651
23651
  var COMMA_DELIMITED_SYNTAX = /* @__PURE__ */ new Map([
@@ -23909,7 +23909,7 @@ function parseDeferredTime(value) {
23909
23909
  return parseFloat(time) * (units === "s" ? 1e3 : 1);
23910
23910
  }
23911
23911
 
23912
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_deferred_blocks.mjs
23912
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_deferred_blocks.mjs
23913
23913
  var PREFETCH_WHEN_PATTERN = /^prefetch\s+when\s/;
23914
23914
  var PREFETCH_ON_PATTERN = /^prefetch\s+on\s/;
23915
23915
  var MINIMUM_PARAMETER_PATTERN = /^minimum\s/;
@@ -24044,7 +24044,7 @@ function parsePrimaryTriggers(params, bindingParser, errors, placeholder) {
24044
24044
  return { triggers, prefetchTriggers };
24045
24045
  }
24046
24046
 
24047
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_template_transform.mjs
24047
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_template_transform.mjs
24048
24048
  var BIND_NAME_REGEXP = /^(?:(bind-)|(let-)|(ref-|#)|(on-)|(bindon-)|(@))(.*)$/;
24049
24049
  var KW_BIND_IDX = 1;
24050
24050
  var KW_LET_IDX = 2;
@@ -24511,7 +24511,7 @@ function textContents(node) {
24511
24511
  }
24512
24512
  }
24513
24513
 
24514
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/template.mjs
24514
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/template.mjs
24515
24515
  var LEADING_TRIVIA_CHARS = [" ", "\n", "\r", " "];
24516
24516
  function parseTemplate(template2, templateUrl, options = {}) {
24517
24517
  var _a2, _b2, _c2;
@@ -24605,7 +24605,7 @@ function makeBindingParser(interpolationConfig = DEFAULT_INTERPOLATION_CONFIG, a
24605
24605
  return new BindingParser(new Parser2(new Lexer()), interpolationConfig, elementRegistry, [], allowInvalidAssignmentEvents);
24606
24606
  }
24607
24607
 
24608
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/compiler.mjs
24608
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/compiler.mjs
24609
24609
  var COMPONENT_VARIABLE = "%COMP%";
24610
24610
  var HOST_ATTR = `_nghost-${COMPONENT_VARIABLE}`;
24611
24611
  var CONTENT_ATTR = `_ngcontent-${COMPONENT_VARIABLE}`;
@@ -24996,7 +24996,7 @@ function compileDeferResolverFunction(meta) {
24996
24996
  return arrowFn([], literalArr(depExpressions));
24997
24997
  }
24998
24998
 
24999
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/t2_binder.mjs
24999
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/t2_binder.mjs
25000
25000
  var R3TargetBinder = class {
25001
25001
  constructor(directiveMatcher) {
25002
25002
  this.directiveMatcher = directiveMatcher;
@@ -25643,11 +25643,11 @@ function extractScopedNodeEntities(rootScope) {
25643
25643
  return templateEntities;
25644
25644
  }
25645
25645
 
25646
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/resource_loader.mjs
25646
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/resource_loader.mjs
25647
25647
  var ResourceLoader = class {
25648
25648
  };
25649
25649
 
25650
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/jit_compiler_facade.mjs
25650
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/jit_compiler_facade.mjs
25651
25651
  var CompilerFacadeImpl = class {
25652
25652
  constructor(jitEvaluator = new JitEvaluator()) {
25653
25653
  this.jitEvaluator = jitEvaluator;
@@ -26225,10 +26225,10 @@ function publishFacade(global) {
26225
26225
  ng.\u0275compilerFacade = new CompilerFacadeImpl();
26226
26226
  }
26227
26227
 
26228
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/version.mjs
26229
- var VERSION2 = new Version("18.2.3");
26228
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/version.mjs
26229
+ var VERSION2 = new Version("18.2.5");
26230
26230
 
26231
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/extractor_merger.mjs
26231
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/extractor_merger.mjs
26232
26232
  var _I18N_ATTR = "i18n";
26233
26233
  var _I18N_ATTR_PREFIX = "i18n-";
26234
26234
  var _I18N_COMMENT_PREFIX_REGEXP = /^i18n:?/;
@@ -26544,7 +26544,7 @@ function _parseMessageMeta(i18n2) {
26544
26544
  return { meaning, description, id: id.trim() };
26545
26545
  }
26546
26546
 
26547
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/xml_tags.mjs
26547
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/xml_tags.mjs
26548
26548
  var XmlTagDefinition = class {
26549
26549
  constructor() {
26550
26550
  this.closedByParent = false;
@@ -26569,7 +26569,7 @@ function getXmlTagDefinition(tagName) {
26569
26569
  return _TAG_DEFINITION;
26570
26570
  }
26571
26571
 
26572
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/xml_parser.mjs
26572
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/xml_parser.mjs
26573
26573
  var XmlParser = class extends Parser {
26574
26574
  constructor() {
26575
26575
  super(getXmlTagDefinition);
@@ -26579,7 +26579,7 @@ var XmlParser = class extends Parser {
26579
26579
  }
26580
26580
  };
26581
26581
 
26582
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/serializers/xliff.mjs
26582
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/serializers/xliff.mjs
26583
26583
  var _VERSION = "1.2";
26584
26584
  var _XMLNS = "urn:oasis:names:tc:xliff:document:1.2";
26585
26585
  var _DEFAULT_SOURCE_LANG = "en";
@@ -26861,7 +26861,7 @@ function getCtypeForTag(tag) {
26861
26861
  }
26862
26862
  }
26863
26863
 
26864
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/serializers/xliff2.mjs
26864
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/serializers/xliff2.mjs
26865
26865
  var _VERSION2 = "2.0";
26866
26866
  var _XMLNS2 = "urn:oasis:names:tc:xliff:document:2.0";
26867
26867
  var _DEFAULT_SOURCE_LANG2 = "en";
@@ -27192,7 +27192,7 @@ function getTypeForTag(tag) {
27192
27192
  }
27193
27193
  }
27194
27194
 
27195
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/message_bundle.mjs
27195
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/message_bundle.mjs
27196
27196
  var MessageBundle = class {
27197
27197
  constructor(_htmlParser, _implicitTags, _implicitAttrs, _locale = null, _preserveWhitespace = true) {
27198
27198
  this._htmlParser = _htmlParser;
@@ -27276,7 +27276,7 @@ var MapPlaceholderNames = class extends CloneVisitor {
27276
27276
  }
27277
27277
  };
27278
27278
 
27279
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/partial/api.mjs
27279
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/partial/api.mjs
27280
27280
  var FactoryTarget2;
27281
27281
  (function(FactoryTarget3) {
27282
27282
  FactoryTarget3[FactoryTarget3["Directive"] = 0] = "Directive";
@@ -27286,7 +27286,7 @@ var FactoryTarget2;
27286
27286
  FactoryTarget3[FactoryTarget3["NgModule"] = 4] = "NgModule";
27287
27287
  })(FactoryTarget2 || (FactoryTarget2 = {}));
27288
27288
 
27289
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_class_metadata_compiler.mjs
27289
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_class_metadata_compiler.mjs
27290
27290
  function compileClassMetadata(metadata) {
27291
27291
  const fnCall = internalCompileClassMetadata(metadata);
27292
27292
  return arrowFn([], [devOnlyGuardedExpression(fnCall).toStmt()]).callFn([]);
@@ -27320,7 +27320,7 @@ function compileComponentMetadataAsyncResolver(dependencies) {
27320
27320
  return arrowFn([], literalArr(dynamicImports));
27321
27321
  }
27322
27322
 
27323
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_class_debug_info_compiler.mjs
27323
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_class_debug_info_compiler.mjs
27324
27324
  function compileClassDebugInfo(debugInfo) {
27325
27325
  const debugInfoObject = {
27326
27326
  className: debugInfo.className
@@ -27337,13 +27337,13 @@ function compileClassDebugInfo(debugInfo) {
27337
27337
  return iife.callFn([]);
27338
27338
  }
27339
27339
 
27340
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/partial/class_metadata.mjs
27340
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/partial/class_metadata.mjs
27341
27341
  var MINIMUM_PARTIAL_LINKER_VERSION = "12.0.0";
27342
27342
  var MINIMUM_PARTIAL_LINKER_DEFER_SUPPORT_VERSION = "18.0.0";
27343
27343
  function compileDeclareClassMetadata(metadata) {
27344
27344
  const definitionMap = new DefinitionMap();
27345
27345
  definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION));
27346
- definitionMap.set("version", literal("18.2.3"));
27346
+ definitionMap.set("version", literal("18.2.5"));
27347
27347
  definitionMap.set("ngImport", importExpr(Identifiers.core));
27348
27348
  definitionMap.set("type", metadata.type);
27349
27349
  definitionMap.set("decorators", metadata.decorators);
@@ -27362,7 +27362,7 @@ function compileComponentDeclareClassMetadata(metadata, dependencies) {
27362
27362
  callbackReturnDefinitionMap.set("ctorParameters", (_a2 = metadata.ctorParameters) != null ? _a2 : literal(null));
27363
27363
  callbackReturnDefinitionMap.set("propDecorators", (_b2 = metadata.propDecorators) != null ? _b2 : literal(null));
27364
27364
  definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_DEFER_SUPPORT_VERSION));
27365
- definitionMap.set("version", literal("18.2.3"));
27365
+ definitionMap.set("version", literal("18.2.5"));
27366
27366
  definitionMap.set("ngImport", importExpr(Identifiers.core));
27367
27367
  definitionMap.set("type", metadata.type);
27368
27368
  definitionMap.set("resolveDeferredDeps", compileComponentMetadataAsyncResolver(dependencies));
@@ -27370,7 +27370,7 @@ function compileComponentDeclareClassMetadata(metadata, dependencies) {
27370
27370
  return importExpr(Identifiers.declareClassMetadataAsync).callFn([definitionMap.toLiteralMap()]);
27371
27371
  }
27372
27372
 
27373
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/partial/util.mjs
27373
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/partial/util.mjs
27374
27374
  function toOptionalLiteralArray(values, mapper) {
27375
27375
  if (values === null || values.length === 0) {
27376
27376
  return null;
@@ -27418,7 +27418,7 @@ function compileDependency(dep) {
27418
27418
  return depMeta.toLiteralMap();
27419
27419
  }
27420
27420
 
27421
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/partial/directive.mjs
27421
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/partial/directive.mjs
27422
27422
  function compileDeclareDirectiveFromMetadata(meta) {
27423
27423
  const definitionMap = createDirectiveDefinitionMap(meta);
27424
27424
  const expression = importExpr(Identifiers.declareDirective).callFn([definitionMap.toLiteralMap()]);
@@ -27430,7 +27430,7 @@ function createDirectiveDefinitionMap(meta) {
27430
27430
  const definitionMap = new DefinitionMap();
27431
27431
  const minVersion = getMinimumVersionForPartialOutput(meta);
27432
27432
  definitionMap.set("minVersion", literal(minVersion));
27433
- definitionMap.set("version", literal("18.2.3"));
27433
+ definitionMap.set("version", literal("18.2.5"));
27434
27434
  definitionMap.set("type", meta.type.value);
27435
27435
  if (meta.isStandalone) {
27436
27436
  definitionMap.set("isStandalone", literal(meta.isStandalone));
@@ -27592,7 +27592,7 @@ function legacyInputsPartialMetadata(inputs) {
27592
27592
  }));
27593
27593
  }
27594
27594
 
27595
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/partial/component.mjs
27595
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/partial/component.mjs
27596
27596
  function compileDeclareComponentFromMetadata(meta, template2, additionalTemplateInfo) {
27597
27597
  const definitionMap = createComponentDefinitionMap(meta, template2, additionalTemplateInfo);
27598
27598
  const expression = importExpr(Identifiers.declareComponent).callFn([definitionMap.toLiteralMap()]);
@@ -27743,12 +27743,12 @@ var BlockPresenceVisitor = class extends RecursiveVisitor {
27743
27743
  }
27744
27744
  };
27745
27745
 
27746
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/partial/factory.mjs
27746
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/partial/factory.mjs
27747
27747
  var MINIMUM_PARTIAL_LINKER_VERSION2 = "12.0.0";
27748
27748
  function compileDeclareFactoryFunction(meta) {
27749
27749
  const definitionMap = new DefinitionMap();
27750
27750
  definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION2));
27751
- definitionMap.set("version", literal("18.2.3"));
27751
+ definitionMap.set("version", literal("18.2.5"));
27752
27752
  definitionMap.set("ngImport", importExpr(Identifiers.core));
27753
27753
  definitionMap.set("type", meta.type.value);
27754
27754
  definitionMap.set("deps", compileDependencies(meta.deps));
@@ -27760,7 +27760,7 @@ function compileDeclareFactoryFunction(meta) {
27760
27760
  };
27761
27761
  }
27762
27762
 
27763
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/partial/injectable.mjs
27763
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/partial/injectable.mjs
27764
27764
  var MINIMUM_PARTIAL_LINKER_VERSION3 = "12.0.0";
27765
27765
  function compileDeclareInjectableFromMetadata(meta) {
27766
27766
  const definitionMap = createInjectableDefinitionMap(meta);
@@ -27771,7 +27771,7 @@ function compileDeclareInjectableFromMetadata(meta) {
27771
27771
  function createInjectableDefinitionMap(meta) {
27772
27772
  const definitionMap = new DefinitionMap();
27773
27773
  definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION3));
27774
- definitionMap.set("version", literal("18.2.3"));
27774
+ definitionMap.set("version", literal("18.2.5"));
27775
27775
  definitionMap.set("ngImport", importExpr(Identifiers.core));
27776
27776
  definitionMap.set("type", meta.type.value);
27777
27777
  if (meta.providedIn !== void 0) {
@@ -27798,7 +27798,7 @@ function createInjectableDefinitionMap(meta) {
27798
27798
  return definitionMap;
27799
27799
  }
27800
27800
 
27801
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/partial/injector.mjs
27801
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/partial/injector.mjs
27802
27802
  var MINIMUM_PARTIAL_LINKER_VERSION4 = "12.0.0";
27803
27803
  function compileDeclareInjectorFromMetadata(meta) {
27804
27804
  const definitionMap = createInjectorDefinitionMap(meta);
@@ -27809,7 +27809,7 @@ function compileDeclareInjectorFromMetadata(meta) {
27809
27809
  function createInjectorDefinitionMap(meta) {
27810
27810
  const definitionMap = new DefinitionMap();
27811
27811
  definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION4));
27812
- definitionMap.set("version", literal("18.2.3"));
27812
+ definitionMap.set("version", literal("18.2.5"));
27813
27813
  definitionMap.set("ngImport", importExpr(Identifiers.core));
27814
27814
  definitionMap.set("type", meta.type.value);
27815
27815
  definitionMap.set("providers", meta.providers);
@@ -27819,7 +27819,7 @@ function createInjectorDefinitionMap(meta) {
27819
27819
  return definitionMap;
27820
27820
  }
27821
27821
 
27822
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/partial/ng_module.mjs
27822
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/partial/ng_module.mjs
27823
27823
  var MINIMUM_PARTIAL_LINKER_VERSION5 = "14.0.0";
27824
27824
  function compileDeclareNgModuleFromMetadata(meta) {
27825
27825
  const definitionMap = createNgModuleDefinitionMap(meta);
@@ -27833,7 +27833,7 @@ function createNgModuleDefinitionMap(meta) {
27833
27833
  throw new Error("Invalid path! Local compilation mode should not get into the partial compilation path");
27834
27834
  }
27835
27835
  definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION5));
27836
- definitionMap.set("version", literal("18.2.3"));
27836
+ definitionMap.set("version", literal("18.2.5"));
27837
27837
  definitionMap.set("ngImport", importExpr(Identifiers.core));
27838
27838
  definitionMap.set("type", meta.type.value);
27839
27839
  if (meta.bootstrap.length > 0) {
@@ -27857,7 +27857,7 @@ function createNgModuleDefinitionMap(meta) {
27857
27857
  return definitionMap;
27858
27858
  }
27859
27859
 
27860
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/partial/pipe.mjs
27860
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/partial/pipe.mjs
27861
27861
  var MINIMUM_PARTIAL_LINKER_VERSION6 = "14.0.0";
27862
27862
  function compileDeclarePipeFromMetadata(meta) {
27863
27863
  const definitionMap = createPipeDefinitionMap(meta);
@@ -27868,7 +27868,7 @@ function compileDeclarePipeFromMetadata(meta) {
27868
27868
  function createPipeDefinitionMap(meta) {
27869
27869
  const definitionMap = new DefinitionMap();
27870
27870
  definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION6));
27871
- definitionMap.set("version", literal("18.2.3"));
27871
+ definitionMap.set("version", literal("18.2.5"));
27872
27872
  definitionMap.set("ngImport", importExpr(Identifiers.core));
27873
27873
  definitionMap.set("type", meta.type.value);
27874
27874
  if (meta.isStandalone) {
@@ -27881,16 +27881,16 @@ function createPipeDefinitionMap(meta) {
27881
27881
  return definitionMap;
27882
27882
  }
27883
27883
 
27884
- // bazel-out/k8-fastbuild/bin/packages/compiler/src/compiler.mjs
27884
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/compiler.mjs
27885
27885
  publishFacade(_global);
27886
27886
 
27887
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/version.mjs
27888
- var VERSION3 = new Version("18.2.3");
27887
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/version.mjs
27888
+ var VERSION3 = new Version("18.2.5");
27889
27889
 
27890
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/emitter.mjs
27890
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/emitter.mjs
27891
27891
  var import_typescript5 = __toESM(require("typescript"), 1);
27892
27892
 
27893
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error_code.mjs
27893
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error_code.mjs
27894
27894
  var ErrorCode;
27895
27895
  (function(ErrorCode2) {
27896
27896
  ErrorCode2[ErrorCode2["DECORATOR_ARG_NOT_LITERAL"] = 1001] = "DECORATOR_ARG_NOT_LITERAL";
@@ -27985,7 +27985,7 @@ var ErrorCode;
27985
27985
  ErrorCode2[ErrorCode2["LOCAL_COMPILATION_UNSUPPORTED_EXPRESSION"] = 11003] = "LOCAL_COMPILATION_UNSUPPORTED_EXPRESSION";
27986
27986
  })(ErrorCode || (ErrorCode = {}));
27987
27987
 
27988
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/docs.mjs
27988
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/docs.mjs
27989
27989
  var COMPILER_ERRORS_WITH_GUIDES = /* @__PURE__ */ new Set([
27990
27990
  ErrorCode.DECORATOR_ARG_NOT_LITERAL,
27991
27991
  ErrorCode.IMPORT_CYCLE_DETECTED,
@@ -27997,15 +27997,15 @@ var COMPILER_ERRORS_WITH_GUIDES = /* @__PURE__ */ new Set([
27997
27997
  ErrorCode.WARN_NGMODULE_ID_UNNECESSARY
27998
27998
  ]);
27999
27999
 
28000
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error.mjs
28000
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error.mjs
28001
28001
  var import_typescript2 = __toESM(require("typescript"), 1);
28002
28002
 
28003
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/util.mjs
28003
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/util.mjs
28004
28004
  function ngErrorCode(code) {
28005
28005
  return parseInt("-99" + code);
28006
28006
  }
28007
28007
 
28008
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error.mjs
28008
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error.mjs
28009
28009
  var FatalDiagnosticError = class extends Error {
28010
28010
  constructor(code, node, diagnosticMessage, relatedInformation) {
28011
28011
  super(`FatalDiagnosticError: Code: ${code}, Message: ${import_typescript2.default.flattenDiagnosticMessageText(diagnosticMessage, "\n")}`);
@@ -28066,10 +28066,10 @@ function isFatalDiagnosticError(err) {
28066
28066
  return err._isFatalDiagnosticError === true;
28067
28067
  }
28068
28068
 
28069
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error_details_base_url.mjs
28069
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error_details_base_url.mjs
28070
28070
  var ERROR_DETAILS_PAGE_BASE_URL = "https://angular.dev/errors";
28071
28071
 
28072
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/extended_template_diagnostic_name.mjs
28072
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/extended_template_diagnostic_name.mjs
28073
28073
  var ExtendedTemplateDiagnosticName;
28074
28074
  (function(ExtendedTemplateDiagnosticName2) {
28075
28075
  ExtendedTemplateDiagnosticName2["INVALID_BANANA_IN_BOX"] = "invalidBananaInBox";
@@ -28086,7 +28086,7 @@ var ExtendedTemplateDiagnosticName;
28086
28086
  ExtendedTemplateDiagnosticName2["UNUSED_LET_DECLARATION"] = "unusedLetDeclaration";
28087
28087
  })(ExtendedTemplateDiagnosticName || (ExtendedTemplateDiagnosticName = {}));
28088
28088
 
28089
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/typescript.mjs
28089
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/typescript.mjs
28090
28090
  var import_typescript3 = __toESM(require("typescript"), 1);
28091
28091
  var TS = /\.tsx?$/i;
28092
28092
  var D_TS = /\.d\.ts$/i;
@@ -28187,7 +28187,7 @@ function toUnredirectedSourceFile(sf) {
28187
28187
  return redirectInfo.unredirected;
28188
28188
  }
28189
28189
 
28190
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/find_export.mjs
28190
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/find_export.mjs
28191
28191
  function findExportedNameOfNode(target, file, reflector) {
28192
28192
  const exports = reflector.getExportsOfModule(file);
28193
28193
  if (exports === null) {
@@ -28207,7 +28207,7 @@ function findExportedNameOfNode(target, file, reflector) {
28207
28207
  return foundExportName;
28208
28208
  }
28209
28209
 
28210
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/emitter.mjs
28210
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/emitter.mjs
28211
28211
  var ImportFlags;
28212
28212
  (function(ImportFlags2) {
28213
28213
  ImportFlags2[ImportFlags2["None"] = 0] = "None";
@@ -28438,7 +28438,7 @@ var UnifiedModulesStrategy = class {
28438
28438
  }
28439
28439
  };
28440
28440
 
28441
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/alias.mjs
28441
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/alias.mjs
28442
28442
  var CHARS_TO_ESCAPE = /[^a-zA-Z0-9/_]/g;
28443
28443
  var UnifiedModulesAliasingHost = class {
28444
28444
  constructor(unifiedModulesHost) {
@@ -28505,7 +28505,7 @@ var AliasStrategy = class {
28505
28505
  }
28506
28506
  };
28507
28507
 
28508
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/path.mjs
28508
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/path.mjs
28509
28509
  function relativePathBetween(from, to) {
28510
28510
  const relativePath = stripExtension(relative(dirname(resolve(from)), resolve(to)));
28511
28511
  return relativePath !== "" ? toRelativeImport(relativePath) : null;
@@ -28514,7 +28514,7 @@ function normalizeSeparators2(path4) {
28514
28514
  return path4.replace(/\\/g, "/");
28515
28515
  }
28516
28516
 
28517
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/core.mjs
28517
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/core.mjs
28518
28518
  var NoopImportRewriter = class {
28519
28519
  rewriteSymbol(symbol, specifier) {
28520
28520
  return symbol;
@@ -28567,7 +28567,7 @@ function validateAndRewriteCoreSymbol(name) {
28567
28567
  return CORE_SUPPORTED_SYMBOLS.get(name);
28568
28568
  }
28569
28569
 
28570
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/patch_alias_reference_resolution.mjs
28570
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/patch_alias_reference_resolution.mjs
28571
28571
  var import_typescript7 = __toESM(require("typescript"), 1);
28572
28572
  var patchedReferencedAliasesSymbol = Symbol("patchedReferencedAliases");
28573
28573
  function loadIsReferencedAliasDeclarationPatch(context) {
@@ -28602,7 +28602,7 @@ function throwIncompatibleTransformationContextError() {
28602
28602
  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.");
28603
28603
  }
28604
28604
 
28605
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/default.mjs
28605
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/default.mjs
28606
28606
  var DefaultImportDeclaration = Symbol("DefaultImportDeclaration");
28607
28607
  function attachDefaultImportDeclaration(expr, importDecl) {
28608
28608
  expr[DefaultImportDeclaration] = importDecl;
@@ -28643,13 +28643,13 @@ var DefaultImportTracker = class {
28643
28643
  }
28644
28644
  };
28645
28645
 
28646
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/deferred_symbol_tracker.mjs
28646
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/deferred_symbol_tracker.mjs
28647
28647
  var import_typescript13 = __toESM(require("typescript"), 1);
28648
28648
 
28649
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/typescript.mjs
28649
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/typescript.mjs
28650
28650
  var import_typescript12 = __toESM(require("typescript"), 1);
28651
28651
 
28652
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/host.mjs
28652
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/host.mjs
28653
28653
  var import_typescript9 = __toESM(require("typescript"), 1);
28654
28654
  function isDecoratorIdentifier(exp) {
28655
28655
  return import_typescript9.default.isIdentifier(exp) || import_typescript9.default.isPropertyAccessExpression(exp) && import_typescript9.default.isIdentifier(exp.expression) && import_typescript9.default.isIdentifier(exp.name);
@@ -28672,7 +28672,7 @@ var ClassMemberAccessLevel;
28672
28672
  })(ClassMemberAccessLevel || (ClassMemberAccessLevel = {}));
28673
28673
  var AmbientImport = {};
28674
28674
 
28675
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/type_to_value.mjs
28675
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/type_to_value.mjs
28676
28676
  var import_typescript10 = __toESM(require("typescript"), 1);
28677
28677
  function typeToValue(typeNode, checker, isLocalCompilation) {
28678
28678
  var _a2, _b2;
@@ -28856,7 +28856,7 @@ function extractModuleName(node) {
28856
28856
  return node.moduleSpecifier.text;
28857
28857
  }
28858
28858
 
28859
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/util.mjs
28859
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/util.mjs
28860
28860
  var import_typescript11 = __toESM(require("typescript"), 1);
28861
28861
  function isNamedClassDeclaration(node) {
28862
28862
  return import_typescript11.default.isClassDeclaration(node) && isIdentifier(node.name);
@@ -28880,7 +28880,7 @@ function classMemberAccessLevelToString(level) {
28880
28880
  }
28881
28881
  }
28882
28882
 
28883
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/typescript.mjs
28883
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/typescript.mjs
28884
28884
  var TypeScriptReflectionHost = class {
28885
28885
  constructor(checker, isLocalCompilation = false) {
28886
28886
  this.checker = checker;
@@ -29367,7 +29367,7 @@ function getExportedName(decl, originalId) {
29367
29367
  }
29368
29368
  var LocalExportedDeclarations = Symbol("LocalExportedDeclarations");
29369
29369
 
29370
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/deferred_symbol_tracker.mjs
29370
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/deferred_symbol_tracker.mjs
29371
29371
  var AssumeEager = "AssumeEager";
29372
29372
  var DeferredSymbolTracker = class {
29373
29373
  constructor(typeChecker, onlyExplicitDeferDependencyImports) {
@@ -29487,7 +29487,7 @@ var DeferredSymbolTracker = class {
29487
29487
  }
29488
29488
  };
29489
29489
 
29490
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/imported_symbols_tracker.mjs
29490
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/imported_symbols_tracker.mjs
29491
29491
  var import_typescript15 = __toESM(require("typescript"), 1);
29492
29492
  var ImportedSymbolsTracker = class {
29493
29493
  constructor() {
@@ -29557,7 +29557,7 @@ var ImportedSymbolsTracker = class {
29557
29557
  }
29558
29558
  };
29559
29559
 
29560
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/local_compilation_extra_imports_tracker.mjs
29560
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/local_compilation_extra_imports_tracker.mjs
29561
29561
  var import_typescript16 = __toESM(require("typescript"), 1);
29562
29562
  var LocalCompilationExtraImportsTracker = class {
29563
29563
  constructor(typeChecker) {
@@ -29608,7 +29608,7 @@ function removeQuotations(s) {
29608
29608
  return s.substring(1, s.length - 1).trim();
29609
29609
  }
29610
29610
 
29611
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/references.mjs
29611
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/references.mjs
29612
29612
  var Reference2 = class {
29613
29613
  constructor(node, bestGuessOwningModule = null) {
29614
29614
  this.node = node;
@@ -29677,7 +29677,7 @@ var Reference2 = class {
29677
29677
  }
29678
29678
  };
29679
29679
 
29680
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/resolver.mjs
29680
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/resolver.mjs
29681
29681
  var ModuleResolver = class {
29682
29682
  constructor(program, compilerOptions, host, moduleResolutionCache) {
29683
29683
  this.program = program;
@@ -29694,7 +29694,7 @@ var ModuleResolver = class {
29694
29694
  }
29695
29695
  };
29696
29696
 
29697
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/jit/src/downlevel_decorators_transform.mjs
29697
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/jit/src/downlevel_decorators_transform.mjs
29698
29698
  var import_typescript21 = __toESM(require("typescript"), 1);
29699
29699
  function isAngularDecorator(decorator, isCore) {
29700
29700
  return isCore || decorator.import !== null && decorator.import.from === "@angular/core";
@@ -29999,13 +29999,13 @@ function cloneClassElementWithModifiers(node, modifiers) {
29999
29999
  return import_typescript21.default.setOriginalNode(clone, node);
30000
30000
  }
30001
30001
 
30002
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/jit/src/initializer_api_transforms/transform.mjs
30002
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/jit/src/initializer_api_transforms/transform.mjs
30003
30003
  var import_typescript94 = __toESM(require("typescript"), 1);
30004
30004
 
30005
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/di.mjs
30005
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/di.mjs
30006
30006
  var import_typescript23 = __toESM(require("typescript"), 1);
30007
30007
 
30008
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/util.mjs
30008
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/util.mjs
30009
30009
  var import_typescript22 = __toESM(require("typescript"), 1);
30010
30010
  var CORE_MODULE2 = "@angular/core";
30011
30011
  function valueReferenceToExpression(valueRef) {
@@ -30263,7 +30263,7 @@ function isAbstractClassDeclaration(clazz) {
30263
30263
  return import_typescript22.default.canHaveModifiers(clazz) && clazz.modifiers !== void 0 ? clazz.modifiers.some((mod) => mod.kind === import_typescript22.default.SyntaxKind.AbstractKeyword) : false;
30264
30264
  }
30265
30265
 
30266
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/di.mjs
30266
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/di.mjs
30267
30267
  function getConstructorDependencies(clazz, reflector, isCore) {
30268
30268
  const deps = [];
30269
30269
  const errors = [];
@@ -30407,10 +30407,10 @@ function createUnsuitableInjectionTokenError(clazz, error) {
30407
30407
  return new FatalDiagnosticError(ErrorCode.PARAM_MISSING_TOKEN, param.nameNode, chain2, hints);
30408
30408
  }
30409
30409
 
30410
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.mjs
30410
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.mjs
30411
30411
  var import_typescript46 = __toESM(require("typescript"), 1);
30412
30412
 
30413
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/api.mjs
30413
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/api.mjs
30414
30414
  var MetaKind;
30415
30415
  (function(MetaKind2) {
30416
30416
  MetaKind2[MetaKind2["Directive"] = 0] = "Directive";
@@ -30423,10 +30423,10 @@ var MatchSource;
30423
30423
  MatchSource2[MatchSource2["HostDirective"] = 1] = "HostDirective";
30424
30424
  })(MatchSource || (MatchSource = {}));
30425
30425
 
30426
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
30426
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
30427
30427
  var import_typescript26 = __toESM(require("typescript"), 1);
30428
30428
 
30429
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/property_mapping.mjs
30429
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/property_mapping.mjs
30430
30430
  var ClassPropertyMapping = class {
30431
30431
  constructor(forwardMap) {
30432
30432
  this.forwardMap = forwardMap;
@@ -30506,7 +30506,7 @@ function reverseMapFromForwardMap(forwardMap) {
30506
30506
  return reverseMap;
30507
30507
  }
30508
30508
 
30509
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/util.mjs
30509
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/util.mjs
30510
30510
  var import_typescript24 = __toESM(require("typescript"), 1);
30511
30511
  function extractReferencesFromType(checker, def, bestGuessOwningModule) {
30512
30512
  if (!import_typescript24.default.isTupleTypeNode(def)) {
@@ -30702,7 +30702,7 @@ function isHostDirectiveMetaForGlobalMode(hostDirectiveMeta) {
30702
30702
  return hostDirectiveMeta.directive instanceof Reference2;
30703
30703
  }
30704
30704
 
30705
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
30705
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
30706
30706
  var DtsMetadataReader = class {
30707
30707
  constructor(checker, reflector) {
30708
30708
  this.checker = checker;
@@ -30886,7 +30886,7 @@ function readHostDirectivesType(checker, type, bestGuessOwningModule) {
30886
30886
  return result.length > 0 ? result : null;
30887
30887
  }
30888
30888
 
30889
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/inheritance.mjs
30889
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/inheritance.mjs
30890
30890
  function flattenInheritedDirectiveMetadata(reader, dir) {
30891
30891
  const topMeta = reader.getDirectiveMetadata(dir);
30892
30892
  if (topMeta === null) {
@@ -30949,7 +30949,7 @@ function flattenInheritedDirectiveMetadata(reader, dir) {
30949
30949
  });
30950
30950
  }
30951
30951
 
30952
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/registry.mjs
30952
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/registry.mjs
30953
30953
  var LocalMetadataRegistry = class {
30954
30954
  constructor() {
30955
30955
  this.directives = /* @__PURE__ */ new Map();
@@ -31006,7 +31006,7 @@ var CompoundMetadataRegistry = class {
31006
31006
  }
31007
31007
  };
31008
31008
 
31009
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/resource_registry.mjs
31009
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/resource_registry.mjs
31010
31010
  var ResourceRegistry = class {
31011
31011
  constructor() {
31012
31012
  this.externalTemplateToComponentsMap = /* @__PURE__ */ new Map();
@@ -31071,7 +31071,7 @@ var ResourceRegistry = class {
31071
31071
  }
31072
31072
  };
31073
31073
 
31074
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/providers.mjs
31074
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/providers.mjs
31075
31075
  var ExportedProviderStatusResolver = class {
31076
31076
  constructor(metaReader) {
31077
31077
  this.metaReader = metaReader;
@@ -31115,7 +31115,7 @@ var ExportedProviderStatusResolver = class {
31115
31115
  }
31116
31116
  };
31117
31117
 
31118
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/host_directives_resolver.mjs
31118
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/host_directives_resolver.mjs
31119
31119
  var EMPTY_ARRAY = [];
31120
31120
  var HostDirectivesResolver = class {
31121
31121
  constructor(metaReader) {
@@ -31180,10 +31180,10 @@ function resolveOutput(bindingName) {
31180
31180
  return bindingName;
31181
31181
  }
31182
31182
 
31183
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/diagnostics.mjs
31183
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/diagnostics.mjs
31184
31184
  var import_typescript28 = __toESM(require("typescript"), 1);
31185
31185
 
31186
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/dynamic.mjs
31186
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/dynamic.mjs
31187
31187
  var DynamicValue = class {
31188
31188
  constructor(node, reason, code) {
31189
31189
  this.node = node;
@@ -31273,7 +31273,7 @@ var DynamicValue = class {
31273
31273
  }
31274
31274
  };
31275
31275
 
31276
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/result.mjs
31276
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/result.mjs
31277
31277
  var ResolvedModule = class {
31278
31278
  constructor(exports, evaluate) {
31279
31279
  this.exports = exports;
@@ -31303,7 +31303,7 @@ var EnumValue = class {
31303
31303
  var KnownFn = class {
31304
31304
  };
31305
31305
 
31306
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/diagnostics.mjs
31306
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/diagnostics.mjs
31307
31307
  function describeResolvedType(value, maxDepth = 1) {
31308
31308
  var _a2, _b2;
31309
31309
  if (value === null) {
@@ -31436,10 +31436,10 @@ function getContainerNode(node) {
31436
31436
  return node.getSourceFile();
31437
31437
  }
31438
31438
 
31439
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
31439
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
31440
31440
  var import_typescript29 = __toESM(require("typescript"), 1);
31441
31441
 
31442
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/builtin.mjs
31442
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/builtin.mjs
31443
31443
  var ArraySliceBuiltinFn = class extends KnownFn {
31444
31444
  constructor(lhs) {
31445
31445
  super();
@@ -31491,14 +31491,14 @@ var StringConcatBuiltinFn = class extends KnownFn {
31491
31491
  }
31492
31492
  };
31493
31493
 
31494
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/synthetic.mjs
31494
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/synthetic.mjs
31495
31495
  var SyntheticValue = class {
31496
31496
  constructor(value) {
31497
31497
  this.value = value;
31498
31498
  }
31499
31499
  };
31500
31500
 
31501
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
31501
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
31502
31502
  function literalBinaryOp(op) {
31503
31503
  return { op, literal: true };
31504
31504
  }
@@ -32073,7 +32073,7 @@ function owningModule(context, override = null) {
32073
32073
  }
32074
32074
  }
32075
32075
 
32076
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interface.mjs
32076
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interface.mjs
32077
32077
  var PartialEvaluator = class {
32078
32078
  constructor(host, checker, dependencyTracker) {
32079
32079
  this.host = host;
@@ -32093,7 +32093,7 @@ var PartialEvaluator = class {
32093
32093
  }
32094
32094
  };
32095
32095
 
32096
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/api.mjs
32096
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/api.mjs
32097
32097
  var CompilationMode;
32098
32098
  (function(CompilationMode2) {
32099
32099
  CompilationMode2[CompilationMode2["FULL"] = 0] = "FULL";
@@ -32107,7 +32107,7 @@ var HandlerPrecedence;
32107
32107
  HandlerPrecedence2[HandlerPrecedence2["WEAK"] = 2] = "WEAK";
32108
32108
  })(HandlerPrecedence || (HandlerPrecedence = {}));
32109
32109
 
32110
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/alias.mjs
32110
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/alias.mjs
32111
32111
  var import_typescript31 = __toESM(require("typescript"), 1);
32112
32112
  function aliasTransformFactory(exportStatements) {
32113
32113
  return () => {
@@ -32132,10 +32132,10 @@ function aliasTransformFactory(exportStatements) {
32132
32132
  };
32133
32133
  }
32134
32134
 
32135
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
32135
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
32136
32136
  var import_typescript32 = __toESM(require("typescript"), 1);
32137
32137
 
32138
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/api.mjs
32138
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/api.mjs
32139
32139
  var PerfPhase;
32140
32140
  (function(PerfPhase2) {
32141
32141
  PerfPhase2[PerfPhase2["Unaccounted"] = 0] = "Unaccounted";
@@ -32205,7 +32205,7 @@ var PerfCheckpoint;
32205
32205
  PerfCheckpoint2[PerfCheckpoint2["LAST"] = 9] = "LAST";
32206
32206
  })(PerfCheckpoint || (PerfCheckpoint = {}));
32207
32207
 
32208
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/noop.mjs
32208
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/noop.mjs
32209
32209
  var NoopPerfRecorder = class {
32210
32210
  eventCount() {
32211
32211
  }
@@ -32222,7 +32222,7 @@ var NoopPerfRecorder = class {
32222
32222
  };
32223
32223
  var NOOP_PERF_RECORDER = new NoopPerfRecorder();
32224
32224
 
32225
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/clock.mjs
32225
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/clock.mjs
32226
32226
  function mark() {
32227
32227
  return process.hrtime();
32228
32228
  }
@@ -32231,7 +32231,7 @@ function timeSinceInMicros(mark2) {
32231
32231
  return delta[0] * 1e6 + Math.floor(delta[1] / 1e3);
32232
32232
  }
32233
32233
 
32234
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/recorder.mjs
32234
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/recorder.mjs
32235
32235
  var ActivePerfRecorder = class {
32236
32236
  static zeroedToNow() {
32237
32237
  return new ActivePerfRecorder(mark());
@@ -32325,7 +32325,7 @@ var DelegatingPerfRecorder = class {
32325
32325
  }
32326
32326
  };
32327
32327
 
32328
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/trait.mjs
32328
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/trait.mjs
32329
32329
  var TraitState;
32330
32330
  (function(TraitState2) {
32331
32331
  TraitState2[TraitState2["Pending"] = 0] = "Pending";
@@ -32382,7 +32382,7 @@ var TraitImpl = class {
32382
32382
  }
32383
32383
  };
32384
32384
 
32385
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
32385
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
32386
32386
  var TraitCompiler = class {
32387
32387
  constructor(handlers, reflector, perf, incrementalBuild, compileNonExportedClasses, compilationMode, dtsTransforms, semanticDepGraphUpdater, sourceFileTypeIdentifier) {
32388
32388
  this.handlers = handlers;
@@ -32841,10 +32841,10 @@ function containsErrors(diagnostics) {
32841
32841
  return diagnostics !== null && diagnostics.some((diag) => diag.category === import_typescript32.default.DiagnosticCategory.Error);
32842
32842
  }
32843
32843
 
32844
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.mjs
32844
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.mjs
32845
32845
  var import_typescript43 = __toESM(require("typescript"), 1);
32846
32846
 
32847
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/context.mjs
32847
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/context.mjs
32848
32848
  var Context = class {
32849
32849
  constructor(isStatement) {
32850
32850
  this.isStatement = isStatement;
@@ -32857,10 +32857,10 @@ var Context = class {
32857
32857
  }
32858
32858
  };
32859
32859
 
32860
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/import_manager.mjs
32860
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/import_manager.mjs
32861
32861
  var import_typescript38 = __toESM(require("typescript"), 1);
32862
32862
 
32863
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/check_unique_identifier_name.mjs
32863
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/check_unique_identifier_name.mjs
32864
32864
  var import_typescript34 = __toESM(require("typescript"), 1);
32865
32865
  function createGenerateUniqueIdentifierHelper() {
32866
32866
  const generatedIdentifiers = /* @__PURE__ */ new Set();
@@ -32886,7 +32886,7 @@ function createGenerateUniqueIdentifierHelper() {
32886
32886
  };
32887
32887
  }
32888
32888
 
32889
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/import_typescript_transform.mjs
32889
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/import_typescript_transform.mjs
32890
32890
  var import_typescript35 = __toESM(require("typescript"), 1);
32891
32891
  function createTsTransformForImportManager(manager, extraStatementsForFiles) {
32892
32892
  return (ctx) => {
@@ -32953,7 +32953,7 @@ function isImportStatement(stmt) {
32953
32953
  return import_typescript35.default.isImportDeclaration(stmt) || import_typescript35.default.isImportEqualsDeclaration(stmt) || import_typescript35.default.isNamespaceImport(stmt);
32954
32954
  }
32955
32955
 
32956
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/reuse_generated_imports.mjs
32956
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/reuse_generated_imports.mjs
32957
32957
  var import_typescript36 = __toESM(require("typescript"), 1);
32958
32958
  function attemptToReuseGeneratedImports(tracker, request) {
32959
32959
  const requestHash = hashImportRequest(request);
@@ -32980,7 +32980,7 @@ function hashImportRequest(req) {
32980
32980
  return `${req.requestedFile.fileName}:${req.exportModuleSpecifier}:${req.exportSymbolName}${req.unsafeAliasOverride ? ":" + req.unsafeAliasOverride : ""}`;
32981
32981
  }
32982
32982
 
32983
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/reuse_source_file_imports.mjs
32983
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/reuse_source_file_imports.mjs
32984
32984
  var import_typescript37 = __toESM(require("typescript"), 1);
32985
32985
  function attemptToReuseExistingSourceFileImports(tracker, sourceFile, request) {
32986
32986
  let candidateImportToBeUpdated = null;
@@ -33040,7 +33040,7 @@ function attemptToReuseExistingSourceFileImports(tracker, sourceFile, request) {
33040
33040
  return fileUniqueAlias != null ? fileUniqueAlias : propertyName;
33041
33041
  }
33042
33042
 
33043
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/import_manager.mjs
33043
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/import_manager.mjs
33044
33044
  var presetImportManagerForceNamespaceImports = {
33045
33045
  disableOriginalSourceFileReuse: true,
33046
33046
  forceGenerateNamespacesForNewImports: true
@@ -33258,7 +33258,7 @@ function createImportReference(asTypeReference, ref) {
33258
33258
  }
33259
33259
  }
33260
33260
 
33261
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/translator.mjs
33261
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/translator.mjs
33262
33262
  var UNARY_OPERATORS2 = /* @__PURE__ */ new Map([
33263
33263
  [UnaryOperator.Minus, "-"],
33264
33264
  [UnaryOperator.Plus, "+"]
@@ -33503,7 +33503,7 @@ function createRange(span) {
33503
33503
  };
33504
33504
  }
33505
33505
 
33506
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/type_emitter.mjs
33506
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/type_emitter.mjs
33507
33507
  var import_typescript39 = __toESM(require("typescript"), 1);
33508
33508
  var INELIGIBLE = {};
33509
33509
  function canEmitType(type, canEmit) {
@@ -33578,10 +33578,10 @@ var TypeEmitter = class {
33578
33578
  }
33579
33579
  };
33580
33580
 
33581
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/type_translator.mjs
33581
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/type_translator.mjs
33582
33582
  var import_typescript41 = __toESM(require("typescript"), 1);
33583
33583
 
33584
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/ts_util.mjs
33584
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/ts_util.mjs
33585
33585
  var import_typescript40 = __toESM(require("typescript"), 1);
33586
33586
  function tsNumericExpression(value) {
33587
33587
  if (value < 0) {
@@ -33591,7 +33591,7 @@ function tsNumericExpression(value) {
33591
33591
  return import_typescript40.default.factory.createNumericLiteral(value);
33592
33592
  }
33593
33593
 
33594
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/type_translator.mjs
33594
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/type_translator.mjs
33595
33595
  function translateType(type, contextFile, reflector, refEmitter, imports) {
33596
33596
  return type.visitType(new TypeTranslatorVisitor(imports, contextFile, reflector, refEmitter), new Context(false));
33597
33597
  }
@@ -33808,7 +33808,7 @@ var TypeTranslatorVisitor = class {
33808
33808
  }
33809
33809
  };
33810
33810
 
33811
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/typescript_ast_factory.mjs
33811
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/typescript_ast_factory.mjs
33812
33812
  var import_typescript42 = __toESM(require("typescript"), 1);
33813
33813
  var PureAnnotation;
33814
33814
  (function(PureAnnotation2) {
@@ -34011,7 +34011,7 @@ function attachComments(statement, leadingComments) {
34011
34011
  }
34012
34012
  }
34013
34013
 
34014
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/typescript_translator.mjs
34014
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/typescript_translator.mjs
34015
34015
  function translateExpression(contextFile, expression, imports, options = {}) {
34016
34016
  return expression.visitExpression(new ExpressionTranslatorVisitor(new TypeScriptAstFactory(options.annotateForClosureCompiler === true), imports, contextFile, options), new Context(false));
34017
34017
  }
@@ -34019,7 +34019,7 @@ function translateStatement(contextFile, statement, imports, options = {}) {
34019
34019
  return statement.visitStatement(new ExpressionTranslatorVisitor(new TypeScriptAstFactory(options.annotateForClosureCompiler === true), imports, contextFile, options), new Context(true));
34020
34020
  }
34021
34021
 
34022
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.mjs
34022
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.mjs
34023
34023
  var DtsTransformRegistry = class {
34024
34024
  constructor() {
34025
34025
  this.ivyDeclarationTransforms = /* @__PURE__ */ new Map();
@@ -34167,10 +34167,10 @@ function markForEmitAsSingleLine(node) {
34167
34167
  import_typescript43.default.forEachChild(node, markForEmitAsSingleLine);
34168
34168
  }
34169
34169
 
34170
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
34170
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
34171
34171
  var import_typescript45 = __toESM(require("typescript"), 1);
34172
34172
 
34173
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/visitor.mjs
34173
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/visitor.mjs
34174
34174
  var import_typescript44 = __toESM(require("typescript"), 1);
34175
34175
  function visit(node, visitor, context) {
34176
34176
  return visitor._visit(node, context);
@@ -34231,7 +34231,7 @@ var Visitor = class {
34231
34231
  }
34232
34232
  };
34233
34233
 
34234
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
34234
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
34235
34235
  var NO_DECORATORS = /* @__PURE__ */ new Set();
34236
34236
  var CLOSURE_FILE_OVERVIEW_REGEXP = /\s+@fileoverview\s+/i;
34237
34237
  function ivyTransformFactory(compilation, reflector, importRewriter, defaultImportTracker, localCompilationExtraImportsTracker, perf, isCore, isClosureCompilerEnabled) {
@@ -34466,7 +34466,7 @@ function nodeArrayFromDecoratorsArray(decorators) {
34466
34466
  return array;
34467
34467
  }
34468
34468
 
34469
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.mjs
34469
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.mjs
34470
34470
  function makeDuplicateDeclarationError(node, data, kind) {
34471
34471
  const context = [];
34472
34472
  for (const decl of data) {
@@ -34675,7 +34675,7 @@ function assertLocalCompilationUnresolvedConst(compilationMode, value, nodeToHig
34675
34675
  }
34676
34676
  }
34677
34677
 
34678
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/evaluation.mjs
34678
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/evaluation.mjs
34679
34679
  var import_typescript48 = __toESM(require("typescript"), 1);
34680
34680
  function resolveEnumValue(evaluator, metadata, field, enumSymbolName) {
34681
34681
  let resolved = null;
@@ -34725,7 +34725,7 @@ function resolveLiteral(decorator, literalCache) {
34725
34725
  return meta;
34726
34726
  }
34727
34727
 
34728
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/factory.mjs
34728
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/factory.mjs
34729
34729
  function compileNgFactoryDefField(metadata) {
34730
34730
  const res = compileFactoryFunction(metadata);
34731
34731
  return {
@@ -34747,7 +34747,7 @@ function compileDeclareFactory(metadata) {
34747
34747
  };
34748
34748
  }
34749
34749
 
34750
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/injectable_registry.mjs
34750
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/injectable_registry.mjs
34751
34751
  var InjectableClassRegistry = class {
34752
34752
  constructor(host, isCore) {
34753
34753
  this.host = host;
@@ -34773,7 +34773,7 @@ var InjectableClassRegistry = class {
34773
34773
  }
34774
34774
  };
34775
34775
 
34776
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/metadata.mjs
34776
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/metadata.mjs
34777
34777
  var import_typescript49 = __toESM(require("typescript"), 1);
34778
34778
  function extractClassMetadata(clazz, reflection, isCore, annotateForClosureCompiler, angularDecoratorTransform = (dec) => dec) {
34779
34779
  if (!reflection.isClass(clazz)) {
@@ -34859,7 +34859,7 @@ function removeIdentifierReferences(node, names) {
34859
34859
  return result.transformed[0];
34860
34860
  }
34861
34861
 
34862
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/debug_info.mjs
34862
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/debug_info.mjs
34863
34863
  var path = __toESM(require("path"), 1);
34864
34864
  function extractClassDebugInfo(clazz, reflection, rootDirs, forbidOrphanRendering) {
34865
34865
  if (!reflection.isClass(clazz)) {
@@ -34885,13 +34885,13 @@ function computeRelativePathIfPossible(filePath, rootDirs) {
34885
34885
  return null;
34886
34886
  }
34887
34887
 
34888
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/references_registry.mjs
34888
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/references_registry.mjs
34889
34889
  var NoopReferencesRegistry = class {
34890
34890
  add(source, ...references) {
34891
34891
  }
34892
34892
  };
34893
34893
 
34894
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/schema.mjs
34894
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/schema.mjs
34895
34895
  function extractSchemas(rawExpr, evaluator, context) {
34896
34896
  const schemas = [];
34897
34897
  const result = evaluator.evaluate(rawExpr);
@@ -34920,7 +34920,7 @@ function extractSchemas(rawExpr, evaluator, context) {
34920
34920
  return schemas;
34921
34921
  }
34922
34922
 
34923
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/input_transforms.mjs
34923
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/input_transforms.mjs
34924
34924
  function compileInputTransformFields(inputs) {
34925
34925
  const extraFields = [];
34926
34926
  for (const input of inputs) {
@@ -34937,17 +34937,17 @@ function compileInputTransformFields(inputs) {
34937
34937
  return extraFields;
34938
34938
  }
34939
34939
 
34940
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/jit_declaration_registry.mjs
34940
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/jit_declaration_registry.mjs
34941
34941
  var JitDeclarationRegistry = class {
34942
34942
  constructor() {
34943
34943
  this.jitDeclarations = /* @__PURE__ */ new Set();
34944
34944
  }
34945
34945
  };
34946
34946
 
34947
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
34947
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
34948
34948
  var import_typescript88 = __toESM(require("typescript"), 1);
34949
34949
 
34950
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/api.mjs
34950
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/api.mjs
34951
34951
  var import_typescript50 = __toESM(require("typescript"), 1);
34952
34952
  var SemanticSymbol = class {
34953
34953
  constructor(decl) {
@@ -34963,7 +34963,7 @@ function getSymbolIdentifier(decl) {
34963
34963
  return decl.name.text;
34964
34964
  }
34965
34965
 
34966
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/graph.mjs
34966
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/graph.mjs
34967
34967
  var OpaqueSymbol = class extends SemanticSymbol {
34968
34968
  isPublicApiAffected() {
34969
34969
  return false;
@@ -35105,10 +35105,10 @@ function getImportPath(expr) {
35105
35105
  }
35106
35106
  }
35107
35107
 
35108
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
35108
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
35109
35109
  var import_typescript51 = __toESM(require("typescript"), 1);
35110
35110
 
35111
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/util.mjs
35111
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/util.mjs
35112
35112
  function isSymbolEqual(a, b) {
35113
35113
  if (a.decl === b.decl) {
35114
35114
  return true;
@@ -35158,7 +35158,7 @@ function isSetEqual(a, b, equalityTester = referenceEquality) {
35158
35158
  return true;
35159
35159
  }
35160
35160
 
35161
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
35161
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
35162
35162
  function extractSemanticTypeParameters(node) {
35163
35163
  if (!import_typescript51.default.isClassDeclaration(node) || node.typeParameters === void 0) {
35164
35164
  return null;
@@ -35180,14 +35180,14 @@ function isTypeParameterEqual(a, b) {
35180
35180
  return a.hasGenericTypeBound === b.hasGenericTypeBound;
35181
35181
  }
35182
35182
 
35183
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/api.mjs
35183
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/api.mjs
35184
35184
  var ComponentScopeKind;
35185
35185
  (function(ComponentScopeKind2) {
35186
35186
  ComponentScopeKind2[ComponentScopeKind2["NgModule"] = 0] = "NgModule";
35187
35187
  ComponentScopeKind2[ComponentScopeKind2["Standalone"] = 1] = "Standalone";
35188
35188
  })(ComponentScopeKind || (ComponentScopeKind = {}));
35189
35189
 
35190
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/component_scope.mjs
35190
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/component_scope.mjs
35191
35191
  var CompoundComponentScopeReader = class {
35192
35192
  constructor(readers) {
35193
35193
  this.readers = readers;
@@ -35212,7 +35212,7 @@ var CompoundComponentScopeReader = class {
35212
35212
  }
35213
35213
  };
35214
35214
 
35215
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/dependency.mjs
35215
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/dependency.mjs
35216
35216
  var MetadataDtsModuleScopeResolver = class {
35217
35217
  constructor(dtsMetaReader, aliasingHost) {
35218
35218
  this.dtsMetaReader = dtsMetaReader;
@@ -35287,10 +35287,10 @@ var MetadataDtsModuleScopeResolver = class {
35287
35287
  }
35288
35288
  };
35289
35289
 
35290
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.mjs
35290
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.mjs
35291
35291
  var import_typescript52 = __toESM(require("typescript"), 1);
35292
35292
 
35293
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/util.mjs
35293
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/util.mjs
35294
35294
  function getDiagnosticNode(ref, rawExpr) {
35295
35295
  return rawExpr !== null ? ref.getOriginForDiagnostics(rawExpr) : ref.node.name;
35296
35296
  }
@@ -35316,7 +35316,7 @@ function makeUnknownComponentDeferredImportDiagnostic(ref, rawExpr) {
35316
35316
  return makeDiagnostic(ErrorCode.COMPONENT_UNKNOWN_DEFERRED_IMPORT, getDiagnosticNode(ref, rawExpr), `Component deferred imports must be standalone components, directives or pipes.`);
35317
35317
  }
35318
35318
 
35319
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.mjs
35319
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.mjs
35320
35320
  var LocalModuleScopeRegistry = class {
35321
35321
  constructor(localReader, fullReader, dependencyScopeReader, refEmitter, aliasingHost) {
35322
35322
  this.localReader = localReader;
@@ -35657,7 +35657,7 @@ function reexportCollision(module2, refA, refB) {
35657
35657
  ]);
35658
35658
  }
35659
35659
 
35660
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/typecheck.mjs
35660
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/typecheck.mjs
35661
35661
  var import_typescript54 = __toESM(require("typescript"), 1);
35662
35662
  var TypeCheckScopeRegistry = class {
35663
35663
  constructor(scopeReader, metaReader, hostDirectivesResolver) {
@@ -35737,10 +35737,10 @@ var TypeCheckScopeRegistry = class {
35737
35737
  }
35738
35738
  };
35739
35739
 
35740
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/shared.mjs
35740
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/shared.mjs
35741
35741
  var import_typescript58 = __toESM(require("typescript"), 1);
35742
35742
 
35743
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/initializer_function_access.mjs
35743
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/initializer_function_access.mjs
35744
35744
  function validateAccessOfInitializerApiMember({ api, call: call2 }, member) {
35745
35745
  if (!api.allowedAccessLevels.includes(member.accessLevel)) {
35746
35746
  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)}.`, [
@@ -35749,7 +35749,7 @@ function validateAccessOfInitializerApiMember({ api, call: call2 }, member) {
35749
35749
  }
35750
35750
  }
35751
35751
 
35752
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/initializer_functions.mjs
35752
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/initializer_functions.mjs
35753
35753
  var import_typescript55 = __toESM(require("typescript"), 1);
35754
35754
  function tryParseInitializerApi(functions, expression, reflector, importTracker) {
35755
35755
  if (!import_typescript55.default.isCallExpression(expression)) {
@@ -35818,7 +35818,7 @@ function parseTopLevelCallFromNamespace(call2, functions, importTracker) {
35818
35818
  return { api: matchingApi, apiReference, isRequired };
35819
35819
  }
35820
35820
 
35821
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/input_output_parse_options.mjs
35821
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/input_output_parse_options.mjs
35822
35822
  var import_typescript56 = __toESM(require("typescript"), 1);
35823
35823
  function parseAndValidateInputAndOutputOptions(optionsNode) {
35824
35824
  if (!import_typescript56.default.isObjectLiteralExpression(optionsNode)) {
@@ -35836,7 +35836,7 @@ function parseAndValidateInputAndOutputOptions(optionsNode) {
35836
35836
  return { alias };
35837
35837
  }
35838
35838
 
35839
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/input_function.mjs
35839
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/input_function.mjs
35840
35840
  var INPUT_INITIALIZER_FN = {
35841
35841
  functionName: "input",
35842
35842
  owningModule: "@angular/core",
@@ -35868,7 +35868,7 @@ function tryParseSignalInputMapping(member, reflector, importTracker) {
35868
35868
  };
35869
35869
  }
35870
35870
 
35871
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/model_function.mjs
35871
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/model_function.mjs
35872
35872
  var MODEL_INITIALIZER_FN = {
35873
35873
  functionName: "model",
35874
35874
  owningModule: "@angular/core",
@@ -35909,7 +35909,7 @@ function tryParseSignalModelMapping(member, reflector, importTracker) {
35909
35909
  };
35910
35910
  }
35911
35911
 
35912
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/output_function.mjs
35912
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/output_function.mjs
35913
35913
  var allowedAccessLevels = [
35914
35914
  ClassMemberAccessLevel.PublicWritable,
35915
35915
  ClassMemberAccessLevel.PublicReadonly,
@@ -35953,7 +35953,7 @@ function tryParseInitializerBasedOutput(member, reflector, importTracker) {
35953
35953
  };
35954
35954
  }
35955
35955
 
35956
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/query_functions.mjs
35956
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/query_functions.mjs
35957
35957
  var import_typescript57 = __toESM(require("typescript"), 1);
35958
35958
  var queryFunctionNames = [
35959
35959
  "viewChild",
@@ -36037,7 +36037,7 @@ function parseDescendantsOption(value) {
36037
36037
  throw new FatalDiagnosticError(ErrorCode.VALUE_HAS_WRONG_TYPE, value, `Expected "descendants" option to be a boolean literal.`);
36038
36038
  }
36039
36039
 
36040
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/shared.mjs
36040
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/shared.mjs
36041
36041
  var EMPTY_OBJECT = {};
36042
36042
  var queryDecoratorNames = [
36043
36043
  "ViewChild",
@@ -36837,7 +36837,7 @@ function toR3InputMetadata(mapping) {
36837
36837
  };
36838
36838
  }
36839
36839
 
36840
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/symbol.mjs
36840
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/symbol.mjs
36841
36841
  var DirectiveSymbol = class extends SemanticSymbol {
36842
36842
  constructor(decl, selector, inputs, outputs, exportAs, typeCheckMeta, typeParameters) {
36843
36843
  super(decl);
@@ -36917,7 +36917,7 @@ function isBaseClassEqual(current, previous) {
36917
36917
  return isSymbolEqual(current, previous);
36918
36918
  }
36919
36919
 
36920
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/handler.mjs
36920
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/handler.mjs
36921
36921
  var FIELD_DECORATORS = [
36922
36922
  "Input",
36923
36923
  "Output",
@@ -37113,10 +37113,10 @@ var DirectiveDecoratorHandler = class {
37113
37113
  }
37114
37114
  };
37115
37115
 
37116
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
37116
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
37117
37117
  var import_typescript60 = __toESM(require("typescript"), 1);
37118
37118
 
37119
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/module_with_providers.mjs
37119
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/module_with_providers.mjs
37120
37120
  var import_typescript59 = __toESM(require("typescript"), 1);
37121
37121
  function createModuleWithProvidersResolver(reflector, isCore) {
37122
37122
  function _reflectModuleFromTypeParam(type, node) {
@@ -37188,7 +37188,7 @@ function isResolvedModuleWithProviders(sv) {
37188
37188
  return typeof sv.value === "object" && sv.value != null && sv.value.hasOwnProperty("ngModule") && sv.value.hasOwnProperty("mwpCall");
37189
37189
  }
37190
37190
 
37191
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
37191
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
37192
37192
  var NgModuleSymbol = class extends SemanticSymbol {
37193
37193
  constructor(decl, hasProviders) {
37194
37194
  super(decl);
@@ -37803,7 +37803,7 @@ function isSyntheticReference(ref) {
37803
37803
  return ref.synthetic;
37804
37804
  }
37805
37805
 
37806
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/diagnostics.mjs
37806
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/diagnostics.mjs
37807
37807
  function makeCyclicImportInfo(ref, type, cycle) {
37808
37808
  const name = ref.debugName || "(unknown)";
37809
37809
  const path4 = cycle.getPath().map((sf) => sf.fileName).join(" -> ");
@@ -37826,7 +37826,7 @@ function checkCustomElementSelectorForErrors(selector) {
37826
37826
  return null;
37827
37827
  }
37828
37828
 
37829
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/resources.mjs
37829
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/resources.mjs
37830
37830
  var import_typescript62 = __toESM(require("typescript"), 1);
37831
37831
  function getTemplateDeclarationNodeForError(declaration) {
37832
37832
  return declaration.isInline ? declaration.expression : declaration.templateUrlExpression;
@@ -38180,7 +38180,7 @@ function _extractTemplateStyleUrls(template2) {
38180
38180
  }));
38181
38181
  }
38182
38182
 
38183
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/symbol.mjs
38183
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/symbol.mjs
38184
38184
  var ComponentSymbol = class extends DirectiveSymbol {
38185
38185
  constructor() {
38186
38186
  super(...arguments);
@@ -38215,7 +38215,7 @@ var ComponentSymbol = class extends DirectiveSymbol {
38215
38215
  }
38216
38216
  };
38217
38217
 
38218
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/util.mjs
38218
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/util.mjs
38219
38219
  function collectAnimationNames(value, animationTriggerNames) {
38220
38220
  if (value instanceof Map) {
38221
38221
  const name = value.get("name");
@@ -38292,7 +38292,7 @@ function isLikelyModuleWithProviders(value) {
38292
38292
  return false;
38293
38293
  }
38294
38294
 
38295
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/api.mjs
38295
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/api.mjs
38296
38296
  var NgOriginalFile = Symbol("NgOriginalFile");
38297
38297
  var UpdateMode;
38298
38298
  (function(UpdateMode2) {
@@ -38300,13 +38300,13 @@ var UpdateMode;
38300
38300
  UpdateMode2[UpdateMode2["Incremental"] = 1] = "Incremental";
38301
38301
  })(UpdateMode || (UpdateMode = {}));
38302
38302
 
38303
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/ts_create_program_driver.mjs
38303
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/ts_create_program_driver.mjs
38304
38304
  var import_typescript66 = __toESM(require("typescript"), 1);
38305
38305
 
38306
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/adapter.mjs
38306
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/adapter.mjs
38307
38307
  var import_typescript63 = __toESM(require("typescript"), 1);
38308
38308
 
38309
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/expando.mjs
38309
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/expando.mjs
38310
38310
  var NgExtension = Symbol("NgExtension");
38311
38311
  function isExtended(sf) {
38312
38312
  return sf[NgExtension] !== void 0;
@@ -38366,13 +38366,13 @@ function retagTsFile(sf) {
38366
38366
  }
38367
38367
  }
38368
38368
 
38369
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/util.mjs
38369
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/util.mjs
38370
38370
  var TS_EXTENSIONS = /\.tsx?$/i;
38371
38371
  function makeShimFileName(fileName, suffix) {
38372
38372
  return absoluteFrom(fileName.replace(TS_EXTENSIONS, suffix));
38373
38373
  }
38374
38374
 
38375
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/adapter.mjs
38375
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/adapter.mjs
38376
38376
  var ShimAdapter = class {
38377
38377
  constructor(delegate, tsRootFiles, topLevelGenerators, perFileGenerators, oldProgram) {
38378
38378
  this.delegate = delegate;
@@ -38467,7 +38467,7 @@ var ShimAdapter = class {
38467
38467
  }
38468
38468
  };
38469
38469
 
38470
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/reference_tagger.mjs
38470
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/reference_tagger.mjs
38471
38471
  var ShimReferenceTagger = class {
38472
38472
  constructor(shimExtensions) {
38473
38473
  this.tagged = /* @__PURE__ */ new Set();
@@ -38501,7 +38501,7 @@ var ShimReferenceTagger = class {
38501
38501
  }
38502
38502
  };
38503
38503
 
38504
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/ts_create_program_driver.mjs
38504
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/ts_create_program_driver.mjs
38505
38505
  var DelegatingCompilerHost = class {
38506
38506
  get jsDocParsingMode() {
38507
38507
  return this.delegate.jsDocParsingMode;
@@ -38619,14 +38619,14 @@ var TsCreateProgramDriver = class {
38619
38619
  }
38620
38620
  };
38621
38621
 
38622
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/checker.mjs
38622
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/checker.mjs
38623
38623
  var OptimizeFor;
38624
38624
  (function(OptimizeFor2) {
38625
38625
  OptimizeFor2[OptimizeFor2["SingleFile"] = 0] = "SingleFile";
38626
38626
  OptimizeFor2[OptimizeFor2["WholeProgram"] = 1] = "WholeProgram";
38627
38627
  })(OptimizeFor || (OptimizeFor = {}));
38628
38628
 
38629
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/completion.mjs
38629
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/completion.mjs
38630
38630
  var CompletionKind;
38631
38631
  (function(CompletionKind2) {
38632
38632
  CompletionKind2[CompletionKind2["Reference"] = 0] = "Reference";
@@ -38634,7 +38634,7 @@ var CompletionKind;
38634
38634
  CompletionKind2[CompletionKind2["LetDeclaration"] = 2] = "LetDeclaration";
38635
38635
  })(CompletionKind || (CompletionKind = {}));
38636
38636
 
38637
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/scope.mjs
38637
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/scope.mjs
38638
38638
  var PotentialImportKind;
38639
38639
  (function(PotentialImportKind2) {
38640
38640
  PotentialImportKind2[PotentialImportKind2["NgModule"] = 0] = "NgModule";
@@ -38646,7 +38646,7 @@ var PotentialImportMode;
38646
38646
  PotentialImportMode2[PotentialImportMode2["ForceDirect"] = 1] = "ForceDirect";
38647
38647
  })(PotentialImportMode || (PotentialImportMode = {}));
38648
38648
 
38649
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/symbols.mjs
38649
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/symbols.mjs
38650
38650
  var SymbolKind;
38651
38651
  (function(SymbolKind2) {
38652
38652
  SymbolKind2[SymbolKind2["Input"] = 0] = "Input";
@@ -38663,7 +38663,7 @@ var SymbolKind;
38663
38663
  SymbolKind2[SymbolKind2["LetDeclaration"] = 11] = "LetDeclaration";
38664
38664
  })(SymbolKind || (SymbolKind = {}));
38665
38665
 
38666
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/diagnostic.mjs
38666
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/diagnostic.mjs
38667
38667
  var import_typescript68 = __toESM(require("typescript"), 1);
38668
38668
  function makeTemplateDiagnostic(templateId, mapping, span, category, code, messageText, relatedMessages) {
38669
38669
  var _a2;
@@ -38774,7 +38774,7 @@ function parseTemplateAsSourceFile(fileName, template2) {
38774
38774
  );
38775
38775
  }
38776
38776
 
38777
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/id.mjs
38777
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/id.mjs
38778
38778
  var TEMPLATE_ID = Symbol("ngTemplateId");
38779
38779
  var NEXT_TEMPLATE_ID = Symbol("ngNextTemplateId");
38780
38780
  function getTemplateId(clazz) {
@@ -38791,10 +38791,10 @@ function allocateTemplateId(sf) {
38791
38791
  return `tcb${sf[NEXT_TEMPLATE_ID]++}`;
38792
38792
  }
38793
38793
 
38794
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/completion.mjs
38794
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/completion.mjs
38795
38795
  var import_typescript70 = __toESM(require("typescript"), 1);
38796
38796
 
38797
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/comments.mjs
38797
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/comments.mjs
38798
38798
  var import_typescript69 = __toESM(require("typescript"), 1);
38799
38799
  var parseSpanComment = /^(\d+),(\d+)$/;
38800
38800
  function readSpanComment(node, sourceFile = node.getSourceFile()) {
@@ -38924,7 +38924,7 @@ function hasExpressionIdentifier(sourceFile, node, identifier) {
38924
38924
  }) || false;
38925
38925
  }
38926
38926
 
38927
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/completion.mjs
38927
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/completion.mjs
38928
38928
  var CompletionEngine = class {
38929
38929
  constructor(tcb, data, tcbPath, tcbIsShim) {
38930
38930
  this.tcb = tcb;
@@ -40201,10 +40201,10 @@ var MagicString = class {
40201
40201
  }
40202
40202
  };
40203
40203
 
40204
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
40204
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
40205
40205
  var import_typescript84 = __toESM(require("typescript"), 1);
40206
40206
 
40207
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/dom.mjs
40207
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/dom.mjs
40208
40208
  var import_typescript71 = __toESM(require("typescript"), 1);
40209
40209
  var REGISTRY = new DomElementSchemaRegistry();
40210
40210
  var REMOVE_XHTML_REGEX = /^:xhtml:/;
@@ -40256,10 +40256,10 @@ var RegistryDomSchemaChecker = class {
40256
40256
  }
40257
40257
  };
40258
40258
 
40259
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/environment.mjs
40259
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/environment.mjs
40260
40260
  var import_typescript77 = __toESM(require("typescript"), 1);
40261
40261
 
40262
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/reference_emit_environment.mjs
40262
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/reference_emit_environment.mjs
40263
40263
  var ReferenceEmitEnvironment = class {
40264
40264
  constructor(importManager, refEmitter, reflector, contextFile) {
40265
40265
  this.importManager = importManager;
@@ -40289,7 +40289,7 @@ var ReferenceEmitEnvironment = class {
40289
40289
  }
40290
40290
  };
40291
40291
 
40292
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/ts_util.mjs
40292
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/ts_util.mjs
40293
40293
  var import_typescript72 = __toESM(require("typescript"), 1);
40294
40294
  var SAFE_TO_CAST_WITHOUT_PARENS = /* @__PURE__ */ new Set([
40295
40295
  import_typescript72.default.SyntaxKind.ParenthesizedExpression,
@@ -40372,13 +40372,13 @@ function tsNumericExpression2(value) {
40372
40372
  return import_typescript72.default.factory.createNumericLiteral(value);
40373
40373
  }
40374
40374
 
40375
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.mjs
40375
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.mjs
40376
40376
  var import_typescript76 = __toESM(require("typescript"), 1);
40377
40377
 
40378
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.mjs
40378
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.mjs
40379
40379
  var import_typescript74 = __toESM(require("typescript"), 1);
40380
40380
 
40381
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_parameter_emitter.mjs
40381
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_parameter_emitter.mjs
40382
40382
  var import_typescript73 = __toESM(require("typescript"), 1);
40383
40383
  var TypeParameterEmitter = class {
40384
40384
  constructor(typeParameters, reflector) {
@@ -40456,7 +40456,7 @@ var TypeParameterEmitter = class {
40456
40456
  }
40457
40457
  };
40458
40458
 
40459
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.mjs
40459
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.mjs
40460
40460
  var TCB_FILE_IMPORT_GRAPH_PREPARE_IDENTIFIERS = [
40461
40461
  Identifiers.InputSignalBrandWriteType
40462
40462
  ];
@@ -40548,7 +40548,7 @@ function checkIfGenericTypeBoundsCanBeEmitted(node, reflector, env) {
40548
40548
  return emitter.canEmit((ref) => env.canReferenceType(ref));
40549
40549
  }
40550
40550
 
40551
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.mjs
40551
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.mjs
40552
40552
  function generateTypeCtorDeclarationFn(env, meta, nodeTypeRef, typeParams) {
40553
40553
  const rawTypeArgs = typeParams !== void 0 ? generateGenericArgs(typeParams) : void 0;
40554
40554
  const rawType = import_typescript76.default.factory.createTypeReferenceNode(nodeTypeRef, rawTypeArgs);
@@ -40671,7 +40671,7 @@ function typeParametersWithDefaultTypes(params) {
40671
40671
  });
40672
40672
  }
40673
40673
 
40674
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/environment.mjs
40674
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/environment.mjs
40675
40675
  var Environment = class extends ReferenceEmitEnvironment {
40676
40676
  constructor(config, importManager, refEmitter, reflector, contextFile) {
40677
40677
  super(importManager, refEmitter, reflector, contextFile);
@@ -40743,7 +40743,7 @@ var Environment = class extends ReferenceEmitEnvironment {
40743
40743
  }
40744
40744
  };
40745
40745
 
40746
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/oob.mjs
40746
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/oob.mjs
40747
40747
  var import_typescript78 = __toESM(require("typescript"), 1);
40748
40748
  var OutOfBandDiagnosticRecorderImpl = class {
40749
40749
  constructor(resolver) {
@@ -40943,7 +40943,7 @@ function makeInlineDiagnostic(templateId, code, node, messageText, relatedInform
40943
40943
  });
40944
40944
  }
40945
40945
 
40946
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/shim.mjs
40946
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/shim.mjs
40947
40947
  var import_typescript79 = __toESM(require("typescript"), 1);
40948
40948
  var TypeCheckShimGenerator = class {
40949
40949
  constructor() {
@@ -40961,10 +40961,10 @@ var TypeCheckShimGenerator = class {
40961
40961
  }
40962
40962
  };
40963
40963
 
40964
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.mjs
40964
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.mjs
40965
40965
  var import_typescript82 = __toESM(require("typescript"), 1);
40966
40966
 
40967
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/diagnostics.mjs
40967
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/diagnostics.mjs
40968
40968
  var import_typescript80 = __toESM(require("typescript"), 1);
40969
40969
  function wrapForDiagnostics(expr) {
40970
40970
  return import_typescript80.default.factory.createParenthesizedExpression(expr);
@@ -41019,7 +41019,7 @@ function translateDiagnostic(diagnostic, resolver) {
41019
41019
  return makeTemplateDiagnostic(sourceLocation.id, templateSourceMapping, span, diagnostic.category, diagnostic.code, diagnostic.messageText);
41020
41020
  }
41021
41021
 
41022
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/expression.mjs
41022
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/expression.mjs
41023
41023
  var import_typescript81 = __toESM(require("typescript"), 1);
41024
41024
  var ANY_EXPRESSION = import_typescript81.default.factory.createAsExpression(import_typescript81.default.factory.createNumericLiteral("0"), import_typescript81.default.factory.createKeywordTypeNode(import_typescript81.default.SyntaxKind.AnyKeyword));
41025
41025
  var UNDEFINED = import_typescript81.default.factory.createIdentifier("undefined");
@@ -41351,7 +41351,7 @@ var VeSafeLhsInferenceBugDetector = _VeSafeLhsInferenceBugDetector;
41351
41351
  _VeSafeLhsInferenceBugDetector.SINGLETON = new _VeSafeLhsInferenceBugDetector();
41352
41352
  })();
41353
41353
 
41354
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.mjs
41354
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.mjs
41355
41355
  var TcbGenericContextBehavior;
41356
41356
  (function(TcbGenericContextBehavior2) {
41357
41357
  TcbGenericContextBehavior2[TcbGenericContextBehavior2["UseEmitter"] = 0] = "UseEmitter";
@@ -42941,7 +42941,7 @@ var TcbForLoopTrackTranslator = class extends TcbExpressionTranslator {
42941
42941
  }
42942
42942
  };
42943
42943
 
42944
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_file.mjs
42944
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_file.mjs
42945
42945
  var import_typescript83 = __toESM(require("typescript"), 1);
42946
42946
  var TypeCheckFile = class extends Environment {
42947
42947
  constructor(fileName, config, refEmitter, reflector, compilerHost) {
@@ -42989,7 +42989,7 @@ var TypeCheckFile = class extends Environment {
42989
42989
  }
42990
42990
  };
42991
42991
 
42992
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
42992
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
42993
42993
  var InliningMode;
42994
42994
  (function(InliningMode2) {
42995
42995
  InliningMode2[InliningMode2["InlineOps"] = 0] = "InlineOps";
@@ -43241,7 +43241,7 @@ var TypeCtorOp = class {
43241
43241
  }
43242
43242
  };
43243
43243
 
43244
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/line_mappings.mjs
43244
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/line_mappings.mjs
43245
43245
  var LF_CHAR = 10;
43246
43246
  var CR_CHAR = 13;
43247
43247
  var LINE_SEP_CHAR = 8232;
@@ -43282,7 +43282,7 @@ function findClosestLineStartPosition(linesMap, position, low = 0, high = linesM
43282
43282
  return low - 1;
43283
43283
  }
43284
43284
 
43285
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/source.mjs
43285
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/source.mjs
43286
43286
  var TemplateSource = class {
43287
43287
  constructor(mapping, file) {
43288
43288
  this.mapping = mapping;
@@ -43333,7 +43333,7 @@ var TemplateSourceManager = class {
43333
43333
  }
43334
43334
  };
43335
43335
 
43336
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/template_symbol_builder.mjs
43336
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/template_symbol_builder.mjs
43337
43337
  var import_typescript85 = __toESM(require("typescript"), 1);
43338
43338
  var SymbolBuilder = class {
43339
43339
  constructor(tcbPath, tcbIsShim, typeCheckBlock, templateData, componentScopeReader, getTypeChecker) {
@@ -43900,7 +43900,7 @@ function unwrapSignalInputWriteTAccessor(expr) {
43900
43900
  };
43901
43901
  }
43902
43902
 
43903
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/checker.mjs
43903
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/checker.mjs
43904
43904
  var REGISTRY2 = new DomElementSchemaRegistry();
43905
43905
  var TemplateTypeCheckerImpl = class {
43906
43906
  constructor(originalProgram, programDriver, typeCheckAdapter, config, refEmitter, reflector, compilerHost, priorBuild, metaReader, localMetaReader, ngModuleIndex, componentScopeReader, typeCheckScopeRegistry, perf) {
@@ -44598,7 +44598,7 @@ var SingleShimTypeCheckingHost = class extends SingleFileTypeCheckingHost {
44598
44598
  }
44599
44599
  };
44600
44600
 
44601
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
44601
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
44602
44602
  var EMPTY_ARRAY2 = [];
44603
44603
  var isUsedDirective = (decl) => decl.kind === R3TemplateDependencyKind.Directive;
44604
44604
  var isUsedPipe = (decl) => decl.kind === R3TemplateDependencyKind.Pipe;
@@ -45624,7 +45624,7 @@ function isDefaultImport(node) {
45624
45624
  return node.importClause !== void 0 && node.importClause.namedBindings === void 0;
45625
45625
  }
45626
45626
 
45627
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/injectable.mjs
45627
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/injectable.mjs
45628
45628
  var import_typescript90 = __toESM(require("typescript"), 1);
45629
45629
  var InjectableDecoratorHandler = class {
45630
45630
  constructor(reflector, evaluator, isCore, strictCtorDeps, injectableRegistry, perf, includeClassMetadata, compilationMode, errorOnDuplicateProv = true) {
@@ -45855,7 +45855,7 @@ function getDep(dep, reflector) {
45855
45855
  return meta;
45856
45856
  }
45857
45857
 
45858
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/pipe.mjs
45858
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/pipe.mjs
45859
45859
  var import_typescript91 = __toESM(require("typescript"), 1);
45860
45860
  var PipeSymbol = class extends SemanticSymbol {
45861
45861
  constructor(decl, name) {
@@ -46011,7 +46011,7 @@ var PipeDecoratorHandler = class {
46011
46011
  }
46012
46012
  };
46013
46013
 
46014
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/jit/src/initializer_api_transforms/transform_api.mjs
46014
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/jit/src/initializer_api_transforms/transform_api.mjs
46015
46015
  var import_typescript92 = __toESM(require("typescript"), 1);
46016
46016
  function createSyntheticAngularCoreDecoratorAccess(factory11, importManager, ngClassDecorator, sourceFile, decoratorName) {
46017
46017
  const classDecoratorIdentifier = import_typescript92.default.isIdentifier(ngClassDecorator.identifier) ? ngClassDecorator.identifier : ngClassDecorator.identifier.expression;
@@ -46028,7 +46028,7 @@ function castAsAny(factory11, expr) {
46028
46028
  return factory11.createAsExpression(expr, factory11.createKeywordTypeNode(import_typescript92.default.SyntaxKind.AnyKeyword));
46029
46029
  }
46030
46030
 
46031
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/jit/src/initializer_api_transforms/input_function.mjs
46031
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/jit/src/initializer_api_transforms/input_function.mjs
46032
46032
  var signalInputsTransform = (member, sourceFile, host, factory11, importTracker, importManager, classDecorator, isCore) => {
46033
46033
  var _a2, _b2;
46034
46034
  if ((_a2 = host.getDecoratorsOfDeclaration(member.node)) == null ? void 0 : _a2.some((d) => isAngularDecorator2(d, "Input", isCore))) {
@@ -46050,7 +46050,7 @@ var signalInputsTransform = (member, sourceFile, host, factory11, importTracker,
46050
46050
  return factory11.updatePropertyDeclaration(member.node, [newDecorator, ...(_b2 = member.node.modifiers) != null ? _b2 : []], member.name, member.node.questionToken, member.node.type, member.node.initializer);
46051
46051
  };
46052
46052
 
46053
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/jit/src/initializer_api_transforms/model_function.mjs
46053
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/jit/src/initializer_api_transforms/model_function.mjs
46054
46054
  var import_typescript93 = __toESM(require("typescript"), 1);
46055
46055
  var signalModelTransform = (member, sourceFile, host, factory11, importTracker, importManager, classDecorator, isCore) => {
46056
46056
  var _a2, _b2;
@@ -46084,7 +46084,7 @@ function createDecorator(name, config, classDecorator, factory11, sourceFile, im
46084
46084
  return factory11.createDecorator(factory11.createCallExpression(callTarget, void 0, [config]));
46085
46085
  }
46086
46086
 
46087
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/jit/src/initializer_api_transforms/output_function.mjs
46087
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/jit/src/initializer_api_transforms/output_function.mjs
46088
46088
  var initializerApiOutputTransform = (member, sourceFile, host, factory11, importTracker, importManager, classDecorator, isCore) => {
46089
46089
  var _a2, _b2;
46090
46090
  if ((_a2 = host.getDecoratorsOfDeclaration(member.node)) == null ? void 0 : _a2.some((d) => isAngularDecorator2(d, "Output", isCore))) {
@@ -46098,7 +46098,7 @@ var initializerApiOutputTransform = (member, sourceFile, host, factory11, import
46098
46098
  return factory11.updatePropertyDeclaration(member.node, [newDecorator, ...(_b2 = member.node.modifiers) != null ? _b2 : []], member.node.name, member.node.questionToken, member.node.type, member.node.initializer);
46099
46099
  };
46100
46100
 
46101
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/jit/src/initializer_api_transforms/query_functions.mjs
46101
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/jit/src/initializer_api_transforms/query_functions.mjs
46102
46102
  var queryFunctionToDecorator = {
46103
46103
  viewChild: "ViewChild",
46104
46104
  viewChildren: "ViewChildren",
@@ -46131,7 +46131,7 @@ var queryFunctionsTransforms = (member, sourceFile, host, factory11, importTrack
46131
46131
  return factory11.updatePropertyDeclaration(member.node, [newDecorator, ...(_a2 = member.node.modifiers) != null ? _a2 : []], member.node.name, member.node.questionToken, member.node.type, member.node.initializer);
46132
46132
  };
46133
46133
 
46134
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/jit/src/initializer_api_transforms/transform.mjs
46134
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/jit/src/initializer_api_transforms/transform.mjs
46135
46135
  var decoratorsWithInputs = ["Directive", "Component"];
46136
46136
  var propertyTransforms = [
46137
46137
  signalInputsTransform,
@@ -46184,7 +46184,7 @@ function createTransformVisitor(ctx, host, importManager, importTracker, isCore,
46184
46184
  return visitor;
46185
46185
  }
46186
46186
 
46187
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/jit/src/index.mjs
46187
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/jit/src/index.mjs
46188
46188
  function angularJitApplicationTransform(program, isCore = false, shouldTransformClass) {
46189
46189
  const typeChecker = program.getTypeChecker();
46190
46190
  const reflectionHost = new TypeScriptReflectionHost(typeChecker);
@@ -46207,7 +46207,7 @@ function angularJitApplicationTransform(program, isCore = false, shouldTransform
46207
46207
  };
46208
46208
  }
46209
46209
 
46210
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/api.mjs
46210
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/api.mjs
46211
46211
  var EmitFlags;
46212
46212
  (function(EmitFlags2) {
46213
46213
  EmitFlags2[EmitFlags2["DTS"] = 1] = "DTS";
@@ -46219,13 +46219,13 @@ var EmitFlags;
46219
46219
  EmitFlags2[EmitFlags2["All"] = 31] = "All";
46220
46220
  })(EmitFlags || (EmitFlags = {}));
46221
46221
 
46222
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/compiler_host.mjs
46222
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/compiler_host.mjs
46223
46223
  var import_typescript96 = __toESM(require("typescript"), 1);
46224
46224
 
46225
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
46225
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
46226
46226
  var import_typescript124 = __toESM(require("typescript"), 1);
46227
46227
 
46228
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/i18n.mjs
46228
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/i18n.mjs
46229
46229
  var path2 = __toESM(require("path"), 1);
46230
46230
  function i18nGetExtension(formatName) {
46231
46231
  const format = formatName.toLowerCase();
@@ -46277,10 +46277,10 @@ function getPathNormalizer(basePath) {
46277
46277
  };
46278
46278
  }
46279
46279
 
46280
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
46280
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
46281
46281
  var import_typescript97 = __toESM(require("typescript"), 1);
46282
46282
 
46283
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/version_helpers.mjs
46283
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/version_helpers.mjs
46284
46284
  function toNumbers(value) {
46285
46285
  const suffixIndex = value.lastIndexOf("-");
46286
46286
  return value.slice(0, suffixIndex === -1 ? value.length : suffixIndex).split(".").map((segment) => {
@@ -46315,7 +46315,7 @@ function compareVersions(v1, v2) {
46315
46315
  return compareNumbers(toNumbers(v1), toNumbers(v2));
46316
46316
  }
46317
46317
 
46318
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
46318
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
46319
46319
  var MIN_TS_VERSION = "5.4.0";
46320
46320
  var MAX_TS_VERSION = "5.6.0";
46321
46321
  var tsVersion = import_typescript97.default.version;
@@ -46328,10 +46328,10 @@ function verifySupportedTypeScriptVersion() {
46328
46328
  checkVersion(tsVersion, MIN_TS_VERSION, MAX_TS_VERSION);
46329
46329
  }
46330
46330
 
46331
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.mjs
46331
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.mjs
46332
46332
  var import_typescript120 = __toESM(require("typescript"), 1);
46333
46333
 
46334
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/analyzer.mjs
46334
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/analyzer.mjs
46335
46335
  var CycleAnalyzer = class {
46336
46336
  constructor(importGraph) {
46337
46337
  this.importGraph = importGraph;
@@ -46402,7 +46402,7 @@ var Cycle = class {
46402
46402
  }
46403
46403
  };
46404
46404
 
46405
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/imports.mjs
46405
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/imports.mjs
46406
46406
  var import_typescript98 = __toESM(require("typescript"), 1);
46407
46407
  var ImportGraph = class {
46408
46408
  constructor(checker, perf) {
@@ -46494,13 +46494,13 @@ var Found = class {
46494
46494
  }
46495
46495
  };
46496
46496
 
46497
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/extractor.mjs
46497
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/extractor.mjs
46498
46498
  var import_typescript108 = __toESM(require("typescript"), 1);
46499
46499
 
46500
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/class_extractor.mjs
46500
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/class_extractor.mjs
46501
46501
  var import_typescript102 = __toESM(require("typescript"), 1);
46502
46502
 
46503
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/entities.mjs
46503
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/entities.mjs
46504
46504
  var EntryType;
46505
46505
  (function(EntryType2) {
46506
46506
  EntryType2["Block"] = "block";
@@ -46544,17 +46544,17 @@ var MemberTags;
46544
46544
  MemberTags2["Inherited"] = "override";
46545
46545
  })(MemberTags || (MemberTags = {}));
46546
46546
 
46547
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/filters.mjs
46547
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/filters.mjs
46548
46548
  function isAngularPrivateName(name) {
46549
46549
  var _a2;
46550
46550
  const firstChar = (_a2 = name[0]) != null ? _a2 : "";
46551
46551
  return firstChar === "\u0275" || firstChar === "_";
46552
46552
  }
46553
46553
 
46554
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/function_extractor.mjs
46554
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/function_extractor.mjs
46555
46555
  var import_typescript100 = __toESM(require("typescript"), 1);
46556
46556
 
46557
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/generics_extractor.mjs
46557
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/generics_extractor.mjs
46558
46558
  function extractGenerics(declaration) {
46559
46559
  var _a2, _b2;
46560
46560
  return (_b2 = (_a2 = declaration.typeParameters) == null ? void 0 : _a2.map((typeParam) => {
@@ -46567,7 +46567,7 @@ function extractGenerics(declaration) {
46567
46567
  })) != null ? _b2 : [];
46568
46568
  }
46569
46569
 
46570
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/jsdoc_extractor.mjs
46570
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/jsdoc_extractor.mjs
46571
46571
  var import_typescript99 = __toESM(require("typescript"), 1);
46572
46572
  var decoratorExpression = /@(?=(Injectable|Component|Directive|Pipe|NgModule|Input|Output|HostBinding|HostListener|Inject|Optional|Self|Host|SkipSelf|ViewChild|ViewChildren|ContentChild|ContentChildren))/g;
46573
46573
  function extractJsDocTags(node) {
@@ -46611,12 +46611,12 @@ function unescapeAngularDecorators(comment) {
46611
46611
  return comment.replace(/_NG_AT_/g, "@");
46612
46612
  }
46613
46613
 
46614
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/type_extractor.mjs
46614
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/type_extractor.mjs
46615
46615
  function extractResolvedTypeString(node, checker) {
46616
46616
  return checker.typeToString(checker.getTypeAtLocation(node));
46617
46617
  }
46618
46618
 
46619
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/function_extractor.mjs
46619
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/function_extractor.mjs
46620
46620
  var FunctionExtractor = class {
46621
46621
  constructor(name, exportDeclaration, typeChecker) {
46622
46622
  this.name = name;
@@ -46704,7 +46704,7 @@ function findImplementationOfFunction(node, typeChecker) {
46704
46704
  return implementation;
46705
46705
  }
46706
46706
 
46707
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/internal.mjs
46707
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/internal.mjs
46708
46708
  var import_typescript101 = __toESM(require("typescript"), 1);
46709
46709
  function isInternal(member) {
46710
46710
  return extractJsDocTags(member).some((tag) => tag.name === "internal") || hasLeadingInternalComment(member);
@@ -46723,7 +46723,7 @@ function hasLeadingInternalComment(member) {
46723
46723
  )) != null ? _a2 : false;
46724
46724
  }
46725
46725
 
46726
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/class_extractor.mjs
46726
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/class_extractor.mjs
46727
46727
  var ClassExtractor = class {
46728
46728
  constructor(declaration, typeChecker) {
46729
46729
  this.declaration = declaration;
@@ -47005,7 +47005,7 @@ function extractInterface(declaration, typeChecker) {
47005
47005
  return extractor.extract();
47006
47006
  }
47007
47007
 
47008
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/constant_extractor.mjs
47008
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/constant_extractor.mjs
47009
47009
  var import_typescript103 = __toESM(require("typescript"), 1);
47010
47010
  var LITERAL_AS_ENUM_TAG = "object-literal-as-enum";
47011
47011
  function extractConstant(declaration, typeChecker) {
@@ -47063,7 +47063,7 @@ function extractLiteralPropertiesAsEnumMembers(declaration) {
47063
47063
  });
47064
47064
  }
47065
47065
 
47066
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/decorator_extractor.mjs
47066
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/decorator_extractor.mjs
47067
47067
  var import_typescript104 = __toESM(require("typescript"), 1);
47068
47068
  function extractorDecorator(declaration, typeChecker) {
47069
47069
  const documentedNode = getDecoratorJsDocNode(declaration);
@@ -47136,7 +47136,7 @@ function getDecoratorJsDocNode(declaration) {
47136
47136
  return callSignature;
47137
47137
  }
47138
47138
 
47139
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/enum_extractor.mjs
47139
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/enum_extractor.mjs
47140
47140
  var import_typescript105 = __toESM(require("typescript"), 1);
47141
47141
  function extractEnum(declaration, typeChecker) {
47142
47142
  return {
@@ -47167,7 +47167,7 @@ function getEnumMemberValue(memberNode) {
47167
47167
  return (_a2 = literal3 == null ? void 0 : literal3.getText()) != null ? _a2 : "";
47168
47168
  }
47169
47169
 
47170
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/initializer_api_function_extractor.mjs
47170
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/initializer_api_function_extractor.mjs
47171
47171
  var import_typescript106 = __toESM(require("typescript"), 1);
47172
47172
  var initializerApiTag = "initializerApiFunction";
47173
47173
  function isInitializerApiFunction(node, typeChecker) {
@@ -47276,7 +47276,7 @@ function extractFunctionWithOverloads(name, type, typeChecker) {
47276
47276
  };
47277
47277
  }
47278
47278
 
47279
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/type_alias_extractor.mjs
47279
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/type_alias_extractor.mjs
47280
47280
  function extractTypeAlias(declaration) {
47281
47281
  return {
47282
47282
  name: declaration.name.getText(),
@@ -47288,7 +47288,7 @@ function extractTypeAlias(declaration) {
47288
47288
  };
47289
47289
  }
47290
47290
 
47291
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/import_extractor.mjs
47291
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/import_extractor.mjs
47292
47292
  var import_typescript107 = __toESM(require("typescript"), 1);
47293
47293
  function getImportedSymbols(sourceFile) {
47294
47294
  const importSpecifiers = /* @__PURE__ */ new Map();
@@ -47313,13 +47313,13 @@ function getImportedSymbols(sourceFile) {
47313
47313
  return importSpecifiers;
47314
47314
  }
47315
47315
 
47316
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/extractor.mjs
47316
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/extractor.mjs
47317
47317
  var DocsExtractor = class {
47318
47318
  constructor(typeChecker, metadataReader) {
47319
47319
  this.typeChecker = typeChecker;
47320
47320
  this.metadataReader = metadataReader;
47321
47321
  }
47322
- extractAll(sourceFile, rootDir) {
47322
+ extractAll(sourceFile, rootDir, privateModules) {
47323
47323
  const entries = [];
47324
47324
  const symbols = /* @__PURE__ */ new Map();
47325
47325
  const exportedDeclarations = this.getExportedDeclarations(sourceFile);
@@ -47332,7 +47332,7 @@ var DocsExtractor = class {
47332
47332
  const realSourceFile = node.getSourceFile();
47333
47333
  const importedSymbols = getImportedSymbols(realSourceFile);
47334
47334
  importedSymbols.forEach((moduleName, symbolName) => {
47335
- if (symbolName.startsWith("\u0275")) {
47335
+ if (symbolName.startsWith("\u0275") || privateModules.has(moduleName)) {
47336
47336
  return;
47337
47337
  }
47338
47338
  if (symbols.has(symbolName) && symbols.get(symbolName) !== moduleName) {
@@ -47399,7 +47399,7 @@ function getRelativeFilePath(sourceFile, rootDir) {
47399
47399
  return relativePath;
47400
47400
  }
47401
47401
 
47402
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/generator.mjs
47402
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/generator.mjs
47403
47403
  var import_typescript109 = __toESM(require("typescript"), 1);
47404
47404
  var FlatIndexGenerator = class {
47405
47405
  constructor(entryPoint, relativeFlatIndexPath, moduleName) {
@@ -47424,7 +47424,7 @@ export * from '${relativeEntryPoint}';
47424
47424
  }
47425
47425
  };
47426
47426
 
47427
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/logic.mjs
47427
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/logic.mjs
47428
47428
  function findFlatIndexEntryPoint(rootFiles) {
47429
47429
  const tsFiles = rootFiles.filter((file) => isNonDeclarationTsPath(file));
47430
47430
  let resolvedEntryPoint = null;
@@ -47440,7 +47440,7 @@ function findFlatIndexEntryPoint(rootFiles) {
47440
47440
  return resolvedEntryPoint;
47441
47441
  }
47442
47442
 
47443
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/private_export_checker.mjs
47443
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/private_export_checker.mjs
47444
47444
  var import_typescript111 = __toESM(require("typescript"), 1);
47445
47445
  function checkForPrivateExports(entryPoint, checker, refGraph) {
47446
47446
  const diagnostics = [];
@@ -47520,7 +47520,7 @@ function getDescriptorOfDeclaration(decl) {
47520
47520
  }
47521
47521
  }
47522
47522
 
47523
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/reference_graph.mjs
47523
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/reference_graph.mjs
47524
47524
  var ReferenceGraph = class {
47525
47525
  constructor() {
47526
47526
  this.references = /* @__PURE__ */ new Map();
@@ -47574,7 +47574,7 @@ var ReferenceGraph = class {
47574
47574
  }
47575
47575
  };
47576
47576
 
47577
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/dependency_tracking.mjs
47577
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/dependency_tracking.mjs
47578
47578
  var FileDependencyGraph = class {
47579
47579
  constructor() {
47580
47580
  this.nodes = /* @__PURE__ */ new Map();
@@ -47641,7 +47641,7 @@ function isLogicallyChanged(sf, node, changedTsPaths, deletedTsPaths, changedRes
47641
47641
  return false;
47642
47642
  }
47643
47643
 
47644
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/state.mjs
47644
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/state.mjs
47645
47645
  var IncrementalStateKind;
47646
47646
  (function(IncrementalStateKind2) {
47647
47647
  IncrementalStateKind2[IncrementalStateKind2["Fresh"] = 0] = "Fresh";
@@ -47649,7 +47649,7 @@ var IncrementalStateKind;
47649
47649
  IncrementalStateKind2[IncrementalStateKind2["Analyzed"] = 2] = "Analyzed";
47650
47650
  })(IncrementalStateKind || (IncrementalStateKind = {}));
47651
47651
 
47652
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/incremental.mjs
47652
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/incremental.mjs
47653
47653
  var PhaseKind;
47654
47654
  (function(PhaseKind2) {
47655
47655
  PhaseKind2[PhaseKind2["Analysis"] = 0] = "Analysis";
@@ -47850,7 +47850,7 @@ function toOriginalSourceFile(sf) {
47850
47850
  }
47851
47851
  }
47852
47852
 
47853
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/strategy.mjs
47853
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/strategy.mjs
47854
47854
  var TrackedIncrementalBuildStrategy = class {
47855
47855
  constructor() {
47856
47856
  this.state = null;
@@ -47871,7 +47871,7 @@ var TrackedIncrementalBuildStrategy = class {
47871
47871
  };
47872
47872
  var SYM_INCREMENTAL_STATE = Symbol("NgIncrementalState");
47873
47873
 
47874
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/api.mjs
47874
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/api.mjs
47875
47875
  var IdentifierKind;
47876
47876
  (function(IdentifierKind2) {
47877
47877
  IdentifierKind2[IdentifierKind2["Property"] = 0] = "Property";
@@ -47890,7 +47890,7 @@ var AbsoluteSourceSpan2 = class {
47890
47890
  }
47891
47891
  };
47892
47892
 
47893
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/context.mjs
47893
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/context.mjs
47894
47894
  var IndexingContext = class {
47895
47895
  constructor() {
47896
47896
  this.components = /* @__PURE__ */ new Set();
@@ -47900,7 +47900,7 @@ var IndexingContext = class {
47900
47900
  }
47901
47901
  };
47902
47902
 
47903
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/template.mjs
47903
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/template.mjs
47904
47904
  var ExpressionVisitor = class extends RecursiveAstVisitor2 {
47905
47905
  constructor(expressionStr, absoluteOffset, boundTemplate, targetToIdentifier) {
47906
47906
  super();
@@ -48194,7 +48194,7 @@ function getTemplateIdentifiers(boundTemplate) {
48194
48194
  return { identifiers: visitor.identifiers, errors: visitor.errors };
48195
48195
  }
48196
48196
 
48197
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/transform.mjs
48197
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/transform.mjs
48198
48198
  function generateAnalysis(context) {
48199
48199
  const analysis = /* @__PURE__ */ new Map();
48200
48200
  context.components.forEach(({ declaration, selector, boundTemplate, templateMeta }) => {
@@ -48230,7 +48230,7 @@ function generateAnalysis(context) {
48230
48230
  return analysis;
48231
48231
  }
48232
48232
 
48233
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/ng_module_index.mjs
48233
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/ng_module_index.mjs
48234
48234
  var NgModuleIndexImpl = class {
48235
48235
  constructor(metaReader, localReader) {
48236
48236
  this.metaReader = metaReader;
@@ -48319,7 +48319,7 @@ var NgModuleIndexImpl = class {
48319
48319
  }
48320
48320
  };
48321
48321
 
48322
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/resource/src/loader.mjs
48322
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/resource/src/loader.mjs
48323
48323
  var import_typescript113 = __toESM(require("typescript"), 1);
48324
48324
  var CSS_PREPROCESSOR_EXT = /(\.scss|\.sass|\.less|\.styl)$/;
48325
48325
  var RESOURCE_MARKER = ".$ngresource$";
@@ -48471,7 +48471,7 @@ function createLookupResolutionHost(adapter) {
48471
48471
  };
48472
48472
  }
48473
48473
 
48474
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/standalone.mjs
48474
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/standalone.mjs
48475
48475
  var StandaloneComponentScopeReader = class {
48476
48476
  constructor(metaReader, localModuleReader, dtsModuleReader) {
48477
48477
  this.metaReader = metaReader;
@@ -48567,7 +48567,7 @@ var StandaloneComponentScopeReader = class {
48567
48567
  }
48568
48568
  };
48569
48569
 
48570
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/symbol_util.mjs
48570
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/symbol_util.mjs
48571
48571
  var import_typescript114 = __toESM(require("typescript"), 1);
48572
48572
  var SIGNAL_FNS = /* @__PURE__ */ new Set([
48573
48573
  "WritableSignal",
@@ -48587,7 +48587,7 @@ function isSignalSymbol(symbol) {
48587
48587
  });
48588
48588
  }
48589
48589
 
48590
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/api/api.mjs
48590
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/api/api.mjs
48591
48591
  var TemplateCheckWithVisitor = class {
48592
48592
  constructor() {
48593
48593
  this.canVisitStructuralAttributes = true;
@@ -48664,6 +48664,8 @@ var TemplateVisitor2 = class extends RecursiveAstVisitor2 {
48664
48664
  this.visitAst(text2.value);
48665
48665
  }
48666
48666
  visitIcu(icu) {
48667
+ Object.keys(icu.vars).forEach((key) => this.visit(icu.vars[key]));
48668
+ Object.keys(icu.placeholders).forEach((key) => this.visit(icu.placeholders[key]));
48667
48669
  }
48668
48670
  visitDeferredBlock(deferred) {
48669
48671
  deferred.visitAll(this);
@@ -48720,7 +48722,7 @@ var TemplateVisitor2 = class extends RecursiveAstVisitor2 {
48720
48722
  }
48721
48723
  };
48722
48724
 
48723
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/interpolated_signal_not_invoked/index.mjs
48725
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/interpolated_signal_not_invoked/index.mjs
48724
48726
  var SIGNAL_INSTANCE_PROPERTIES = /* @__PURE__ */ new Set(["set", "update", "asReadonly"]);
48725
48727
  var FUNCTION_INSTANCE_PROPERTIES = /* @__PURE__ */ new Set(["name", "length", "prototype"]);
48726
48728
  var InterpolatedSignalCheck = class extends TemplateCheckWithVisitor {
@@ -48772,7 +48774,7 @@ var factory = {
48772
48774
  create: () => new InterpolatedSignalCheck()
48773
48775
  };
48774
48776
 
48775
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/invalid_banana_in_box/index.mjs
48777
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/invalid_banana_in_box/index.mjs
48776
48778
  var InvalidBananaInBoxCheck = class extends TemplateCheckWithVisitor {
48777
48779
  constructor() {
48778
48780
  super(...arguments);
@@ -48797,7 +48799,7 @@ var factory2 = {
48797
48799
  create: () => new InvalidBananaInBoxCheck()
48798
48800
  };
48799
48801
 
48800
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_control_flow_directive/index.mjs
48802
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_control_flow_directive/index.mjs
48801
48803
  var KNOWN_CONTROL_FLOW_DIRECTIVES = /* @__PURE__ */ new Map([
48802
48804
  ["ngIf", { directive: "NgIf", builtIn: "@if" }],
48803
48805
  ["ngFor", { directive: "NgFor", builtIn: "@for" }],
@@ -48841,7 +48843,7 @@ var factory3 = {
48841
48843
  }
48842
48844
  };
48843
48845
 
48844
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_ngforof_let/index.mjs
48846
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_ngforof_let/index.mjs
48845
48847
  var MissingNgForOfLetCheck = class extends TemplateCheckWithVisitor {
48846
48848
  constructor() {
48847
48849
  super(...arguments);
@@ -48873,7 +48875,7 @@ var factory4 = {
48873
48875
  create: () => new MissingNgForOfLetCheck()
48874
48876
  };
48875
48877
 
48876
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/nullish_coalescing_not_nullable/index.mjs
48878
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/nullish_coalescing_not_nullable/index.mjs
48877
48879
  var import_typescript115 = __toESM(require("typescript"), 1);
48878
48880
  var NullishCoalescingNotNullableCheck = class extends TemplateCheckWithVisitor {
48879
48881
  constructor() {
@@ -48918,7 +48920,7 @@ var factory5 = {
48918
48920
  }
48919
48921
  };
48920
48922
 
48921
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/optional_chain_not_nullable/index.mjs
48923
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/optional_chain_not_nullable/index.mjs
48922
48924
  var import_typescript116 = __toESM(require("typescript"), 1);
48923
48925
  var OptionalChainNotNullableCheck = class extends TemplateCheckWithVisitor {
48924
48926
  constructor() {
@@ -48964,7 +48966,7 @@ var factory6 = {
48964
48966
  }
48965
48967
  };
48966
48968
 
48967
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/suffix_not_supported/index.mjs
48969
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/suffix_not_supported/index.mjs
48968
48970
  var STYLE_SUFFIXES = ["px", "%", "em"];
48969
48971
  var SuffixNotSupportedCheck = class extends TemplateCheckWithVisitor {
48970
48972
  constructor() {
@@ -48987,7 +48989,7 @@ var factory7 = {
48987
48989
  create: () => new SuffixNotSupportedCheck()
48988
48990
  };
48989
48991
 
48990
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/text_attribute_not_binding/index.mjs
48992
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/text_attribute_not_binding/index.mjs
48991
48993
  var TextAttributeNotBindingSpec = class extends TemplateCheckWithVisitor {
48992
48994
  constructor() {
48993
48995
  super(...arguments);
@@ -49025,7 +49027,7 @@ var factory8 = {
49025
49027
  create: () => new TextAttributeNotBindingSpec()
49026
49028
  };
49027
49029
 
49028
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/uninvoked_function_in_event_binding/index.mjs
49030
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/uninvoked_function_in_event_binding/index.mjs
49029
49031
  var UninvokedFunctionInEventBindingSpec = class extends TemplateCheckWithVisitor {
49030
49032
  constructor() {
49031
49033
  super(...arguments);
@@ -49076,7 +49078,7 @@ var factory9 = {
49076
49078
  create: () => new UninvokedFunctionInEventBindingSpec()
49077
49079
  };
49078
49080
 
49079
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/unused_let_declaration/index.mjs
49081
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/unused_let_declaration/index.mjs
49080
49082
  var UnusedLetDeclarationCheck = class extends TemplateCheckWithVisitor {
49081
49083
  constructor() {
49082
49084
  super(...arguments);
@@ -49120,10 +49122,10 @@ var factory10 = {
49120
49122
  create: () => new UnusedLetDeclarationCheck()
49121
49123
  };
49122
49124
 
49123
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.mjs
49125
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.mjs
49124
49126
  var import_typescript117 = __toESM(require("typescript"), 1);
49125
49127
 
49126
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/api/src/public_options.mjs
49128
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/api/src/public_options.mjs
49127
49129
  var DiagnosticCategoryLabel;
49128
49130
  (function(DiagnosticCategoryLabel2) {
49129
49131
  DiagnosticCategoryLabel2["Warning"] = "warning";
@@ -49131,7 +49133,7 @@ var DiagnosticCategoryLabel;
49131
49133
  DiagnosticCategoryLabel2["Suppress"] = "suppress";
49132
49134
  })(DiagnosticCategoryLabel || (DiagnosticCategoryLabel = {}));
49133
49135
 
49134
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.mjs
49136
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.mjs
49135
49137
  var ExtendedTemplateCheckerImpl = class {
49136
49138
  constructor(templateTypeChecker, typeChecker, templateCheckFactories, options) {
49137
49139
  var _a2, _b2, _c2, _d2, _e2;
@@ -49183,7 +49185,7 @@ function assertNever(value) {
49183
49185
  ${value}`);
49184
49186
  }
49185
49187
 
49186
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/index.mjs
49188
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/index.mjs
49187
49189
  var ALL_DIAGNOSTIC_FACTORIES = [
49188
49190
  factory2,
49189
49191
  factory5,
@@ -49201,7 +49203,7 @@ var SUPPORTED_DIAGNOSTIC_NAMES = /* @__PURE__ */ new Set([
49201
49203
  ...ALL_DIAGNOSTIC_FACTORIES.map((factory11) => factory11.name)
49202
49204
  ]);
49203
49205
 
49204
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/template_semantics/src/template_semantics_checker.mjs
49206
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/template_semantics/src/template_semantics_checker.mjs
49205
49207
  var import_typescript118 = __toESM(require("typescript"), 1);
49206
49208
  var TemplateSemanticsCheckerImpl = class {
49207
49209
  constructor(templateTypeChecker) {
@@ -49291,7 +49293,7 @@ function unwrapAstWithSource(ast) {
49291
49293
  return ast instanceof ASTWithSource ? ast.ast : ast;
49292
49294
  }
49293
49295
 
49294
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/validation/src/rules/initializer_api_usage_rule.mjs
49296
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/validation/src/rules/initializer_api_usage_rule.mjs
49295
49297
  var import_typescript119 = __toESM(require("typescript"), 1);
49296
49298
  var APIS_TO_CHECK = [
49297
49299
  INPUT_INITIALIZER_FN,
@@ -49342,7 +49344,7 @@ var InitializerApiUsageRule = class {
49342
49344
  }
49343
49345
  };
49344
49346
 
49345
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/validation/src/source_file_validator.mjs
49347
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/validation/src/source_file_validator.mjs
49346
49348
  var SourceFileValidator = class {
49347
49349
  constructor(reflector, importedSymbolsTracker) {
49348
49350
  this.rules = [new InitializerApiUsageRule(reflector, importedSymbolsTracker)];
@@ -49380,7 +49382,7 @@ var SourceFileValidator = class {
49380
49382
  }
49381
49383
  };
49382
49384
 
49383
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/core_version.mjs
49385
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/core_version.mjs
49384
49386
  function coreHasSymbol(program, symbol) {
49385
49387
  const checker = program.getTypeChecker();
49386
49388
  for (const sf of program.getSourceFiles().filter(isMaybeCore)) {
@@ -49399,7 +49401,7 @@ function isMaybeCore(sf) {
49399
49401
  return sf.isDeclarationFile && sf.fileName.includes("@angular/core") && sf.fileName.endsWith("index.d.ts");
49400
49402
  }
49401
49403
 
49402
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/feature_detection.mjs
49404
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/feature_detection.mjs
49403
49405
  var import_semver = __toESM(require_semver2(), 1);
49404
49406
  function coreVersionSupportsFeature(coreVersion, minVersion) {
49405
49407
  if (coreVersion === `0.0.0-${"PLACEHOLDER"}`) {
@@ -49408,7 +49410,7 @@ function coreVersionSupportsFeature(coreVersion, minVersion) {
49408
49410
  return import_semver.default.satisfies(coreVersion, minVersion);
49409
49411
  }
49410
49412
 
49411
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.mjs
49413
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.mjs
49412
49414
  var CompilationTicketKind;
49413
49415
  (function(CompilationTicketKind2) {
49414
49416
  CompilationTicketKind2[CompilationTicketKind2["Fresh"] = 0] = "Fresh";
@@ -49715,7 +49717,7 @@ var NgCompiler = class {
49715
49717
  compilation.traitCompiler.index(context);
49716
49718
  return generateAnalysis(context);
49717
49719
  }
49718
- getApiDocumentation(entryPoint) {
49720
+ getApiDocumentation(entryPoint, privateModules) {
49719
49721
  const compilation = this.ensureAnalyzed();
49720
49722
  const checker = this.inputProgram.getTypeChecker();
49721
49723
  const docsExtractor = new DocsExtractor(checker, compilation.metaReader);
@@ -49726,7 +49728,7 @@ var NgCompiler = class {
49726
49728
  throw new Error(`Entry point "${entryPoint}" not found in program sources.`);
49727
49729
  }
49728
49730
  const rootDir = this.inputProgram.getCurrentDirectory();
49729
- return docsExtractor.extractAll(entryPointSourceFile, rootDir);
49731
+ return docsExtractor.extractAll(entryPointSourceFile, rootDir, privateModules);
49730
49732
  }
49731
49733
  xi18n(ctx) {
49732
49734
  const compilation = this.ensureAnalyzed();
@@ -50215,7 +50217,7 @@ function versionMapFromProgram(program, driver) {
50215
50217
  return versions;
50216
50218
  }
50217
50219
 
50218
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/host.mjs
50220
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/host.mjs
50219
50221
  var import_typescript122 = __toESM(require("typescript"), 1);
50220
50222
  var DelegatingCompilerHost2 = class {
50221
50223
  get jsDocParsingMode() {
@@ -50354,7 +50356,7 @@ var NgCompilerHost = class extends DelegatingCompilerHost2 {
50354
50356
  }
50355
50357
  };
50356
50358
 
50357
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
50359
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
50358
50360
  var NgtscProgram = class {
50359
50361
  constructor(rootNames, options, delegateHost, oldProgram) {
50360
50362
  this.options = options;
@@ -50560,8 +50562,8 @@ var NgtscProgram = class {
50560
50562
  getIndexedComponents() {
50561
50563
  return this.compiler.getIndexedComponents();
50562
50564
  }
50563
- getApiDocumentation(entryPoint) {
50564
- return this.compiler.getApiDocumentation(entryPoint);
50565
+ getApiDocumentation(entryPoint, privateModules) {
50566
+ return this.compiler.getApiDocumentation(entryPoint, privateModules);
50565
50567
  }
50566
50568
  getEmittedSourceFiles() {
50567
50569
  throw new Error("Method not implemented.");
@@ -50580,18 +50582,18 @@ function mergeEmitResults(emitResults) {
50580
50582
  return { diagnostics, emitSkipped, emittedFiles };
50581
50583
  }
50582
50584
 
50583
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/program.mjs
50585
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/program.mjs
50584
50586
  function createProgram({ rootNames, options, host, oldProgram }) {
50585
50587
  return new NgtscProgram(rootNames, options, host, oldProgram);
50586
50588
  }
50587
50589
 
50588
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/perform_compile.mjs
50590
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/perform_compile.mjs
50589
50591
  var import_typescript126 = __toESM(require("typescript"), 1);
50590
50592
 
50591
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/util.mjs
50593
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/util.mjs
50592
50594
  var import_typescript125 = __toESM(require("typescript"), 1);
50593
50595
 
50594
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/private/tooling.mjs
50596
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/private/tooling.mjs
50595
50597
  var GLOBAL_DEFS_FOR_TERSER = {
50596
50598
  ngDevMode: false,
50597
50599
  ngI18nClosureMode: false
@@ -50600,7 +50602,7 @@ var GLOBAL_DEFS_FOR_TERSER_WITH_AOT = __spreadProps(__spreadValues({}, GLOBAL_DE
50600
50602
  ngJitMode: false
50601
50603
  });
50602
50604
 
50603
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/logging/src/logger.mjs
50605
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/logging/src/logger.mjs
50604
50606
  var LogLevel;
50605
50607
  (function(LogLevel2) {
50606
50608
  LogLevel2[LogLevel2["debug"] = 0] = "debug";
@@ -50609,7 +50611,7 @@ var LogLevel;
50609
50611
  LogLevel2[LogLevel2["error"] = 3] = "error";
50610
50612
  })(LogLevel || (LogLevel = {}));
50611
50613
 
50612
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/logging/src/console_logger.mjs
50614
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/logging/src/console_logger.mjs
50613
50615
  var RESET = "\x1B[0m";
50614
50616
  var RED = "\x1B[31m";
50615
50617
  var YELLOW = "\x1B[33m";
@@ -50618,15 +50620,15 @@ var DEBUG = `${BLUE}Debug:${RESET}`;
50618
50620
  var WARN = `${YELLOW}Warning:${RESET}`;
50619
50621
  var ERROR = `${RED}Error:${RESET}`;
50620
50622
 
50621
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/index.mjs
50623
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/index.mjs
50622
50624
  setFileSystem(new NodeJSFileSystem());
50623
50625
 
50624
- // bazel-out/k8-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/index.mjs
50626
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/index.mjs
50625
50627
  var import_fs2 = require("fs");
50626
50628
  var import_path7 = require("path");
50627
50629
  var import_typescript138 = __toESM(require("typescript"), 1);
50628
50630
 
50629
- // bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/change_tracker.mjs
50631
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/change_tracker.mjs
50630
50632
  var import_typescript127 = __toESM(require("typescript"), 1);
50631
50633
  var ChangeTracker = class {
50632
50634
  constructor(_printer, _importRemapper) {
@@ -50745,7 +50747,7 @@ function normalizePath(path4) {
50745
50747
  return path4.replace(/\\/g, "/");
50746
50748
  }
50747
50749
 
50748
- // bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/project_tsconfig_paths.mjs
50750
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/project_tsconfig_paths.mjs
50749
50751
  var import_core19 = require("@angular-devkit/core");
50750
50752
  function getProjectTsConfigPaths(tree) {
50751
50753
  return __async(this, null, function* () {
@@ -50825,11 +50827,11 @@ function getWorkspace(tree) {
50825
50827
  });
50826
50828
  }
50827
50829
 
50828
- // bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/typescript/compiler_host.mjs
50830
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/typescript/compiler_host.mjs
50829
50831
  var import_path4 = require("path");
50830
50832
  var import_typescript129 = __toESM(require("typescript"), 1);
50831
50833
 
50832
- // bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/typescript/parse_tsconfig.mjs
50834
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/typescript/parse_tsconfig.mjs
50833
50835
  var path3 = __toESM(require("path"), 1);
50834
50836
  var import_typescript128 = __toESM(require("typescript"), 1);
50835
50837
  function parseTsconfigFile(tsconfigPath, basePath) {
@@ -50846,7 +50848,7 @@ function parseTsconfigFile(tsconfigPath, basePath) {
50846
50848
  return import_typescript128.default.parseJsonConfigFileContent(config, parseConfigHost, basePath, {});
50847
50849
  }
50848
50850
 
50849
- // bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/typescript/compiler_host.mjs
50851
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/typescript/compiler_host.mjs
50850
50852
  function createProgramOptions(tree, tsconfigPath, basePath, fakeFileRead, additionalFiles, optionOverrides) {
50851
50853
  tsconfigPath = (0, import_path4.resolve)(basePath, tsconfigPath);
50852
50854
  const parsed = parseTsconfigFile(tsconfigPath, (0, import_path4.dirname)(tsconfigPath));
@@ -50875,13 +50877,13 @@ function canMigrateFile(basePath, sourceFile, program) {
50875
50877
  return !(0, import_path4.relative)(basePath, sourceFile.fileName).startsWith("..");
50876
50878
  }
50877
50879
 
50878
- // bazel-out/k8-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/prune-modules.mjs
50879
- var import_typescript134 = __toESM(require("typescript"), 1);
50880
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/prune-modules.mjs
50881
+ var import_typescript136 = __toESM(require("typescript"), 1);
50880
50882
 
50881
- // bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/typescript/decorators.mjs
50883
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/typescript/decorators.mjs
50882
50884
  var import_typescript131 = __toESM(require("typescript"), 1);
50883
50885
 
50884
- // bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/typescript/imports.mjs
50886
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/typescript/imports.mjs
50885
50887
  var import_typescript130 = __toESM(require("typescript"), 1);
50886
50888
  function getImportOfIdentifier(typeChecker, node) {
50887
50889
  const symbol = typeChecker.getSymbolAtLocation(node);
@@ -50941,7 +50943,7 @@ function findImportSpecifier(nodes, specifierName) {
50941
50943
  });
50942
50944
  }
50943
50945
 
50944
- // bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/typescript/decorators.mjs
50946
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/typescript/decorators.mjs
50945
50947
  function getCallDecoratorImport(typeChecker, decorator) {
50946
50948
  if (!import_typescript131.default.isCallExpression(decorator.expression) || !import_typescript131.default.isIdentifier(decorator.expression.expression)) {
50947
50949
  return null;
@@ -50950,7 +50952,7 @@ function getCallDecoratorImport(typeChecker, decorator) {
50950
50952
  return getImportOfIdentifier(typeChecker, identifier);
50951
50953
  }
50952
50954
 
50953
- // bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/ng_decorators.mjs
50955
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/ng_decorators.mjs
50954
50956
  function getAngularDecorators2(typeChecker, decorators) {
50955
50957
  return decorators.map((node) => ({ node, importData: getCallDecoratorImport(typeChecker, node) })).filter(({ importData }) => importData && importData.importModule.startsWith("@angular/")).map(({ node, importData }) => ({
50956
50958
  node,
@@ -50960,7 +50962,7 @@ function getAngularDecorators2(typeChecker, decorators) {
50960
50962
  }));
50961
50963
  }
50962
50964
 
50963
- // bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/typescript/nodes.mjs
50965
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/typescript/nodes.mjs
50964
50966
  var import_typescript132 = __toESM(require("typescript"), 1);
50965
50967
  function closestNode(node, predicate) {
50966
50968
  let current = node.parent;
@@ -50973,7 +50975,7 @@ function closestNode(node, predicate) {
50973
50975
  return null;
50974
50976
  }
50975
50977
 
50976
- // bazel-out/k8-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/util.mjs
50978
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/util.mjs
50977
50979
  var import_path5 = require("path");
50978
50980
  var import_typescript133 = __toESM(require("typescript"), 1);
50979
50981
  var UniqueItemTracker = class {
@@ -51151,217 +51153,14 @@ function isClassReferenceInAngularModule(node, className, moduleName, typeChecke
51151
51153
  }));
51152
51154
  }
51153
51155
 
51154
- // bazel-out/k8-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/prune-modules.mjs
51155
- function pruneNgModules(program, host, basePath, rootFileNames, sourceFiles, printer, importRemapper, referenceLookupExcludedFiles) {
51156
- const filesToRemove = /* @__PURE__ */ new Set();
51157
- const tracker = new ChangeTracker(printer, importRemapper);
51158
- const tsProgram = program.getTsProgram();
51159
- const typeChecker = tsProgram.getTypeChecker();
51160
- const referenceResolver = new ReferenceResolver(program, host, rootFileNames, basePath, referenceLookupExcludedFiles);
51161
- const removalLocations = {
51162
- arrays: new UniqueItemTracker(),
51163
- imports: new UniqueItemTracker(),
51164
- exports: new UniqueItemTracker(),
51165
- unknown: /* @__PURE__ */ new Set()
51166
- };
51167
- const classesToRemove = /* @__PURE__ */ new Set();
51168
- const barrelExports = new UniqueItemTracker();
51169
- const nodesToRemove = /* @__PURE__ */ new Set();
51170
- sourceFiles.forEach(function walk(node) {
51171
- var _a2, _b2;
51172
- if (import_typescript134.default.isClassDeclaration(node) && canRemoveClass(node, typeChecker)) {
51173
- collectRemovalLocations(node, removalLocations, referenceResolver, program);
51174
- classesToRemove.add(node);
51175
- } else if (import_typescript134.default.isExportDeclaration(node) && !node.exportClause && node.moduleSpecifier && import_typescript134.default.isStringLiteralLike(node.moduleSpecifier) && node.moduleSpecifier.text.startsWith(".")) {
51176
- const exportedSourceFile = (_b2 = (_a2 = typeChecker.getSymbolAtLocation(node.moduleSpecifier)) == null ? void 0 : _a2.valueDeclaration) == null ? void 0 : _b2.getSourceFile();
51177
- if (exportedSourceFile) {
51178
- barrelExports.track(exportedSourceFile, node);
51179
- }
51180
- }
51181
- node.forEachChild(walk);
51182
- });
51183
- removeArrayReferences(removalLocations.arrays, tracker);
51184
- removeImportReferences(removalLocations.imports, tracker);
51185
- removeExportReferences(removalLocations.exports, tracker);
51186
- addRemovalTodos(removalLocations.unknown, tracker);
51187
- (function trackNodesToRemove(nodes) {
51188
- for (const node of nodes) {
51189
- const sourceFile = node.getSourceFile();
51190
- if (!filesToRemove.has(sourceFile) && canRemoveFile(sourceFile, nodes)) {
51191
- const barrelExportsForFile = barrelExports.get(sourceFile);
51192
- nodesToRemove.add(node);
51193
- filesToRemove.add(sourceFile);
51194
- barrelExportsForFile && trackNodesToRemove(barrelExportsForFile);
51195
- } else {
51196
- nodesToRemove.add(node);
51197
- }
51198
- }
51199
- })(classesToRemove);
51200
- for (const node of nodesToRemove) {
51201
- const sourceFile = node.getSourceFile();
51202
- if (!filesToRemove.has(sourceFile) && canRemoveFile(sourceFile, nodesToRemove)) {
51203
- filesToRemove.add(sourceFile);
51204
- } else {
51205
- tracker.removeNode(node);
51206
- }
51207
- }
51208
- return { pendingChanges: tracker.recordChanges(), filesToRemove };
51209
- }
51210
- function collectRemovalLocations(ngModule, removalLocations, referenceResolver, program) {
51211
- const refsByFile = referenceResolver.findReferencesInProject(ngModule.name);
51212
- const tsProgram = program.getTsProgram();
51213
- const nodes = /* @__PURE__ */ new Set();
51214
- for (const [fileName, refs] of refsByFile) {
51215
- const sourceFile = tsProgram.getSourceFile(fileName);
51216
- if (sourceFile) {
51217
- offsetsToNodes(getNodeLookup(sourceFile), refs, nodes);
51218
- }
51219
- }
51220
- for (const node of nodes) {
51221
- const closestArray = closestNode(node, import_typescript134.default.isArrayLiteralExpression);
51222
- if (closestArray) {
51223
- removalLocations.arrays.track(closestArray, node);
51224
- continue;
51225
- }
51226
- const closestImport = closestNode(node, import_typescript134.default.isNamedImports);
51227
- if (closestImport) {
51228
- removalLocations.imports.track(closestImport, node);
51229
- continue;
51230
- }
51231
- const closestExport = closestNode(node, import_typescript134.default.isNamedExports);
51232
- if (closestExport) {
51233
- removalLocations.exports.track(closestExport, node);
51234
- continue;
51235
- }
51236
- removalLocations.unknown.add(node);
51237
- }
51238
- }
51239
- function removeArrayReferences(locations, tracker) {
51240
- for (const [array, toRemove] of locations.getEntries()) {
51241
- const newElements = filterRemovedElements(array.elements, toRemove);
51242
- tracker.replaceNode(array, import_typescript134.default.factory.updateArrayLiteralExpression(array, import_typescript134.default.factory.createNodeArray(newElements, array.elements.hasTrailingComma)));
51243
- }
51244
- }
51245
- function removeImportReferences(locations, tracker) {
51246
- for (const [namedImports, toRemove] of locations.getEntries()) {
51247
- const newElements = filterRemovedElements(namedImports.elements, toRemove);
51248
- if (newElements.length === 0) {
51249
- const importClause = closestNode(namedImports, import_typescript134.default.isImportClause);
51250
- if (importClause && importClause.name) {
51251
- tracker.replaceNode(importClause, import_typescript134.default.factory.updateImportClause(importClause, importClause.isTypeOnly, importClause.name, void 0));
51252
- } else {
51253
- const declaration = closestNode(namedImports, import_typescript134.default.isImportDeclaration);
51254
- if (declaration) {
51255
- tracker.removeNode(declaration);
51256
- }
51257
- }
51258
- } else {
51259
- tracker.replaceNode(namedImports, import_typescript134.default.factory.updateNamedImports(namedImports, newElements));
51260
- }
51261
- }
51262
- }
51263
- function removeExportReferences(locations, tracker) {
51264
- for (const [namedExports, toRemove] of locations.getEntries()) {
51265
- const newElements = filterRemovedElements(namedExports.elements, toRemove);
51266
- if (newElements.length === 0) {
51267
- const declaration = closestNode(namedExports, import_typescript134.default.isExportDeclaration);
51268
- if (declaration) {
51269
- tracker.removeNode(declaration);
51270
- }
51271
- } else {
51272
- tracker.replaceNode(namedExports, import_typescript134.default.factory.updateNamedExports(namedExports, newElements));
51273
- }
51274
- }
51275
- }
51276
- function canRemoveClass(node, typeChecker) {
51277
- var _a2;
51278
- const decorator = (_a2 = findNgModuleDecorator(node, typeChecker)) == null ? void 0 : _a2.node;
51279
- if (!decorator || !import_typescript134.default.isCallExpression(decorator.expression)) {
51280
- return false;
51281
- }
51282
- if (decorator.expression.arguments.length > 0 && !import_typescript134.default.isObjectLiteralExpression(decorator.expression.arguments[0])) {
51283
- return false;
51284
- }
51285
- if (node.members.length > 0 && node.members.some((member) => !isEmptyConstructor(member))) {
51286
- return false;
51287
- }
51288
- if (decorator.expression.arguments.length === 0) {
51289
- return true;
51290
- }
51291
- const literal3 = decorator.expression.arguments[0];
51292
- const imports = findLiteralProperty(literal3, "imports");
51293
- if (imports && isNonEmptyNgModuleProperty(imports)) {
51294
- for (const dep of imports.initializer.elements) {
51295
- if (!import_typescript134.default.isIdentifier(dep)) {
51296
- return false;
51297
- }
51298
- const depDeclaration = findClassDeclaration(dep, typeChecker);
51299
- const depNgModule = depDeclaration ? findNgModuleDecorator(depDeclaration, typeChecker) : null;
51300
- if (depDeclaration !== null && depNgModule !== null && !canRemoveClass(depDeclaration, typeChecker)) {
51301
- return false;
51302
- }
51303
- }
51304
- }
51305
- for (const prop of literal3.properties) {
51306
- if (isNonEmptyNgModuleProperty(prop) && (prop.name.text === "declarations" || prop.name.text === "providers" || prop.name.text === "bootstrap")) {
51307
- return false;
51308
- }
51309
- }
51310
- return true;
51311
- }
51312
- function isNonEmptyNgModuleProperty(node) {
51313
- return import_typescript134.default.isPropertyAssignment(node) && import_typescript134.default.isIdentifier(node.name) && import_typescript134.default.isArrayLiteralExpression(node.initializer) && node.initializer.elements.length > 0;
51314
- }
51315
- function canRemoveFile(sourceFile, nodesToBeRemoved) {
51316
- var _a2;
51317
- for (const node of sourceFile.statements) {
51318
- if (import_typescript134.default.isImportDeclaration(node) || nodesToBeRemoved.has(node)) {
51319
- continue;
51320
- }
51321
- if (import_typescript134.default.isExportDeclaration(node) || import_typescript134.default.canHaveModifiers(node) && ((_a2 = import_typescript134.default.getModifiers(node)) == null ? void 0 : _a2.some((m) => m.kind === import_typescript134.default.SyntaxKind.ExportKeyword))) {
51322
- return false;
51323
- }
51324
- }
51325
- return true;
51326
- }
51327
- function contains(parent, child) {
51328
- return parent === child || parent.getSourceFile().fileName === child.getSourceFile().fileName && child.getStart() >= parent.getStart() && child.getStart() <= parent.getEnd();
51329
- }
51330
- function filterRemovedElements(elements, toRemove) {
51331
- return elements.filter((el) => {
51332
- for (const node of toRemove) {
51333
- if (contains(el, node)) {
51334
- return false;
51335
- }
51336
- }
51337
- return true;
51338
- });
51339
- }
51340
- function isEmptyConstructor(node) {
51341
- return import_typescript134.default.isConstructorDeclaration(node) && node.parameters.length === 0 && (node.body == null || node.body.statements.length === 0);
51342
- }
51343
- function addRemovalTodos(nodes, tracker) {
51344
- for (const node of nodes) {
51345
- tracker.insertText(node.getSourceFile(), node.getFullStart(), ` /* TODO(standalone-migration): clean up removed NgModule reference manually. */ `);
51346
- }
51347
- }
51348
- function findNgModuleDecorator(node, typeChecker) {
51349
- const decorators = getAngularDecorators2(typeChecker, import_typescript134.default.getDecorators(node) || []);
51350
- return decorators.find((decorator) => decorator.name === "NgModule") || null;
51351
- }
51352
-
51353
- // bazel-out/k8-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/standalone-bootstrap.mjs
51354
- var import_path6 = require("path");
51355
- var import_typescript137 = __toESM(require("typescript"), 1);
51356
-
51357
- // bazel-out/k8-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/to-standalone.mjs
51358
- var import_typescript136 = __toESM(require("typescript"), 1);
51359
-
51360
- // bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/typescript/symbol.mjs
51156
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/to-standalone.mjs
51361
51157
  var import_typescript135 = __toESM(require("typescript"), 1);
51158
+
51159
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/typescript/symbol.mjs
51160
+ var import_typescript134 = __toESM(require("typescript"), 1);
51362
51161
  function isReferenceToImport(typeChecker, node, importSpecifier) {
51363
51162
  var _a2, _b2;
51364
- if (import_typescript135.default.isIdentifier(node) && node.text !== importSpecifier.name.text) {
51163
+ if (import_typescript134.default.isIdentifier(node) && node.text !== importSpecifier.name.text) {
51365
51164
  return false;
51366
51165
  }
51367
51166
  const nodeSymbol = typeChecker.getTypeAtLocation(node).getSymbol();
@@ -51369,7 +51168,7 @@ function isReferenceToImport(typeChecker, node, importSpecifier) {
51369
51168
  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];
51370
51169
  }
51371
51170
 
51372
- // bazel-out/k8-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/to-standalone.mjs
51171
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/to-standalone.mjs
51373
51172
  function toStandalone(sourceFiles, program, printer, fileImportRemapper, componentImportRemapper) {
51374
51173
  const templateTypeChecker = program.compiler.getTemplateTypeChecker();
51375
51174
  const typeChecker = program.getTsProgram().getTypeChecker();
@@ -51408,10 +51207,10 @@ function convertNgModuleDeclarationToStandalone(decl, allDeclarations, tracker,
51408
51207
  const importsToAdd = getComponentImportExpressions(decl, allDeclarations, tracker, typeChecker, importRemapper);
51409
51208
  if (importsToAdd.length > 0) {
51410
51209
  const hasTrailingComma = importsToAdd.length > 2 && !!((_a2 = extractMetadataLiteral(directiveMeta.decorator)) == null ? void 0 : _a2.properties.hasTrailingComma);
51411
- decorator = addPropertyToAngularDecorator(decorator, import_typescript136.default.factory.createPropertyAssignment("imports", import_typescript136.default.factory.createArrayLiteralExpression(
51412
- import_typescript136.default.factory.createNodeArray(importsToAdd, hasTrailingComma),
51210
+ decorator = setPropertyOnAngularDecorator(decorator, "imports", import_typescript135.default.factory.createArrayLiteralExpression(
51211
+ import_typescript135.default.factory.createNodeArray(importsToAdd, hasTrailingComma),
51413
51212
  hasTrailingComma
51414
- )));
51213
+ ));
51415
51214
  }
51416
51215
  }
51417
51216
  tracker.replaceNode(directiveMeta.decorator, decorator);
@@ -51425,7 +51224,6 @@ function convertNgModuleDeclarationToStandalone(decl, allDeclarations, tracker,
51425
51224
  function getComponentImportExpressions(decl, allDeclarations, tracker, typeChecker, importRemapper) {
51426
51225
  const templateDependencies = findTemplateDependencies(decl, typeChecker);
51427
51226
  const usedDependenciesInMigration = new Set(templateDependencies.filter((dep) => allDeclarations.has(dep.node)));
51428
- const imports = [];
51429
51227
  const seenImports = /* @__PURE__ */ new Set();
51430
51228
  const resolvedDependencies = [];
51431
51229
  for (const dep of templateDependencies) {
@@ -51435,23 +51233,22 @@ function getComponentImportExpressions(decl, allDeclarations, tracker, typeCheck
51435
51233
  resolvedDependencies.push(importLocation);
51436
51234
  }
51437
51235
  }
51438
- const processedDependencies = importRemapper ? importRemapper(resolvedDependencies, decl) : resolvedDependencies;
51439
- for (const importLocation of processedDependencies) {
51236
+ return potentialImportsToExpressions(resolvedDependencies, decl, tracker, importRemapper);
51237
+ }
51238
+ function potentialImportsToExpressions(potentialImports, component, tracker, importRemapper) {
51239
+ const processedDependencies = importRemapper ? importRemapper(potentialImports, component) : potentialImports;
51240
+ return processedDependencies.map((importLocation) => {
51440
51241
  if (importLocation.moduleSpecifier) {
51441
- const identifier = tracker.addImport(decl.getSourceFile(), importLocation.symbolName, importLocation.moduleSpecifier);
51442
- imports.push(identifier);
51443
- } else {
51444
- const identifier = import_typescript136.default.factory.createIdentifier(importLocation.symbolName);
51445
- if (importLocation.isForwardReference) {
51446
- const forwardRefExpression = tracker.addImport(decl.getSourceFile(), "forwardRef", "@angular/core");
51447
- const arrowFunction = import_typescript136.default.factory.createArrowFunction(void 0, void 0, [], void 0, void 0, identifier);
51448
- imports.push(import_typescript136.default.factory.createCallExpression(forwardRefExpression, void 0, [arrowFunction]));
51449
- } else {
51450
- imports.push(identifier);
51451
- }
51242
+ return tracker.addImport(component.getSourceFile(), importLocation.symbolName, importLocation.moduleSpecifier);
51452
51243
  }
51453
- }
51454
- return imports;
51244
+ const identifier = import_typescript135.default.factory.createIdentifier(importLocation.symbolName);
51245
+ if (!importLocation.isForwardReference) {
51246
+ return identifier;
51247
+ }
51248
+ const forwardRefExpression = tracker.addImport(component.getSourceFile(), "forwardRef", "@angular/core");
51249
+ const arrowFunction = import_typescript135.default.factory.createArrowFunction(void 0, void 0, [], void 0, void 0, identifier);
51250
+ return import_typescript135.default.factory.createCallExpression(forwardRefExpression, void 0, [arrowFunction]);
51251
+ });
51455
51252
  }
51456
51253
  function migrateNgModuleClass(node, allDeclarations, tracker, typeChecker, templateTypeChecker) {
51457
51254
  var _a2;
@@ -51470,11 +51267,11 @@ function moveDeclarationsToImports(literal3, allDeclarations, typeChecker, templ
51470
51267
  const declarationsToCopy = [];
51471
51268
  const properties = [];
51472
51269
  const importsProp = findLiteralProperty(literal3, "imports");
51473
- const hasAnyArrayTrailingComma = literal3.properties.some((prop) => import_typescript136.default.isPropertyAssignment(prop) && import_typescript136.default.isArrayLiteralExpression(prop.initializer) && prop.initializer.elements.hasTrailingComma);
51474
- if (import_typescript136.default.isPropertyAssignment(declarationsProp)) {
51475
- if (import_typescript136.default.isArrayLiteralExpression(declarationsProp.initializer)) {
51270
+ const hasAnyArrayTrailingComma = literal3.properties.some((prop) => import_typescript135.default.isPropertyAssignment(prop) && import_typescript135.default.isArrayLiteralExpression(prop.initializer) && prop.initializer.elements.hasTrailingComma);
51271
+ if (import_typescript135.default.isPropertyAssignment(declarationsProp)) {
51272
+ if (import_typescript135.default.isArrayLiteralExpression(declarationsProp.initializer)) {
51476
51273
  for (const el of declarationsProp.initializer.elements) {
51477
- if (import_typescript136.default.isIdentifier(el)) {
51274
+ if (import_typescript135.default.isIdentifier(el)) {
51478
51275
  const correspondingClass = findClassDeclaration(el, typeChecker);
51479
51276
  if (!correspondingClass || isStandaloneDeclaration(correspondingClass, allDeclarations, templateTypeChecker)) {
51480
51277
  declarationsToCopy.push(el);
@@ -51486,11 +51283,11 @@ function moveDeclarationsToImports(literal3, allDeclarations, typeChecker, templ
51486
51283
  }
51487
51284
  }
51488
51285
  } else {
51489
- declarationsToCopy.push(import_typescript136.default.factory.createSpreadElement(declarationsProp.initializer));
51286
+ declarationsToCopy.push(import_typescript135.default.factory.createSpreadElement(declarationsProp.initializer));
51490
51287
  }
51491
51288
  }
51492
51289
  if (!importsProp && declarationsToCopy.length > 0) {
51493
- properties.push(import_typescript136.default.factory.createPropertyAssignment("imports", import_typescript136.default.factory.createArrayLiteralExpression(import_typescript136.default.factory.createNodeArray(declarationsToCopy, hasAnyArrayTrailingComma && declarationsToCopy.length > 2))));
51290
+ properties.push(import_typescript135.default.factory.createPropertyAssignment("imports", import_typescript135.default.factory.createArrayLiteralExpression(import_typescript135.default.factory.createNodeArray(declarationsToCopy, hasAnyArrayTrailingComma && declarationsToCopy.length > 2))));
51494
51291
  }
51495
51292
  for (const prop of literal3.properties) {
51496
51293
  if (!isNamedPropertyAssignment(prop)) {
@@ -51499,51 +51296,61 @@ function moveDeclarationsToImports(literal3, allDeclarations, typeChecker, templ
51499
51296
  }
51500
51297
  if (prop === declarationsProp) {
51501
51298
  if (declarationsToPreserve.length > 0) {
51502
- const hasTrailingComma = import_typescript136.default.isArrayLiteralExpression(prop.initializer) ? prop.initializer.elements.hasTrailingComma : hasAnyArrayTrailingComma;
51503
- properties.push(import_typescript136.default.factory.updatePropertyAssignment(prop, prop.name, import_typescript136.default.factory.createArrayLiteralExpression(import_typescript136.default.factory.createNodeArray(declarationsToPreserve, hasTrailingComma && declarationsToPreserve.length > 2))));
51299
+ const hasTrailingComma = import_typescript135.default.isArrayLiteralExpression(prop.initializer) ? prop.initializer.elements.hasTrailingComma : hasAnyArrayTrailingComma;
51300
+ properties.push(import_typescript135.default.factory.updatePropertyAssignment(prop, prop.name, import_typescript135.default.factory.createArrayLiteralExpression(import_typescript135.default.factory.createNodeArray(declarationsToPreserve, hasTrailingComma && declarationsToPreserve.length > 2))));
51504
51301
  }
51505
51302
  continue;
51506
51303
  }
51507
51304
  if (prop === importsProp && declarationsToCopy.length > 0) {
51508
51305
  let initializer;
51509
- if (import_typescript136.default.isArrayLiteralExpression(prop.initializer)) {
51510
- initializer = import_typescript136.default.factory.updateArrayLiteralExpression(prop.initializer, import_typescript136.default.factory.createNodeArray([...prop.initializer.elements, ...declarationsToCopy], prop.initializer.elements.hasTrailingComma));
51306
+ if (import_typescript135.default.isArrayLiteralExpression(prop.initializer)) {
51307
+ initializer = import_typescript135.default.factory.updateArrayLiteralExpression(prop.initializer, import_typescript135.default.factory.createNodeArray([...prop.initializer.elements, ...declarationsToCopy], prop.initializer.elements.hasTrailingComma));
51511
51308
  } else {
51512
- initializer = import_typescript136.default.factory.createArrayLiteralExpression(import_typescript136.default.factory.createNodeArray(
51513
- [import_typescript136.default.factory.createSpreadElement(prop.initializer), ...declarationsToCopy],
51309
+ initializer = import_typescript135.default.factory.createArrayLiteralExpression(import_typescript135.default.factory.createNodeArray(
51310
+ [import_typescript135.default.factory.createSpreadElement(prop.initializer), ...declarationsToCopy],
51514
51311
  hasAnyArrayTrailingComma && declarationsToCopy.length > 1
51515
51312
  ));
51516
51313
  }
51517
- properties.push(import_typescript136.default.factory.updatePropertyAssignment(prop, prop.name, initializer));
51314
+ properties.push(import_typescript135.default.factory.updatePropertyAssignment(prop, prop.name, initializer));
51518
51315
  continue;
51519
51316
  }
51520
51317
  properties.push(prop);
51521
51318
  }
51522
- tracker.replaceNode(literal3, import_typescript136.default.factory.updateObjectLiteralExpression(literal3, import_typescript136.default.factory.createNodeArray(properties, literal3.properties.hasTrailingComma)), import_typescript136.default.EmitHint.Expression);
51319
+ tracker.replaceNode(literal3, import_typescript135.default.factory.updateObjectLiteralExpression(literal3, import_typescript135.default.factory.createNodeArray(properties, literal3.properties.hasTrailingComma)), import_typescript135.default.EmitHint.Expression);
51523
51320
  }
51524
51321
  function addStandaloneToDecorator(node) {
51525
- return addPropertyToAngularDecorator(node, import_typescript136.default.factory.createPropertyAssignment("standalone", import_typescript136.default.factory.createToken(import_typescript136.default.SyntaxKind.TrueKeyword)));
51322
+ return setPropertyOnAngularDecorator(node, "standalone", import_typescript135.default.factory.createToken(import_typescript135.default.SyntaxKind.TrueKeyword));
51526
51323
  }
51527
- function addPropertyToAngularDecorator(node, property2) {
51528
- if (!import_typescript136.default.isCallExpression(node.expression) || node.expression.arguments.length > 1) {
51324
+ function setPropertyOnAngularDecorator(node, name, initializer) {
51325
+ if (!import_typescript135.default.isCallExpression(node.expression) || node.expression.arguments.length > 1) {
51529
51326
  return node;
51530
51327
  }
51531
51328
  let literalProperties;
51532
51329
  let hasTrailingComma = false;
51533
51330
  if (node.expression.arguments.length === 0) {
51534
- literalProperties = [property2];
51535
- } else if (import_typescript136.default.isObjectLiteralExpression(node.expression.arguments[0])) {
51536
- hasTrailingComma = node.expression.arguments[0].properties.hasTrailingComma;
51537
- literalProperties = [...node.expression.arguments[0].properties, property2];
51331
+ literalProperties = [import_typescript135.default.factory.createPropertyAssignment(name, initializer)];
51332
+ } else if (import_typescript135.default.isObjectLiteralExpression(node.expression.arguments[0])) {
51333
+ const literal3 = node.expression.arguments[0];
51334
+ const existingProperty = findLiteralProperty(literal3, name);
51335
+ hasTrailingComma = literal3.properties.hasTrailingComma;
51336
+ if (existingProperty && import_typescript135.default.isPropertyAssignment(existingProperty)) {
51337
+ literalProperties = literal3.properties.slice();
51338
+ literalProperties[literalProperties.indexOf(existingProperty)] = import_typescript135.default.factory.updatePropertyAssignment(existingProperty, existingProperty.name, initializer);
51339
+ } else {
51340
+ literalProperties = [
51341
+ ...literal3.properties,
51342
+ import_typescript135.default.factory.createPropertyAssignment(name, initializer)
51343
+ ];
51344
+ }
51538
51345
  } else {
51539
51346
  return node;
51540
51347
  }
51541
- return import_typescript136.default.factory.createDecorator(import_typescript136.default.factory.createCallExpression(node.expression.expression, node.expression.typeArguments, [
51542
- import_typescript136.default.factory.createObjectLiteralExpression(import_typescript136.default.factory.createNodeArray(literalProperties, hasTrailingComma), literalProperties.length > 1)
51348
+ return import_typescript135.default.factory.createDecorator(import_typescript135.default.factory.createCallExpression(node.expression.expression, node.expression.typeArguments, [
51349
+ import_typescript135.default.factory.createObjectLiteralExpression(import_typescript135.default.factory.createNodeArray(literalProperties, hasTrailingComma), literalProperties.length > 1)
51543
51350
  ]));
51544
51351
  }
51545
51352
  function isNamedPropertyAssignment(node) {
51546
- return import_typescript136.default.isPropertyAssignment(node) && node.name && import_typescript136.default.isIdentifier(node.name);
51353
+ return import_typescript135.default.isPropertyAssignment(node) && node.name && import_typescript135.default.isIdentifier(node.name);
51547
51354
  }
51548
51355
  function findImportLocation(target, inComponent, importMode, typeChecker) {
51549
51356
  const importLocations = typeChecker.getPotentialImportsFor(target, inComponent, importMode);
@@ -51563,14 +51370,14 @@ function findImportLocation(target, inComponent, importMode, typeChecker) {
51563
51370
  return firstSameFileImport || firstModuleImport || importLocations[0] || null;
51564
51371
  }
51565
51372
  function hasNgModuleMetadataElements(node) {
51566
- return import_typescript136.default.isPropertyAssignment(node) && (!import_typescript136.default.isArrayLiteralExpression(node.initializer) || node.initializer.elements.length > 0);
51373
+ return import_typescript135.default.isPropertyAssignment(node) && (!import_typescript135.default.isArrayLiteralExpression(node.initializer) || node.initializer.elements.length > 0);
51567
51374
  }
51568
51375
  function findNgModuleClassesToMigrate(sourceFile, typeChecker) {
51569
51376
  const modules = [];
51570
51377
  if (getImportSpecifier(sourceFile, "@angular/core", "NgModule")) {
51571
51378
  sourceFile.forEachChild(function walk(node) {
51572
- if (import_typescript136.default.isClassDeclaration(node)) {
51573
- const decorator = getAngularDecorators2(typeChecker, import_typescript136.default.getDecorators(node) || []).find((current) => current.name === "NgModule");
51379
+ if (import_typescript135.default.isClassDeclaration(node)) {
51380
+ const decorator = getAngularDecorators2(typeChecker, import_typescript135.default.getDecorators(node) || []).find((current) => current.name === "NgModule");
51574
51381
  const metadata = decorator ? extractMetadataLiteral(decorator.node) : null;
51575
51382
  if (metadata) {
51576
51383
  const declarations = findLiteralProperty(metadata, "declarations");
@@ -51590,13 +51397,13 @@ function findTestObjectsToMigrate(sourceFile, typeChecker) {
51590
51397
  const catalystImport = getImportSpecifier(sourceFile, /testing\/catalyst$/, "setupModule");
51591
51398
  if (testBedImport || catalystImport) {
51592
51399
  sourceFile.forEachChild(function walk(node) {
51593
- const isObjectLiteralCall = import_typescript136.default.isCallExpression(node) && node.arguments.length > 0 && import_typescript136.default.isObjectLiteralExpression(node.arguments[0]);
51400
+ const isObjectLiteralCall = import_typescript135.default.isCallExpression(node) && node.arguments.length > 0 && import_typescript135.default.isObjectLiteralExpression(node.arguments[0]);
51594
51401
  const config = isObjectLiteralCall ? node.arguments[0] : null;
51595
- const isTestBedCall = isObjectLiteralCall && testBedImport && import_typescript136.default.isPropertyAccessExpression(node.expression) && node.expression.name.text === "configureTestingModule" && isReferenceToImport(typeChecker, node.expression.expression, testBedImport);
51596
- const isCatalystCall = isObjectLiteralCall && catalystImport && import_typescript136.default.isIdentifier(node.expression) && isReferenceToImport(typeChecker, node.expression, catalystImport);
51402
+ const isTestBedCall = isObjectLiteralCall && testBedImport && import_typescript135.default.isPropertyAccessExpression(node.expression) && node.expression.name.text === "configureTestingModule" && isReferenceToImport(typeChecker, node.expression.expression, testBedImport);
51403
+ const isCatalystCall = isObjectLiteralCall && catalystImport && import_typescript135.default.isIdentifier(node.expression) && isReferenceToImport(typeChecker, node.expression, catalystImport);
51597
51404
  if ((isTestBedCall || isCatalystCall) && config) {
51598
51405
  const declarations = findLiteralProperty(config, "declarations");
51599
- if (declarations && import_typescript136.default.isPropertyAssignment(declarations) && import_typescript136.default.isArrayLiteralExpression(declarations.initializer) && declarations.initializer.elements.length > 0) {
51406
+ if (declarations && import_typescript135.default.isPropertyAssignment(declarations) && import_typescript135.default.isArrayLiteralExpression(declarations.initializer) && declarations.initializer.elements.length > 0) {
51600
51407
  testObjects.push(config);
51601
51408
  }
51602
51409
  }
@@ -51611,7 +51418,7 @@ function findTemplateDependencies(decl, typeChecker) {
51611
51418
  const usedPipes = typeChecker.getUsedPipes(decl);
51612
51419
  if (usedDirectives !== null) {
51613
51420
  for (const dir of usedDirectives) {
51614
- if (import_typescript136.default.isClassDeclaration(dir.ref.node)) {
51421
+ if (import_typescript135.default.isClassDeclaration(dir.ref.node)) {
51615
51422
  results.push(dir.ref);
51616
51423
  }
51617
51424
  }
@@ -51619,7 +51426,7 @@ function findTemplateDependencies(decl, typeChecker) {
51619
51426
  if (usedPipes !== null) {
51620
51427
  const potentialPipes = typeChecker.getPotentialPipes(decl);
51621
51428
  for (const pipe2 of potentialPipes) {
51622
- if (import_typescript136.default.isClassDeclaration(pipe2.ref.node) && usedPipes.some((current) => pipe2.name === current)) {
51429
+ if (import_typescript135.default.isClassDeclaration(pipe2.ref.node) && usedPipes.some((current) => pipe2.name === current)) {
51623
51430
  results.push(pipe2.ref);
51624
51431
  }
51625
51432
  }
@@ -51633,12 +51440,12 @@ function filterNonBootstrappedDeclarations(declarations, ngModule, templateTypeC
51633
51440
  if (!bootstrapProp) {
51634
51441
  return declarations;
51635
51442
  }
51636
- if (!import_typescript136.default.isPropertyAssignment(bootstrapProp) || !import_typescript136.default.isArrayLiteralExpression(bootstrapProp.initializer)) {
51443
+ if (!import_typescript135.default.isPropertyAssignment(bootstrapProp) || !import_typescript135.default.isArrayLiteralExpression(bootstrapProp.initializer)) {
51637
51444
  return [];
51638
51445
  }
51639
51446
  const bootstrappedClasses = /* @__PURE__ */ new Set();
51640
51447
  for (const el of bootstrapProp.initializer.elements) {
51641
- const referencedClass = import_typescript136.default.isIdentifier(el) ? findClassDeclaration(el, typeChecker) : null;
51448
+ const referencedClass = import_typescript135.default.isIdentifier(el) ? findClassDeclaration(el, typeChecker) : null;
51642
51449
  if (referencedClass) {
51643
51450
  bootstrappedClasses.add(referencedClass);
51644
51451
  } else {
@@ -51649,14 +51456,14 @@ function filterNonBootstrappedDeclarations(declarations, ngModule, templateTypeC
51649
51456
  }
51650
51457
  function extractDeclarationsFromModule(ngModule, templateTypeChecker) {
51651
51458
  const metadata = templateTypeChecker.getNgModuleMetadata(ngModule);
51652
- return metadata ? metadata.declarations.filter((decl) => import_typescript136.default.isClassDeclaration(decl.node)).map((decl) => decl.node) : [];
51459
+ return metadata ? metadata.declarations.filter((decl) => import_typescript135.default.isClassDeclaration(decl.node)).map((decl) => decl.node) : [];
51653
51460
  }
51654
51461
  function migrateTestDeclarations(testObjects, declarationsOutsideOfTestFiles, tracker, templateTypeChecker, typeChecker) {
51655
51462
  var _a2;
51656
51463
  const { decorators, componentImports } = analyzeTestingModules(testObjects, typeChecker);
51657
51464
  const allDeclarations = new Set(declarationsOutsideOfTestFiles);
51658
51465
  for (const decorator of decorators) {
51659
- const closestClass = closestNode(decorator.node, import_typescript136.default.isClassDeclaration);
51466
+ const closestClass = closestNode(decorator.node, import_typescript135.default.isClassDeclaration);
51660
51467
  if (decorator.name === "Pipe" || decorator.name === "Directive") {
51661
51468
  tracker.replaceNode(decorator.node, addStandaloneToDecorator(decorator.node));
51662
51469
  if (closestClass) {
@@ -51670,8 +51477,8 @@ function migrateTestDeclarations(testObjects, declarationsOutsideOfTestFiles, tr
51670
51477
  }
51671
51478
  if (importsToAdd && importsToAdd.size > 0) {
51672
51479
  const hasTrailingComma = importsToAdd.size > 2 && !!((_a2 = extractMetadataLiteral(decorator.node)) == null ? void 0 : _a2.properties.hasTrailingComma);
51673
- const importsArray = import_typescript136.default.factory.createNodeArray(Array.from(importsToAdd), hasTrailingComma);
51674
- tracker.replaceNode(decorator.node, addPropertyToAngularDecorator(newDecorator, import_typescript136.default.factory.createPropertyAssignment("imports", import_typescript136.default.factory.createArrayLiteralExpression(importsArray))));
51480
+ const importsArray = import_typescript135.default.factory.createNodeArray(Array.from(importsToAdd), hasTrailingComma);
51481
+ tracker.replaceNode(decorator.node, setPropertyOnAngularDecorator(newDecorator, "imports", import_typescript135.default.factory.createArrayLiteralExpression(importsArray)));
51675
51482
  } else {
51676
51483
  tracker.replaceNode(decorator.node, newDecorator);
51677
51484
  }
@@ -51691,14 +51498,14 @@ function analyzeTestingModules(testObjects, typeChecker) {
51691
51498
  continue;
51692
51499
  }
51693
51500
  const importsProp = findLiteralProperty(obj, "imports");
51694
- const importElements = importsProp && hasNgModuleMetadataElements(importsProp) && import_typescript136.default.isArrayLiteralExpression(importsProp.initializer) ? importsProp.initializer.elements.filter((el) => {
51695
- return !import_typescript136.default.isCallExpression(el) && !isClassReferenceInAngularModule(el, /^BrowserAnimationsModule|NoopAnimationsModule$/, "platform-browser/animations", typeChecker);
51501
+ const importElements = importsProp && hasNgModuleMetadataElements(importsProp) && import_typescript135.default.isArrayLiteralExpression(importsProp.initializer) ? importsProp.initializer.elements.filter((el) => {
51502
+ return !import_typescript135.default.isCallExpression(el) && !isClassReferenceInAngularModule(el, /^BrowserAnimationsModule|NoopAnimationsModule$/, "platform-browser/animations", typeChecker);
51696
51503
  }) : null;
51697
51504
  for (const decl of declarations) {
51698
51505
  if (seenDeclarations.has(decl)) {
51699
51506
  continue;
51700
51507
  }
51701
- const [decorator] = getAngularDecorators2(typeChecker, import_typescript136.default.getDecorators(decl) || []);
51508
+ const [decorator] = getAngularDecorators2(typeChecker, import_typescript135.default.getDecorators(decl) || []);
51702
51509
  if (decorator) {
51703
51510
  seenDeclarations.add(decl);
51704
51511
  decorators.push(decorator);
@@ -51718,7 +51525,7 @@ function analyzeTestingModules(testObjects, typeChecker) {
51718
51525
  function extractDeclarationsFromTestObject(obj, typeChecker) {
51719
51526
  const results = [];
51720
51527
  const declarations = findLiteralProperty(obj, "declarations");
51721
- if (declarations && hasNgModuleMetadataElements(declarations) && import_typescript136.default.isArrayLiteralExpression(declarations.initializer)) {
51528
+ if (declarations && hasNgModuleMetadataElements(declarations) && import_typescript135.default.isArrayLiteralExpression(declarations.initializer)) {
51722
51529
  for (const element2 of declarations.initializer.elements) {
51723
51530
  const declaration = findClassDeclaration(element2, typeChecker);
51724
51531
  if (declaration && declaration.getSourceFile().fileName === obj.getSourceFile().fileName) {
@@ -51729,7 +51536,7 @@ function extractDeclarationsFromTestObject(obj, typeChecker) {
51729
51536
  return results;
51730
51537
  }
51731
51538
  function extractMetadataLiteral(decorator) {
51732
- return import_typescript136.default.isCallExpression(decorator.expression) && decorator.expression.arguments.length === 1 && import_typescript136.default.isObjectLiteralExpression(decorator.expression.arguments[0]) ? decorator.expression.arguments[0] : null;
51539
+ return import_typescript135.default.isCallExpression(decorator.expression) && decorator.expression.arguments.length === 1 && import_typescript135.default.isObjectLiteralExpression(decorator.expression.arguments[0]) ? decorator.expression.arguments[0] : null;
51733
51540
  }
51734
51541
  function isStandaloneDeclaration(node, declarationsInMigration, templateTypeChecker) {
51735
51542
  if (declarationsInMigration.has(node)) {
@@ -51739,7 +51546,269 @@ function isStandaloneDeclaration(node, declarationsInMigration, templateTypeChec
51739
51546
  return metadata != null && metadata.isStandalone;
51740
51547
  }
51741
51548
 
51742
- // bazel-out/k8-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/standalone-bootstrap.mjs
51549
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/prune-modules.mjs
51550
+ function pruneNgModules(program, host, basePath, rootFileNames, sourceFiles, printer, importRemapper, referenceLookupExcludedFiles, componentImportRemapper) {
51551
+ const filesToRemove = /* @__PURE__ */ new Set();
51552
+ const tracker = new ChangeTracker(printer, importRemapper);
51553
+ const tsProgram = program.getTsProgram();
51554
+ const typeChecker = tsProgram.getTypeChecker();
51555
+ const templateTypeChecker = program.compiler.getTemplateTypeChecker();
51556
+ const referenceResolver = new ReferenceResolver(program, host, rootFileNames, basePath, referenceLookupExcludedFiles);
51557
+ const removalLocations = {
51558
+ arrays: new UniqueItemTracker(),
51559
+ imports: new UniqueItemTracker(),
51560
+ exports: new UniqueItemTracker(),
51561
+ unknown: /* @__PURE__ */ new Set()
51562
+ };
51563
+ const classesToRemove = /* @__PURE__ */ new Set();
51564
+ const barrelExports = new UniqueItemTracker();
51565
+ const componentImportArrays = new UniqueItemTracker();
51566
+ const nodesToRemove = /* @__PURE__ */ new Set();
51567
+ sourceFiles.forEach(function walk(node) {
51568
+ var _a2, _b2;
51569
+ if (import_typescript136.default.isClassDeclaration(node) && canRemoveClass(node, typeChecker)) {
51570
+ collectChangeLocations(node, removalLocations, componentImportArrays, templateTypeChecker, referenceResolver, program);
51571
+ classesToRemove.add(node);
51572
+ } else if (import_typescript136.default.isExportDeclaration(node) && !node.exportClause && node.moduleSpecifier && import_typescript136.default.isStringLiteralLike(node.moduleSpecifier) && node.moduleSpecifier.text.startsWith(".")) {
51573
+ const exportedSourceFile = (_b2 = (_a2 = typeChecker.getSymbolAtLocation(node.moduleSpecifier)) == null ? void 0 : _a2.valueDeclaration) == null ? void 0 : _b2.getSourceFile();
51574
+ if (exportedSourceFile) {
51575
+ barrelExports.track(exportedSourceFile, node);
51576
+ }
51577
+ }
51578
+ node.forEachChild(walk);
51579
+ });
51580
+ replaceInImportsArray(componentImportArrays, classesToRemove, tracker, typeChecker, templateTypeChecker, componentImportRemapper);
51581
+ removeArrayReferences(removalLocations.arrays, tracker);
51582
+ removeImportReferences(removalLocations.imports, tracker);
51583
+ removeExportReferences(removalLocations.exports, tracker);
51584
+ addRemovalTodos(removalLocations.unknown, tracker);
51585
+ (function trackNodesToRemove(nodes) {
51586
+ for (const node of nodes) {
51587
+ const sourceFile = node.getSourceFile();
51588
+ if (!filesToRemove.has(sourceFile) && canRemoveFile(sourceFile, nodes)) {
51589
+ const barrelExportsForFile = barrelExports.get(sourceFile);
51590
+ nodesToRemove.add(node);
51591
+ filesToRemove.add(sourceFile);
51592
+ barrelExportsForFile && trackNodesToRemove(barrelExportsForFile);
51593
+ } else {
51594
+ nodesToRemove.add(node);
51595
+ }
51596
+ }
51597
+ })(classesToRemove);
51598
+ for (const node of nodesToRemove) {
51599
+ const sourceFile = node.getSourceFile();
51600
+ if (!filesToRemove.has(sourceFile) && canRemoveFile(sourceFile, nodesToRemove)) {
51601
+ filesToRemove.add(sourceFile);
51602
+ } else {
51603
+ tracker.removeNode(node);
51604
+ }
51605
+ }
51606
+ return { pendingChanges: tracker.recordChanges(), filesToRemove };
51607
+ }
51608
+ function collectChangeLocations(ngModule, removalLocations, componentImportArrays, templateTypeChecker, referenceResolver, program) {
51609
+ const refsByFile = referenceResolver.findReferencesInProject(ngModule.name);
51610
+ const tsProgram = program.getTsProgram();
51611
+ const nodes = /* @__PURE__ */ new Set();
51612
+ for (const [fileName, refs] of refsByFile) {
51613
+ const sourceFile = tsProgram.getSourceFile(fileName);
51614
+ if (sourceFile) {
51615
+ offsetsToNodes(getNodeLookup(sourceFile), refs, nodes);
51616
+ }
51617
+ }
51618
+ for (const node of nodes) {
51619
+ const closestArray = closestNode(node, import_typescript136.default.isArrayLiteralExpression);
51620
+ if (closestArray) {
51621
+ const closestAssignment = closestNode(closestArray, import_typescript136.default.isPropertyAssignment);
51622
+ if (closestAssignment && isInImportsArray(closestAssignment, closestArray)) {
51623
+ const closestDecorator = closestNode(closestAssignment, import_typescript136.default.isDecorator);
51624
+ const closestClass = closestDecorator ? closestNode(closestDecorator, import_typescript136.default.isClassDeclaration) : null;
51625
+ const directiveMeta = closestClass ? templateTypeChecker.getDirectiveMetadata(closestClass) : null;
51626
+ if (directiveMeta && directiveMeta.isComponent && directiveMeta.isStandalone) {
51627
+ componentImportArrays.track(closestArray, node);
51628
+ continue;
51629
+ }
51630
+ }
51631
+ removalLocations.arrays.track(closestArray, node);
51632
+ continue;
51633
+ }
51634
+ const closestImport = closestNode(node, import_typescript136.default.isNamedImports);
51635
+ if (closestImport) {
51636
+ removalLocations.imports.track(closestImport, node);
51637
+ continue;
51638
+ }
51639
+ const closestExport = closestNode(node, import_typescript136.default.isNamedExports);
51640
+ if (closestExport) {
51641
+ removalLocations.exports.track(closestExport, node);
51642
+ continue;
51643
+ }
51644
+ removalLocations.unknown.add(node);
51645
+ }
51646
+ }
51647
+ function replaceInImportsArray(componentImportArrays, classesToRemove, tracker, typeChecker, templateTypeChecker, importRemapper) {
51648
+ for (const [array, toReplace] of componentImportArrays.getEntries()) {
51649
+ const closestClass = closestNode(array, import_typescript136.default.isClassDeclaration);
51650
+ if (!closestClass) {
51651
+ continue;
51652
+ }
51653
+ const replacements = new UniqueItemTracker();
51654
+ const usedImports = new Set(findTemplateDependencies(closestClass, templateTypeChecker).map((ref) => ref.node));
51655
+ for (const node of toReplace) {
51656
+ const moduleDecl = findClassDeclaration(node, typeChecker);
51657
+ if (moduleDecl) {
51658
+ const moduleMeta = templateTypeChecker.getNgModuleMetadata(moduleDecl);
51659
+ if (moduleMeta) {
51660
+ moduleMeta.exports.forEach((exp) => {
51661
+ if (usedImports.has(exp.node)) {
51662
+ replacements.track(node, exp);
51663
+ }
51664
+ });
51665
+ } else {
51666
+ classesToRemove.delete(moduleDecl);
51667
+ }
51668
+ }
51669
+ }
51670
+ replaceModulesInImportsArray(array, closestClass, replacements, tracker, templateTypeChecker, importRemapper);
51671
+ }
51672
+ }
51673
+ function replaceModulesInImportsArray(array, componentClass, replacements, tracker, templateTypeChecker, importRemapper) {
51674
+ const newElements = [];
51675
+ for (const element2 of array.elements) {
51676
+ const replacementRefs = replacements.get(element2);
51677
+ if (!replacementRefs) {
51678
+ newElements.push(element2);
51679
+ continue;
51680
+ }
51681
+ const potentialImports = [];
51682
+ for (const ref of replacementRefs) {
51683
+ const importLocation = findImportLocation(ref, componentClass, PotentialImportMode.Normal, templateTypeChecker);
51684
+ if (importLocation) {
51685
+ potentialImports.push(importLocation);
51686
+ }
51687
+ }
51688
+ newElements.push(...potentialImportsToExpressions(potentialImports, componentClass, tracker, importRemapper));
51689
+ }
51690
+ tracker.replaceNode(array, import_typescript136.default.factory.updateArrayLiteralExpression(array, newElements));
51691
+ }
51692
+ function removeArrayReferences(locations, tracker) {
51693
+ for (const [array, toRemove] of locations.getEntries()) {
51694
+ const newElements = filterRemovedElements(array.elements, toRemove);
51695
+ tracker.replaceNode(array, import_typescript136.default.factory.updateArrayLiteralExpression(array, import_typescript136.default.factory.createNodeArray(newElements, array.elements.hasTrailingComma)));
51696
+ }
51697
+ }
51698
+ function removeImportReferences(locations, tracker) {
51699
+ for (const [namedImports, toRemove] of locations.getEntries()) {
51700
+ const newElements = filterRemovedElements(namedImports.elements, toRemove);
51701
+ if (newElements.length === 0) {
51702
+ const importClause = closestNode(namedImports, import_typescript136.default.isImportClause);
51703
+ if (importClause && importClause.name) {
51704
+ tracker.replaceNode(importClause, import_typescript136.default.factory.updateImportClause(importClause, importClause.isTypeOnly, importClause.name, void 0));
51705
+ } else {
51706
+ const declaration = closestNode(namedImports, import_typescript136.default.isImportDeclaration);
51707
+ if (declaration) {
51708
+ tracker.removeNode(declaration);
51709
+ }
51710
+ }
51711
+ } else {
51712
+ tracker.replaceNode(namedImports, import_typescript136.default.factory.updateNamedImports(namedImports, newElements));
51713
+ }
51714
+ }
51715
+ }
51716
+ function removeExportReferences(locations, tracker) {
51717
+ for (const [namedExports, toRemove] of locations.getEntries()) {
51718
+ const newElements = filterRemovedElements(namedExports.elements, toRemove);
51719
+ if (newElements.length === 0) {
51720
+ const declaration = closestNode(namedExports, import_typescript136.default.isExportDeclaration);
51721
+ if (declaration) {
51722
+ tracker.removeNode(declaration);
51723
+ }
51724
+ } else {
51725
+ tracker.replaceNode(namedExports, import_typescript136.default.factory.updateNamedExports(namedExports, newElements));
51726
+ }
51727
+ }
51728
+ }
51729
+ function canRemoveClass(node, typeChecker) {
51730
+ var _a2;
51731
+ const decorator = (_a2 = findNgModuleDecorator(node, typeChecker)) == null ? void 0 : _a2.node;
51732
+ if (!decorator || !import_typescript136.default.isCallExpression(decorator.expression)) {
51733
+ return false;
51734
+ }
51735
+ if (decorator.expression.arguments.length > 0 && !import_typescript136.default.isObjectLiteralExpression(decorator.expression.arguments[0])) {
51736
+ return false;
51737
+ }
51738
+ if (node.members.length > 0 && node.members.some((member) => !isEmptyConstructor(member))) {
51739
+ return false;
51740
+ }
51741
+ if (decorator.expression.arguments.length === 0) {
51742
+ return true;
51743
+ }
51744
+ const literal3 = decorator.expression.arguments[0];
51745
+ const imports = findLiteralProperty(literal3, "imports");
51746
+ if (imports && isNonEmptyNgModuleProperty(imports)) {
51747
+ for (const dep of imports.initializer.elements) {
51748
+ if (!import_typescript136.default.isIdentifier(dep)) {
51749
+ return false;
51750
+ }
51751
+ const depDeclaration = findClassDeclaration(dep, typeChecker);
51752
+ const depNgModule = depDeclaration ? findNgModuleDecorator(depDeclaration, typeChecker) : null;
51753
+ if (depDeclaration !== null && depNgModule !== null && !canRemoveClass(depDeclaration, typeChecker)) {
51754
+ return false;
51755
+ }
51756
+ }
51757
+ }
51758
+ for (const prop of literal3.properties) {
51759
+ if (isNonEmptyNgModuleProperty(prop) && (prop.name.text === "declarations" || prop.name.text === "providers" || prop.name.text === "bootstrap")) {
51760
+ return false;
51761
+ }
51762
+ }
51763
+ return true;
51764
+ }
51765
+ function isNonEmptyNgModuleProperty(node) {
51766
+ return import_typescript136.default.isPropertyAssignment(node) && import_typescript136.default.isIdentifier(node.name) && import_typescript136.default.isArrayLiteralExpression(node.initializer) && node.initializer.elements.length > 0;
51767
+ }
51768
+ function canRemoveFile(sourceFile, nodesToBeRemoved) {
51769
+ var _a2;
51770
+ for (const node of sourceFile.statements) {
51771
+ if (import_typescript136.default.isImportDeclaration(node) || nodesToBeRemoved.has(node)) {
51772
+ continue;
51773
+ }
51774
+ if (import_typescript136.default.isExportDeclaration(node) || import_typescript136.default.canHaveModifiers(node) && ((_a2 = import_typescript136.default.getModifiers(node)) == null ? void 0 : _a2.some((m) => m.kind === import_typescript136.default.SyntaxKind.ExportKeyword))) {
51775
+ return false;
51776
+ }
51777
+ }
51778
+ return true;
51779
+ }
51780
+ function contains(parent, child) {
51781
+ return parent === child || parent.getSourceFile().fileName === child.getSourceFile().fileName && child.getStart() >= parent.getStart() && child.getStart() <= parent.getEnd();
51782
+ }
51783
+ function filterRemovedElements(elements, toRemove) {
51784
+ return elements.filter((el) => {
51785
+ for (const node of toRemove) {
51786
+ if (contains(el, node)) {
51787
+ return false;
51788
+ }
51789
+ }
51790
+ return true;
51791
+ });
51792
+ }
51793
+ function isEmptyConstructor(node) {
51794
+ return import_typescript136.default.isConstructorDeclaration(node) && node.parameters.length === 0 && (node.body == null || node.body.statements.length === 0);
51795
+ }
51796
+ function addRemovalTodos(nodes, tracker) {
51797
+ for (const node of nodes) {
51798
+ tracker.insertText(node.getSourceFile(), node.getFullStart(), ` /* TODO(standalone-migration): clean up removed NgModule reference manually. */ `);
51799
+ }
51800
+ }
51801
+ function findNgModuleDecorator(node, typeChecker) {
51802
+ const decorators = getAngularDecorators2(typeChecker, import_typescript136.default.getDecorators(node) || []);
51803
+ return decorators.find((decorator) => decorator.name === "NgModule") || null;
51804
+ }
51805
+ function isInImportsArray(closestAssignment, closestArray) {
51806
+ return closestAssignment.initializer === closestArray && (import_typescript136.default.isIdentifier(closestAssignment.name) || import_typescript136.default.isStringLiteralLike(closestAssignment.name)) && closestAssignment.name.text === "imports";
51807
+ }
51808
+
51809
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/standalone-bootstrap.mjs
51810
+ var import_path6 = require("path");
51811
+ var import_typescript137 = __toESM(require("typescript"), 1);
51743
51812
  function toStandaloneBootstrap(program, host, basePath, rootFileNames, sourceFiles, printer, importRemapper, referenceLookupExcludedFiles, componentImportRemapper) {
51744
51813
  const tracker = new ChangeTracker(printer, importRemapper);
51745
51814
  const typeChecker = program.getTsProgram().getTypeChecker();
@@ -52116,7 +52185,7 @@ function hasImport(program, rootFileNames, moduleName) {
52116
52185
  return false;
52117
52186
  }
52118
52187
 
52119
- // bazel-out/k8-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/index.mjs
52188
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/index.mjs
52120
52189
  var MigrationMode;
52121
52190
  (function(MigrationMode2) {
52122
52191
  MigrationMode2["toStandalone"] = "convert-to-standalone";
@@ -52167,7 +52236,7 @@ function standaloneMigration(tree, tsconfigPath, basePath, pathToMigrate, schema
52167
52236
  let pendingChanges;
52168
52237
  let filesToRemove = null;
52169
52238
  if (schematicOptions.mode === MigrationMode.pruneModules) {
52170
- const result = pruneNgModules(program, host, basePath, rootNames, sourceFiles, printer, void 0, referenceLookupExcludedFiles);
52239
+ const result = pruneNgModules(program, host, basePath, rootNames, sourceFiles, printer, void 0, referenceLookupExcludedFiles, knownInternalAliasRemapper);
52171
52240
  pendingChanges = result.pendingChanges;
52172
52241
  filesToRemove = result.filesToRemove;
52173
52242
  } else if (schematicOptions.mode === MigrationMode.standaloneBootstrap) {