@angular/core 16.1.0 → 16.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (39) hide show
  1. package/esm2022/rxjs-interop/src/to_signal.mjs +1 -1
  2. package/esm2022/src/application_init.mjs +2 -2
  3. package/esm2022/src/application_tokens.mjs +2 -2
  4. package/esm2022/src/change_detection/change_detector_ref.mjs +1 -1
  5. package/esm2022/src/change_detection/differs/default_iterable_differ.mjs +2 -1
  6. package/esm2022/src/di/forward_ref.mjs +2 -2
  7. package/esm2022/src/di/injector.mjs +2 -2
  8. package/esm2022/src/di/interface/provider.mjs +1 -1
  9. package/esm2022/src/di/metadata.mjs +1 -1
  10. package/esm2022/src/i18n/locale_data_api.mjs +2 -2
  11. package/esm2022/src/interface/lifecycle_hooks.mjs +1 -1
  12. package/esm2022/src/interface/simple_change.mjs +2 -2
  13. package/esm2022/src/linker/template_ref.mjs +2 -2
  14. package/esm2022/src/linker/view_container_ref.mjs +3 -3
  15. package/esm2022/src/linker/view_ref.mjs +2 -2
  16. package/esm2022/src/metadata/di.mjs +5 -5
  17. package/esm2022/src/metadata/schema.mjs +1 -1
  18. package/esm2022/src/render/api.mjs +8 -1
  19. package/esm2022/src/render3/view_ref.mjs +6 -6
  20. package/esm2022/src/testability/testability.mjs +3 -4
  21. package/esm2022/src/version.mjs +1 -1
  22. package/esm2022/src/zone/ng_zone.mjs +2 -3
  23. package/esm2022/testing/src/component_fixture.mjs +2 -5
  24. package/esm2022/testing/src/logger.mjs +3 -3
  25. package/fesm2022/core.mjs +32 -37
  26. package/fesm2022/core.mjs.map +1 -1
  27. package/fesm2022/rxjs-interop.mjs +1 -1
  28. package/fesm2022/rxjs-interop.mjs.map +1 -1
  29. package/fesm2022/testing.mjs +23 -19
  30. package/fesm2022/testing.mjs.map +1 -1
  31. package/index.d.ts +50 -49
  32. package/package.json +1 -1
  33. package/rxjs-interop/index.d.ts +6 -5
  34. package/schematics/migrations/guard-and-resolve-interfaces/bundle.js +13 -13
  35. package/schematics/migrations/remove-module-id/bundle.js +14 -14
  36. package/schematics/ng-generate/standalone-migration/bundle.js +403 -392
  37. package/schematics/ng-generate/standalone-migration/bundle.js.map +3 -3
  38. package/testing/index.d.ts +1 -1
  39. package/esm2022/src/util/microtask.mjs +0 -20
@@ -63,7 +63,7 @@ var __async = (__this, __arguments, generator) => {
63
63
  });
64
64
  };
65
65
 
66
- // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/index.mjs
66
+ // bazel-out/k8-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/index.mjs
67
67
  var standalone_migration_exports = {};
68
68
  __export(standalone_migration_exports, {
69
69
  default: () => standalone_migration_default
@@ -71,10 +71,10 @@ __export(standalone_migration_exports, {
71
71
  module.exports = __toCommonJS(standalone_migration_exports);
72
72
  var import_schematics = require("@angular-devkit/schematics");
73
73
 
74
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/compiler_host.mjs
74
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/compiler_host.mjs
75
75
  var import_typescript = __toESM(require("typescript"), 1);
76
76
 
77
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/invalid_file_system.mjs
77
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/invalid_file_system.mjs
78
78
  var InvalidFileSystem = class {
79
79
  exists(path3) {
80
80
  throw makeError();
@@ -162,7 +162,7 @@ function makeError() {
162
162
  return new Error("FileSystem has not been configured. Please call `setFileSystem()` before calling this method.");
163
163
  }
164
164
 
165
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/util.mjs
165
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/util.mjs
166
166
  var TS_DTS_JS_EXTENSION = /(?:\.d)?\.ts$|\.js$/;
167
167
  function stripExtension(path3) {
168
168
  return path3.replace(TS_DTS_JS_EXTENSION, "");
@@ -175,7 +175,7 @@ function getSourceFileOrError(program, fileName) {
175
175
  return sf;
176
176
  }
177
177
 
178
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/helpers.mjs
178
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/helpers.mjs
179
179
  var fs = new InvalidFileSystem();
180
180
  function getFileSystem() {
181
181
  return fs;
@@ -219,7 +219,7 @@ function toRelativeImport(relativePath) {
219
219
  return isLocalRelativePath(relativePath) ? `./${relativePath}` : relativePath;
220
220
  }
221
221
 
222
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/logical.mjs
222
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/logical.mjs
223
223
  var LogicalProjectPath = {
224
224
  relativePathBetween: function(from, to) {
225
225
  const relativePath = relative(dirname(resolve(from)), resolve(to));
@@ -265,7 +265,7 @@ function isWithinBasePath(base, path3) {
265
265
  return isLocalRelativePath(relative(base, path3));
266
266
  }
267
267
 
268
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/node_js_file_system.mjs
268
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/node_js_file_system.mjs
269
269
  var import_fs = __toESM(require("fs"), 1);
270
270
  var import_module = __toESM(require("module"), 1);
271
271
  var p = __toESM(require("path"), 1);
@@ -373,7 +373,7 @@ function toggleCase(str) {
373
373
  return str.replace(/\w/g, (ch) => ch.toUpperCase() === ch ? ch.toLowerCase() : ch.toUpperCase());
374
374
  }
375
375
 
376
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/selector.mjs
376
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/selector.mjs
377
377
  var _SELECTOR_REGEXP = new RegExp(
378
378
  `(\\:not\\()|(([\\.\\#]?)[-\\w]+)|(?:\\[([-.\\w*\\\\$]+)(?:=(["']?)([^\\]"']*)\\5)?\\])|(\\))|(\\s*,\\s*)`,
379
379
  "g"
@@ -681,7 +681,7 @@ var SelectorContext = class {
681
681
  }
682
682
  };
683
683
 
684
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/core.mjs
684
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/core.mjs
685
685
  var emitDistinctChangesOnlyDefaultValue = true;
686
686
  var ViewEncapsulation;
687
687
  (function(ViewEncapsulation2) {
@@ -744,7 +744,7 @@ function parseSelectorToR3Selector(selector) {
744
744
  return selector ? CssSelector.parse(selector).map(parserSelectorToR3Selector) : [];
745
745
  }
746
746
 
747
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/output_ast.mjs
747
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/output/output_ast.mjs
748
748
  var output_ast_exports = {};
749
749
  __export(output_ast_exports, {
750
750
  ArrayType: () => ArrayType,
@@ -829,7 +829,7 @@ __export(output_ast_exports, {
829
829
  variable: () => variable
830
830
  });
831
831
 
832
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/big_integer.mjs
832
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/big_integer.mjs
833
833
  var BigInteger = class {
834
834
  static zero() {
835
835
  return new BigInteger([0]);
@@ -921,7 +921,7 @@ var BigIntExponentiation = class {
921
921
  }
922
922
  };
923
923
 
924
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/digest.mjs
924
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/digest.mjs
925
925
  var textEncoder;
926
926
  function digest(message) {
927
927
  return message.id || computeDigest(message);
@@ -1184,7 +1184,7 @@ function wordsToDecimalString(hi, lo) {
1184
1184
  return decimal.toString();
1185
1185
  }
1186
1186
 
1187
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/output_ast.mjs
1187
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/output/output_ast.mjs
1188
1188
  var TypeModifier;
1189
1189
  (function(TypeModifier2) {
1190
1190
  TypeModifier2[TypeModifier2["None"] = 0] = "None";
@@ -2226,7 +2226,7 @@ function serializeTags(tags) {
2226
2226
  return out;
2227
2227
  }
2228
2228
 
2229
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/constant_pool.mjs
2229
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/constant_pool.mjs
2230
2230
  var CONSTANT_PREFIX = "_c";
2231
2231
  var UNKNOWN_VALUE_KEY = variable("<unknown>");
2232
2232
  var KEY_CONTEXT = {};
@@ -2391,7 +2391,7 @@ function isLongStringLiteral(expr) {
2391
2391
  return expr instanceof LiteralExpr && typeof expr.value === "string" && expr.value.length >= POOL_INCLUSION_LENGTH_THRESHOLD_FOR_STRINGS;
2392
2392
  }
2393
2393
 
2394
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_identifiers.mjs
2394
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_identifiers.mjs
2395
2395
  var CORE = "@angular/core";
2396
2396
  var _Identifiers = class {
2397
2397
  };
@@ -2949,7 +2949,7 @@ var Identifiers = _Identifiers;
2949
2949
  _Identifiers.validateIframeAttribute = { name: "\u0275\u0275validateIframeAttribute", moduleName: CORE };
2950
2950
  })();
2951
2951
 
2952
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/util.mjs
2952
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/util.mjs
2953
2953
  var DASH_CASE_REGEXP = /-+([a-z0-9])/g;
2954
2954
  function dashCaseToCamelCase(input) {
2955
2955
  return input.replace(DASH_CASE_REGEXP, (...m) => m[1].toUpperCase());
@@ -3037,7 +3037,7 @@ function partitionArray(arr, conditionFn) {
3037
3037
  return [truthy, falsy];
3038
3038
  }
3039
3039
 
3040
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/source_map.mjs
3040
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/output/source_map.mjs
3041
3041
  var VERSION = 3;
3042
3042
  var JS_B64_PREFIX = "# sourceMappingURL=data:application/json;base64,";
3043
3043
  var SourceMapGenerator = class {
@@ -3166,7 +3166,7 @@ function toBase64Digit(value) {
3166
3166
  return B64_DIGITS[value];
3167
3167
  }
3168
3168
 
3169
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/abstract_emitter.mjs
3169
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/output/abstract_emitter.mjs
3170
3170
  var _SINGLE_QUOTE_ESCAPE_STRING_RE = /'|\\|\n|\r|\$/g;
3171
3171
  var _LEGAL_IDENTIFIER_RE = /^[$A-Z_][0-9A-Z_$]*$/i;
3172
3172
  var _INDENT_WITH = " ";
@@ -3641,7 +3641,7 @@ function _createIndent(count) {
3641
3641
  return res;
3642
3642
  }
3643
3643
 
3644
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/util.mjs
3644
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/util.mjs
3645
3645
  function typeWithParameters(type, numParams) {
3646
3646
  if (numParams === 0) {
3647
3647
  return expressionType(type);
@@ -3709,7 +3709,7 @@ function generateForwardRef(expr) {
3709
3709
  return importExpr(Identifiers.forwardRef).callFn([fn([], [new ReturnStatement(expr)])]);
3710
3710
  }
3711
3711
 
3712
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_factory.mjs
3712
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_factory.mjs
3713
3713
  var R3FactoryDelegateType;
3714
3714
  (function(R3FactoryDelegateType2) {
3715
3715
  R3FactoryDelegateType2[R3FactoryDelegateType2["Class"] = 0] = "Class";
@@ -3854,7 +3854,7 @@ function getInjectFn(target) {
3854
3854
  }
3855
3855
  }
3856
3856
 
3857
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_ast.mjs
3857
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_ast.mjs
3858
3858
  var Comment = class {
3859
3859
  constructor(value, sourceSpan) {
3860
3860
  this.value = value;
@@ -4076,7 +4076,7 @@ function visitAll(visitor, nodes) {
4076
4076
  return result;
4077
4077
  }
4078
4078
 
4079
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/i18n_ast.mjs
4079
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/i18n_ast.mjs
4080
4080
  var Message = class {
4081
4081
  constructor(nodes, placeholders, placeholderToMessage, meaning, description, customId) {
4082
4082
  this.nodes = nodes;
@@ -4239,7 +4239,7 @@ var LocalizeMessageStringVisitor = class {
4239
4239
  }
4240
4240
  };
4241
4241
 
4242
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/serializers/serializer.mjs
4242
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/serializers/serializer.mjs
4243
4243
  var Serializer = class {
4244
4244
  createNameMapper(message) {
4245
4245
  return null;
@@ -4291,7 +4291,7 @@ var SimplePlaceholderMapper = class extends RecurseVisitor {
4291
4291
  }
4292
4292
  };
4293
4293
 
4294
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/serializers/xml_helper.mjs
4294
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/serializers/xml_helper.mjs
4295
4295
  var _Visitor = class {
4296
4296
  visitTag(tag) {
4297
4297
  const strAttrs = this._serializeAttributes(tag.attrs);
@@ -4379,7 +4379,7 @@ function escapeXml(text2) {
4379
4379
  return _ESCAPED_CHARS.reduce((text3, entry) => text3.replace(entry[0], entry[1]), text2);
4380
4380
  }
4381
4381
 
4382
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/serializers/xmb.mjs
4382
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/serializers/xmb.mjs
4383
4383
  var _MESSAGES_TAG = "messagebundle";
4384
4384
  var _MESSAGE_TAG = "msg";
4385
4385
  var _PLACEHOLDER_TAG = "ph";
@@ -4522,7 +4522,7 @@ function toPublicName(internalName) {
4522
4522
  return internalName.toUpperCase().replace(/[^A-Z0-9_]/g, "_");
4523
4523
  }
4524
4524
 
4525
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/util.mjs
4525
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/i18n/util.mjs
4526
4526
  var CLOSURE_TRANSLATION_VAR_PREFIX = "MSG_";
4527
4527
  var TRANSLATION_VAR_PREFIX = "i18n_";
4528
4528
  var I18N_ATTR = "i18n";
@@ -4624,7 +4624,7 @@ function declareI18nVariable(variable2) {
4624
4624
  return new DeclareVarStmt(variable2.name, void 0, INFERRED_TYPE, void 0, variable2.sourceSpan);
4625
4625
  }
4626
4626
 
4627
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/util.mjs
4627
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/util.mjs
4628
4628
  var UNSAFE_OBJECT_KEY_NAME_REGEXP = /[-.]/;
4629
4629
  var TEMPORARY_NAME = "_t";
4630
4630
  var CONTEXT_NAME = "ctx";
@@ -4840,7 +4840,7 @@ function getInstructionStatements(instructions) {
4840
4840
  return statements;
4841
4841
  }
4842
4842
 
4843
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/injectable_compiler_2.mjs
4843
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/injectable_compiler_2.mjs
4844
4844
  function compileInjectable(meta, resolveForwardRefs) {
4845
4845
  let result = null;
4846
4846
  const factoryMeta = {
@@ -4928,7 +4928,7 @@ function createFactoryFunction(type) {
4928
4928
  return fn([new FnParam("t", DYNAMIC_TYPE)], [new ReturnStatement(type.prop("\u0275fac").callFn([variable("t")]))]);
4929
4929
  }
4930
4930
 
4931
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/assertions.mjs
4931
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/assertions.mjs
4932
4932
  var UNUSABLE_INTERPOLATION_REGEXPS = [
4933
4933
  /^\s*$/,
4934
4934
  /[<>]/,
@@ -4950,7 +4950,7 @@ function assertInterpolationSymbols(identifier, value) {
4950
4950
  }
4951
4951
  }
4952
4952
 
4953
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/interpolation_config.mjs
4953
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/interpolation_config.mjs
4954
4954
  var InterpolationConfig = class {
4955
4955
  static fromArray(markers) {
4956
4956
  if (!markers) {
@@ -4966,7 +4966,7 @@ var InterpolationConfig = class {
4966
4966
  };
4967
4967
  var DEFAULT_INTERPOLATION_CONFIG = new InterpolationConfig("{{", "}}");
4968
4968
 
4969
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/chars.mjs
4969
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/chars.mjs
4970
4970
  var $EOF = 0;
4971
4971
  var $BSPACE = 8;
4972
4972
  var $TAB = 9;
@@ -5047,7 +5047,7 @@ function isQuote(code) {
5047
5047
  return code === $SQ || code === $DQ || code === $BT;
5048
5048
  }
5049
5049
 
5050
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/parse_util.mjs
5050
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/parse_util.mjs
5051
5051
  var ParseLocation = class {
5052
5052
  constructor(file, offset, line, col) {
5053
5053
  this.file = file;
@@ -5194,7 +5194,7 @@ function sanitizeIdentifier(name) {
5194
5194
  return name.replace(/\W/g, "_");
5195
5195
  }
5196
5196
 
5197
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/abstract_js_emitter.mjs
5197
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/output/abstract_js_emitter.mjs
5198
5198
  var makeTemplateObjectPolyfill = '(this&&this.__makeTemplateObject||function(e,t){return Object.defineProperty?Object.defineProperty(e,"raw",{value:t}):e.raw=t,e})';
5199
5199
  var AbstractJsEmitterVisitor = class extends AbstractEmitterVisitor {
5200
5200
  constructor() {
@@ -5265,7 +5265,7 @@ var AbstractJsEmitterVisitor = class extends AbstractEmitterVisitor {
5265
5265
  }
5266
5266
  };
5267
5267
 
5268
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/output_jit_trusted_types.mjs
5268
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/output/output_jit_trusted_types.mjs
5269
5269
  var policy;
5270
5270
  function getPolicy() {
5271
5271
  if (policy === void 0) {
@@ -5302,7 +5302,7 @@ function newTrustedFunctionForJIT(...args) {
5302
5302
  return fn2.bind(_global);
5303
5303
  }
5304
5304
 
5305
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/output_jit.mjs
5305
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/output/output_jit.mjs
5306
5306
  var JitEvaluator = class {
5307
5307
  evaluateStatements(sourceUrl, statements, refResolver, createSourceMaps) {
5308
5308
  const converter = new JitEmitterVisitor(refResolver);
@@ -5393,7 +5393,7 @@ function isUseStrictStatement(statement) {
5393
5393
  return statement.isEquivalent(literal("use strict").toStmt());
5394
5394
  }
5395
5395
 
5396
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_injector_compiler.mjs
5396
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_injector_compiler.mjs
5397
5397
  function compileInjector(meta) {
5398
5398
  const definitionMap = new DefinitionMap();
5399
5399
  if (meta.providers !== null) {
@@ -5410,7 +5410,7 @@ function createInjectorType(meta) {
5410
5410
  return new ExpressionType(importExpr(Identifiers.InjectorDeclaration, [new ExpressionType(meta.type.type)]));
5411
5411
  }
5412
5412
 
5413
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_jit.mjs
5413
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_jit.mjs
5414
5414
  var R3JitReflector = class {
5415
5415
  constructor(context) {
5416
5416
  this.context = context;
@@ -5426,7 +5426,7 @@ var R3JitReflector = class {
5426
5426
  }
5427
5427
  };
5428
5428
 
5429
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_module_compiler.mjs
5429
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_module_compiler.mjs
5430
5430
  var R3SelectorScopeMode;
5431
5431
  (function(R3SelectorScopeMode2) {
5432
5432
  R3SelectorScopeMode2[R3SelectorScopeMode2["Inline"] = 0] = "Inline";
@@ -5539,7 +5539,7 @@ function tupleOfTypes(types) {
5539
5539
  return types.length > 0 ? expressionType(literalArr(typeofTypes)) : NONE_TYPE;
5540
5540
  }
5541
5541
 
5542
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_pipe_compiler.mjs
5542
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_pipe_compiler.mjs
5543
5543
  function compilePipeFromMetadata(metadata) {
5544
5544
  const definitionMapValues = [];
5545
5545
  definitionMapValues.push({ key: "name", value: literal(metadata.pipeName), quoted: false });
@@ -5560,7 +5560,7 @@ function createPipeType(metadata) {
5560
5560
  ]));
5561
5561
  }
5562
5562
 
5563
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/api.mjs
5563
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/api.mjs
5564
5564
  var R3TemplateDependencyKind;
5565
5565
  (function(R3TemplateDependencyKind2) {
5566
5566
  R3TemplateDependencyKind2[R3TemplateDependencyKind2["Directive"] = 0] = "Directive";
@@ -5568,7 +5568,7 @@ var R3TemplateDependencyKind;
5568
5568
  R3TemplateDependencyKind2[R3TemplateDependencyKind2["NgModule"] = 2] = "NgModule";
5569
5569
  })(R3TemplateDependencyKind || (R3TemplateDependencyKind = {}));
5570
5570
 
5571
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/expression_parser/ast.mjs
5571
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/expression_parser/ast.mjs
5572
5572
  var ParserError = class {
5573
5573
  constructor(message, input, errLocation, ctxLocation) {
5574
5574
  this.input = input;
@@ -6234,7 +6234,7 @@ var BoundElementProperty = class {
6234
6234
  }
6235
6235
  };
6236
6236
 
6237
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/compiler_util/expression_converter.mjs
6237
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/compiler_util/expression_converter.mjs
6238
6238
  var _EventHandlerVars = class {
6239
6239
  };
6240
6240
  var EventHandlerVars = _EventHandlerVars;
@@ -6855,7 +6855,7 @@ var BuiltinFunctionCall = class extends Call {
6855
6855
  }
6856
6856
  };
6857
6857
 
6858
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/schema/dom_security_schema.mjs
6858
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/schema/dom_security_schema.mjs
6859
6859
  var _SECURITY_SCHEMA;
6860
6860
  function SECURITY_SCHEMA() {
6861
6861
  if (!_SECURITY_SCHEMA) {
@@ -6913,7 +6913,7 @@ function isIframeSecuritySensitiveAttr(attrName) {
6913
6913
  return IFRAME_SECURITY_SENSITIVE_ATTRS.has(attrName.toLowerCase());
6914
6914
  }
6915
6915
 
6916
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/shadow_css.mjs
6916
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/shadow_css.mjs
6917
6917
  var animationKeywords = /* @__PURE__ */ new Set([
6918
6918
  "inherit",
6919
6919
  "initial",
@@ -7380,7 +7380,7 @@ function repeatGroups(groups, multiples) {
7380
7380
  }
7381
7381
  }
7382
7382
 
7383
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/tags.mjs
7383
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/tags.mjs
7384
7384
  var TagContentType;
7385
7385
  (function(TagContentType2) {
7386
7386
  TagContentType2[TagContentType2["RAW_TEXT"] = 0] = "RAW_TEXT";
@@ -7413,7 +7413,7 @@ function mergeNsAndName(prefix, localName) {
7413
7413
  return prefix ? `:${prefix}:${localName}` : localName;
7414
7414
  }
7415
7415
 
7416
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/element.mjs
7416
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/element.mjs
7417
7417
  var ElementAttributeKind;
7418
7418
  (function(ElementAttributeKind2) {
7419
7419
  ElementAttributeKind2[ElementAttributeKind2["Attribute"] = 0] = "Attribute";
@@ -7490,7 +7490,7 @@ function assertIsElementAttributes(attrs) {
7490
7490
  }
7491
7491
  }
7492
7492
 
7493
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/enums.mjs
7493
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/enums.mjs
7494
7494
  var OpKind;
7495
7495
  (function(OpKind2) {
7496
7496
  OpKind2[OpKind2["ListEnd"] = 0] = "ListEnd";
@@ -7533,7 +7533,7 @@ var SemanticVariableKind;
7533
7533
  SemanticVariableKind2[SemanticVariableKind2["SavedView"] = 2] = "SavedView";
7534
7534
  })(SemanticVariableKind || (SemanticVariableKind = {}));
7535
7535
 
7536
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/traits.mjs
7536
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/traits.mjs
7537
7537
  var ConsumesSlot = Symbol("ConsumesSlot");
7538
7538
  var DependsOnSlotContext = Symbol("DependsOnSlotContext");
7539
7539
  var UsesSlotIndex = Symbol("UsesSlotIndex");
@@ -7574,7 +7574,7 @@ function hasUsesSlotIndexTrait(value) {
7574
7574
  return value[UsesSlotIndex] === true;
7575
7575
  }
7576
7576
 
7577
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/expression.mjs
7577
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/expression.mjs
7578
7578
  var _a;
7579
7579
  var _b;
7580
7580
  var _c;
@@ -7977,7 +7977,7 @@ function transformExpressionsInStatement(stmt, transform, flags) {
7977
7977
  }
7978
7978
  }
7979
7979
 
7980
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/operations.mjs
7980
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/operations.mjs
7981
7981
  var _OpList = class {
7982
7982
  constructor() {
7983
7983
  this.debugListId = _OpList.nextListId++;
@@ -8143,7 +8143,7 @@ var OpList = _OpList;
8143
8143
  _OpList.nextListId = 0;
8144
8144
  })();
8145
8145
 
8146
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/shared.mjs
8146
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/shared.mjs
8147
8147
  function createStatementOp(statement) {
8148
8148
  return __spreadValues({
8149
8149
  kind: OpKind.Statement,
@@ -8164,7 +8164,7 @@ var NEW_OP = {
8164
8164
  next: null
8165
8165
  };
8166
8166
 
8167
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/create.mjs
8167
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/create.mjs
8168
8168
  function createElementStartOp(tag, xref) {
8169
8169
  return __spreadValues(__spreadValues({
8170
8170
  kind: OpKind.ElementStart,
@@ -8216,7 +8216,7 @@ function createPipeOp(xref, name) {
8216
8216
  }, NEW_OP), TRAIT_CONSUMES_SLOT);
8217
8217
  }
8218
8218
 
8219
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/update.mjs
8219
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/update.mjs
8220
8220
  function createInterpolateTextOp(xref, strings, expressions) {
8221
8221
  return __spreadValues(__spreadValues(__spreadValues({
8222
8222
  kind: OpKind.InterpolateText,
@@ -8249,7 +8249,7 @@ function createAdvanceOp(delta) {
8249
8249
  }, NEW_OP);
8250
8250
  }
8251
8251
 
8252
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/const_collection.mjs
8252
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/const_collection.mjs
8253
8253
  function phaseConstCollection(cpl) {
8254
8254
  for (const [_, view] of cpl.views) {
8255
8255
  for (const op of view.create) {
@@ -8290,7 +8290,7 @@ function serializeAttributes({ attributes, bindings, classes, i18n, projectAs, s
8290
8290
  return literalArr(attrArray);
8291
8291
  }
8292
8292
 
8293
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/empty_elements.mjs
8293
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/empty_elements.mjs
8294
8294
  var REPLACEMENTS = /* @__PURE__ */ new Map([
8295
8295
  [OpKind.ElementEnd, [OpKind.ElementStart, OpKind.Element]],
8296
8296
  [OpKind.ContainerEnd, [OpKind.ContainerStart, OpKind.Container]]
@@ -8311,7 +8311,7 @@ function phaseEmptyElements(cpl) {
8311
8311
  }
8312
8312
  }
8313
8313
 
8314
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_advance.mjs
8314
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_advance.mjs
8315
8315
  function phaseGenerateAdvance(cpl) {
8316
8316
  for (const [_, view] of cpl.views) {
8317
8317
  const slotMap = /* @__PURE__ */ new Map();
@@ -8343,7 +8343,7 @@ function phaseGenerateAdvance(cpl) {
8343
8343
  }
8344
8344
  }
8345
8345
 
8346
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/instruction.mjs
8346
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/instruction.mjs
8347
8347
  function element(slot, tag, constIndex, localRefIndex) {
8348
8348
  return elementOrContainerBase(Identifiers.element, slot, tag, constIndex, localRefIndex);
8349
8349
  }
@@ -8572,7 +8572,7 @@ function callVariadicInstruction(config, baseArgs, interpolationArgs) {
8572
8572
  return createStatementOp(callVariadicInstructionExpr(config, baseArgs, interpolationArgs).toStmt());
8573
8573
  }
8574
8574
 
8575
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/reify.mjs
8575
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/reify.mjs
8576
8576
  function phaseReify(cpl) {
8577
8577
  for (const [_, view] of cpl.views) {
8578
8578
  reifyCreateOperations(view, view.create);
@@ -8726,7 +8726,7 @@ var LookForEventVisitor = class extends RecursiveAstVisitor {
8726
8726
  }
8727
8727
  };
8728
8728
 
8729
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/slot_allocation.mjs
8729
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/slot_allocation.mjs
8730
8730
  function phaseSlotAllocation(cpl) {
8731
8731
  const slotMap = /* @__PURE__ */ new Map();
8732
8732
  for (const [_, view] of cpl.views) {
@@ -8769,7 +8769,7 @@ function phaseSlotAllocation(cpl) {
8769
8769
  }
8770
8770
  }
8771
8771
 
8772
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/var_counting.mjs
8772
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/var_counting.mjs
8773
8773
  function phaseVarCounting(cpl) {
8774
8774
  for (const [_, view] of cpl.views) {
8775
8775
  let varCount = 0;
@@ -8826,7 +8826,7 @@ function varsUsedByIrExpression(expr) {
8826
8826
  }
8827
8827
  }
8828
8828
 
8829
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/naming.mjs
8829
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/naming.mjs
8830
8830
  function phaseNaming(cpl) {
8831
8831
  addNamesToView(cpl.root, cpl.componentName, { index: 0 });
8832
8832
  }
@@ -8884,7 +8884,7 @@ function getVariableName(variable2, state) {
8884
8884
  return variable2.name;
8885
8885
  }
8886
8886
 
8887
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/local_refs.mjs
8887
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/local_refs.mjs
8888
8888
  function phaseLocalRefs(cpl) {
8889
8889
  for (const view of cpl.views.values()) {
8890
8890
  for (const op of view.create) {
@@ -8915,7 +8915,7 @@ function serializeLocalRefs(refs) {
8915
8915
  return literalArr(constRefs);
8916
8916
  }
8917
8917
 
8918
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_variables.mjs
8918
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_variables.mjs
8919
8919
  function phaseGenerateVariables(cpl) {
8920
8920
  recursivelyProcessView(cpl.root, null);
8921
8921
  }
@@ -8997,7 +8997,7 @@ function generateVariablesInScopeForView(view, scope) {
8997
8997
  return newOps;
8998
8998
  }
8999
8999
 
9000
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_names.mjs
9000
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_names.mjs
9001
9001
  function phaseResolveNames(cpl) {
9002
9002
  for (const [_, view] of cpl.views) {
9003
9003
  processLexicalScope(view, view.create, null);
@@ -9050,7 +9050,7 @@ function processLexicalScope(view, ops, savedView) {
9050
9050
  }
9051
9051
  }
9052
9052
 
9053
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_contexts.mjs
9053
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_contexts.mjs
9054
9054
  function phaseResolveContexts(cpl) {
9055
9055
  for (const view of cpl.views.values()) {
9056
9056
  processLexicalScope2(view, view.create);
@@ -9088,7 +9088,7 @@ function processLexicalScope2(view, ops) {
9088
9088
  }
9089
9089
  }
9090
9090
 
9091
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/variable_optimization.mjs
9091
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/variable_optimization.mjs
9092
9092
  function phaseVariableOptimization(cpl, options) {
9093
9093
  for (const [_, view] of cpl.views) {
9094
9094
  optimizeVariablesInOpList(view.create, options);
@@ -9298,7 +9298,7 @@ function allowConservativeInlining(decl, target) {
9298
9298
  }
9299
9299
  }
9300
9300
 
9301
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/chaining.mjs
9301
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/chaining.mjs
9302
9302
  var CHAINABLE = /* @__PURE__ */ new Set([
9303
9303
  Identifiers.elementStart,
9304
9304
  Identifiers.elementEnd,
@@ -9344,7 +9344,7 @@ function chainOperationsInList(opList) {
9344
9344
  }
9345
9345
  }
9346
9346
 
9347
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/next_context_merging.mjs
9347
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/next_context_merging.mjs
9348
9348
  function phaseMergeNextContext(cpl) {
9349
9349
  for (const view of cpl.views.values()) {
9350
9350
  for (const op of view.create) {
@@ -9389,7 +9389,7 @@ function mergeNextContextsInOps(ops) {
9389
9389
  }
9390
9390
  }
9391
9391
 
9392
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/ng_container.mjs
9392
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/ng_container.mjs
9393
9393
  var CONTAINER_TAG = "ng-container";
9394
9394
  function phaseNgContainer(cpl) {
9395
9395
  for (const [_, view] of cpl.views) {
@@ -9406,7 +9406,7 @@ function phaseNgContainer(cpl) {
9406
9406
  }
9407
9407
  }
9408
9408
 
9409
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/save_restore_view.mjs
9409
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/save_restore_view.mjs
9410
9410
  function phaseSaveRestoreView(cpl) {
9411
9411
  for (const view of cpl.views.values()) {
9412
9412
  if (view === cpl.root) {
@@ -9439,7 +9439,7 @@ function phaseSaveRestoreView(cpl) {
9439
9439
  }
9440
9440
  }
9441
9441
 
9442
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pure_function_extraction.mjs
9442
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pure_function_extraction.mjs
9443
9443
  function phasePureFunctionExtraction(cpl) {
9444
9444
  for (const view of cpl.views.values()) {
9445
9445
  for (const op of view.ops()) {
@@ -9481,7 +9481,7 @@ var PureFunctionConstant = class extends GenericKeyFn {
9481
9481
  }
9482
9482
  };
9483
9483
 
9484
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pipe_creation.mjs
9484
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pipe_creation.mjs
9485
9485
  function phasePipeCreation(cpl) {
9486
9486
  for (const view of cpl.views.values()) {
9487
9487
  processPipeBindingsInView(view);
@@ -9524,7 +9524,7 @@ function addPipeToCreationBlock(view, afterTargetXref, binding) {
9524
9524
  throw new Error(`AssertionError: unable to find insertion point for pipe ${binding.name}`);
9525
9525
  }
9526
9526
 
9527
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pipe_variadic.mjs
9527
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pipe_variadic.mjs
9528
9528
  function phasePipeVariadic(cpl) {
9529
9529
  for (const view of cpl.views.values()) {
9530
9530
  for (const op of view.update) {
@@ -9541,7 +9541,7 @@ function phasePipeVariadic(cpl) {
9541
9541
  }
9542
9542
  }
9543
9543
 
9544
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pure_literal_structures.mjs
9544
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pure_literal_structures.mjs
9545
9545
  function phasePureLiteralStructures(cpl) {
9546
9546
  for (const view of cpl.views.values()) {
9547
9547
  for (const op of view.update) {
@@ -9588,7 +9588,7 @@ function transformLiteralMap(expr) {
9588
9588
  return new PureFunctionExpr(literalMap(derivedEntries), nonConstantArgs);
9589
9589
  }
9590
9590
 
9591
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/align_pipe_variadic_var_offset.mjs
9591
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/align_pipe_variadic_var_offset.mjs
9592
9592
  function phaseAlignPipeVariadicVarOffset(cpl) {
9593
9593
  for (const view of cpl.views.values()) {
9594
9594
  for (const op of view.update) {
@@ -9609,7 +9609,7 @@ function phaseAlignPipeVariadicVarOffset(cpl) {
9609
9609
  }
9610
9610
  }
9611
9611
 
9612
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/emit.mjs
9612
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/emit.mjs
9613
9613
  function transformTemplate(cpl) {
9614
9614
  phasePipeCreation(cpl);
9615
9615
  phasePipeVariadic(cpl);
@@ -9691,7 +9691,7 @@ function maybeGenerateRfBlock(flag, statements) {
9691
9691
  ];
9692
9692
  }
9693
9693
 
9694
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/compilation.mjs
9694
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/compilation.mjs
9695
9695
  var ComponentCompilation = class {
9696
9696
  constructor(componentName, pool) {
9697
9697
  this.componentName = componentName;
@@ -9749,7 +9749,7 @@ var ViewCompilation = class {
9749
9749
  }
9750
9750
  };
9751
9751
 
9752
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/conversion.mjs
9752
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/conversion.mjs
9753
9753
  var BINARY_OPERATORS = /* @__PURE__ */ new Map([
9754
9754
  ["&&", BinaryOperator.And],
9755
9755
  [">", BinaryOperator.Bigger],
@@ -9770,7 +9770,7 @@ var BINARY_OPERATORS = /* @__PURE__ */ new Map([
9770
9770
  ["+", BinaryOperator.Plus]
9771
9771
  ]);
9772
9772
 
9773
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/ingest.mjs
9773
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/ingest.mjs
9774
9774
  function ingest(componentName, template2, constantPool) {
9775
9775
  const cpl = new ComponentCompilation(componentName, constantPool);
9776
9776
  ingestNodes(cpl.root, template2);
@@ -9965,10 +9965,10 @@ function assertIsArray(value) {
9965
9965
  }
9966
9966
  }
9967
9967
 
9968
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/switch/index.mjs
9968
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/switch/index.mjs
9969
9969
  var USE_TEMPLATE_PIPELINE = false;
9970
9970
 
9971
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/style_parser.mjs
9971
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/style_parser.mjs
9972
9972
  function parse(value) {
9973
9973
  const styles = [];
9974
9974
  let i = 0;
@@ -10029,7 +10029,7 @@ function hyphenate(value) {
10029
10029
  }).toLowerCase();
10030
10030
  }
10031
10031
 
10032
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/styling_builder.mjs
10032
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/styling_builder.mjs
10033
10033
  var IMPORTANT_FLAG = "!important";
10034
10034
  var MIN_STYLING_BINDING_SLOTS_REQUIRED = 2;
10035
10035
  var StylingBuilder = class {
@@ -10362,7 +10362,7 @@ function isEmptyExpression(ast) {
10362
10362
  return ast instanceof EmptyExpr;
10363
10363
  }
10364
10364
 
10365
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/expression_parser/lexer.mjs
10365
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/expression_parser/lexer.mjs
10366
10366
  var TokenType;
10367
10367
  (function(TokenType2) {
10368
10368
  TokenType2[TokenType2["Character"] = 0] = "Character";
@@ -10723,7 +10723,7 @@ function parseIntAutoRadix(text2) {
10723
10723
  return result;
10724
10724
  }
10725
10725
 
10726
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/expression_parser/parser.mjs
10726
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/expression_parser/parser.mjs
10727
10727
  var SplitInterpolation = class {
10728
10728
  constructor(strings, expressions, offsets) {
10729
10729
  this.strings = strings;
@@ -11617,7 +11617,7 @@ function getIndexMapForOriginalTemplate(interpolatedTokens) {
11617
11617
  return offsetMap;
11618
11618
  }
11619
11619
 
11620
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/ast.mjs
11620
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/ast.mjs
11621
11621
  var NodeWithI18n = class {
11622
11622
  constructor(sourceSpan, i18n) {
11623
11623
  this.sourceSpan = sourceSpan;
@@ -11705,11 +11705,11 @@ function visitAll2(visitor, nodes, context = null) {
11705
11705
  return result;
11706
11706
  }
11707
11707
 
11708
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/schema/element_schema_registry.mjs
11708
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/schema/element_schema_registry.mjs
11709
11709
  var ElementSchemaRegistry = class {
11710
11710
  };
11711
11711
 
11712
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/schema/dom_element_schema_registry.mjs
11712
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/schema/dom_element_schema_registry.mjs
11713
11713
  var BOOLEAN = "boolean";
11714
11714
  var NUMBER = "number";
11715
11715
  var STRING = "string";
@@ -12062,7 +12062,7 @@ function _isPixelDimensionStyle(prop) {
12062
12062
  }
12063
12063
  }
12064
12064
 
12065
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/html_tags.mjs
12065
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/html_tags.mjs
12066
12066
  var HtmlTagDefinition = class {
12067
12067
  constructor({ closedByChildren, implicitNamespacePrefix, contentType = TagContentType.PARSABLE_DATA, closedByParent = false, isVoid = false, ignoreFirstLf = false, preventNamespaceInheritance = false, canSelfClose = false } = {}) {
12068
12068
  this.closedByChildren = {};
@@ -12180,7 +12180,7 @@ function getHtmlTagDefinition(tagName) {
12180
12180
  return (_b2 = (_a2 = TAG_DEFINITIONS[tagName]) != null ? _a2 : TAG_DEFINITIONS[tagName.toLowerCase()]) != null ? _b2 : DEFAULT_TAG_DEFINITION;
12181
12181
  }
12182
12182
 
12183
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/entities.mjs
12183
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/entities.mjs
12184
12184
  var NAMED_ENTITIES = {
12185
12185
  "AElig": "\xC6",
12186
12186
  "AMP": "&",
@@ -14311,7 +14311,7 @@ var NAMED_ENTITIES = {
14311
14311
  var NGSP_UNICODE = "\uE500";
14312
14312
  NAMED_ENTITIES["ngsp"] = NGSP_UNICODE;
14313
14313
 
14314
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/lexer.mjs
14314
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/lexer.mjs
14315
14315
  var TokenError = class extends ParseError {
14316
14316
  constructor(errorMsg, tokenType, span) {
14317
14317
  super(span, errorMsg);
@@ -15146,7 +15146,7 @@ var CursorError = class {
15146
15146
  }
15147
15147
  };
15148
15148
 
15149
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/parser.mjs
15149
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/parser.mjs
15150
15150
  var TreeError = class extends ParseError {
15151
15151
  static create(elementName, span, msg) {
15152
15152
  return new TreeError(elementName, span, msg);
@@ -15473,7 +15473,7 @@ function decodeEntity(match, entity) {
15473
15473
  return match;
15474
15474
  }
15475
15475
 
15476
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/html_parser.mjs
15476
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/html_parser.mjs
15477
15477
  var HtmlParser = class extends Parser2 {
15478
15478
  constructor() {
15479
15479
  super(getHtmlTagDefinition);
@@ -15483,7 +15483,7 @@ var HtmlParser = class extends Parser2 {
15483
15483
  }
15484
15484
  };
15485
15485
 
15486
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/html_whitespaces.mjs
15486
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/html_whitespaces.mjs
15487
15487
  var PRESERVE_WS_ATTR_NAME = "ngPreserveWhitespaces";
15488
15488
  var SKIP_WS_TRIM_TAGS = /* @__PURE__ */ new Set(["pre", "template", "textarea", "script", "style"]);
15489
15489
  var WS_CHARS = " \f\n\r \v\u1680\u180E\u2000-\u200A\u2028\u2029\u202F\u205F\u3000\uFEFF";
@@ -15543,7 +15543,7 @@ function visitAllWithSiblings(visitor, nodes) {
15543
15543
  return result;
15544
15544
  }
15545
15545
 
15546
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/map_util.mjs
15546
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/output/map_util.mjs
15547
15547
  function mapLiteral(obj, quoted = false) {
15548
15548
  return literalMap(Object.keys(obj).map((key) => ({
15549
15549
  key,
@@ -15552,7 +15552,7 @@ function mapLiteral(obj, quoted = false) {
15552
15552
  })));
15553
15553
  }
15554
15554
 
15555
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/schema/trusted_types_sinks.mjs
15555
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/schema/trusted_types_sinks.mjs
15556
15556
  var TRUSTED_TYPES_SINKS = /* @__PURE__ */ new Set([
15557
15557
  "iframe|srcdoc",
15558
15558
  "*|innerhtml",
@@ -15567,7 +15567,7 @@ function isTrustedTypesSink(tagName, propName) {
15567
15567
  return TRUSTED_TYPES_SINKS.has(tagName + "|" + propName) || TRUSTED_TYPES_SINKS.has("*|" + propName);
15568
15568
  }
15569
15569
 
15570
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template_parser/binding_parser.mjs
15570
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template_parser/binding_parser.mjs
15571
15571
  var PROPERTY_PARTS_SEPARATOR = ".";
15572
15572
  var ATTRIBUTE_PREFIX = "attr";
15573
15573
  var CLASS_PREFIX = "class";
@@ -15887,7 +15887,7 @@ function moveParseSourceSpan(sourceSpan, absoluteSpan) {
15887
15887
  return new ParseSourceSpan(sourceSpan.start.moveBy(startDiff), sourceSpan.end.moveBy(endDiff), sourceSpan.fullStart.moveBy(startDiff), sourceSpan.details);
15888
15888
  }
15889
15889
 
15890
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/style_url_resolver.mjs
15890
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/style_url_resolver.mjs
15891
15891
  function isStyleUrlResolvable(url) {
15892
15892
  if (url == null || url.length === 0 || url[0] == "/")
15893
15893
  return false;
@@ -15896,7 +15896,7 @@ function isStyleUrlResolvable(url) {
15896
15896
  }
15897
15897
  var URL_WITH_SCHEMA_REGEXP = /^([^:/?#]+):/;
15898
15898
 
15899
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template_parser/template_preparser.mjs
15899
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/template_parser/template_preparser.mjs
15900
15900
  var NG_CONTENT_SELECT_ATTR = "select";
15901
15901
  var LINK_ELEMENT = "link";
15902
15902
  var LINK_STYLE_REL_ATTR = "rel";
@@ -15966,7 +15966,7 @@ function normalizeNgContentSelect(selectAttr) {
15966
15966
  return selectAttr;
15967
15967
  }
15968
15968
 
15969
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_template_transform.mjs
15969
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_template_transform.mjs
15970
15970
  var BIND_NAME_REGEXP = /^(?:(bind-)|(let-)|(ref-|#)|(on-)|(bindon-)|(@))(.*)$/;
15971
15971
  var KW_BIND_IDX = 1;
15972
15972
  var KW_LET_IDX = 2;
@@ -16314,7 +16314,7 @@ function textContents(node) {
16314
16314
  }
16315
16315
  }
16316
16316
 
16317
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/context.mjs
16317
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/i18n/context.mjs
16318
16318
  var TagType;
16319
16319
  (function(TagType2) {
16320
16320
  TagType2[TagType2["ELEMENT"] = 0] = "ELEMENT";
@@ -16449,7 +16449,7 @@ function serializePlaceholderValue(value) {
16449
16449
  }
16450
16450
  }
16451
16451
 
16452
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/icu_serializer.mjs
16452
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/i18n/icu_serializer.mjs
16453
16453
  var IcuSerializerVisitor = class {
16454
16454
  visitText(text2) {
16455
16455
  return text2.value;
@@ -16480,7 +16480,7 @@ function serializeIcuNode(icu) {
16480
16480
  return icu.visit(serializer);
16481
16481
  }
16482
16482
 
16483
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/serializers/placeholder.mjs
16483
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/serializers/placeholder.mjs
16484
16484
  var TAG_TO_PLACEHOLDER_NAMES = {
16485
16485
  "A": "LINK",
16486
16486
  "B": "BOLD_TEXT",
@@ -16574,7 +16574,7 @@ var PlaceholderRegistry = class {
16574
16574
  }
16575
16575
  };
16576
16576
 
16577
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/i18n_parser.mjs
16577
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/i18n_parser.mjs
16578
16578
  var _expParser = new Parser(new Lexer());
16579
16579
  function createI18nMessageFactory(interpolationConfig) {
16580
16580
  const visitor = new _I18nVisitor(_expParser, interpolationConfig);
@@ -16729,14 +16729,14 @@ function extractPlaceholderName(input) {
16729
16729
  return input.split(_CUSTOM_PH_EXP)[2];
16730
16730
  }
16731
16731
 
16732
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/parse_util.mjs
16732
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/parse_util.mjs
16733
16733
  var I18nError = class extends ParseError {
16734
16734
  constructor(span, msg) {
16735
16735
  super(span, msg);
16736
16736
  }
16737
16737
  };
16738
16738
 
16739
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/meta.mjs
16739
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/i18n/meta.mjs
16740
16740
  var setI18nRefs = (htmlNode, i18nNode) => {
16741
16741
  if (htmlNode instanceof NodeWithI18n) {
16742
16742
  if (i18nNode instanceof IcuPlaceholder && htmlNode.i18n instanceof Message) {
@@ -16885,7 +16885,7 @@ function i18nMetaToJSDoc(meta) {
16885
16885
  return jsDocComment(tags);
16886
16886
  }
16887
16887
 
16888
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/get_msg_utils.mjs
16888
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/i18n/get_msg_utils.mjs
16889
16889
  var GOOG_GET_MSG = "goog.getMsg";
16890
16890
  function createGoogleGetMsgStatements(variable2, message, closureVar, placeholderValues) {
16891
16891
  const messageString = serializeI18nMessageForGetMsg(message);
@@ -16933,7 +16933,7 @@ function serializeI18nMessageForGetMsg(message) {
16933
16933
  return message.nodes.map((node) => node.visit(serializerVisitor2, null)).join("");
16934
16934
  }
16935
16935
 
16936
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/localize_utils.mjs
16936
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/i18n/localize_utils.mjs
16937
16937
  function createLocalizeStatements(variable2, message, params) {
16938
16938
  const { messageParts, placeHolders } = serializeI18nMessageForLocalize(message);
16939
16939
  const sourceSpan = getSourceSpan(message);
@@ -17016,7 +17016,7 @@ function createEmptyMessagePart(location) {
17016
17016
  return new LiteralPiece("", new ParseSourceSpan(location, location));
17017
17017
  }
17018
17018
 
17019
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/template.mjs
17019
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/template.mjs
17020
17020
  var NG_CONTENT_SELECT_ATTR2 = "select";
17021
17021
  var NG_PROJECT_AS_ATTR_NAME = "ngProjectAs";
17022
17022
  var EVENT_BINDING_SCOPE_GLOBALS = /* @__PURE__ */ new Set(["$event"]);
@@ -18318,7 +18318,7 @@ function createClosureModeGuard() {
18318
18318
  return typeofExpr(variable(NG_I18N_CLOSURE_MODE)).notIdentical(literal("undefined", STRING_TYPE)).and(variable(NG_I18N_CLOSURE_MODE));
18319
18319
  }
18320
18320
 
18321
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/compiler.mjs
18321
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/compiler.mjs
18322
18322
  var ATTR_REGEX = /attr\.([^\]]+)/;
18323
18323
  var COMPONENT_VARIABLE = "%COMP%";
18324
18324
  var HOST_ATTR = `_nghost-${COMPONENT_VARIABLE}`;
@@ -18480,7 +18480,9 @@ function createComponentType(meta) {
18480
18480
  typeParams.push(stringArrayAsType(meta.template.ngContentSelectors));
18481
18481
  typeParams.push(expressionType(literal(meta.isStandalone)));
18482
18482
  typeParams.push(createHostDirectivesType(meta));
18483
- typeParams.push(expressionType(literal(meta.isSignal)));
18483
+ if (meta.isSignal) {
18484
+ typeParams.push(expressionType(literal(meta.isSignal)));
18485
+ }
18484
18486
  return expressionType(importExpr(Identifiers.ComponentDeclaration, typeParams));
18485
18487
  }
18486
18488
  function compileDeclarationList(list, mode) {
@@ -18580,7 +18582,9 @@ function createDirectiveType(meta) {
18580
18582
  typeParams.push(NONE_TYPE);
18581
18583
  typeParams.push(expressionType(literal(meta.isStandalone)));
18582
18584
  typeParams.push(createHostDirectivesType(meta));
18583
- typeParams.push(expressionType(literal(meta.isSignal)));
18585
+ if (meta.isSignal) {
18586
+ typeParams.push(expressionType(literal(meta.isSignal)));
18587
+ }
18584
18588
  return expressionType(importExpr(Identifiers.DirectiveDeclaration, typeParams));
18585
18589
  }
18586
18590
  function createViewQueriesFunction(viewQueries, constantPool, name) {
@@ -18874,11 +18878,11 @@ function createHostDirectivesMappingArray(mapping) {
18874
18878
  return elements.length > 0 ? literalArr(elements) : null;
18875
18879
  }
18876
18880
 
18877
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/resource_loader.mjs
18881
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/resource_loader.mjs
18878
18882
  var ResourceLoader = class {
18879
18883
  };
18880
18884
 
18881
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/jit_compiler_facade.mjs
18885
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/jit_compiler_facade.mjs
18882
18886
  var CompilerFacadeImpl = class {
18883
18887
  constructor(jitEvaluator = new JitEvaluator()) {
18884
18888
  this.jitEvaluator = jitEvaluator;
@@ -19401,10 +19405,10 @@ function publishFacade(global2) {
19401
19405
  ng.\u0275compilerFacade = new CompilerFacadeImpl();
19402
19406
  }
19403
19407
 
19404
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/version.mjs
19405
- var VERSION2 = new Version("16.1.0");
19408
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/version.mjs
19409
+ var VERSION2 = new Version("16.1.2");
19406
19410
 
19407
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/extractor_merger.mjs
19411
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/extractor_merger.mjs
19408
19412
  var _I18N_ATTR = "i18n";
19409
19413
  var _I18N_ATTR_PREFIX = "i18n-";
19410
19414
  var _I18N_COMMENT_PREFIX_REGEXP = /^i18n:?/;
@@ -19708,7 +19712,7 @@ function _parseMessageMeta(i18n) {
19708
19712
  return { meaning, description, id: id.trim() };
19709
19713
  }
19710
19714
 
19711
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/xml_tags.mjs
19715
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/xml_tags.mjs
19712
19716
  var XmlTagDefinition = class {
19713
19717
  constructor() {
19714
19718
  this.closedByParent = false;
@@ -19733,7 +19737,7 @@ function getXmlTagDefinition(tagName) {
19733
19737
  return _TAG_DEFINITION;
19734
19738
  }
19735
19739
 
19736
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/xml_parser.mjs
19740
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/xml_parser.mjs
19737
19741
  var XmlParser = class extends Parser2 {
19738
19742
  constructor() {
19739
19743
  super(getXmlTagDefinition);
@@ -19743,7 +19747,7 @@ var XmlParser = class extends Parser2 {
19743
19747
  }
19744
19748
  };
19745
19749
 
19746
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/serializers/xliff.mjs
19750
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/serializers/xliff.mjs
19747
19751
  var _VERSION = "1.2";
19748
19752
  var _XMLNS = "urn:oasis:names:tc:xliff:document:1.2";
19749
19753
  var _DEFAULT_SOURCE_LANG = "en";
@@ -19983,7 +19987,7 @@ function getCtypeForTag(tag) {
19983
19987
  }
19984
19988
  }
19985
19989
 
19986
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/serializers/xliff2.mjs
19990
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/serializers/xliff2.mjs
19987
19991
  var _VERSION2 = "2.0";
19988
19992
  var _XMLNS2 = "urn:oasis:names:tc:xliff:document:2.0";
19989
19993
  var _DEFAULT_SOURCE_LANG2 = "en";
@@ -20274,7 +20278,7 @@ function getTypeForTag(tag) {
20274
20278
  }
20275
20279
  }
20276
20280
 
20277
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/message_bundle.mjs
20281
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/message_bundle.mjs
20278
20282
  var MessageBundle = class {
20279
20283
  constructor(_htmlParser, _implicitTags, _implicitAttrs, _locale = null) {
20280
20284
  this._htmlParser = _htmlParser;
@@ -20341,7 +20345,7 @@ var MapPlaceholderNames = class extends CloneVisitor {
20341
20345
  }
20342
20346
  };
20343
20347
 
20344
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/partial/api.mjs
20348
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/partial/api.mjs
20345
20349
  var FactoryTarget2;
20346
20350
  (function(FactoryTarget3) {
20347
20351
  FactoryTarget3[FactoryTarget3["Directive"] = 0] = "Directive";
@@ -20351,7 +20355,7 @@ var FactoryTarget2;
20351
20355
  FactoryTarget3[FactoryTarget3["NgModule"] = 4] = "NgModule";
20352
20356
  })(FactoryTarget2 || (FactoryTarget2 = {}));
20353
20357
 
20354
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/t2_binder.mjs
20358
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/t2_binder.mjs
20355
20359
  var R3TargetBinder = class {
20356
20360
  constructor(directiveMatcher) {
20357
20361
  this.directiveMatcher = directiveMatcher;
@@ -20703,7 +20707,7 @@ function extractTemplateEntities(rootScope) {
20703
20707
  return templateEntities;
20704
20708
  }
20705
20709
 
20706
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_class_metadata_compiler.mjs
20710
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_class_metadata_compiler.mjs
20707
20711
  function compileClassMetadata(metadata) {
20708
20712
  var _a2, _b2;
20709
20713
  const fnCall = importExpr(Identifiers.setClassMetadata).callFn([
@@ -20716,12 +20720,12 @@ function compileClassMetadata(metadata) {
20716
20720
  return iife.callFn([]);
20717
20721
  }
20718
20722
 
20719
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/partial/class_metadata.mjs
20723
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/partial/class_metadata.mjs
20720
20724
  var MINIMUM_PARTIAL_LINKER_VERSION = "12.0.0";
20721
20725
  function compileDeclareClassMetadata(metadata) {
20722
20726
  const definitionMap = new DefinitionMap();
20723
20727
  definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION));
20724
- definitionMap.set("version", literal("16.1.0"));
20728
+ definitionMap.set("version", literal("16.1.2"));
20725
20729
  definitionMap.set("ngImport", importExpr(Identifiers.core));
20726
20730
  definitionMap.set("type", metadata.type);
20727
20731
  definitionMap.set("decorators", metadata.decorators);
@@ -20730,7 +20734,7 @@ function compileDeclareClassMetadata(metadata) {
20730
20734
  return importExpr(Identifiers.declareClassMetadata).callFn([definitionMap.toLiteralMap()]);
20731
20735
  }
20732
20736
 
20733
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/partial/util.mjs
20737
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/partial/util.mjs
20734
20738
  function toOptionalLiteralArray(values, mapper) {
20735
20739
  if (values === null || values.length === 0) {
20736
20740
  return null;
@@ -20778,7 +20782,7 @@ function compileDependency(dep) {
20778
20782
  return depMeta.toLiteralMap();
20779
20783
  }
20780
20784
 
20781
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/partial/directive.mjs
20785
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/partial/directive.mjs
20782
20786
  var MINIMUM_PARTIAL_LINKER_VERSION2 = "14.0.0";
20783
20787
  function compileDeclareDirectiveFromMetadata(meta) {
20784
20788
  const definitionMap = createDirectiveDefinitionMap(meta);
@@ -20790,7 +20794,7 @@ function createDirectiveDefinitionMap(meta) {
20790
20794
  var _a2;
20791
20795
  const definitionMap = new DefinitionMap();
20792
20796
  definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION2));
20793
- definitionMap.set("version", literal("16.1.0"));
20797
+ definitionMap.set("version", literal("16.1.2"));
20794
20798
  definitionMap.set("type", meta.type.value);
20795
20799
  if (meta.isStandalone) {
20796
20800
  definitionMap.set("isStandalone", literal(meta.isStandalone));
@@ -20883,7 +20887,7 @@ function createHostDirectives(hostDirectives) {
20883
20887
  return literalArr(expressions);
20884
20888
  }
20885
20889
 
20886
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/partial/component.mjs
20890
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/partial/component.mjs
20887
20891
  function compileDeclareComponentFromMetadata(meta, template2, additionalTemplateInfo) {
20888
20892
  const definitionMap = createComponentDefinitionMap(meta, template2, additionalTemplateInfo);
20889
20893
  const expression = importExpr(Identifiers.declareComponent).callFn([definitionMap.toLiteralMap()]);
@@ -20970,12 +20974,12 @@ function compileUsedDependenciesMetadata(meta) {
20970
20974
  });
20971
20975
  }
20972
20976
 
20973
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/partial/factory.mjs
20977
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/partial/factory.mjs
20974
20978
  var MINIMUM_PARTIAL_LINKER_VERSION3 = "12.0.0";
20975
20979
  function compileDeclareFactoryFunction(meta) {
20976
20980
  const definitionMap = new DefinitionMap();
20977
20981
  definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION3));
20978
- definitionMap.set("version", literal("16.1.0"));
20982
+ definitionMap.set("version", literal("16.1.2"));
20979
20983
  definitionMap.set("ngImport", importExpr(Identifiers.core));
20980
20984
  definitionMap.set("type", meta.type.value);
20981
20985
  definitionMap.set("deps", compileDependencies(meta.deps));
@@ -20987,7 +20991,7 @@ function compileDeclareFactoryFunction(meta) {
20987
20991
  };
20988
20992
  }
20989
20993
 
20990
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/partial/injectable.mjs
20994
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/partial/injectable.mjs
20991
20995
  var MINIMUM_PARTIAL_LINKER_VERSION4 = "12.0.0";
20992
20996
  function compileDeclareInjectableFromMetadata(meta) {
20993
20997
  const definitionMap = createInjectableDefinitionMap(meta);
@@ -20998,7 +21002,7 @@ function compileDeclareInjectableFromMetadata(meta) {
20998
21002
  function createInjectableDefinitionMap(meta) {
20999
21003
  const definitionMap = new DefinitionMap();
21000
21004
  definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION4));
21001
- definitionMap.set("version", literal("16.1.0"));
21005
+ definitionMap.set("version", literal("16.1.2"));
21002
21006
  definitionMap.set("ngImport", importExpr(Identifiers.core));
21003
21007
  definitionMap.set("type", meta.type.value);
21004
21008
  if (meta.providedIn !== void 0) {
@@ -21025,7 +21029,7 @@ function createInjectableDefinitionMap(meta) {
21025
21029
  return definitionMap;
21026
21030
  }
21027
21031
 
21028
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/partial/injector.mjs
21032
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/partial/injector.mjs
21029
21033
  var MINIMUM_PARTIAL_LINKER_VERSION5 = "12.0.0";
21030
21034
  function compileDeclareInjectorFromMetadata(meta) {
21031
21035
  const definitionMap = createInjectorDefinitionMap(meta);
@@ -21036,7 +21040,7 @@ function compileDeclareInjectorFromMetadata(meta) {
21036
21040
  function createInjectorDefinitionMap(meta) {
21037
21041
  const definitionMap = new DefinitionMap();
21038
21042
  definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION5));
21039
- definitionMap.set("version", literal("16.1.0"));
21043
+ definitionMap.set("version", literal("16.1.2"));
21040
21044
  definitionMap.set("ngImport", importExpr(Identifiers.core));
21041
21045
  definitionMap.set("type", meta.type.value);
21042
21046
  definitionMap.set("providers", meta.providers);
@@ -21046,7 +21050,7 @@ function createInjectorDefinitionMap(meta) {
21046
21050
  return definitionMap;
21047
21051
  }
21048
21052
 
21049
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/partial/ng_module.mjs
21053
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/partial/ng_module.mjs
21050
21054
  var MINIMUM_PARTIAL_LINKER_VERSION6 = "14.0.0";
21051
21055
  function compileDeclareNgModuleFromMetadata(meta) {
21052
21056
  const definitionMap = createNgModuleDefinitionMap(meta);
@@ -21057,7 +21061,7 @@ function compileDeclareNgModuleFromMetadata(meta) {
21057
21061
  function createNgModuleDefinitionMap(meta) {
21058
21062
  const definitionMap = new DefinitionMap();
21059
21063
  definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION6));
21060
- definitionMap.set("version", literal("16.1.0"));
21064
+ definitionMap.set("version", literal("16.1.2"));
21061
21065
  definitionMap.set("ngImport", importExpr(Identifiers.core));
21062
21066
  definitionMap.set("type", meta.type.value);
21063
21067
  if (meta.bootstrap.length > 0) {
@@ -21081,7 +21085,7 @@ function createNgModuleDefinitionMap(meta) {
21081
21085
  return definitionMap;
21082
21086
  }
21083
21087
 
21084
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/partial/pipe.mjs
21088
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/partial/pipe.mjs
21085
21089
  var MINIMUM_PARTIAL_LINKER_VERSION7 = "14.0.0";
21086
21090
  function compileDeclarePipeFromMetadata(meta) {
21087
21091
  const definitionMap = createPipeDefinitionMap(meta);
@@ -21092,7 +21096,7 @@ function compileDeclarePipeFromMetadata(meta) {
21092
21096
  function createPipeDefinitionMap(meta) {
21093
21097
  const definitionMap = new DefinitionMap();
21094
21098
  definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION7));
21095
- definitionMap.set("version", literal("16.1.0"));
21099
+ definitionMap.set("version", literal("16.1.2"));
21096
21100
  definitionMap.set("ngImport", importExpr(Identifiers.core));
21097
21101
  definitionMap.set("type", meta.type.value);
21098
21102
  if (meta.isStandalone) {
@@ -21105,13 +21109,13 @@ function createPipeDefinitionMap(meta) {
21105
21109
  return definitionMap;
21106
21110
  }
21107
21111
 
21108
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/compiler.mjs
21112
+ // bazel-out/k8-fastbuild/bin/packages/compiler/src/compiler.mjs
21109
21113
  publishFacade(_global);
21110
21114
 
21111
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/version.mjs
21112
- var VERSION3 = new Version("16.1.0");
21115
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/version.mjs
21116
+ var VERSION3 = new Version("16.1.2");
21113
21117
 
21114
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/api.mjs
21118
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/api.mjs
21115
21119
  var EmitFlags;
21116
21120
  (function(EmitFlags2) {
21117
21121
  EmitFlags2[EmitFlags2["DTS"] = 1] = "DTS";
@@ -21123,13 +21127,13 @@ var EmitFlags;
21123
21127
  EmitFlags2[EmitFlags2["All"] = 31] = "All";
21124
21128
  })(EmitFlags || (EmitFlags = {}));
21125
21129
 
21126
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/compiler_host.mjs
21130
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/compiler_host.mjs
21127
21131
  var import_typescript2 = __toESM(require("typescript"), 1);
21128
21132
 
21129
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
21133
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
21130
21134
  var import_typescript94 = __toESM(require("typescript"), 1);
21131
21135
 
21132
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/i18n.mjs
21136
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/i18n.mjs
21133
21137
  var path = __toESM(require("path"), 1);
21134
21138
  function i18nGetExtension(formatName) {
21135
21139
  const format = formatName.toLowerCase();
@@ -21179,10 +21183,10 @@ function getPathNormalizer(basePath) {
21179
21183
  };
21180
21184
  }
21181
21185
 
21182
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
21186
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
21183
21187
  var import_typescript3 = __toESM(require("typescript"), 1);
21184
21188
 
21185
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/version_helpers.mjs
21189
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/version_helpers.mjs
21186
21190
  function toNumbers(value) {
21187
21191
  const suffixIndex = value.lastIndexOf("-");
21188
21192
  return value.slice(0, suffixIndex === -1 ? value.length : suffixIndex).split(".").map((segment) => {
@@ -21217,7 +21221,7 @@ function compareVersions(v1, v2) {
21217
21221
  return compareNumbers(toNumbers(v1), toNumbers(v2));
21218
21222
  }
21219
21223
 
21220
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
21224
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
21221
21225
  var MIN_TS_VERSION = "4.9.3";
21222
21226
  var MAX_TS_VERSION = "5.2.0";
21223
21227
  var tsVersion = import_typescript3.default.version;
@@ -21230,13 +21234,13 @@ function verifySupportedTypeScriptVersion() {
21230
21234
  checkVersion(tsVersion, MIN_TS_VERSION, MAX_TS_VERSION);
21231
21235
  }
21232
21236
 
21233
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.mjs
21237
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.mjs
21234
21238
  var import_typescript90 = __toESM(require("typescript"), 1);
21235
21239
 
21236
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/di.mjs
21240
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/di.mjs
21237
21241
  var import_typescript14 = __toESM(require("typescript"), 1);
21238
21242
 
21239
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error_code.mjs
21243
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error_code.mjs
21240
21244
  var ErrorCode;
21241
21245
  (function(ErrorCode2) {
21242
21246
  ErrorCode2[ErrorCode2["DECORATOR_ARG_NOT_LITERAL"] = 1001] = "DECORATOR_ARG_NOT_LITERAL";
@@ -21310,7 +21314,7 @@ var ErrorCode;
21310
21314
  ErrorCode2[ErrorCode2["SUGGEST_SUBOPTIMAL_TYPE_INFERENCE"] = 10002] = "SUGGEST_SUBOPTIMAL_TYPE_INFERENCE";
21311
21315
  })(ErrorCode || (ErrorCode = {}));
21312
21316
 
21313
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/docs.mjs
21317
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/docs.mjs
21314
21318
  var COMPILER_ERRORS_WITH_GUIDES = /* @__PURE__ */ new Set([
21315
21319
  ErrorCode.DECORATOR_ARG_NOT_LITERAL,
21316
21320
  ErrorCode.IMPORT_CYCLE_DETECTED,
@@ -21322,15 +21326,15 @@ var COMPILER_ERRORS_WITH_GUIDES = /* @__PURE__ */ new Set([
21322
21326
  ErrorCode.WARN_NGMODULE_ID_UNNECESSARY
21323
21327
  ]);
21324
21328
 
21325
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error.mjs
21329
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error.mjs
21326
21330
  var import_typescript4 = __toESM(require("typescript"), 1);
21327
21331
 
21328
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/util.mjs
21332
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/util.mjs
21329
21333
  function ngErrorCode(code) {
21330
21334
  return parseInt("-99" + code);
21331
21335
  }
21332
21336
 
21333
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error.mjs
21337
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error.mjs
21334
21338
  var FatalDiagnosticError = class {
21335
21339
  constructor(code, node, message, relatedInformation) {
21336
21340
  this.code = code;
@@ -21386,10 +21390,10 @@ function addDiagnosticChain(messageText, add) {
21386
21390
  return messageText;
21387
21391
  }
21388
21392
 
21389
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error_details_base_url.mjs
21393
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error_details_base_url.mjs
21390
21394
  var ERROR_DETAILS_PAGE_BASE_URL = "https://angular.io/errors";
21391
21395
 
21392
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/extended_template_diagnostic_name.mjs
21396
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/extended_template_diagnostic_name.mjs
21393
21397
  var ExtendedTemplateDiagnosticName;
21394
21398
  (function(ExtendedTemplateDiagnosticName2) {
21395
21399
  ExtendedTemplateDiagnosticName2["INVALID_BANANA_IN_BOX"] = "invalidBananaInBox";
@@ -21402,13 +21406,13 @@ var ExtendedTemplateDiagnosticName;
21402
21406
  ExtendedTemplateDiagnosticName2["SKIP_HYDRATION_NOT_STATIC"] = "skipHydrationNotStatic";
21403
21407
  })(ExtendedTemplateDiagnosticName || (ExtendedTemplateDiagnosticName = {}));
21404
21408
 
21405
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/util.mjs
21409
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/util.mjs
21406
21410
  var import_typescript13 = __toESM(require("typescript"), 1);
21407
21411
 
21408
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/emitter.mjs
21412
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/emitter.mjs
21409
21413
  var import_typescript7 = __toESM(require("typescript"), 1);
21410
21414
 
21411
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/typescript.mjs
21415
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/typescript.mjs
21412
21416
  var import_typescript5 = __toESM(require("typescript"), 1);
21413
21417
  var TS = /\.tsx?$/i;
21414
21418
  var D_TS = /\.d\.ts$/i;
@@ -21509,7 +21513,7 @@ function toUnredirectedSourceFile(sf) {
21509
21513
  return redirectInfo.unredirected;
21510
21514
  }
21511
21515
 
21512
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/find_export.mjs
21516
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/find_export.mjs
21513
21517
  function findExportedNameOfNode(target, file, reflector) {
21514
21518
  const exports = reflector.getExportsOfModule(file);
21515
21519
  if (exports === null) {
@@ -21529,7 +21533,7 @@ function findExportedNameOfNode(target, file, reflector) {
21529
21533
  return foundExportName;
21530
21534
  }
21531
21535
 
21532
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/emitter.mjs
21536
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/emitter.mjs
21533
21537
  var ImportFlags;
21534
21538
  (function(ImportFlags2) {
21535
21539
  ImportFlags2[ImportFlags2["None"] = 0] = "None";
@@ -21745,7 +21749,7 @@ var UnifiedModulesStrategy = class {
21745
21749
  }
21746
21750
  };
21747
21751
 
21748
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/alias.mjs
21752
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/alias.mjs
21749
21753
  var CHARS_TO_ESCAPE = /[^a-zA-Z0-9/_]/g;
21750
21754
  var UnifiedModulesAliasingHost = class {
21751
21755
  constructor(unifiedModulesHost) {
@@ -21812,7 +21816,7 @@ var AliasStrategy = class {
21812
21816
  }
21813
21817
  };
21814
21818
 
21815
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/path.mjs
21819
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/path.mjs
21816
21820
  function relativePathBetween(from, to) {
21817
21821
  const relativePath = stripExtension(relative(dirname(resolve(from)), resolve(to)));
21818
21822
  return relativePath !== "" ? toRelativeImport(relativePath) : null;
@@ -21821,7 +21825,7 @@ function normalizeSeparators2(path3) {
21821
21825
  return path3.replace(/\\/g, "/");
21822
21826
  }
21823
21827
 
21824
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/core.mjs
21828
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/core.mjs
21825
21829
  var NoopImportRewriter = class {
21826
21830
  shouldImportSymbol(symbol, specifier) {
21827
21831
  return true;
@@ -21879,7 +21883,7 @@ function validateAndRewriteCoreSymbol(name) {
21879
21883
  return CORE_SUPPORTED_SYMBOLS.get(name);
21880
21884
  }
21881
21885
 
21882
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/patch_alias_reference_resolution.mjs
21886
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/patch_alias_reference_resolution.mjs
21883
21887
  var import_typescript9 = __toESM(require("typescript"), 1);
21884
21888
  var patchedReferencedAliasesSymbol = Symbol("patchedReferencedAliases");
21885
21889
  function loadIsReferencedAliasDeclarationPatch(context) {
@@ -21914,7 +21918,7 @@ function throwIncompatibleTransformationContextError() {
21914
21918
  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.");
21915
21919
  }
21916
21920
 
21917
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/default.mjs
21921
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/default.mjs
21918
21922
  var DefaultImportDeclaration = Symbol("DefaultImportDeclaration");
21919
21923
  function attachDefaultImportDeclaration(expr, importDecl) {
21920
21924
  expr[DefaultImportDeclaration] = importDecl;
@@ -21955,7 +21959,7 @@ var DefaultImportTracker = class {
21955
21959
  }
21956
21960
  };
21957
21961
 
21958
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/references.mjs
21962
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/references.mjs
21959
21963
  var Reference2 = class {
21960
21964
  constructor(node, bestGuessOwningModule = null) {
21961
21965
  this.node = node;
@@ -22018,7 +22022,7 @@ var Reference2 = class {
22018
22022
  }
22019
22023
  };
22020
22024
 
22021
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/resolver.mjs
22025
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/resolver.mjs
22022
22026
  var ModuleResolver = class {
22023
22027
  constructor(program, compilerOptions, host, moduleResolutionCache) {
22024
22028
  this.program = program;
@@ -22035,7 +22039,7 @@ var ModuleResolver = class {
22035
22039
  }
22036
22040
  };
22037
22041
 
22038
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/util.mjs
22042
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/util.mjs
22039
22043
  function valueReferenceToExpression(valueRef) {
22040
22044
  if (valueRef.kind === 2) {
22041
22045
  return null;
@@ -22274,7 +22278,7 @@ function isAbstractClassDeclaration(clazz) {
22274
22278
  return import_typescript13.default.canHaveModifiers(clazz) && clazz.modifiers !== void 0 ? clazz.modifiers.some((mod) => mod.kind === import_typescript13.default.SyntaxKind.AbstractKeyword) : false;
22275
22279
  }
22276
22280
 
22277
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/di.mjs
22281
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/di.mjs
22278
22282
  function getConstructorDependencies(clazz, reflector, isCore) {
22279
22283
  const deps = [];
22280
22284
  const errors = [];
@@ -22416,10 +22420,10 @@ function createUnsuitableInjectionTokenError(clazz, error2) {
22416
22420
  return new FatalDiagnosticError(ErrorCode.PARAM_MISSING_TOKEN, param.nameNode, chain, hints);
22417
22421
  }
22418
22422
 
22419
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.mjs
22423
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.mjs
22420
22424
  var import_typescript27 = __toESM(require("typescript"), 1);
22421
22425
 
22422
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/api.mjs
22426
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/api.mjs
22423
22427
  var MetaKind;
22424
22428
  (function(MetaKind2) {
22425
22429
  MetaKind2[MetaKind2["Directive"] = 0] = "Directive";
@@ -22432,10 +22436,10 @@ var MatchSource;
22432
22436
  MatchSource2[MatchSource2["HostDirective"] = 1] = "HostDirective";
22433
22437
  })(MatchSource || (MatchSource = {}));
22434
22438
 
22435
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
22439
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
22436
22440
  var import_typescript22 = __toESM(require("typescript"), 1);
22437
22441
 
22438
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/host.mjs
22442
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/host.mjs
22439
22443
  var import_typescript15 = __toESM(require("typescript"), 1);
22440
22444
  function isDecoratorIdentifier(exp) {
22441
22445
  return import_typescript15.default.isIdentifier(exp) || import_typescript15.default.isPropertyAccessExpression(exp) && import_typescript15.default.isIdentifier(exp.expression) && import_typescript15.default.isIdentifier(exp.name);
@@ -22449,7 +22453,7 @@ var ClassMemberKind;
22449
22453
  ClassMemberKind2[ClassMemberKind2["Method"] = 4] = "Method";
22450
22454
  })(ClassMemberKind || (ClassMemberKind = {}));
22451
22455
 
22452
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/type_to_value.mjs
22456
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/type_to_value.mjs
22453
22457
  var import_typescript16 = __toESM(require("typescript"), 1);
22454
22458
  function typeToValue(typeNode, checker) {
22455
22459
  if (typeNode === null) {
@@ -22615,10 +22619,10 @@ function extractModuleName(node) {
22615
22619
  return node.moduleSpecifier.text;
22616
22620
  }
22617
22621
 
22618
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/typescript.mjs
22622
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/typescript.mjs
22619
22623
  var import_typescript18 = __toESM(require("typescript"), 1);
22620
22624
 
22621
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/util.mjs
22625
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/util.mjs
22622
22626
  var import_typescript17 = __toESM(require("typescript"), 1);
22623
22627
  function isNamedClassDeclaration(node) {
22624
22628
  return import_typescript17.default.isClassDeclaration(node) && isIdentifier(node.name);
@@ -22627,7 +22631,7 @@ function isIdentifier(node) {
22627
22631
  return node !== void 0 && import_typescript17.default.isIdentifier(node);
22628
22632
  }
22629
22633
 
22630
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/typescript.mjs
22634
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/typescript.mjs
22631
22635
  var TypeScriptReflectionHost = class {
22632
22636
  constructor(checker) {
22633
22637
  this.checker = checker;
@@ -23056,7 +23060,7 @@ function getExportedName(decl, originalId) {
23056
23060
  }
23057
23061
  var LocalExportedDeclarations = Symbol("LocalExportedDeclarations");
23058
23062
 
23059
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/property_mapping.mjs
23063
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/property_mapping.mjs
23060
23064
  var ClassPropertyMapping = class {
23061
23065
  constructor(forwardMap) {
23062
23066
  this.forwardMap = forwardMap;
@@ -23134,7 +23138,7 @@ function reverseMapFromForwardMap(forwardMap) {
23134
23138
  return reverseMap;
23135
23139
  }
23136
23140
 
23137
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/util.mjs
23141
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/util.mjs
23138
23142
  var import_typescript20 = __toESM(require("typescript"), 1);
23139
23143
  function extractReferencesFromType(checker, def, bestGuessOwningModule) {
23140
23144
  if (!import_typescript20.default.isTupleTypeNode(def)) {
@@ -23319,7 +23323,7 @@ function hasInjectableFields(clazz, host) {
23319
23323
  return members.some(({ isStatic, name }) => isStatic && (name === "\u0275prov" || name === "\u0275fac"));
23320
23324
  }
23321
23325
 
23322
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
23326
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
23323
23327
  var DtsMetadataReader = class {
23324
23328
  constructor(checker, reflector) {
23325
23329
  this.checker = checker;
@@ -23494,7 +23498,7 @@ function readHostDirectivesType(checker, type, bestGuessOwningModule) {
23494
23498
  return result.length > 0 ? result : null;
23495
23499
  }
23496
23500
 
23497
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/inheritance.mjs
23501
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/inheritance.mjs
23498
23502
  function flattenInheritedDirectiveMetadata(reader, dir) {
23499
23503
  const topMeta = reader.getDirectiveMetadata(dir);
23500
23504
  if (topMeta === null) {
@@ -23551,7 +23555,7 @@ function flattenInheritedDirectiveMetadata(reader, dir) {
23551
23555
  });
23552
23556
  }
23553
23557
 
23554
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/registry.mjs
23558
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/registry.mjs
23555
23559
  var LocalMetadataRegistry = class {
23556
23560
  constructor() {
23557
23561
  this.directives = /* @__PURE__ */ new Map();
@@ -23608,7 +23612,7 @@ var CompoundMetadataRegistry = class {
23608
23612
  }
23609
23613
  };
23610
23614
 
23611
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/resource_registry.mjs
23615
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/resource_registry.mjs
23612
23616
  var ResourceRegistry = class {
23613
23617
  constructor() {
23614
23618
  this.externalTemplateToComponentsMap = /* @__PURE__ */ new Map();
@@ -23673,7 +23677,7 @@ var ResourceRegistry = class {
23673
23677
  }
23674
23678
  };
23675
23679
 
23676
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/providers.mjs
23680
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/providers.mjs
23677
23681
  var ExportedProviderStatusResolver = class {
23678
23682
  constructor(metaReader) {
23679
23683
  this.metaReader = metaReader;
@@ -23717,7 +23721,7 @@ var ExportedProviderStatusResolver = class {
23717
23721
  }
23718
23722
  };
23719
23723
 
23720
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/host_directives_resolver.mjs
23724
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/host_directives_resolver.mjs
23721
23725
  var EMPTY_ARRAY = [];
23722
23726
  var HostDirectivesResolver = class {
23723
23727
  constructor(metaReader) {
@@ -23778,10 +23782,10 @@ function resolveOutput(bindingName) {
23778
23782
  return bindingName;
23779
23783
  }
23780
23784
 
23781
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/diagnostics.mjs
23785
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/diagnostics.mjs
23782
23786
  var import_typescript24 = __toESM(require("typescript"), 1);
23783
23787
 
23784
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/dynamic.mjs
23788
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/dynamic.mjs
23785
23789
  var DynamicValue = class {
23786
23790
  constructor(node, reason, code) {
23787
23791
  this.node = node;
@@ -23871,7 +23875,7 @@ var DynamicValue = class {
23871
23875
  }
23872
23876
  };
23873
23877
 
23874
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/result.mjs
23878
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/result.mjs
23875
23879
  var ResolvedModule = class {
23876
23880
  constructor(exports, evaluate) {
23877
23881
  this.exports = exports;
@@ -23901,7 +23905,7 @@ var EnumValue = class {
23901
23905
  var KnownFn = class {
23902
23906
  };
23903
23907
 
23904
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/diagnostics.mjs
23908
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/diagnostics.mjs
23905
23909
  function describeResolvedType(value, maxDepth = 1) {
23906
23910
  var _a2, _b2;
23907
23911
  if (value === null) {
@@ -24030,10 +24034,10 @@ function getContainerNode(node) {
24030
24034
  return node.getSourceFile();
24031
24035
  }
24032
24036
 
24033
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
24037
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
24034
24038
  var import_typescript25 = __toESM(require("typescript"), 1);
24035
24039
 
24036
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/builtin.mjs
24040
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/builtin.mjs
24037
24041
  var ArraySliceBuiltinFn = class extends KnownFn {
24038
24042
  constructor(lhs) {
24039
24043
  super();
@@ -24085,14 +24089,14 @@ var StringConcatBuiltinFn = class extends KnownFn {
24085
24089
  }
24086
24090
  };
24087
24091
 
24088
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/synthetic.mjs
24092
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/synthetic.mjs
24089
24093
  var SyntheticValue = class {
24090
24094
  constructor(value) {
24091
24095
  this.value = value;
24092
24096
  }
24093
24097
  };
24094
24098
 
24095
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
24099
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
24096
24100
  function literalBinaryOp(op) {
24097
24101
  return { op, literal: true };
24098
24102
  }
@@ -24670,7 +24674,7 @@ function getOriginalKeywordKind(identifier) {
24670
24674
  return typeof import_typescript25.default.identifierToKeywordKind === "function" ? import_typescript25.default.identifierToKeywordKind(identifier) : identifier.originalKeywordKind;
24671
24675
  }
24672
24676
 
24673
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interface.mjs
24677
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interface.mjs
24674
24678
  var PartialEvaluator = class {
24675
24679
  constructor(host, checker, dependencyTracker) {
24676
24680
  this.host = host;
@@ -24690,7 +24694,7 @@ var PartialEvaluator = class {
24690
24694
  }
24691
24695
  };
24692
24696
 
24693
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.mjs
24697
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.mjs
24694
24698
  function makeDuplicateDeclarationError(node, data, kind) {
24695
24699
  const context = [];
24696
24700
  for (const decl of data) {
@@ -24886,7 +24890,7 @@ function getInheritedUndecoratedCtorDiagnostic(node, baseClass, kind) {
24886
24890
  return makeDiagnostic(ErrorCode.DIRECTIVE_INHERITS_UNDECORATED_CTOR, node.name, `The ${kind.toLowerCase()} ${node.name.text} inherits its constructor from ${baseClassName}, but the latter does not have an Angular decorator of its own. Dependency injection will not be able to resolve the parameters of ${baseClassName}'s constructor. Either add a @${baseNeedsDecorator} decorator to ${baseClassName}, or add an explicit constructor to ${node.name.text}.`);
24887
24891
  }
24888
24892
 
24889
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/evaluation.mjs
24893
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/evaluation.mjs
24890
24894
  var import_typescript29 = __toESM(require("typescript"), 1);
24891
24895
  function resolveEnumValue(evaluator, metadata, field, enumSymbolName) {
24892
24896
  let resolved = null;
@@ -24919,7 +24923,7 @@ function resolveLiteral(decorator, literalCache) {
24919
24923
  return meta;
24920
24924
  }
24921
24925
 
24922
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/factory.mjs
24926
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/factory.mjs
24923
24927
  function compileNgFactoryDefField(metadata) {
24924
24928
  const res = compileFactoryFunction(metadata);
24925
24929
  return { name: "\u0275fac", initializer: res.expression, statements: res.statements, type: res.type };
@@ -24929,7 +24933,7 @@ function compileDeclareFactory(metadata) {
24929
24933
  return { name: "\u0275fac", initializer: res.expression, statements: res.statements, type: res.type };
24930
24934
  }
24931
24935
 
24932
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/injectable_registry.mjs
24936
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/injectable_registry.mjs
24933
24937
  var InjectableClassRegistry = class {
24934
24938
  constructor(host, isCore) {
24935
24939
  this.host = host;
@@ -24955,7 +24959,7 @@ var InjectableClassRegistry = class {
24955
24959
  }
24956
24960
  };
24957
24961
 
24958
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/metadata.mjs
24962
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/metadata.mjs
24959
24963
  var import_typescript30 = __toESM(require("typescript"), 1);
24960
24964
  function extractClassMetadata(clazz, reflection, isCore, annotateForClosureCompiler, angularDecoratorTransform = (dec) => dec) {
24961
24965
  if (!reflection.isClass(clazz)) {
@@ -25041,13 +25045,13 @@ function removeIdentifierReferences(node, name) {
25041
25045
  return result.transformed[0];
25042
25046
  }
25043
25047
 
25044
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/references_registry.mjs
25048
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/references_registry.mjs
25045
25049
  var NoopReferencesRegistry = class {
25046
25050
  add(source, ...references) {
25047
25051
  }
25048
25052
  };
25049
25053
 
25050
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/schema.mjs
25054
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/schema.mjs
25051
25055
  function extractSchemas(rawExpr, evaluator, context) {
25052
25056
  const schemas = [];
25053
25057
  const result = evaluator.evaluate(rawExpr);
@@ -25076,7 +25080,7 @@ function extractSchemas(rawExpr, evaluator, context) {
25076
25080
  return schemas;
25077
25081
  }
25078
25082
 
25079
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/input_transforms.mjs
25083
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/input_transforms.mjs
25080
25084
  function compileInputTransformFields(inputs) {
25081
25085
  const extraFields = [];
25082
25086
  for (const input of inputs) {
@@ -25092,10 +25096,10 @@ function compileInputTransformFields(inputs) {
25092
25096
  return extraFields;
25093
25097
  }
25094
25098
 
25095
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
25099
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
25096
25100
  var import_typescript51 = __toESM(require("typescript"), 1);
25097
25101
 
25098
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/api.mjs
25102
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/api.mjs
25099
25103
  var import_typescript31 = __toESM(require("typescript"), 1);
25100
25104
  var SemanticSymbol = class {
25101
25105
  constructor(decl) {
@@ -25111,7 +25115,7 @@ function getSymbolIdentifier(decl) {
25111
25115
  return decl.name.text;
25112
25116
  }
25113
25117
 
25114
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/graph.mjs
25118
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/graph.mjs
25115
25119
  var OpaqueSymbol = class extends SemanticSymbol {
25116
25120
  isPublicApiAffected() {
25117
25121
  return false;
@@ -25253,10 +25257,10 @@ function getImportPath(expr) {
25253
25257
  }
25254
25258
  }
25255
25259
 
25256
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
25260
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
25257
25261
  var import_typescript32 = __toESM(require("typescript"), 1);
25258
25262
 
25259
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/util.mjs
25263
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/util.mjs
25260
25264
  function isSymbolEqual(a, b) {
25261
25265
  if (a.decl === b.decl) {
25262
25266
  return true;
@@ -25306,7 +25310,7 @@ function isSetEqual(a, b, equalityTester = referenceEquality) {
25306
25310
  return true;
25307
25311
  }
25308
25312
 
25309
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
25313
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
25310
25314
  function extractSemanticTypeParameters(node) {
25311
25315
  if (!import_typescript32.default.isClassDeclaration(node) || node.typeParameters === void 0) {
25312
25316
  return null;
@@ -25326,7 +25330,7 @@ function isTypeParameterEqual(a, b) {
25326
25330
  return a.hasGenericTypeBound === b.hasGenericTypeBound;
25327
25331
  }
25328
25332
 
25329
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/api.mjs
25333
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/api.mjs
25330
25334
  var PerfPhase;
25331
25335
  (function(PerfPhase2) {
25332
25336
  PerfPhase2[PerfPhase2["Unaccounted"] = 0] = "Unaccounted";
@@ -25393,7 +25397,7 @@ var PerfCheckpoint;
25393
25397
  PerfCheckpoint2[PerfCheckpoint2["LAST"] = 9] = "LAST";
25394
25398
  })(PerfCheckpoint || (PerfCheckpoint = {}));
25395
25399
 
25396
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/noop.mjs
25400
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/noop.mjs
25397
25401
  var NoopPerfRecorder = class {
25398
25402
  eventCount() {
25399
25403
  }
@@ -25410,7 +25414,7 @@ var NoopPerfRecorder = class {
25410
25414
  };
25411
25415
  var NOOP_PERF_RECORDER = new NoopPerfRecorder();
25412
25416
 
25413
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/clock.mjs
25417
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/clock.mjs
25414
25418
  function mark() {
25415
25419
  return process.hrtime();
25416
25420
  }
@@ -25419,7 +25423,7 @@ function timeSinceInMicros(mark2) {
25419
25423
  return delta[0] * 1e6 + Math.floor(delta[1] / 1e3);
25420
25424
  }
25421
25425
 
25422
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/recorder.mjs
25426
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/recorder.mjs
25423
25427
  var ActivePerfRecorder = class {
25424
25428
  static zeroedToNow() {
25425
25429
  return new ActivePerfRecorder(mark());
@@ -25513,14 +25517,14 @@ var DelegatingPerfRecorder = class {
25513
25517
  }
25514
25518
  };
25515
25519
 
25516
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/api.mjs
25520
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/api.mjs
25517
25521
  var ComponentScopeKind;
25518
25522
  (function(ComponentScopeKind2) {
25519
25523
  ComponentScopeKind2[ComponentScopeKind2["NgModule"] = 0] = "NgModule";
25520
25524
  ComponentScopeKind2[ComponentScopeKind2["Standalone"] = 1] = "Standalone";
25521
25525
  })(ComponentScopeKind || (ComponentScopeKind = {}));
25522
25526
 
25523
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/component_scope.mjs
25527
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/component_scope.mjs
25524
25528
  var CompoundComponentScopeReader = class {
25525
25529
  constructor(readers) {
25526
25530
  this.readers = readers;
@@ -25545,7 +25549,7 @@ var CompoundComponentScopeReader = class {
25545
25549
  }
25546
25550
  };
25547
25551
 
25548
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/dependency.mjs
25552
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/dependency.mjs
25549
25553
  var MetadataDtsModuleScopeResolver = class {
25550
25554
  constructor(dtsMetaReader, aliasingHost) {
25551
25555
  this.dtsMetaReader = dtsMetaReader;
@@ -25620,10 +25624,10 @@ var MetadataDtsModuleScopeResolver = class {
25620
25624
  }
25621
25625
  };
25622
25626
 
25623
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.mjs
25627
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.mjs
25624
25628
  var import_typescript33 = __toESM(require("typescript"), 1);
25625
25629
 
25626
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/util.mjs
25630
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/util.mjs
25627
25631
  function getDiagnosticNode(ref, rawExpr) {
25628
25632
  return rawExpr !== null ? ref.getOriginForDiagnostics(rawExpr) : ref.node.name;
25629
25633
  }
@@ -25646,7 +25650,7 @@ function makeUnknownComponentImportDiagnostic(ref, rawExpr) {
25646
25650
  return makeDiagnostic(ErrorCode.COMPONENT_UNKNOWN_IMPORT, getDiagnosticNode(ref, rawExpr), `Component imports must be standalone components, directives, pipes, or must be NgModules.`);
25647
25651
  }
25648
25652
 
25649
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.mjs
25653
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.mjs
25650
25654
  var LocalModuleScopeRegistry = class {
25651
25655
  constructor(localReader, fullReader, dependencyScopeReader, refEmitter, aliasingHost) {
25652
25656
  this.localReader = localReader;
@@ -25985,7 +25989,7 @@ function reexportCollision(module3, refA, refB) {
25985
25989
  ]);
25986
25990
  }
25987
25991
 
25988
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/typecheck.mjs
25992
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/typecheck.mjs
25989
25993
  var import_typescript35 = __toESM(require("typescript"), 1);
25990
25994
  var TypeCheckScopeRegistry = class {
25991
25995
  constructor(scopeReader, metaReader, hostDirectivesResolver) {
@@ -26053,7 +26057,7 @@ var TypeCheckScopeRegistry = class {
26053
26057
  }
26054
26058
  };
26055
26059
 
26056
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/api.mjs
26060
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/api.mjs
26057
26061
  var CompilationMode;
26058
26062
  (function(CompilationMode2) {
26059
26063
  CompilationMode2[CompilationMode2["FULL"] = 0] = "FULL";
@@ -26066,13 +26070,8 @@ var HandlerPrecedence;
26066
26070
  HandlerPrecedence2[HandlerPrecedence2["SHARED"] = 1] = "SHARED";
26067
26071
  HandlerPrecedence2[HandlerPrecedence2["WEAK"] = 2] = "WEAK";
26068
26072
  })(HandlerPrecedence || (HandlerPrecedence = {}));
26069
- var HandlerFlags;
26070
- (function(HandlerFlags2) {
26071
- HandlerFlags2[HandlerFlags2["NONE"] = 0] = "NONE";
26072
- HandlerFlags2[HandlerFlags2["FULL_INHERITANCE"] = 1] = "FULL_INHERITANCE";
26073
- })(HandlerFlags || (HandlerFlags = {}));
26074
26073
 
26075
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/alias.mjs
26074
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/alias.mjs
26076
26075
  var import_typescript36 = __toESM(require("typescript"), 1);
26077
26076
  function aliasTransformFactory(exportStatements) {
26078
26077
  return () => {
@@ -26095,10 +26094,10 @@ function aliasTransformFactory(exportStatements) {
26095
26094
  };
26096
26095
  }
26097
26096
 
26098
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
26097
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
26099
26098
  var import_typescript37 = __toESM(require("typescript"), 1);
26100
26099
 
26101
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/trait.mjs
26100
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/trait.mjs
26102
26101
  var TraitState;
26103
26102
  (function(TraitState2) {
26104
26103
  TraitState2[TraitState2["Pending"] = 0] = "Pending";
@@ -26155,7 +26154,7 @@ var TraitImpl = class {
26155
26154
  }
26156
26155
  };
26157
26156
 
26158
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
26157
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
26159
26158
  var TraitCompiler = class {
26160
26159
  constructor(handlers, reflector, perf, incrementalBuild, compileNonExportedClasses, compilationMode, dtsTransforms, semanticDepGraphUpdater, sourceFileTypeIdentifier) {
26161
26160
  this.handlers = handlers;
@@ -26365,7 +26364,7 @@ var TraitCompiler = class {
26365
26364
  }
26366
26365
  }
26367
26366
  }
26368
- analyzeTrait(clazz, trait, flags) {
26367
+ analyzeTrait(clazz, trait) {
26369
26368
  var _a2, _b2, _c2;
26370
26369
  if (trait.state !== TraitState.Pending) {
26371
26370
  throw new Error(`Attempt to analyze trait of ${clazz.name.text} in state ${TraitState[trait.state]} (expected DETECTED)`);
@@ -26373,7 +26372,7 @@ var TraitCompiler = class {
26373
26372
  this.perf.eventCount(PerfEvent.TraitAnalyze);
26374
26373
  let result;
26375
26374
  try {
26376
- result = trait.handler.analyze(clazz, trait.detected.metadata, flags);
26375
+ result = trait.handler.analyze(clazz, trait.detected.metadata);
26377
26376
  } catch (err) {
26378
26377
  if (err instanceof FatalDiagnosticError) {
26379
26378
  trait.toAnalyzed(null, [err.toDiagnostic()], null);
@@ -26399,7 +26398,7 @@ var TraitCompiler = class {
26399
26398
  case TraitState.Skipped:
26400
26399
  continue;
26401
26400
  case TraitState.Pending:
26402
- throw new Error(`Resolving a trait that hasn't been analyzed: ${clazz.name.text} / ${Object.getPrototypeOf(trait.handler).constructor.name}`);
26401
+ throw new Error(`Resolving a trait that hasn't been analyzed: ${clazz.name.text} / ${trait.handler.name}`);
26403
26402
  case TraitState.Resolved:
26404
26403
  throw new Error(`Resolving an already resolved trait`);
26405
26404
  }
@@ -26590,10 +26589,10 @@ function containsErrors(diagnostics) {
26590
26589
  return diagnostics !== null && diagnostics.some((diag) => diag.category === import_typescript37.default.DiagnosticCategory.Error);
26591
26590
  }
26592
26591
 
26593
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.mjs
26592
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.mjs
26594
26593
  var import_typescript43 = __toESM(require("typescript"), 1);
26595
26594
 
26596
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/context.mjs
26595
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/context.mjs
26597
26596
  var Context = class {
26598
26597
  constructor(isStatement) {
26599
26598
  this.isStatement = isStatement;
@@ -26606,7 +26605,7 @@ var Context = class {
26606
26605
  }
26607
26606
  };
26608
26607
 
26609
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager.mjs
26608
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager.mjs
26610
26609
  var import_typescript39 = __toESM(require("typescript"), 1);
26611
26610
  var ImportManager = class {
26612
26611
  constructor(rewriter = new NoopImportRewriter(), prefix = "i") {
@@ -26642,7 +26641,7 @@ var ImportManager = class {
26642
26641
  }
26643
26642
  };
26644
26643
 
26645
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/translator.mjs
26644
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/translator.mjs
26646
26645
  var UNARY_OPERATORS2 = /* @__PURE__ */ new Map([
26647
26646
  [UnaryOperator.Minus, "-"],
26648
26647
  [UnaryOperator.Plus, "+"]
@@ -26873,7 +26872,7 @@ function createRange(span) {
26873
26872
  };
26874
26873
  }
26875
26874
 
26876
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/type_translator.mjs
26875
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/type_translator.mjs
26877
26876
  var import_typescript40 = __toESM(require("typescript"), 1);
26878
26877
  function translateType(type, contextFile, reflector, refEmitter, imports) {
26879
26878
  return type.visitType(new TypeTranslatorVisitor(imports, contextFile, reflector, refEmitter), new Context(false));
@@ -27089,7 +27088,7 @@ var TypeTranslatorVisitor = class {
27089
27088
  }
27090
27089
  };
27091
27090
 
27092
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/typescript_ast_factory.mjs
27091
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/typescript_ast_factory.mjs
27093
27092
  var import_typescript41 = __toESM(require("typescript"), 1);
27094
27093
  var PureAnnotation;
27095
27094
  (function(PureAnnotation2) {
@@ -27272,7 +27271,7 @@ function attachComments(statement, leadingComments) {
27272
27271
  }
27273
27272
  }
27274
27273
 
27275
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/typescript_translator.mjs
27274
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/typescript_translator.mjs
27276
27275
  function translateExpression(expression, imports, options = {}) {
27277
27276
  return expression.visitExpression(new ExpressionTranslatorVisitor(new TypeScriptAstFactory(options.annotateForClosureCompiler === true), imports, options), new Context(false));
27278
27277
  }
@@ -27280,7 +27279,7 @@ function translateStatement(statement, imports, options = {}) {
27280
27279
  return statement.visitStatement(new ExpressionTranslatorVisitor(new TypeScriptAstFactory(options.annotateForClosureCompiler === true), imports, options), new Context(true));
27281
27280
  }
27282
27281
 
27283
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/utils.mjs
27282
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/utils.mjs
27284
27283
  var import_typescript42 = __toESM(require("typescript"), 1);
27285
27284
  function addImports(importManager, sf, extraStatements = []) {
27286
27285
  const addedImports = importManager.getAllImports(sf.fileName).map((i) => {
@@ -27316,7 +27315,7 @@ function isImportStatement(stmt) {
27316
27315
  return import_typescript42.default.isImportDeclaration(stmt) || import_typescript42.default.isImportEqualsDeclaration(stmt) || import_typescript42.default.isNamespaceImport(stmt);
27317
27316
  }
27318
27317
 
27319
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.mjs
27318
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.mjs
27320
27319
  var DtsTransformRegistry = class {
27321
27320
  constructor() {
27322
27321
  this.ivyDeclarationTransforms = /* @__PURE__ */ new Map();
@@ -27463,10 +27462,10 @@ function markForEmitAsSingleLine(node) {
27463
27462
  import_typescript43.default.forEachChild(node, markForEmitAsSingleLine);
27464
27463
  }
27465
27464
 
27466
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
27465
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
27467
27466
  var import_typescript45 = __toESM(require("typescript"), 1);
27468
27467
 
27469
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/visitor.mjs
27468
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/visitor.mjs
27470
27469
  var import_typescript44 = __toESM(require("typescript"), 1);
27471
27470
  function visit(node, visitor, context) {
27472
27471
  return visitor._visit(node, context);
@@ -27527,7 +27526,7 @@ var Visitor = class {
27527
27526
  }
27528
27527
  };
27529
27528
 
27530
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
27529
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
27531
27530
  var NO_DECORATORS = /* @__PURE__ */ new Set();
27532
27531
  var CLOSURE_FILE_OVERVIEW_REGEXP = /\s+@fileoverview\s+/i;
27533
27532
  function ivyTransformFactory(compilation, reflector, importRewriter, defaultImportTracker, perf, isCore, isClosureCompilerEnabled) {
@@ -27738,7 +27737,7 @@ function nodeArrayFromDecoratorsArray(decorators) {
27738
27737
  return array;
27739
27738
  }
27740
27739
 
27741
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/shared.mjs
27740
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/shared.mjs
27742
27741
  var import_typescript46 = __toESM(require("typescript"), 1);
27743
27742
  var EMPTY_OBJECT = {};
27744
27743
  var QUERY_TYPES = /* @__PURE__ */ new Set([
@@ -27747,7 +27746,7 @@ var QUERY_TYPES = /* @__PURE__ */ new Set([
27747
27746
  "ViewChild",
27748
27747
  "ViewChildren"
27749
27748
  ]);
27750
- function extractDirectiveMetadata(clazz, decorator, reflector, evaluator, refEmitter, referencesRegistry, isCore, flags, annotateForClosureCompiler, defaultSelector = null) {
27749
+ function extractDirectiveMetadata(clazz, decorator, reflector, evaluator, refEmitter, referencesRegistry, isCore, annotateForClosureCompiler, defaultSelector = null) {
27751
27750
  let directive;
27752
27751
  if (decorator === null || decorator.args === null || decorator.args.length === 0) {
27753
27752
  directive = /* @__PURE__ */ new Map();
@@ -27848,7 +27847,7 @@ function extractDirectiveMetadata(clazz, decorator, reflector, evaluator, refEmi
27848
27847
  queries,
27849
27848
  viewQueries,
27850
27849
  selector,
27851
- fullInheritance: !!(flags & HandlerFlags.FULL_INHERITANCE),
27850
+ fullInheritance: false,
27852
27851
  type,
27853
27852
  typeArgumentCount: reflector.getGenericArityOfClass(clazz) || 0,
27854
27853
  typeSourceSpan: createSourceSpan(clazz.name),
@@ -28301,7 +28300,7 @@ function toR3InputMetadata(mapping) {
28301
28300
  };
28302
28301
  }
28303
28302
 
28304
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/symbol.mjs
28303
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/symbol.mjs
28305
28304
  var DirectiveSymbol = class extends SemanticSymbol {
28306
28305
  constructor(decl, selector, inputs, outputs, exportAs, typeCheckMeta, typeParameters) {
28307
28306
  super(decl);
@@ -28381,7 +28380,7 @@ function isBaseClassEqual(current, previous) {
28381
28380
  return isSymbolEqual(current, previous);
28382
28381
  }
28383
28382
 
28384
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/handler.mjs
28383
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/handler.mjs
28385
28384
  var FIELD_DECORATORS = [
28386
28385
  "Input",
28387
28386
  "Output",
@@ -28403,7 +28402,7 @@ var LIFECYCLE_HOOKS = /* @__PURE__ */ new Set([
28403
28402
  "ngAfterContentChecked"
28404
28403
  ]);
28405
28404
  var DirectiveDecoratorHandler = class {
28406
- constructor(reflector, evaluator, metaRegistry, scopeRegistry, metaReader, injectableRegistry, refEmitter, referencesRegistry, isCore, strictCtorDeps, semanticDepGraphUpdater, annotateForClosureCompiler, perf) {
28405
+ constructor(reflector, evaluator, metaRegistry, scopeRegistry, metaReader, injectableRegistry, refEmitter, referencesRegistry, isCore, strictCtorDeps, semanticDepGraphUpdater, annotateForClosureCompiler, perf, includeClassMetadata) {
28407
28406
  this.reflector = reflector;
28408
28407
  this.evaluator = evaluator;
28409
28408
  this.metaRegistry = metaRegistry;
@@ -28417,8 +28416,9 @@ var DirectiveDecoratorHandler = class {
28417
28416
  this.semanticDepGraphUpdater = semanticDepGraphUpdater;
28418
28417
  this.annotateForClosureCompiler = annotateForClosureCompiler;
28419
28418
  this.perf = perf;
28419
+ this.includeClassMetadata = includeClassMetadata;
28420
28420
  this.precedence = HandlerPrecedence.PRIMARY;
28421
- this.name = DirectiveDecoratorHandler.name;
28421
+ this.name = "DirectiveDecoratorHandler";
28422
28422
  }
28423
28423
  detect(node, decorators) {
28424
28424
  if (!decorators) {
@@ -28429,7 +28429,7 @@ var DirectiveDecoratorHandler = class {
28429
28429
  return decorator ? { trigger: decorator.node, decorator, metadata: decorator } : void 0;
28430
28430
  }
28431
28431
  }
28432
- analyze(node, decorator, flags = HandlerFlags.NONE) {
28432
+ analyze(node, decorator) {
28433
28433
  var _a2;
28434
28434
  if (decorator === null) {
28435
28435
  if (this.isCore) {
@@ -28438,7 +28438,7 @@ var DirectiveDecoratorHandler = class {
28438
28438
  return { diagnostics: [getUndecoratedClassWithAngularFeaturesDiagnostic(node)] };
28439
28439
  }
28440
28440
  this.perf.eventCount(PerfEvent.AnalyzeDirective);
28441
- const directiveResult = extractDirectiveMetadata(node, decorator, this.reflector, this.evaluator, this.refEmitter, this.referencesRegistry, this.isCore, flags, this.annotateForClosureCompiler);
28441
+ const directiveResult = extractDirectiveMetadata(node, decorator, this.reflector, this.evaluator, this.refEmitter, this.referencesRegistry, this.isCore, this.annotateForClosureCompiler);
28442
28442
  if (directiveResult === void 0) {
28443
28443
  return {};
28444
28444
  }
@@ -28454,7 +28454,7 @@ var DirectiveDecoratorHandler = class {
28454
28454
  meta: analysis,
28455
28455
  hostDirectives: directiveResult.hostDirectives,
28456
28456
  rawHostDirectives: directiveResult.rawHostDirectives,
28457
- classMetadata: extractClassMetadata(node, this.reflector, this.isCore, this.annotateForClosureCompiler),
28457
+ classMetadata: this.includeClassMetadata ? extractClassMetadata(node, this.reflector, this.isCore, this.annotateForClosureCompiler) : null,
28458
28458
  baseClass: readBaseClass(node, this.reflector, this.evaluator),
28459
28459
  typeCheckMeta: extractDirectiveTypeCheckMeta(node, directiveResult.inputs, this.reflector),
28460
28460
  providersRequiringFactory,
@@ -28544,10 +28544,10 @@ var DirectiveDecoratorHandler = class {
28544
28544
  }
28545
28545
  };
28546
28546
 
28547
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
28547
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
28548
28548
  var import_typescript48 = __toESM(require("typescript"), 1);
28549
28549
 
28550
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/module_with_providers.mjs
28550
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/module_with_providers.mjs
28551
28551
  var import_typescript47 = __toESM(require("typescript"), 1);
28552
28552
  function createModuleWithProvidersResolver(reflector, isCore) {
28553
28553
  function _reflectModuleFromTypeParam(type, node) {
@@ -28614,7 +28614,7 @@ function isResolvedModuleWithProviders(sv) {
28614
28614
  return typeof sv.value === "object" && sv.value != null && sv.value.hasOwnProperty("ngModule") && sv.value.hasOwnProperty("mwpCall");
28615
28615
  }
28616
28616
 
28617
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
28617
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
28618
28618
  var NgModuleSymbol = class extends SemanticSymbol {
28619
28619
  constructor(decl, hasProviders) {
28620
28620
  super(decl);
@@ -28681,7 +28681,7 @@ var NgModuleSymbol = class extends SemanticSymbol {
28681
28681
  }
28682
28682
  };
28683
28683
  var NgModuleDecoratorHandler = class {
28684
- constructor(reflector, evaluator, metaReader, metaRegistry, scopeRegistry, referencesRegistry, exportedProviderStatusResolver, semanticDepGraphUpdater, isCore, refEmitter, annotateForClosureCompiler, onlyPublishPublicTypings, injectableRegistry, perf) {
28684
+ constructor(reflector, evaluator, metaReader, metaRegistry, scopeRegistry, referencesRegistry, exportedProviderStatusResolver, semanticDepGraphUpdater, isCore, refEmitter, annotateForClosureCompiler, onlyPublishPublicTypings, injectableRegistry, perf, includeClassMetadata) {
28685
28685
  this.reflector = reflector;
28686
28686
  this.evaluator = evaluator;
28687
28687
  this.metaReader = metaReader;
@@ -28696,8 +28696,9 @@ var NgModuleDecoratorHandler = class {
28696
28696
  this.onlyPublishPublicTypings = onlyPublishPublicTypings;
28697
28697
  this.injectableRegistry = injectableRegistry;
28698
28698
  this.perf = perf;
28699
+ this.includeClassMetadata = includeClassMetadata;
28699
28700
  this.precedence = HandlerPrecedence.PRIMARY;
28700
- this.name = NgModuleDecoratorHandler.name;
28701
+ this.name = "NgModuleDecoratorHandler";
28701
28702
  }
28702
28703
  detect(node, decorators) {
28703
28704
  if (!decorators) {
@@ -28881,7 +28882,7 @@ var NgModuleDecoratorHandler = class {
28881
28882
  rawExports,
28882
28883
  providers: rawProviders,
28883
28884
  providersRequiringFactory: rawProviders ? resolveProvidersRequiringFactory(rawProviders, this.reflector, this.evaluator) : null,
28884
- classMetadata: extractClassMetadata(node, this.reflector, this.isCore, this.annotateForClosureCompiler),
28885
+ classMetadata: this.includeClassMetadata ? extractClassMetadata(node, this.reflector, this.isCore, this.annotateForClosureCompiler) : null,
28885
28886
  factorySymbolName: node.name.text,
28886
28887
  remoteScopesMayRequireCycleProtection,
28887
28888
  decorator: (_a2 = decorator == null ? void 0 : decorator.node) != null ? _a2 : null
@@ -29136,7 +29137,7 @@ function isSyntheticReference(ref) {
29136
29137
  return ref.synthetic;
29137
29138
  }
29138
29139
 
29139
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/diagnostics.mjs
29140
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/diagnostics.mjs
29140
29141
  function makeCyclicImportInfo(ref, type, cycle) {
29141
29142
  const name = ref.debugName || "(unknown)";
29142
29143
  const path3 = cycle.getPath().map((sf) => sf.fileName).join(" -> ");
@@ -29159,7 +29160,7 @@ function checkCustomElementSelectorForErrors(selector) {
29159
29160
  return null;
29160
29161
  }
29161
29162
 
29162
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/resources.mjs
29163
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/resources.mjs
29163
29164
  var import_typescript50 = __toESM(require("typescript"), 1);
29164
29165
  function getTemplateDeclarationNodeForError(declaration) {
29165
29166
  return declaration.isInline ? declaration.expression : declaration.templateUrlExpression;
@@ -29469,7 +29470,7 @@ function _extractTemplateStyleUrls(template2) {
29469
29470
  return template2.styleUrls.map((url) => ({ url, source: 1, nodeForError }));
29470
29471
  }
29471
29472
 
29472
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/symbol.mjs
29473
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/symbol.mjs
29473
29474
  var ComponentSymbol = class extends DirectiveSymbol {
29474
29475
  constructor() {
29475
29476
  super(...arguments);
@@ -29504,7 +29505,7 @@ var ComponentSymbol = class extends DirectiveSymbol {
29504
29505
  }
29505
29506
  };
29506
29507
 
29507
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/util.mjs
29508
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/util.mjs
29508
29509
  function collectAnimationNames(value, animationTriggerNames) {
29509
29510
  if (value instanceof Map) {
29510
29511
  const name = value.get("name");
@@ -29580,10 +29581,10 @@ function isLikelyModuleWithProviders(value) {
29580
29581
  return false;
29581
29582
  }
29582
29583
 
29583
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
29584
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
29584
29585
  var EMPTY_ARRAY2 = [];
29585
29586
  var ComponentDecoratorHandler = class {
29586
- constructor(reflector, evaluator, metaRegistry, metaReader, scopeReader, dtsScopeReader, scopeRegistry, typeCheckScopeRegistry, resourceRegistry, isCore, strictCtorDeps, resourceLoader, rootDirs, defaultPreserveWhitespaces, i18nUseExternalIds, enableI18nLegacyMessageIdFormat, usePoisonedData, i18nNormalizeLineEndingsInICUs, moduleResolver, cycleAnalyzer, cycleHandlingStrategy, refEmitter, referencesRegistry, depTracker, injectableRegistry, semanticDepGraphUpdater, annotateForClosureCompiler, perf, hostDirectivesResolver) {
29587
+ constructor(reflector, evaluator, metaRegistry, metaReader, scopeReader, dtsScopeReader, scopeRegistry, typeCheckScopeRegistry, resourceRegistry, isCore, strictCtorDeps, resourceLoader, rootDirs, defaultPreserveWhitespaces, i18nUseExternalIds, enableI18nLegacyMessageIdFormat, usePoisonedData, i18nNormalizeLineEndingsInICUs, moduleResolver, cycleAnalyzer, cycleHandlingStrategy, refEmitter, referencesRegistry, depTracker, injectableRegistry, semanticDepGraphUpdater, annotateForClosureCompiler, perf, hostDirectivesResolver, includeClassMetadata) {
29587
29588
  this.reflector = reflector;
29588
29589
  this.evaluator = evaluator;
29589
29590
  this.metaRegistry = metaRegistry;
@@ -29613,12 +29614,13 @@ var ComponentDecoratorHandler = class {
29613
29614
  this.annotateForClosureCompiler = annotateForClosureCompiler;
29614
29615
  this.perf = perf;
29615
29616
  this.hostDirectivesResolver = hostDirectivesResolver;
29617
+ this.includeClassMetadata = includeClassMetadata;
29616
29618
  this.literalCache = /* @__PURE__ */ new Map();
29617
29619
  this.elementSchemaRegistry = new DomElementSchemaRegistry();
29618
29620
  this.preanalyzeTemplateCache = /* @__PURE__ */ new Map();
29619
29621
  this.preanalyzeStylesCache = /* @__PURE__ */ new Map();
29620
29622
  this.precedence = HandlerPrecedence.PRIMARY;
29621
- this.name = ComponentDecoratorHandler.name;
29623
+ this.name = "ComponentDecoratorHandler";
29622
29624
  this.extractTemplateOptions = {
29623
29625
  enableI18nLegacyMessageIdFormat: this.enableI18nLegacyMessageIdFormat,
29624
29626
  i18nNormalizeLineEndingsInICUs: this.i18nNormalizeLineEndingsInICUs,
@@ -29681,14 +29683,14 @@ var ComponentDecoratorHandler = class {
29681
29683
  ...componentStyleUrls.map((styleUrl) => resolveStyleUrl(styleUrl.url))
29682
29684
  ]).then(() => void 0);
29683
29685
  }
29684
- analyze(node, decorator, flags = HandlerFlags.NONE) {
29686
+ analyze(node, decorator) {
29685
29687
  var _a2, _b2, _c2;
29686
29688
  this.perf.eventCount(PerfEvent.AnalyzeComponent);
29687
29689
  const containingFile = node.getSourceFile().fileName;
29688
29690
  this.literalCache.delete(decorator);
29689
29691
  let diagnostics;
29690
29692
  let isPoisoned = false;
29691
- const directiveResult = extractDirectiveMetadata(node, decorator, this.reflector, this.evaluator, this.refEmitter, this.referencesRegistry, this.isCore, flags, this.annotateForClosureCompiler, this.elementSchemaRegistry.getDefaultComponentElementName());
29693
+ const directiveResult = extractDirectiveMetadata(node, decorator, this.reflector, this.evaluator, this.refEmitter, this.referencesRegistry, this.isCore, this.annotateForClosureCompiler, this.elementSchemaRegistry.getDefaultComponentElementName());
29692
29694
  if (directiveResult === void 0) {
29693
29695
  return {};
29694
29696
  }
@@ -29854,7 +29856,7 @@ var ComponentDecoratorHandler = class {
29854
29856
  relativeContextFilePath
29855
29857
  }),
29856
29858
  typeCheckMeta: extractDirectiveTypeCheckMeta(node, inputs, this.reflector),
29857
- classMetadata: extractClassMetadata(node, this.reflector, this.isCore, this.annotateForClosureCompiler, (dec) => transformDecoratorResources(dec, component, styles, template2)),
29859
+ classMetadata: this.includeClassMetadata ? extractClassMetadata(node, this.reflector, this.isCore, this.annotateForClosureCompiler, (dec) => transformDecoratorResources(dec, component, styles, template2)) : null,
29858
29860
  template: template2,
29859
29861
  providersRequiringFactory,
29860
29862
  viewProvidersRequiringFactory,
@@ -30231,19 +30233,20 @@ function validateStandaloneImports(importRefs, importExpr2, metaReader, scopeRea
30231
30233
  return diagnostics;
30232
30234
  }
30233
30235
 
30234
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/injectable.mjs
30236
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/injectable.mjs
30235
30237
  var import_typescript53 = __toESM(require("typescript"), 1);
30236
30238
  var InjectableDecoratorHandler = class {
30237
- constructor(reflector, evaluator, isCore, strictCtorDeps, injectableRegistry, perf, errorOnDuplicateProv = true) {
30239
+ constructor(reflector, evaluator, isCore, strictCtorDeps, injectableRegistry, perf, includeClassMetadata, errorOnDuplicateProv = true) {
30238
30240
  this.reflector = reflector;
30239
30241
  this.evaluator = evaluator;
30240
30242
  this.isCore = isCore;
30241
30243
  this.strictCtorDeps = strictCtorDeps;
30242
30244
  this.injectableRegistry = injectableRegistry;
30243
30245
  this.perf = perf;
30246
+ this.includeClassMetadata = includeClassMetadata;
30244
30247
  this.errorOnDuplicateProv = errorOnDuplicateProv;
30245
30248
  this.precedence = HandlerPrecedence.SHARED;
30246
- this.name = InjectableDecoratorHandler.name;
30249
+ this.name = "InjectableDecoratorHandler";
30247
30250
  }
30248
30251
  detect(node, decorators) {
30249
30252
  if (!decorators) {
@@ -30268,7 +30271,7 @@ var InjectableDecoratorHandler = class {
30268
30271
  analysis: {
30269
30272
  meta,
30270
30273
  ctorDeps: extractInjectableCtorDeps(node, meta, decorator, this.reflector, this.isCore, this.strictCtorDeps),
30271
- classMetadata: extractClassMetadata(node, this.reflector, this.isCore),
30274
+ classMetadata: this.includeClassMetadata ? extractClassMetadata(node, this.reflector, this.isCore) : null,
30272
30275
  needsFactory: !decorators || decorators.every((current) => !isAngularCore(current) || current.name === "Injectable")
30273
30276
  }
30274
30277
  };
@@ -30445,7 +30448,7 @@ function getDep(dep, reflector) {
30445
30448
  return meta;
30446
30449
  }
30447
30450
 
30448
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/pipe.mjs
30451
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/pipe.mjs
30449
30452
  var import_typescript54 = __toESM(require("typescript"), 1);
30450
30453
  var PipeSymbol = class extends SemanticSymbol {
30451
30454
  constructor(decl, name) {
@@ -30463,7 +30466,7 @@ var PipeSymbol = class extends SemanticSymbol {
30463
30466
  }
30464
30467
  };
30465
30468
  var PipeDecoratorHandler = class {
30466
- constructor(reflector, evaluator, metaRegistry, scopeRegistry, injectableRegistry, isCore, perf) {
30469
+ constructor(reflector, evaluator, metaRegistry, scopeRegistry, injectableRegistry, isCore, perf, includeClassMetadata) {
30467
30470
  this.reflector = reflector;
30468
30471
  this.evaluator = evaluator;
30469
30472
  this.metaRegistry = metaRegistry;
@@ -30471,8 +30474,9 @@ var PipeDecoratorHandler = class {
30471
30474
  this.injectableRegistry = injectableRegistry;
30472
30475
  this.isCore = isCore;
30473
30476
  this.perf = perf;
30477
+ this.includeClassMetadata = includeClassMetadata;
30474
30478
  this.precedence = HandlerPrecedence.PRIMARY;
30475
- this.name = PipeDecoratorHandler.name;
30479
+ this.name = "PipeDecoratorHandler";
30476
30480
  }
30477
30481
  detect(node, decorators) {
30478
30482
  if (!decorators) {
@@ -30542,7 +30546,7 @@ var PipeDecoratorHandler = class {
30542
30546
  pure,
30543
30547
  isStandalone
30544
30548
  },
30545
- classMetadata: extractClassMetadata(clazz, this.reflector, this.isCore),
30549
+ classMetadata: this.includeClassMetadata ? extractClassMetadata(clazz, this.reflector, this.isCore) : null,
30546
30550
  pipeNameExpr,
30547
30551
  decorator: (_a2 = decorator == null ? void 0 : decorator.node) != null ? _a2 : null
30548
30552
  }
@@ -30588,7 +30592,7 @@ var PipeDecoratorHandler = class {
30588
30592
  }
30589
30593
  };
30590
30594
 
30591
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/analyzer.mjs
30595
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/analyzer.mjs
30592
30596
  var CycleAnalyzer = class {
30593
30597
  constructor(importGraph) {
30594
30598
  this.importGraph = importGraph;
@@ -30659,7 +30663,7 @@ var Cycle = class {
30659
30663
  }
30660
30664
  };
30661
30665
 
30662
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/imports.mjs
30666
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/imports.mjs
30663
30667
  var import_typescript55 = __toESM(require("typescript"), 1);
30664
30668
  var ImportGraph = class {
30665
30669
  constructor(checker, perf) {
@@ -30751,7 +30755,7 @@ var Found = class {
30751
30755
  }
30752
30756
  };
30753
30757
 
30754
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/generator.mjs
30758
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/generator.mjs
30755
30759
  var import_typescript56 = __toESM(require("typescript"), 1);
30756
30760
  var FlatIndexGenerator = class {
30757
30761
  constructor(entryPoint, relativeFlatIndexPath, moduleName) {
@@ -30776,7 +30780,7 @@ export * from '${relativeEntryPoint}';
30776
30780
  }
30777
30781
  };
30778
30782
 
30779
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/logic.mjs
30783
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/logic.mjs
30780
30784
  function findFlatIndexEntryPoint(rootFiles) {
30781
30785
  const tsFiles = rootFiles.filter((file) => isNonDeclarationTsPath(file));
30782
30786
  let resolvedEntryPoint = null;
@@ -30792,7 +30796,7 @@ function findFlatIndexEntryPoint(rootFiles) {
30792
30796
  return resolvedEntryPoint;
30793
30797
  }
30794
30798
 
30795
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/private_export_checker.mjs
30799
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/private_export_checker.mjs
30796
30800
  var import_typescript58 = __toESM(require("typescript"), 1);
30797
30801
  function checkForPrivateExports(entryPoint, checker, refGraph) {
30798
30802
  const diagnostics = [];
@@ -30872,7 +30876,7 @@ function getDescriptorOfDeclaration(decl) {
30872
30876
  }
30873
30877
  }
30874
30878
 
30875
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/reference_graph.mjs
30879
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/reference_graph.mjs
30876
30880
  var ReferenceGraph = class {
30877
30881
  constructor() {
30878
30882
  this.references = /* @__PURE__ */ new Map();
@@ -30926,7 +30930,7 @@ var ReferenceGraph = class {
30926
30930
  }
30927
30931
  };
30928
30932
 
30929
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/api.mjs
30933
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/api.mjs
30930
30934
  var NgOriginalFile = Symbol("NgOriginalFile");
30931
30935
  var UpdateMode;
30932
30936
  (function(UpdateMode2) {
@@ -30934,13 +30938,13 @@ var UpdateMode;
30934
30938
  UpdateMode2[UpdateMode2["Incremental"] = 1] = "Incremental";
30935
30939
  })(UpdateMode || (UpdateMode = {}));
30936
30940
 
30937
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/ts_create_program_driver.mjs
30941
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/ts_create_program_driver.mjs
30938
30942
  var import_typescript62 = __toESM(require("typescript"), 1);
30939
30943
 
30940
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/adapter.mjs
30944
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/adapter.mjs
30941
30945
  var import_typescript59 = __toESM(require("typescript"), 1);
30942
30946
 
30943
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/expando.mjs
30947
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/expando.mjs
30944
30948
  var NgExtension = Symbol("NgExtension");
30945
30949
  function isExtended(sf) {
30946
30950
  return sf[NgExtension] !== void 0;
@@ -31000,13 +31004,13 @@ function retagTsFile(sf) {
31000
31004
  }
31001
31005
  }
31002
31006
 
31003
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/util.mjs
31007
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/util.mjs
31004
31008
  var TS_EXTENSIONS = /\.tsx?$/i;
31005
31009
  function makeShimFileName(fileName, suffix) {
31006
31010
  return absoluteFrom(fileName.replace(TS_EXTENSIONS, suffix));
31007
31011
  }
31008
31012
 
31009
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/adapter.mjs
31013
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/adapter.mjs
31010
31014
  var ShimAdapter = class {
31011
31015
  constructor(delegate, tsRootFiles, topLevelGenerators, perFileGenerators, oldProgram) {
31012
31016
  this.delegate = delegate;
@@ -31101,7 +31105,7 @@ var ShimAdapter = class {
31101
31105
  }
31102
31106
  };
31103
31107
 
31104
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/reference_tagger.mjs
31108
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/reference_tagger.mjs
31105
31109
  var ShimReferenceTagger = class {
31106
31110
  constructor(shimExtensions) {
31107
31111
  this.tagged = /* @__PURE__ */ new Set();
@@ -31135,7 +31139,7 @@ var ShimReferenceTagger = class {
31135
31139
  }
31136
31140
  };
31137
31141
 
31138
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/ts_create_program_driver.mjs
31142
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/ts_create_program_driver.mjs
31139
31143
  var DelegatingCompilerHost = class {
31140
31144
  constructor(delegate) {
31141
31145
  this.delegate = delegate;
@@ -31248,7 +31252,7 @@ var TsCreateProgramDriver = class {
31248
31252
  }
31249
31253
  };
31250
31254
 
31251
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/dependency_tracking.mjs
31255
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/dependency_tracking.mjs
31252
31256
  var FileDependencyGraph = class {
31253
31257
  constructor() {
31254
31258
  this.nodes = /* @__PURE__ */ new Map();
@@ -31315,7 +31319,7 @@ function isLogicallyChanged(sf, node, changedTsPaths, deletedTsPaths, changedRes
31315
31319
  return false;
31316
31320
  }
31317
31321
 
31318
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/state.mjs
31322
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/state.mjs
31319
31323
  var IncrementalStateKind;
31320
31324
  (function(IncrementalStateKind2) {
31321
31325
  IncrementalStateKind2[IncrementalStateKind2["Fresh"] = 0] = "Fresh";
@@ -31323,7 +31327,7 @@ var IncrementalStateKind;
31323
31327
  IncrementalStateKind2[IncrementalStateKind2["Analyzed"] = 2] = "Analyzed";
31324
31328
  })(IncrementalStateKind || (IncrementalStateKind = {}));
31325
31329
 
31326
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/incremental.mjs
31330
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/incremental.mjs
31327
31331
  var PhaseKind;
31328
31332
  (function(PhaseKind2) {
31329
31333
  PhaseKind2[PhaseKind2["Analysis"] = 0] = "Analysis";
@@ -31524,7 +31528,7 @@ function toOriginalSourceFile(sf) {
31524
31528
  }
31525
31529
  }
31526
31530
 
31527
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/strategy.mjs
31531
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/strategy.mjs
31528
31532
  var TrackedIncrementalBuildStrategy = class {
31529
31533
  constructor() {
31530
31534
  this.state = null;
@@ -31545,7 +31549,7 @@ var TrackedIncrementalBuildStrategy = class {
31545
31549
  };
31546
31550
  var SYM_INCREMENTAL_STATE = Symbol("NgIncrementalState");
31547
31551
 
31548
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/api.mjs
31552
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/api.mjs
31549
31553
  var IdentifierKind;
31550
31554
  (function(IdentifierKind2) {
31551
31555
  IdentifierKind2[IdentifierKind2["Property"] = 0] = "Property";
@@ -31563,7 +31567,7 @@ var AbsoluteSourceSpan2 = class {
31563
31567
  }
31564
31568
  };
31565
31569
 
31566
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/context.mjs
31570
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/context.mjs
31567
31571
  var IndexingContext = class {
31568
31572
  constructor() {
31569
31573
  this.components = /* @__PURE__ */ new Set();
@@ -31573,7 +31577,7 @@ var IndexingContext = class {
31573
31577
  }
31574
31578
  };
31575
31579
 
31576
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/template.mjs
31580
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/template.mjs
31577
31581
  var ExpressionVisitor = class extends RecursiveAstVisitor2 {
31578
31582
  constructor(expressionStr, absoluteOffset, boundTemplate, targetToIdentifier) {
31579
31583
  super();
@@ -31809,7 +31813,7 @@ function getTemplateIdentifiers(boundTemplate) {
31809
31813
  return { identifiers: visitor.identifiers, errors: visitor.errors };
31810
31814
  }
31811
31815
 
31812
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/transform.mjs
31816
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/transform.mjs
31813
31817
  function generateAnalysis(context) {
31814
31818
  const analysis = /* @__PURE__ */ new Map();
31815
31819
  context.components.forEach(({ declaration, selector, boundTemplate, templateMeta }) => {
@@ -31845,7 +31849,7 @@ function generateAnalysis(context) {
31845
31849
  return analysis;
31846
31850
  }
31847
31851
 
31848
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/ng_module_index.mjs
31852
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/ng_module_index.mjs
31849
31853
  var NgModuleIndexImpl = class {
31850
31854
  constructor(metaReader, localReader) {
31851
31855
  this.metaReader = metaReader;
@@ -31934,7 +31938,7 @@ var NgModuleIndexImpl = class {
31934
31938
  }
31935
31939
  };
31936
31940
 
31937
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/resource/src/loader.mjs
31941
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/resource/src/loader.mjs
31938
31942
  var import_typescript65 = __toESM(require("typescript"), 1);
31939
31943
  var CSS_PREPROCESSOR_EXT = /(\.scss|\.sass|\.less|\.styl)$/;
31940
31944
  var RESOURCE_MARKER = ".$ngresource$";
@@ -32082,7 +32086,7 @@ function createLookupResolutionHost(adapter) {
32082
32086
  };
32083
32087
  }
32084
32088
 
32085
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/standalone.mjs
32089
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/standalone.mjs
32086
32090
  var StandaloneComponentScopeReader = class {
32087
32091
  constructor(metaReader, localModuleReader, dtsModuleReader) {
32088
32092
  this.metaReader = metaReader;
@@ -32160,21 +32164,21 @@ var StandaloneComponentScopeReader = class {
32160
32164
  }
32161
32165
  };
32162
32166
 
32163
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/checker.mjs
32167
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/checker.mjs
32164
32168
  var OptimizeFor;
32165
32169
  (function(OptimizeFor2) {
32166
32170
  OptimizeFor2[OptimizeFor2["SingleFile"] = 0] = "SingleFile";
32167
32171
  OptimizeFor2[OptimizeFor2["WholeProgram"] = 1] = "WholeProgram";
32168
32172
  })(OptimizeFor || (OptimizeFor = {}));
32169
32173
 
32170
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/completion.mjs
32174
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/completion.mjs
32171
32175
  var CompletionKind;
32172
32176
  (function(CompletionKind2) {
32173
32177
  CompletionKind2[CompletionKind2["Reference"] = 0] = "Reference";
32174
32178
  CompletionKind2[CompletionKind2["Variable"] = 1] = "Variable";
32175
32179
  })(CompletionKind || (CompletionKind = {}));
32176
32180
 
32177
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/scope.mjs
32181
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/scope.mjs
32178
32182
  var PotentialImportKind;
32179
32183
  (function(PotentialImportKind2) {
32180
32184
  PotentialImportKind2[PotentialImportKind2["NgModule"] = 0] = "NgModule";
@@ -32186,7 +32190,7 @@ var PotentialImportMode;
32186
32190
  PotentialImportMode2[PotentialImportMode2["ForceDirect"] = 1] = "ForceDirect";
32187
32191
  })(PotentialImportMode || (PotentialImportMode = {}));
32188
32192
 
32189
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/symbols.mjs
32193
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/symbols.mjs
32190
32194
  var SymbolKind;
32191
32195
  (function(SymbolKind2) {
32192
32196
  SymbolKind2[SymbolKind2["Input"] = 0] = "Input";
@@ -32202,7 +32206,7 @@ var SymbolKind;
32202
32206
  SymbolKind2[SymbolKind2["Pipe"] = 10] = "Pipe";
32203
32207
  })(SymbolKind || (SymbolKind = {}));
32204
32208
 
32205
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/diagnostic.mjs
32209
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/diagnostic.mjs
32206
32210
  var import_typescript66 = __toESM(require("typescript"), 1);
32207
32211
  function makeTemplateDiagnostic(templateId, mapping, span, category, code, messageText, relatedMessages) {
32208
32212
  var _a2;
@@ -32309,7 +32313,7 @@ function parseTemplateAsSourceFile(fileName, template2) {
32309
32313
  return import_typescript66.default.createSourceFile(fileName, template2, import_typescript66.default.ScriptTarget.Latest, false, import_typescript66.default.ScriptKind.JSX);
32310
32314
  }
32311
32315
 
32312
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/id.mjs
32316
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/id.mjs
32313
32317
  var TEMPLATE_ID = Symbol("ngTemplateId");
32314
32318
  var NEXT_TEMPLATE_ID = Symbol("ngNextTemplateId");
32315
32319
  function getTemplateId(clazz) {
@@ -32326,10 +32330,10 @@ function allocateTemplateId(sf) {
32326
32330
  return `tcb${sf[NEXT_TEMPLATE_ID]++}`;
32327
32331
  }
32328
32332
 
32329
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/completion.mjs
32333
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/completion.mjs
32330
32334
  var import_typescript68 = __toESM(require("typescript"), 1);
32331
32335
 
32332
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/comments.mjs
32336
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/comments.mjs
32333
32337
  var import_typescript67 = __toESM(require("typescript"), 1);
32334
32338
  var parseSpanComment = /^(\d+),(\d+)$/;
32335
32339
  function readSpanComment(node, sourceFile = node.getSourceFile()) {
@@ -32458,7 +32462,7 @@ function hasExpressionIdentifier(sourceFile, node, identifier) {
32458
32462
  }) || false;
32459
32463
  }
32460
32464
 
32461
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/completion.mjs
32465
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/completion.mjs
32462
32466
  var CompletionEngine = class {
32463
32467
  constructor(tcb, data, tcbPath, tcbIsShim) {
32464
32468
  this.tcb = tcb;
@@ -32615,10 +32619,10 @@ var CompletionEngine = class {
32615
32619
  }
32616
32620
  };
32617
32621
 
32618
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
32622
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
32619
32623
  var import_typescript83 = __toESM(require("typescript"), 1);
32620
32624
 
32621
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/dom.mjs
32625
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/dom.mjs
32622
32626
  var import_typescript69 = __toESM(require("typescript"), 1);
32623
32627
  var REGISTRY = new DomElementSchemaRegistry();
32624
32628
  var REMOVE_XHTML_REGEX = /^:xhtml:/;
@@ -32670,10 +32674,10 @@ var RegistryDomSchemaChecker = class {
32670
32674
  }
32671
32675
  };
32672
32676
 
32673
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/environment.mjs
32677
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/environment.mjs
32674
32678
  var import_typescript76 = __toESM(require("typescript"), 1);
32675
32679
 
32676
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/ts_util.mjs
32680
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/ts_util.mjs
32677
32681
  var import_typescript70 = __toESM(require("typescript"), 1);
32678
32682
  var SAFE_TO_CAST_WITHOUT_PARENS = /* @__PURE__ */ new Set([
32679
32683
  import_typescript70.default.SyntaxKind.ParenthesizedExpression,
@@ -32747,16 +32751,16 @@ function isAccessExpression(node) {
32747
32751
  return import_typescript70.default.isPropertyAccessExpression(node) || import_typescript70.default.isElementAccessExpression(node);
32748
32752
  }
32749
32753
 
32750
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.mjs
32754
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.mjs
32751
32755
  var import_typescript75 = __toESM(require("typescript"), 1);
32752
32756
 
32753
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.mjs
32757
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.mjs
32754
32758
  var import_typescript73 = __toESM(require("typescript"), 1);
32755
32759
 
32756
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_parameter_emitter.mjs
32760
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_parameter_emitter.mjs
32757
32761
  var import_typescript72 = __toESM(require("typescript"), 1);
32758
32762
 
32759
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_emitter.mjs
32763
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_emitter.mjs
32760
32764
  var import_typescript71 = __toESM(require("typescript"), 1);
32761
32765
  var INELIGIBLE = {};
32762
32766
  function canEmitType(type, canEmit) {
@@ -32831,7 +32835,7 @@ var TypeEmitter = class {
32831
32835
  }
32832
32836
  };
32833
32837
 
32834
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_parameter_emitter.mjs
32838
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_parameter_emitter.mjs
32835
32839
  var TypeParameterEmitter = class {
32836
32840
  constructor(typeParameters, reflector) {
32837
32841
  this.typeParameters = typeParameters;
@@ -32908,7 +32912,7 @@ var TypeParameterEmitter = class {
32908
32912
  }
32909
32913
  };
32910
32914
 
32911
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.mjs
32915
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.mjs
32912
32916
  var TcbInliningRequirement;
32913
32917
  (function(TcbInliningRequirement2) {
32914
32918
  TcbInliningRequirement2[TcbInliningRequirement2["MustInline"] = 0] = "MustInline";
@@ -32988,7 +32992,7 @@ function checkIfGenericTypeBoundsCanBeEmitted(node, reflector, env) {
32988
32992
  return emitter.canEmit((ref) => env.canReferenceType(ref));
32989
32993
  }
32990
32994
 
32991
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.mjs
32995
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.mjs
32992
32996
  function generateTypeCtorDeclarationFn(node, meta, nodeTypeRef, typeParams) {
32993
32997
  const rawTypeArgs = typeParams !== void 0 ? generateGenericArgs(typeParams) : void 0;
32994
32998
  const rawType = import_typescript75.default.factory.createTypeReferenceNode(nodeTypeRef, rawTypeArgs);
@@ -33099,7 +33103,7 @@ function typeParametersWithDefaultTypes(params) {
33099
33103
  });
33100
33104
  }
33101
33105
 
33102
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/environment.mjs
33106
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/environment.mjs
33103
33107
  var Environment = class {
33104
33108
  constructor(config, importManager, refEmitter, reflector, contextFile) {
33105
33109
  this.config = config;
@@ -33193,7 +33197,7 @@ var Environment = class {
33193
33197
  }
33194
33198
  };
33195
33199
 
33196
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/oob.mjs
33200
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/oob.mjs
33197
33201
  var import_typescript77 = __toESM(require("typescript"), 1);
33198
33202
  var OutOfBandDiagnosticRecorderImpl = class {
33199
33203
  constructor(resolver) {
@@ -33328,7 +33332,7 @@ function makeInlineDiagnostic(templateId, code, node, messageText, relatedInform
33328
33332
  });
33329
33333
  }
33330
33334
 
33331
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/shim.mjs
33335
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/shim.mjs
33332
33336
  var import_typescript78 = __toESM(require("typescript"), 1);
33333
33337
  var TypeCheckShimGenerator = class {
33334
33338
  constructor() {
@@ -33346,10 +33350,10 @@ var TypeCheckShimGenerator = class {
33346
33350
  }
33347
33351
  };
33348
33352
 
33349
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.mjs
33353
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.mjs
33350
33354
  var import_typescript81 = __toESM(require("typescript"), 1);
33351
33355
 
33352
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/diagnostics.mjs
33356
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/diagnostics.mjs
33353
33357
  var import_typescript79 = __toESM(require("typescript"), 1);
33354
33358
  function wrapForDiagnostics(expr) {
33355
33359
  return import_typescript79.default.factory.createParenthesizedExpression(expr);
@@ -33394,7 +33398,7 @@ function translateDiagnostic(diagnostic, resolver) {
33394
33398
  return makeTemplateDiagnostic(sourceLocation.id, templateSourceMapping, span, diagnostic.category, diagnostic.code, diagnostic.messageText);
33395
33399
  }
33396
33400
 
33397
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/expression.mjs
33401
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/expression.mjs
33398
33402
  var import_typescript80 = __toESM(require("typescript"), 1);
33399
33403
  var NULL_AS_ANY = import_typescript80.default.factory.createAsExpression(import_typescript80.default.factory.createNull(), import_typescript80.default.factory.createKeywordTypeNode(import_typescript80.default.SyntaxKind.AnyKeyword));
33400
33404
  var UNDEFINED = import_typescript80.default.factory.createIdentifier("undefined");
@@ -33726,7 +33730,7 @@ var VeSafeLhsInferenceBugDetector = _VeSafeLhsInferenceBugDetector;
33726
33730
  _VeSafeLhsInferenceBugDetector.SINGLETON = new _VeSafeLhsInferenceBugDetector();
33727
33731
  })();
33728
33732
 
33729
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/template_semantics.mjs
33733
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/template_semantics.mjs
33730
33734
  var ExpressionSemanticVisitor = class extends RecursiveAstVisitor2 {
33731
33735
  constructor(templateId, boundTarget, oob) {
33732
33736
  super();
@@ -33749,7 +33753,7 @@ var ExpressionSemanticVisitor = class extends RecursiveAstVisitor2 {
33749
33753
  }
33750
33754
  };
33751
33755
 
33752
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.mjs
33756
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.mjs
33753
33757
  var TcbGenericContextBehavior;
33754
33758
  (function(TcbGenericContextBehavior2) {
33755
33759
  TcbGenericContextBehavior2[TcbGenericContextBehavior2["UseEmitter"] = 0] = "UseEmitter";
@@ -34876,7 +34880,7 @@ var TcbEventHandlerTranslator = class extends TcbExpressionTranslator {
34876
34880
  }
34877
34881
  };
34878
34882
 
34879
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_file.mjs
34883
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_file.mjs
34880
34884
  var import_typescript82 = __toESM(require("typescript"), 1);
34881
34885
  var TypeCheckFile = class extends Environment {
34882
34886
  constructor(fileName, config, refEmitter, reflector, compilerHost) {
@@ -34912,7 +34916,7 @@ var TypeCheckFile = class extends Environment {
34912
34916
  }
34913
34917
  };
34914
34918
 
34915
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
34919
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
34916
34920
  var InliningMode;
34917
34921
  (function(InliningMode2) {
34918
34922
  InliningMode2[InliningMode2["InlineOps"] = 0] = "InlineOps";
@@ -35149,7 +35153,7 @@ function splitStringAtPoints(str, points) {
35149
35153
  return splits;
35150
35154
  }
35151
35155
 
35152
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/line_mappings.mjs
35156
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/line_mappings.mjs
35153
35157
  var LF_CHAR = 10;
35154
35158
  var CR_CHAR = 13;
35155
35159
  var LINE_SEP_CHAR = 8232;
@@ -35190,7 +35194,7 @@ function findClosestLineStartPosition(linesMap, position, low = 0, high = linesM
35190
35194
  return low - 1;
35191
35195
  }
35192
35196
 
35193
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/source.mjs
35197
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/source.mjs
35194
35198
  var TemplateSource = class {
35195
35199
  constructor(mapping, file) {
35196
35200
  this.mapping = mapping;
@@ -35241,7 +35245,7 @@ var TemplateSourceManager = class {
35241
35245
  }
35242
35246
  };
35243
35247
 
35244
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/template_symbol_builder.mjs
35248
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/template_symbol_builder.mjs
35245
35249
  var import_typescript84 = __toESM(require("typescript"), 1);
35246
35250
  var SymbolBuilder = class {
35247
35251
  constructor(tcbPath, tcbIsShim, typeCheckBlock, templateData, componentScopeReader, getTypeChecker) {
@@ -35718,7 +35722,7 @@ function sourceSpanEqual(a, b) {
35718
35722
  return a.start.offset === b.start.offset && a.end.offset === b.end.offset;
35719
35723
  }
35720
35724
 
35721
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/checker.mjs
35725
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/checker.mjs
35722
35726
  var REGISTRY2 = new DomElementSchemaRegistry();
35723
35727
  var TemplateTypeCheckerImpl = class {
35724
35728
  constructor(originalProgram, programDriver, typeCheckAdapter, config, refEmitter, reflector, compilerHost, priorBuild, metaReader, localMetaReader, ngModuleIndex, componentScopeReader, typeCheckScopeRegistry, perf) {
@@ -36215,6 +36219,9 @@ var TemplateTypeCheckerImpl = class {
36215
36219
  }
36216
36220
  const emitted = emittedRef.expression;
36217
36221
  if (emitted instanceof WrappedNodeExpr) {
36222
+ if (refTo.node === inContext) {
36223
+ return null;
36224
+ }
36218
36225
  let isForwardReference = false;
36219
36226
  if (emitted.node.getStart() > inContext.getStart()) {
36220
36227
  const declaration = (_b2 = (_a2 = this.programDriver.getProgram().getTypeChecker().getTypeAtLocation(emitted.node).getSymbol()) == null ? void 0 : _a2.declarations) == null ? void 0 : _b2[0];
@@ -36411,7 +36418,7 @@ var SingleShimTypeCheckingHost = class extends SingleFileTypeCheckingHost {
36411
36418
  }
36412
36419
  };
36413
36420
 
36414
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/api/api.mjs
36421
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/api/api.mjs
36415
36422
  var TemplateCheckWithVisitor = class {
36416
36423
  run(ctx, component, template2) {
36417
36424
  const visitor = new TemplateVisitor2(ctx, component, this);
@@ -36487,7 +36494,7 @@ var TemplateVisitor2 = class extends RecursiveAstVisitor2 {
36487
36494
  }
36488
36495
  };
36489
36496
 
36490
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/invalid_banana_in_box/index.mjs
36497
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/invalid_banana_in_box/index.mjs
36491
36498
  var InvalidBananaInBoxCheck = class extends TemplateCheckWithVisitor {
36492
36499
  constructor() {
36493
36500
  super(...arguments);
@@ -36512,7 +36519,7 @@ var factory = {
36512
36519
  create: () => new InvalidBananaInBoxCheck()
36513
36520
  };
36514
36521
 
36515
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_control_flow_directive/index.mjs
36522
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_control_flow_directive/index.mjs
36516
36523
  var KNOWN_CONTROL_FLOW_DIRECTIVES = /* @__PURE__ */ new Map([
36517
36524
  ["ngIf", "NgIf"],
36518
36525
  ["ngFor", "NgFor"],
@@ -36556,7 +36563,7 @@ var factory2 = {
36556
36563
  }
36557
36564
  };
36558
36565
 
36559
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_ngforof_let/index.mjs
36566
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_ngforof_let/index.mjs
36560
36567
  var MissingNgForOfLetCheck = class extends TemplateCheckWithVisitor {
36561
36568
  constructor() {
36562
36569
  super(...arguments);
@@ -36588,7 +36595,7 @@ var factory3 = {
36588
36595
  create: () => new MissingNgForOfLetCheck()
36589
36596
  };
36590
36597
 
36591
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/nullish_coalescing_not_nullable/index.mjs
36598
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/nullish_coalescing_not_nullable/index.mjs
36592
36599
  var import_typescript87 = __toESM(require("typescript"), 1);
36593
36600
  var NullishCoalescingNotNullableCheck = class extends TemplateCheckWithVisitor {
36594
36601
  constructor() {
@@ -36632,7 +36639,7 @@ var factory4 = {
36632
36639
  }
36633
36640
  };
36634
36641
 
36635
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/optional_chain_not_nullable/index.mjs
36642
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/optional_chain_not_nullable/index.mjs
36636
36643
  var import_typescript88 = __toESM(require("typescript"), 1);
36637
36644
  var OptionalChainNotNullableCheck = class extends TemplateCheckWithVisitor {
36638
36645
  constructor() {
@@ -36677,7 +36684,7 @@ var factory5 = {
36677
36684
  }
36678
36685
  };
36679
36686
 
36680
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/suffix_not_supported/index.mjs
36687
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/suffix_not_supported/index.mjs
36681
36688
  var STYLE_SUFFIXES = ["px", "%", "em"];
36682
36689
  var SuffixNotSupportedCheck = class extends TemplateCheckWithVisitor {
36683
36690
  constructor() {
@@ -36700,7 +36707,7 @@ var factory6 = {
36700
36707
  create: () => new SuffixNotSupportedCheck()
36701
36708
  };
36702
36709
 
36703
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/text_attribute_not_binding/index.mjs
36710
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/text_attribute_not_binding/index.mjs
36704
36711
  var TextAttributeNotBindingSpec = class extends TemplateCheckWithVisitor {
36705
36712
  constructor() {
36706
36713
  super(...arguments);
@@ -36738,10 +36745,10 @@ var factory7 = {
36738
36745
  create: () => new TextAttributeNotBindingSpec()
36739
36746
  };
36740
36747
 
36741
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.mjs
36748
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.mjs
36742
36749
  var import_typescript89 = __toESM(require("typescript"), 1);
36743
36750
 
36744
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/api/src/public_options.mjs
36751
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/api/src/public_options.mjs
36745
36752
  var DiagnosticCategoryLabel;
36746
36753
  (function(DiagnosticCategoryLabel2) {
36747
36754
  DiagnosticCategoryLabel2["Warning"] = "warning";
@@ -36749,7 +36756,7 @@ var DiagnosticCategoryLabel;
36749
36756
  DiagnosticCategoryLabel2["Suppress"] = "suppress";
36750
36757
  })(DiagnosticCategoryLabel || (DiagnosticCategoryLabel = {}));
36751
36758
 
36752
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.mjs
36759
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.mjs
36753
36760
  var ExtendedTemplateCheckerImpl = class {
36754
36761
  constructor(templateTypeChecker, typeChecker, templateCheckFactories, options) {
36755
36762
  var _a2, _b2, _c2, _d2, _e2;
@@ -36801,7 +36808,7 @@ function assertNever(value) {
36801
36808
  ${value}`);
36802
36809
  }
36803
36810
 
36804
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/index.mjs
36811
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/index.mjs
36805
36812
  var ALL_DIAGNOSTIC_FACTORIES = [
36806
36813
  factory,
36807
36814
  factory4,
@@ -36812,7 +36819,7 @@ var ALL_DIAGNOSTIC_FACTORIES = [
36812
36819
  factory6
36813
36820
  ];
36814
36821
 
36815
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.mjs
36822
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.mjs
36816
36823
  var CompilationTicketKind;
36817
36824
  (function(CompilationTicketKind2) {
36818
36825
  CompilationTicketKind2[CompilationTicketKind2["Fresh"] = 0] = "Fresh";
@@ -37268,7 +37275,7 @@ var NgCompiler = class {
37268
37275
  return diagnostics;
37269
37276
  }
37270
37277
  makeCompilation() {
37271
- var _a2;
37278
+ var _a2, _b2;
37272
37279
  const checker = this.inputProgram.getTypeChecker();
37273
37280
  const reflector = new TypeScriptReflectionHost(checker);
37274
37281
  let refEmitter;
@@ -37339,12 +37346,16 @@ var NgCompiler = class {
37339
37346
  }
37340
37347
  const cycleHandlingStrategy = compilationMode === CompilationMode.FULL ? 0 : 1;
37341
37348
  const strictCtorDeps = this.options.strictInjectionParameters || false;
37349
+ const supportTestBed = (_a2 = this.options.supportTestBed) != null ? _a2 : true;
37350
+ if (supportTestBed === false && compilationMode === CompilationMode.PARTIAL) {
37351
+ throw new Error('TestBed support ("supportTestBed" option) cannot be disabled in partial compilation mode.');
37352
+ }
37342
37353
  const handlers = [
37343
- new ComponentDecoratorHandler(reflector, evaluator, metaRegistry, metaReader, scopeReader, depScopeReader, ngModuleScopeRegistry, typeCheckScopeRegistry, resourceRegistry, isCore, strictCtorDeps, this.resourceManager, this.adapter.rootDirs, this.options.preserveWhitespaces || false, this.options.i18nUseExternalIds !== false, this.options.enableI18nLegacyMessageIdFormat !== false, this.usePoisonedData, this.options.i18nNormalizeLineEndingsInICUs === true, this.moduleResolver, this.cycleAnalyzer, cycleHandlingStrategy, refEmitter, referencesRegistry, this.incrementalCompilation.depGraph, injectableRegistry, semanticDepGraphUpdater, this.closureCompilerEnabled, this.delegatingPerfRecorder, hostDirectivesResolver),
37344
- new DirectiveDecoratorHandler(reflector, evaluator, metaRegistry, ngModuleScopeRegistry, metaReader, injectableRegistry, refEmitter, referencesRegistry, isCore, strictCtorDeps, semanticDepGraphUpdater, this.closureCompilerEnabled, this.delegatingPerfRecorder),
37345
- new PipeDecoratorHandler(reflector, evaluator, metaRegistry, ngModuleScopeRegistry, injectableRegistry, isCore, this.delegatingPerfRecorder),
37346
- new InjectableDecoratorHandler(reflector, evaluator, isCore, strictCtorDeps, injectableRegistry, this.delegatingPerfRecorder),
37347
- new NgModuleDecoratorHandler(reflector, evaluator, metaReader, metaRegistry, ngModuleScopeRegistry, referencesRegistry, exportedProviderStatusResolver, semanticDepGraphUpdater, isCore, refEmitter, this.closureCompilerEnabled, (_a2 = this.options.onlyPublishPublicTypingsForNgModules) != null ? _a2 : false, injectableRegistry, this.delegatingPerfRecorder)
37354
+ new ComponentDecoratorHandler(reflector, evaluator, metaRegistry, metaReader, scopeReader, depScopeReader, ngModuleScopeRegistry, typeCheckScopeRegistry, resourceRegistry, isCore, strictCtorDeps, this.resourceManager, this.adapter.rootDirs, this.options.preserveWhitespaces || false, this.options.i18nUseExternalIds !== false, this.options.enableI18nLegacyMessageIdFormat !== false, this.usePoisonedData, this.options.i18nNormalizeLineEndingsInICUs === true, this.moduleResolver, this.cycleAnalyzer, cycleHandlingStrategy, refEmitter, referencesRegistry, this.incrementalCompilation.depGraph, injectableRegistry, semanticDepGraphUpdater, this.closureCompilerEnabled, this.delegatingPerfRecorder, hostDirectivesResolver, supportTestBed),
37355
+ new DirectiveDecoratorHandler(reflector, evaluator, metaRegistry, ngModuleScopeRegistry, metaReader, injectableRegistry, refEmitter, referencesRegistry, isCore, strictCtorDeps, semanticDepGraphUpdater, this.closureCompilerEnabled, this.delegatingPerfRecorder, supportTestBed),
37356
+ new PipeDecoratorHandler(reflector, evaluator, metaRegistry, ngModuleScopeRegistry, injectableRegistry, isCore, this.delegatingPerfRecorder, supportTestBed),
37357
+ new InjectableDecoratorHandler(reflector, evaluator, isCore, strictCtorDeps, injectableRegistry, this.delegatingPerfRecorder, supportTestBed),
37358
+ new NgModuleDecoratorHandler(reflector, evaluator, metaReader, metaRegistry, ngModuleScopeRegistry, referencesRegistry, exportedProviderStatusResolver, semanticDepGraphUpdater, isCore, refEmitter, this.closureCompilerEnabled, (_b2 = this.options.onlyPublishPublicTypingsForNgModules) != null ? _b2 : false, injectableRegistry, this.delegatingPerfRecorder, supportTestBed)
37348
37359
  ];
37349
37360
  const traitCompiler = new TraitCompiler(handlers, reflector, this.delegatingPerfRecorder, this.incrementalCompilation, this.options.compileNonExportedClasses !== false, compilationMode, dtsTransforms, semanticDepGraphUpdater, this.adapter);
37350
37361
  const notifyingDriver = new NotifyingProgramDriverWrapper(this.programDriver, (program) => {
@@ -37531,7 +37542,7 @@ function versionMapFromProgram(program, driver) {
37531
37542
  return versions;
37532
37543
  }
37533
37544
 
37534
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/host.mjs
37545
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/host.mjs
37535
37546
  var import_typescript92 = __toESM(require("typescript"), 1);
37536
37547
  var DelegatingCompilerHost2 = class {
37537
37548
  constructor(delegate) {
@@ -37664,7 +37675,7 @@ var NgCompilerHost = class extends DelegatingCompilerHost2 {
37664
37675
  }
37665
37676
  };
37666
37677
 
37667
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
37678
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
37668
37679
  var NgtscProgram = class {
37669
37680
  constructor(rootNames, options, delegateHost, oldProgram) {
37670
37681
  this.options = options;
@@ -37882,21 +37893,21 @@ function mergeEmitResults(emitResults) {
37882
37893
  return { diagnostics, emitSkipped, emittedFiles };
37883
37894
  }
37884
37895
 
37885
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/program.mjs
37896
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/program.mjs
37886
37897
  function createProgram({ rootNames, options, host, oldProgram }) {
37887
37898
  return new NgtscProgram(rootNames, options, host, oldProgram);
37888
37899
  }
37889
37900
 
37890
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/perform_compile.mjs
37901
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/perform_compile.mjs
37891
37902
  var import_typescript96 = __toESM(require("typescript"), 1);
37892
37903
 
37893
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/util.mjs
37904
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/util.mjs
37894
37905
  var import_typescript95 = __toESM(require("typescript"), 1);
37895
37906
 
37896
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/downlevel_decorators_transform/downlevel_decorators_transform.mjs
37907
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/downlevel_decorators_transform/downlevel_decorators_transform.mjs
37897
37908
  var import_typescript97 = __toESM(require("typescript"), 1);
37898
37909
 
37899
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/private/tooling.mjs
37910
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/private/tooling.mjs
37900
37911
  var GLOBAL_DEFS_FOR_TERSER = {
37901
37912
  ngDevMode: false,
37902
37913
  ngI18nClosureMode: false
@@ -37905,7 +37916,7 @@ var GLOBAL_DEFS_FOR_TERSER_WITH_AOT = __spreadProps(__spreadValues({}, GLOBAL_DE
37905
37916
  ngJitMode: false
37906
37917
  });
37907
37918
 
37908
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/logging/src/logger.mjs
37919
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/logging/src/logger.mjs
37909
37920
  var LogLevel;
37910
37921
  (function(LogLevel2) {
37911
37922
  LogLevel2[LogLevel2["debug"] = 0] = "debug";
@@ -37914,7 +37925,7 @@ var LogLevel;
37914
37925
  LogLevel2[LogLevel2["error"] = 3] = "error";
37915
37926
  })(LogLevel || (LogLevel = {}));
37916
37927
 
37917
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/logging/src/console_logger.mjs
37928
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/logging/src/console_logger.mjs
37918
37929
  var RESET = "\x1B[0m";
37919
37930
  var RED = "\x1B[31m";
37920
37931
  var YELLOW = "\x1B[33m";
@@ -37923,18 +37934,18 @@ var DEBUG = `${BLUE}Debug:${RESET}`;
37923
37934
  var WARN = `${YELLOW}Warning:${RESET}`;
37924
37935
  var ERROR = `${RED}Error:${RESET}`;
37925
37936
 
37926
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/index.mjs
37937
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/index.mjs
37927
37938
  setFileSystem(new NodeJSFileSystem());
37928
37939
 
37929
- // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/index.mjs
37940
+ // bazel-out/k8-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/index.mjs
37930
37941
  var import_fs2 = require("fs");
37931
37942
  var import_path8 = require("path");
37932
37943
  var import_typescript110 = __toESM(require("typescript"), 1);
37933
37944
 
37934
- // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/change_tracker.mjs
37945
+ // bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/change_tracker.mjs
37935
37946
  var import_typescript99 = __toESM(require("typescript"), 1);
37936
37947
 
37937
- // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/import_manager.mjs
37948
+ // bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/import_manager.mjs
37938
37949
  var import_path4 = require("path");
37939
37950
  var import_typescript98 = __toESM(require("typescript"), 1);
37940
37951
  var ImportManager2 = class {
@@ -38118,7 +38129,7 @@ ${text2}`;
38118
38129
  }
38119
38130
  };
38120
38131
 
38121
- // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/change_tracker.mjs
38132
+ // bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/change_tracker.mjs
38122
38133
  var ChangeTracker = class {
38123
38134
  constructor(_printer, _importRemapper) {
38124
38135
  __publicField(this, "_printer");
@@ -38174,7 +38185,7 @@ function normalizePath(path3) {
38174
38185
  return path3.replace(/\\/g, "/");
38175
38186
  }
38176
38187
 
38177
- // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/project_tsconfig_paths.mjs
38188
+ // bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/project_tsconfig_paths.mjs
38178
38189
  var import_core13 = require("@angular-devkit/core");
38179
38190
  function getProjectTsConfigPaths(tree) {
38180
38191
  return __async(this, null, function* () {
@@ -38254,11 +38265,11 @@ function getWorkspace(tree) {
38254
38265
  });
38255
38266
  }
38256
38267
 
38257
- // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/typescript/compiler_host.mjs
38268
+ // bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/typescript/compiler_host.mjs
38258
38269
  var import_path5 = require("path");
38259
38270
  var import_typescript101 = __toESM(require("typescript"), 1);
38260
38271
 
38261
- // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/typescript/parse_tsconfig.mjs
38272
+ // bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/typescript/parse_tsconfig.mjs
38262
38273
  var path2 = __toESM(require("path"), 1);
38263
38274
  var import_typescript100 = __toESM(require("typescript"), 1);
38264
38275
  function parseTsconfigFile(tsconfigPath, basePath) {
@@ -38275,7 +38286,7 @@ function parseTsconfigFile(tsconfigPath, basePath) {
38275
38286
  return import_typescript100.default.parseJsonConfigFileContent(config, parseConfigHost, basePath, {});
38276
38287
  }
38277
38288
 
38278
- // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/typescript/compiler_host.mjs
38289
+ // bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/typescript/compiler_host.mjs
38279
38290
  function createProgramOptions(tree, tsconfigPath, basePath, fakeFileRead, additionalFiles, optionOverrides) {
38280
38291
  tsconfigPath = (0, import_path5.resolve)(basePath, tsconfigPath);
38281
38292
  const parsed = parseTsconfigFile(tsconfigPath, (0, import_path5.dirname)(tsconfigPath));
@@ -38304,13 +38315,13 @@ function canMigrateFile(basePath, sourceFile, program) {
38304
38315
  return !(0, import_path5.relative)(basePath, sourceFile.fileName).startsWith("..");
38305
38316
  }
38306
38317
 
38307
- // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/prune-modules.mjs
38318
+ // bazel-out/k8-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/prune-modules.mjs
38308
38319
  var import_typescript106 = __toESM(require("typescript"), 1);
38309
38320
 
38310
- // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/typescript/decorators.mjs
38321
+ // bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/typescript/decorators.mjs
38311
38322
  var import_typescript103 = __toESM(require("typescript"), 1);
38312
38323
 
38313
- // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/typescript/imports.mjs
38324
+ // bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/typescript/imports.mjs
38314
38325
  var import_typescript102 = __toESM(require("typescript"), 1);
38315
38326
  function getImportOfIdentifier(typeChecker, node) {
38316
38327
  const symbol = typeChecker.getSymbolAtLocation(node);
@@ -38361,7 +38372,7 @@ function findImportSpecifier(nodes, specifierName) {
38361
38372
  });
38362
38373
  }
38363
38374
 
38364
- // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/typescript/decorators.mjs
38375
+ // bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/typescript/decorators.mjs
38365
38376
  function getCallDecoratorImport(typeChecker, decorator) {
38366
38377
  if (!import_typescript103.default.isCallExpression(decorator.expression) || !import_typescript103.default.isIdentifier(decorator.expression.expression)) {
38367
38378
  return null;
@@ -38370,7 +38381,7 @@ function getCallDecoratorImport(typeChecker, decorator) {
38370
38381
  return getImportOfIdentifier(typeChecker, identifier);
38371
38382
  }
38372
38383
 
38373
- // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/ng_decorators.mjs
38384
+ // bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/ng_decorators.mjs
38374
38385
  function getAngularDecorators(typeChecker, decorators) {
38375
38386
  return decorators.map((node) => ({ node, importData: getCallDecoratorImport(typeChecker, node) })).filter(({ importData }) => importData && importData.importModule.startsWith("@angular/")).map(({ node, importData }) => ({
38376
38387
  node,
@@ -38380,7 +38391,7 @@ function getAngularDecorators(typeChecker, decorators) {
38380
38391
  }));
38381
38392
  }
38382
38393
 
38383
- // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/typescript/nodes.mjs
38394
+ // bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/typescript/nodes.mjs
38384
38395
  var import_typescript104 = __toESM(require("typescript"), 1);
38385
38396
  function closestNode(node, predicate) {
38386
38397
  let current = node.parent;
@@ -38393,7 +38404,7 @@ function closestNode(node, predicate) {
38393
38404
  return null;
38394
38405
  }
38395
38406
 
38396
- // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/util.mjs
38407
+ // bazel-out/k8-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/util.mjs
38397
38408
  var import_path6 = require("path");
38398
38409
  var import_typescript105 = __toESM(require("typescript"), 1);
38399
38410
  var UniqueItemTracker = class {
@@ -38569,7 +38580,7 @@ function isClassReferenceInAngularModule(node, className, moduleName, typeChecke
38569
38580
  }));
38570
38581
  }
38571
38582
 
38572
- // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/prune-modules.mjs
38583
+ // bazel-out/k8-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/prune-modules.mjs
38573
38584
  function pruneNgModules(program, host, basePath, rootFileNames, sourceFiles, printer, importRemapper, referenceLookupExcludedFiles) {
38574
38585
  const filesToRemove = /* @__PURE__ */ new Set();
38575
38586
  const tracker = new ChangeTracker(printer, importRemapper);
@@ -38768,14 +38779,14 @@ function findNgModuleDecorator(node, typeChecker) {
38768
38779
  return decorators.find((decorator) => decorator.name === "NgModule") || null;
38769
38780
  }
38770
38781
 
38771
- // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/standalone-bootstrap.mjs
38782
+ // bazel-out/k8-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/standalone-bootstrap.mjs
38772
38783
  var import_path7 = require("path");
38773
38784
  var import_typescript109 = __toESM(require("typescript"), 1);
38774
38785
 
38775
- // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/to-standalone.mjs
38786
+ // bazel-out/k8-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/to-standalone.mjs
38776
38787
  var import_typescript108 = __toESM(require("typescript"), 1);
38777
38788
 
38778
- // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/typescript/symbol.mjs
38789
+ // bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/typescript/symbol.mjs
38779
38790
  var import_typescript107 = __toESM(require("typescript"), 1);
38780
38791
  function isReferenceToImport(typeChecker, node, importSpecifier) {
38781
38792
  var _a2, _b2;
@@ -38784,7 +38795,7 @@ function isReferenceToImport(typeChecker, node, importSpecifier) {
38784
38795
  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];
38785
38796
  }
38786
38797
 
38787
- // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/to-standalone.mjs
38798
+ // bazel-out/k8-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/to-standalone.mjs
38788
38799
  function toStandalone(sourceFiles, program, printer, fileImportRemapper, componentImportRemapper) {
38789
38800
  const templateTypeChecker = program.compiler.getTemplateTypeChecker();
38790
38801
  const typeChecker = program.getTsProgram().getTypeChecker();
@@ -39147,7 +39158,7 @@ function isStandaloneDeclaration(node, declarationsInMigration, templateTypeChec
39147
39158
  return metadata != null && metadata.isStandalone;
39148
39159
  }
39149
39160
 
39150
- // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/standalone-bootstrap.mjs
39161
+ // bazel-out/k8-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/standalone-bootstrap.mjs
39151
39162
  function toStandaloneBootstrap(program, host, basePath, rootFileNames, sourceFiles, printer, importRemapper, referenceLookupExcludedFiles, componentImportRemapper) {
39152
39163
  const tracker = new ChangeTracker(printer, importRemapper);
39153
39164
  const typeChecker = program.getTsProgram().getTypeChecker();
@@ -39524,7 +39535,7 @@ function hasImport(program, rootFileNames, moduleName) {
39524
39535
  return false;
39525
39536
  }
39526
39537
 
39527
- // bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/index.mjs
39538
+ // bazel-out/k8-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/index.mjs
39528
39539
  var MigrationMode;
39529
39540
  (function(MigrationMode2) {
39530
39541
  MigrationMode2["toStandalone"] = "convert-to-standalone";