@angular/compiler-cli 20.0.0-next.0 → 20.0.0-next.1

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/bundles/{chunk-STORTTKY.js → chunk-37JMVF7H.js} +8 -8
  2. package/bundles/{chunk-5UDS2TPQ.js → chunk-77D5CI2U.js} +7 -7
  3. package/bundles/{chunk-GBKXY6BH.js → chunk-FKXFEX7K.js} +3 -3
  4. package/bundles/{chunk-UCG5K4BI.js → chunk-O2OVHMWL.js} +237 -236
  5. package/bundles/chunk-O2OVHMWL.js.map +6 -0
  6. package/bundles/{chunk-2MJ6YSB2.js → chunk-PLKJMRGZ.js} +138 -136
  7. package/bundles/{chunk-2MJ6YSB2.js.map → chunk-PLKJMRGZ.js.map} +1 -1
  8. package/bundles/{chunk-I6R3GL3L.js → chunk-Q2WE7ECN.js} +5 -5
  9. package/bundles/{chunk-5B64KRP2.js → chunk-QYORKQDN.js} +48 -42
  10. package/bundles/{chunk-5B64KRP2.js.map → chunk-QYORKQDN.js.map} +1 -1
  11. package/bundles/{chunk-KDHDNSXW.js → chunk-SEPXPBD2.js} +12 -12
  12. package/bundles/{chunk-HXSKCJMP.js → chunk-SNXU6YPZ.js} +3 -3
  13. package/bundles/{chunk-SXMUFI7N.js → chunk-UAA7BTBW.js} +33 -33
  14. package/bundles/{chunk-NSLVDBJJ.js → chunk-YSSSYIZJ.js} +5 -5
  15. package/bundles/index.js +15 -15
  16. package/bundles/linker/babel/index.js +12 -12
  17. package/bundles/linker/index.js +4 -4
  18. package/bundles/private/bazel.js +1 -1
  19. package/bundles/private/localize.js +3 -3
  20. package/bundles/private/migrations.js +4 -4
  21. package/bundles/private/tooling.js +6 -6
  22. package/bundles/src/bin/ng_xi18n.js +10 -10
  23. package/bundles/src/bin/ngc.js +8 -8
  24. package/bundles_metadata.json +1 -1
  25. package/linker/src/file_linker/partial_linkers/util.d.ts +1 -1
  26. package/package.json +3 -4
  27. package/src/ngtsc/translator/src/translator.d.ts +1 -0
  28. package/bundles/chunk-UCG5K4BI.js.map +0 -6
  29. package/bundles/ngcc/index.js +0 -52
  30. package/bundles/ngcc/index.js.map +0 -6
  31. package/ngcc/index.d.ts +0 -11
  32. /package/bundles/{chunk-STORTTKY.js.map → chunk-37JMVF7H.js.map} +0 -0
  33. /package/bundles/{chunk-5UDS2TPQ.js.map → chunk-77D5CI2U.js.map} +0 -0
  34. /package/bundles/{chunk-GBKXY6BH.js.map → chunk-FKXFEX7K.js.map} +0 -0
  35. /package/bundles/{chunk-I6R3GL3L.js.map → chunk-Q2WE7ECN.js.map} +0 -0
  36. /package/bundles/{chunk-KDHDNSXW.js.map → chunk-SEPXPBD2.js.map} +0 -0
  37. /package/bundles/{chunk-HXSKCJMP.js.map → chunk-SNXU6YPZ.js.map} +0 -0
  38. /package/bundles/{chunk-SXMUFI7N.js.map → chunk-UAA7BTBW.js.map} +0 -0
  39. /package/bundles/{chunk-NSLVDBJJ.js.map → chunk-YSSSYIZJ.js.map} +0 -0
@@ -48,23 +48,23 @@ import {
48
48
  translateStatement,
49
49
  translateType,
50
50
  typeNodeToValueExpr
51
- } from "./chunk-5B64KRP2.js";
51
+ } from "./chunk-QYORKQDN.js";
52
52
  import {
53
53
  PerfCheckpoint,
54
54
  PerfEvent,
55
55
  PerfPhase
56
- } from "./chunk-I6R3GL3L.js";
56
+ } from "./chunk-Q2WE7ECN.js";
57
57
  import {
58
58
  absoluteFrom,
59
59
  absoluteFromSourceFile,
60
60
  getSourceFileOrError,
61
61
  relative
62
- } from "./chunk-STORTTKY.js";
62
+ } from "./chunk-37JMVF7H.js";
63
63
  import {
64
64
  __publicField
65
65
  } from "./chunk-KPQ72R34.js";
66
66
 
67
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/util.mjs
67
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/util.mjs
68
68
  import { ExternalExpr, ParseLocation, ParseSourceFile, ParseSourceSpan, ReadPropExpr, WrappedNodeExpr } from "@angular/compiler";
69
69
  import ts from "typescript";
70
70
  var CORE_MODULE = "@angular/core";
@@ -326,7 +326,7 @@ function isAbstractClassDeclaration(clazz) {
326
326
  return ts.canHaveModifiers(clazz) && clazz.modifiers !== void 0 ? clazz.modifiers.some((mod) => mod.kind === ts.SyntaxKind.AbstractKeyword) : false;
327
327
  }
328
328
 
329
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/dynamic.mjs
329
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/dynamic.mjs
330
330
  var DynamicValue = class {
331
331
  node;
332
332
  reason;
@@ -419,10 +419,10 @@ var DynamicValue = class {
419
419
  }
420
420
  };
421
421
 
422
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
422
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
423
423
  import ts2 from "typescript";
424
424
 
425
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/result.mjs
425
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/result.mjs
426
426
  var ResolvedModule = class {
427
427
  exports;
428
428
  evaluate;
@@ -457,7 +457,7 @@ var EnumValue = class {
457
457
  var KnownFn = class {
458
458
  };
459
459
 
460
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/builtin.mjs
460
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/builtin.mjs
461
461
  var ArraySliceBuiltinFn = class extends KnownFn {
462
462
  lhs;
463
463
  constructor(lhs) {
@@ -512,7 +512,7 @@ var StringConcatBuiltinFn = class extends KnownFn {
512
512
  }
513
513
  };
514
514
 
515
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/synthetic.mjs
515
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/synthetic.mjs
516
516
  var SyntheticValue = class {
517
517
  value;
518
518
  constructor(value) {
@@ -520,7 +520,7 @@ var SyntheticValue = class {
520
520
  }
521
521
  };
522
522
 
523
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
523
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
524
524
  function literalBinaryOp(op) {
525
525
  return { op, literal: true };
526
526
  }
@@ -1101,7 +1101,7 @@ function owningModule(context, override = null) {
1101
1101
  }
1102
1102
  }
1103
1103
 
1104
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interface.mjs
1104
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interface.mjs
1105
1105
  var PartialEvaluator = class {
1106
1106
  host;
1107
1107
  checker;
@@ -1124,7 +1124,7 @@ var PartialEvaluator = class {
1124
1124
  }
1125
1125
  };
1126
1126
 
1127
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/diagnostics.mjs
1127
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/diagnostics.mjs
1128
1128
  import ts3 from "typescript";
1129
1129
  function describeResolvedType(value, maxDepth = 1) {
1130
1130
  var _a, _b;
@@ -1259,14 +1259,14 @@ function getContainerNode(node) {
1259
1259
  return node.getSourceFile();
1260
1260
  }
1261
1261
 
1262
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/checker.mjs
1262
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/checker.mjs
1263
1263
  var OptimizeFor;
1264
1264
  (function(OptimizeFor2) {
1265
1265
  OptimizeFor2[OptimizeFor2["SingleFile"] = 0] = "SingleFile";
1266
1266
  OptimizeFor2[OptimizeFor2["WholeProgram"] = 1] = "WholeProgram";
1267
1267
  })(OptimizeFor || (OptimizeFor = {}));
1268
1268
 
1269
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/scope.mjs
1269
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/scope.mjs
1270
1270
  var PotentialImportKind;
1271
1271
  (function(PotentialImportKind2) {
1272
1272
  PotentialImportKind2[PotentialImportKind2["NgModule"] = 0] = "NgModule";
@@ -1278,7 +1278,7 @@ var PotentialImportMode;
1278
1278
  PotentialImportMode2[PotentialImportMode2["ForceDirect"] = 1] = "ForceDirect";
1279
1279
  })(PotentialImportMode || (PotentialImportMode = {}));
1280
1280
 
1281
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/completion.mjs
1281
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/completion.mjs
1282
1282
  var CompletionKind;
1283
1283
  (function(CompletionKind2) {
1284
1284
  CompletionKind2[CompletionKind2["Reference"] = 0] = "Reference";
@@ -1286,7 +1286,7 @@ var CompletionKind;
1286
1286
  CompletionKind2[CompletionKind2["LetDeclaration"] = 2] = "LetDeclaration";
1287
1287
  })(CompletionKind || (CompletionKind = {}));
1288
1288
 
1289
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/symbols.mjs
1289
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/symbols.mjs
1290
1290
  var SymbolKind;
1291
1291
  (function(SymbolKind2) {
1292
1292
  SymbolKind2[SymbolKind2["Input"] = 0] = "Input";
@@ -1303,7 +1303,7 @@ var SymbolKind;
1303
1303
  SymbolKind2[SymbolKind2["LetDeclaration"] = 11] = "LetDeclaration";
1304
1304
  })(SymbolKind || (SymbolKind = {}));
1305
1305
 
1306
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/di.mjs
1306
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/di.mjs
1307
1307
  import { LiteralExpr, WrappedNodeExpr as WrappedNodeExpr2 } from "@angular/compiler";
1308
1308
  import ts4 from "typescript";
1309
1309
  function getConstructorDependencies(clazz, reflector, isCore) {
@@ -1449,10 +1449,10 @@ function createUnsuitableInjectionTokenError(clazz, error) {
1449
1449
  return new FatalDiagnosticError(ErrorCode.PARAM_MISSING_TOKEN, param.nameNode, chain, hints);
1450
1450
  }
1451
1451
 
1452
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.mjs
1452
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.mjs
1453
1453
  import ts12 from "typescript";
1454
1454
 
1455
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/api.mjs
1455
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/api.mjs
1456
1456
  var MetaKind;
1457
1457
  (function(MetaKind2) {
1458
1458
  MetaKind2[MetaKind2["Directive"] = 0] = "Directive";
@@ -1465,10 +1465,10 @@ var MatchSource;
1465
1465
  MatchSource2[MatchSource2["HostDirective"] = 1] = "HostDirective";
1466
1466
  })(MatchSource || (MatchSource = {}));
1467
1467
 
1468
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
1468
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
1469
1469
  import ts6 from "typescript";
1470
1470
 
1471
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/property_mapping.mjs
1471
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/property_mapping.mjs
1472
1472
  var ClassPropertyMapping = class {
1473
1473
  forwardMap;
1474
1474
  reverseMap;
@@ -1550,7 +1550,7 @@ function reverseMapFromForwardMap(forwardMap) {
1550
1550
  return reverseMap;
1551
1551
  }
1552
1552
 
1553
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/util.mjs
1553
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/util.mjs
1554
1554
  import ts5 from "typescript";
1555
1555
  function extractReferencesFromType(checker, def, bestGuessOwningModule) {
1556
1556
  if (!ts5.isTupleTypeNode(def)) {
@@ -1766,7 +1766,7 @@ function isHostDirectiveMetaForGlobalMode(hostDirectiveMeta) {
1766
1766
  return hostDirectiveMeta.directive instanceof Reference;
1767
1767
  }
1768
1768
 
1769
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
1769
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
1770
1770
  var DtsMetadataReader = class {
1771
1771
  checker;
1772
1772
  reflector;
@@ -1965,7 +1965,7 @@ function readHostDirectivesType(checker, type, bestGuessOwningModule) {
1965
1965
  return result.length > 0 ? { result, isIncomplete } : null;
1966
1966
  }
1967
1967
 
1968
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/inheritance.mjs
1968
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/inheritance.mjs
1969
1969
  function flattenInheritedDirectiveMetadata(reader, dir) {
1970
1970
  const topMeta = reader.getDirectiveMetadata(dir);
1971
1971
  if (topMeta === null) {
@@ -2029,7 +2029,7 @@ function flattenInheritedDirectiveMetadata(reader, dir) {
2029
2029
  };
2030
2030
  }
2031
2031
 
2032
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/registry.mjs
2032
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/registry.mjs
2033
2033
  var LocalMetadataRegistry = class {
2034
2034
  directives = /* @__PURE__ */ new Map();
2035
2035
  ngModules = /* @__PURE__ */ new Map();
@@ -2085,7 +2085,7 @@ var CompoundMetadataRegistry = class {
2085
2085
  }
2086
2086
  };
2087
2087
 
2088
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/resource_registry.mjs
2088
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/resource_registry.mjs
2089
2089
  var ResourceRegistry = class {
2090
2090
  externalTemplateToComponentsMap = /* @__PURE__ */ new Map();
2091
2091
  componentToTemplateMap = /* @__PURE__ */ new Map();
@@ -2148,7 +2148,7 @@ var ResourceRegistry = class {
2148
2148
  }
2149
2149
  };
2150
2150
 
2151
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/providers.mjs
2151
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/providers.mjs
2152
2152
  var ExportedProviderStatusResolver = class {
2153
2153
  metaReader;
2154
2154
  calculating = /* @__PURE__ */ new Set();
@@ -2193,7 +2193,7 @@ var ExportedProviderStatusResolver = class {
2193
2193
  }
2194
2194
  };
2195
2195
 
2196
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/host_directives_resolver.mjs
2196
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/host_directives_resolver.mjs
2197
2197
  var EMPTY_ARRAY = [];
2198
2198
  var HostDirectivesResolver = class {
2199
2199
  metaReader;
@@ -2260,7 +2260,7 @@ function resolveOutput(bindingName) {
2260
2260
  return bindingName;
2261
2261
  }
2262
2262
 
2263
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/api.mjs
2263
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/api.mjs
2264
2264
  var CompilationMode;
2265
2265
  (function(CompilationMode2) {
2266
2266
  CompilationMode2[CompilationMode2["FULL"] = 0] = "FULL";
@@ -2274,7 +2274,7 @@ var HandlerPrecedence;
2274
2274
  HandlerPrecedence2[HandlerPrecedence2["WEAK"] = 2] = "WEAK";
2275
2275
  })(HandlerPrecedence || (HandlerPrecedence = {}));
2276
2276
 
2277
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/alias.mjs
2277
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/alias.mjs
2278
2278
  import ts7 from "typescript";
2279
2279
  function aliasTransformFactory(exportStatements) {
2280
2280
  return () => {
@@ -2299,10 +2299,10 @@ function aliasTransformFactory(exportStatements) {
2299
2299
  };
2300
2300
  }
2301
2301
 
2302
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
2302
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
2303
2303
  import ts8 from "typescript";
2304
2304
 
2305
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/trait.mjs
2305
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/trait.mjs
2306
2306
  var TraitState;
2307
2307
  (function(TraitState2) {
2308
2308
  TraitState2[TraitState2["Pending"] = 0] = "Pending";
@@ -2361,7 +2361,7 @@ var TraitImpl = class {
2361
2361
  }
2362
2362
  };
2363
2363
 
2364
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
2364
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
2365
2365
  var TraitCompiler = class {
2366
2366
  handlers;
2367
2367
  reflector;
@@ -2842,7 +2842,7 @@ function containsErrors(diagnostics) {
2842
2842
  return diagnostics !== null && diagnostics.some((diag) => diag.category === ts8.DiagnosticCategory.Error);
2843
2843
  }
2844
2844
 
2845
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.mjs
2845
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.mjs
2846
2846
  import ts9 from "typescript";
2847
2847
  var DtsTransformRegistry = class {
2848
2848
  ivyDeclarationTransforms = /* @__PURE__ */ new Map();
@@ -2992,11 +2992,11 @@ function markForEmitAsSingleLine(node) {
2992
2992
  ts9.forEachChild(node, markForEmitAsSingleLine);
2993
2993
  }
2994
2994
 
2995
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
2995
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
2996
2996
  import { ConstantPool } from "@angular/compiler";
2997
2997
  import ts11 from "typescript";
2998
2998
 
2999
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/visitor.mjs
2999
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/visitor.mjs
3000
3000
  import ts10 from "typescript";
3001
3001
  function visit(node, visitor, context) {
3002
3002
  return visitor._visit(node, context);
@@ -3055,7 +3055,7 @@ var Visitor = class {
3055
3055
  }
3056
3056
  };
3057
3057
 
3058
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
3058
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
3059
3059
  var NO_DECORATORS = /* @__PURE__ */ new Set();
3060
3060
  var CLOSURE_FILE_OVERVIEW_REGEXP = /\s+@fileoverview\s+/i;
3061
3061
  function ivyTransformFactory(compilation, reflector, importRewriter, defaultImportTracker, localCompilationExtraImportsTracker, perf, isCore, isClosureCompilerEnabled) {
@@ -3301,7 +3301,7 @@ function nodeArrayFromDecoratorsArray(decorators) {
3301
3301
  return array;
3302
3302
  }
3303
3303
 
3304
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.mjs
3304
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.mjs
3305
3305
  function makeDuplicateDeclarationError(node, data, kind) {
3306
3306
  const context = [];
3307
3307
  for (const decl of data) {
@@ -3510,7 +3510,7 @@ function assertLocalCompilationUnresolvedConst(compilationMode, value, nodeToHig
3510
3510
  }
3511
3511
  }
3512
3512
 
3513
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/evaluation.mjs
3513
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/evaluation.mjs
3514
3514
  import { ViewEncapsulation } from "@angular/compiler";
3515
3515
  import ts13 from "typescript";
3516
3516
  function resolveEnumValue(evaluator, metadata, field, enumSymbolName) {
@@ -3561,7 +3561,7 @@ function resolveLiteral(decorator, literalCache) {
3561
3561
  return meta;
3562
3562
  }
3563
3563
 
3564
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/factory.mjs
3564
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/factory.mjs
3565
3565
  import { compileDeclareFactoryFunction, compileFactoryFunction } from "@angular/compiler";
3566
3566
  function compileNgFactoryDefField(metadata) {
3567
3567
  const res = compileFactoryFunction(metadata);
@@ -3584,7 +3584,7 @@ function compileDeclareFactory(metadata) {
3584
3584
  };
3585
3585
  }
3586
3586
 
3587
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/injectable_registry.mjs
3587
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/injectable_registry.mjs
3588
3588
  var InjectableClassRegistry = class {
3589
3589
  host;
3590
3590
  isCore;
@@ -3612,7 +3612,7 @@ var InjectableClassRegistry = class {
3612
3612
  }
3613
3613
  };
3614
3614
 
3615
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/metadata.mjs
3615
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/metadata.mjs
3616
3616
  import { ArrowFunctionExpr, LiteralArrayExpr, LiteralExpr as LiteralExpr2, literalMap, WrappedNodeExpr as WrappedNodeExpr3 } from "@angular/compiler";
3617
3617
  import ts14 from "typescript";
3618
3618
  function extractClassMetadata(clazz, reflection, isCore, annotateForClosureCompiler, angularDecoratorTransform = (dec) => dec) {
@@ -3699,7 +3699,7 @@ function removeIdentifierReferences(node, names) {
3699
3699
  return result.transformed[0];
3700
3700
  }
3701
3701
 
3702
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/debug_info.mjs
3702
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/debug_info.mjs
3703
3703
  import { literal as literal2, WrappedNodeExpr as WrappedNodeExpr4 } from "@angular/compiler";
3704
3704
  function extractClassDebugInfo(clazz, reflection, compilerHost, rootDirs, forbidOrphanRendering) {
3705
3705
  if (!reflection.isClass(clazz)) {
@@ -3716,13 +3716,13 @@ function extractClassDebugInfo(clazz, reflection, compilerHost, rootDirs, forbid
3716
3716
  };
3717
3717
  }
3718
3718
 
3719
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/references_registry.mjs
3719
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/references_registry.mjs
3720
3720
  var NoopReferencesRegistry = class {
3721
3721
  add(source, ...references) {
3722
3722
  }
3723
3723
  };
3724
3724
 
3725
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/schema.mjs
3725
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/schema.mjs
3726
3726
  import { CUSTOM_ELEMENTS_SCHEMA, NO_ERRORS_SCHEMA } from "@angular/compiler";
3727
3727
  function extractSchemas(rawExpr, evaluator, context) {
3728
3728
  const schemas = [];
@@ -3752,7 +3752,7 @@ function extractSchemas(rawExpr, evaluator, context) {
3752
3752
  return schemas;
3753
3753
  }
3754
3754
 
3755
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/input_transforms.mjs
3755
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/input_transforms.mjs
3756
3756
  import { outputAst } from "@angular/compiler";
3757
3757
  function compileInputTransformFields(inputs) {
3758
3758
  const extraFields = [];
@@ -3770,16 +3770,16 @@ function compileInputTransformFields(inputs) {
3770
3770
  return extraFields;
3771
3771
  }
3772
3772
 
3773
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/jit_declaration_registry.mjs
3773
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/jit_declaration_registry.mjs
3774
3774
  var JitDeclarationRegistry = class {
3775
3775
  jitDeclarations = /* @__PURE__ */ new Set();
3776
3776
  };
3777
3777
 
3778
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
3778
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
3779
3779
  import { compileClassDebugInfo, compileHmrInitializer, compileComponentClassMetadata, compileComponentDeclareClassMetadata, compileComponentFromMetadata, compileDeclareComponentFromMetadata, compileDeferResolverFunction, ConstantPool as ConstantPool2, CssSelector as CssSelector4, DEFAULT_INTERPOLATION_CONFIG as DEFAULT_INTERPOLATION_CONFIG2, DomElementSchemaRegistry as DomElementSchemaRegistry3, ExternalExpr as ExternalExpr8, FactoryTarget as FactoryTarget3, makeBindingParser as makeBindingParser2, outputAst as o4, R3TargetBinder, R3TemplateDependencyKind, SelectorMatcher as SelectorMatcher3, ViewEncapsulation as ViewEncapsulation2 } from "@angular/compiler";
3780
3780
  import ts47 from "typescript";
3781
3781
 
3782
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/api.mjs
3782
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/api.mjs
3783
3783
  import ts15 from "typescript";
3784
3784
  var SemanticSymbol = class {
3785
3785
  decl;
@@ -3798,7 +3798,7 @@ function getSymbolIdentifier(decl) {
3798
3798
  return decl.name.text;
3799
3799
  }
3800
3800
 
3801
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/graph.mjs
3801
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/graph.mjs
3802
3802
  import { ExternalExpr as ExternalExpr2 } from "@angular/compiler";
3803
3803
  var OpaqueSymbol = class extends SemanticSymbol {
3804
3804
  isPublicApiAffected() {
@@ -3940,10 +3940,10 @@ function getImportPath(expr) {
3940
3940
  }
3941
3941
  }
3942
3942
 
3943
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
3943
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
3944
3944
  import ts16 from "typescript";
3945
3945
 
3946
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/util.mjs
3946
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/util.mjs
3947
3947
  function isSymbolEqual(a, b) {
3948
3948
  if (a.decl === b.decl) {
3949
3949
  return true;
@@ -3993,7 +3993,7 @@ function isSetEqual(a, b, equalityTester = referenceEquality) {
3993
3993
  return true;
3994
3994
  }
3995
3995
 
3996
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
3996
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
3997
3997
  function extractSemanticTypeParameters(node) {
3998
3998
  if (!ts16.isClassDeclaration(node) || node.typeParameters === void 0) {
3999
3999
  return null;
@@ -4015,14 +4015,14 @@ function isTypeParameterEqual(a, b) {
4015
4015
  return a.hasGenericTypeBound === b.hasGenericTypeBound;
4016
4016
  }
4017
4017
 
4018
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/api.mjs
4018
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/api.mjs
4019
4019
  var ComponentScopeKind;
4020
4020
  (function(ComponentScopeKind2) {
4021
4021
  ComponentScopeKind2[ComponentScopeKind2["NgModule"] = 0] = "NgModule";
4022
4022
  ComponentScopeKind2[ComponentScopeKind2["Standalone"] = 1] = "Standalone";
4023
4023
  })(ComponentScopeKind || (ComponentScopeKind = {}));
4024
4024
 
4025
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/component_scope.mjs
4025
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/component_scope.mjs
4026
4026
  var CompoundComponentScopeReader = class {
4027
4027
  readers;
4028
4028
  constructor(readers) {
@@ -4048,7 +4048,7 @@ var CompoundComponentScopeReader = class {
4048
4048
  }
4049
4049
  };
4050
4050
 
4051
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/dependency.mjs
4051
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/dependency.mjs
4052
4052
  var MetadataDtsModuleScopeResolver = class {
4053
4053
  dtsMetaReader;
4054
4054
  aliasingHost;
@@ -4126,11 +4126,11 @@ var MetadataDtsModuleScopeResolver = class {
4126
4126
  }
4127
4127
  };
4128
4128
 
4129
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.mjs
4129
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.mjs
4130
4130
  import { ExternalExpr as ExternalExpr3 } from "@angular/compiler";
4131
4131
  import ts17 from "typescript";
4132
4132
 
4133
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/util.mjs
4133
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/util.mjs
4134
4134
  function getDiagnosticNode(ref, rawExpr) {
4135
4135
  return rawExpr !== null ? ref.getOriginForDiagnostics(rawExpr) : ref.node.name;
4136
4136
  }
@@ -4156,7 +4156,7 @@ function makeUnknownComponentDeferredImportDiagnostic(ref, rawExpr) {
4156
4156
  return makeDiagnostic(ErrorCode.COMPONENT_UNKNOWN_DEFERRED_IMPORT, getDiagnosticNode(ref, rawExpr), `Component deferred imports must be standalone components, directives or pipes.`);
4157
4157
  }
4158
4158
 
4159
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.mjs
4159
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.mjs
4160
4160
  var IN_PROGRESS_RESOLUTION = {};
4161
4161
  var LocalModuleScopeRegistry = class {
4162
4162
  localReader;
@@ -4515,7 +4515,7 @@ function reexportCollision(module, refA, refB) {
4515
4515
  ]);
4516
4516
  }
4517
4517
 
4518
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/typecheck.mjs
4518
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/typecheck.mjs
4519
4519
  import { CssSelector, SelectorMatcher } from "@angular/compiler";
4520
4520
  import ts18 from "typescript";
4521
4521
  var TypeCheckScopeRegistry = class {
@@ -4599,14 +4599,14 @@ var TypeCheckScopeRegistry = class {
4599
4599
  }
4600
4600
  };
4601
4601
 
4602
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/handler.mjs
4602
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/handler.mjs
4603
4603
  import { compileClassMetadata, compileDeclareClassMetadata, compileDeclareDirectiveFromMetadata, compileDirectiveFromMetadata, FactoryTarget, makeBindingParser, WrappedNodeExpr as WrappedNodeExpr6 } from "@angular/compiler";
4604
4604
 
4605
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/shared.mjs
4605
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/shared.mjs
4606
4606
  import { createMayBeForwardRefExpression as createMayBeForwardRefExpression2, emitDistinctChangesOnlyDefaultValue, ExternalExpr as ExternalExpr4, getSafePropertyAccessString, parseHostBindings, ParserError, verifyHostBindings, WrappedNodeExpr as WrappedNodeExpr5 } from "@angular/compiler";
4607
4607
  import ts22 from "typescript";
4608
4608
 
4609
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/initializer_function_access.mjs
4609
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/initializer_function_access.mjs
4610
4610
  function validateAccessOfInitializerApiMember({ api, call }, member) {
4611
4611
  if (!api.allowedAccessLevels.includes(member.accessLevel)) {
4612
4612
  throw new FatalDiagnosticError(ErrorCode.INITIALIZER_API_DISALLOWED_MEMBER_VISIBILITY, call, makeDiagnosticChain(`Cannot use "${api.functionName}" on a class member that is declared as ${classMemberAccessLevelToString(member.accessLevel)}.`, [
@@ -4615,7 +4615,7 @@ function validateAccessOfInitializerApiMember({ api, call }, member) {
4615
4615
  }
4616
4616
  }
4617
4617
 
4618
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/initializer_functions.mjs
4618
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/initializer_functions.mjs
4619
4619
  import ts19 from "typescript";
4620
4620
  function tryParseInitializerApi(functions, expression, reflector, importTracker) {
4621
4621
  if (!ts19.isCallExpression(expression)) {
@@ -4684,7 +4684,7 @@ function parseTopLevelCallFromNamespace(call, functions, importTracker) {
4684
4684
  return { api: matchingApi, apiReference, isRequired };
4685
4685
  }
4686
4686
 
4687
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/input_output_parse_options.mjs
4687
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/input_output_parse_options.mjs
4688
4688
  import ts20 from "typescript";
4689
4689
  function parseAndValidateInputAndOutputOptions(optionsNode) {
4690
4690
  if (!ts20.isObjectLiteralExpression(optionsNode)) {
@@ -4702,7 +4702,7 @@ function parseAndValidateInputAndOutputOptions(optionsNode) {
4702
4702
  return { alias };
4703
4703
  }
4704
4704
 
4705
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/input_function.mjs
4705
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/input_function.mjs
4706
4706
  var INPUT_INITIALIZER_FN = {
4707
4707
  functionName: "input",
4708
4708
  owningModule: "@angular/core",
@@ -4734,7 +4734,7 @@ function tryParseSignalInputMapping(member, reflector, importTracker) {
4734
4734
  };
4735
4735
  }
4736
4736
 
4737
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/model_function.mjs
4737
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/model_function.mjs
4738
4738
  var MODEL_INITIALIZER_FN = {
4739
4739
  functionName: "model",
4740
4740
  owningModule: "@angular/core",
@@ -4775,7 +4775,7 @@ function tryParseSignalModelMapping(member, reflector, importTracker) {
4775
4775
  };
4776
4776
  }
4777
4777
 
4778
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/output_function.mjs
4778
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/output_function.mjs
4779
4779
  var allowedAccessLevels = [
4780
4780
  ClassMemberAccessLevel.PublicWritable,
4781
4781
  ClassMemberAccessLevel.PublicReadonly,
@@ -4819,7 +4819,7 @@ function tryParseInitializerBasedOutput(member, reflector, importTracker) {
4819
4819
  };
4820
4820
  }
4821
4821
 
4822
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/query_functions.mjs
4822
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/query_functions.mjs
4823
4823
  import { createMayBeForwardRefExpression, outputAst as o } from "@angular/compiler";
4824
4824
  import ts21 from "typescript";
4825
4825
  var queryFunctionNames = [
@@ -4904,7 +4904,7 @@ function parseDescendantsOption(value) {
4904
4904
  throw new FatalDiagnosticError(ErrorCode.VALUE_HAS_WRONG_TYPE, value, `Expected "descendants" option to be a boolean literal.`);
4905
4905
  }
4906
4906
 
4907
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/shared.mjs
4907
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/shared.mjs
4908
4908
  var EMPTY_OBJECT = {};
4909
4909
  var queryDecoratorNames = [
4910
4910
  "ViewChild",
@@ -5715,7 +5715,7 @@ function toR3InputMetadata(mapping) {
5715
5715
  };
5716
5716
  }
5717
5717
 
5718
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/symbol.mjs
5718
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/symbol.mjs
5719
5719
  var DirectiveSymbol = class extends SemanticSymbol {
5720
5720
  selector;
5721
5721
  inputs;
@@ -5801,7 +5801,7 @@ function isBaseClassEqual(current, previous) {
5801
5801
  return isSymbolEqual(current, previous);
5802
5802
  }
5803
5803
 
5804
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/handler.mjs
5804
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/handler.mjs
5805
5805
  var FIELD_DECORATORS = [
5806
5806
  "Input",
5807
5807
  "Output",
@@ -6021,11 +6021,11 @@ var DirectiveDecoratorHandler = class {
6021
6021
  }
6022
6022
  };
6023
6023
 
6024
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
6024
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
6025
6025
  import { compileClassMetadata as compileClassMetadata2, compileDeclareClassMetadata as compileDeclareClassMetadata2, compileDeclareInjectorFromMetadata, compileDeclareNgModuleFromMetadata, compileInjector, compileNgModule, ExternalExpr as ExternalExpr5, FactoryTarget as FactoryTarget2, FunctionExpr, InvokeFunctionExpr, LiteralArrayExpr as LiteralArrayExpr2, R3Identifiers, R3NgModuleMetadataKind, R3SelectorScopeMode, ReturnStatement, WrappedNodeExpr as WrappedNodeExpr7 } from "@angular/compiler";
6026
6026
  import ts24 from "typescript";
6027
6027
 
6028
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/module_with_providers.mjs
6028
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/module_with_providers.mjs
6029
6029
  import ts23 from "typescript";
6030
6030
  function createModuleWithProvidersResolver(reflector, isCore) {
6031
6031
  function _reflectModuleFromTypeParam(type, node) {
@@ -6097,7 +6097,7 @@ function isResolvedModuleWithProviders(sv) {
6097
6097
  return typeof sv.value === "object" && sv.value != null && sv.value.hasOwnProperty("ngModule") && sv.value.hasOwnProperty("mwpCall");
6098
6098
  }
6099
6099
 
6100
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
6100
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
6101
6101
  var NgModuleSymbol = class extends SemanticSymbol {
6102
6102
  hasProviders;
6103
6103
  remotelyScopedComponents = [];
@@ -6737,7 +6737,7 @@ function isSyntheticReference(ref) {
6737
6737
  return ref.synthetic;
6738
6738
  }
6739
6739
 
6740
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/diagnostics.mjs
6740
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/diagnostics.mjs
6741
6741
  function makeCyclicImportInfo(ref, type, cycle) {
6742
6742
  const name = ref.debugName || "(unknown)";
6743
6743
  const path = cycle.getPath().map((sf) => sf.fileName).join(" -> ");
@@ -6760,7 +6760,7 @@ function checkCustomElementSelectorForErrors(selector) {
6760
6760
  return null;
6761
6761
  }
6762
6762
 
6763
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/resources.mjs
6763
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/resources.mjs
6764
6764
  import { DEFAULT_INTERPOLATION_CONFIG, InterpolationConfig, ParseSourceFile as ParseSourceFile2, parseTemplate } from "@angular/compiler";
6765
6765
  import ts25 from "typescript";
6766
6766
  function getTemplateDeclarationNodeForError(declaration) {
@@ -7098,7 +7098,7 @@ function _extractTemplateStyleUrls(template) {
7098
7098
  }));
7099
7099
  }
7100
7100
 
7101
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/symbol.mjs
7101
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/symbol.mjs
7102
7102
  var ComponentSymbol = class extends DirectiveSymbol {
7103
7103
  usedDirectives = [];
7104
7104
  usedPipes = [];
@@ -7130,7 +7130,7 @@ var ComponentSymbol = class extends DirectiveSymbol {
7130
7130
  }
7131
7131
  };
7132
7132
 
7133
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/util.mjs
7133
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/util.mjs
7134
7134
  function collectAnimationNames(value, animationTriggerNames) {
7135
7135
  if (value instanceof Map) {
7136
7136
  const name = value.get("name");
@@ -7207,10 +7207,10 @@ function isLikelyModuleWithProviders(value) {
7207
7207
  return false;
7208
7208
  }
7209
7209
 
7210
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/checker.mjs
7210
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/checker.mjs
7211
7211
  import { CssSelector as CssSelector3, DomElementSchemaRegistry as DomElementSchemaRegistry2, ExternalExpr as ExternalExpr7, WrappedNodeExpr as WrappedNodeExpr9 } from "@angular/compiler";
7212
7212
 
7213
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/api.mjs
7213
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/api.mjs
7214
7214
  var NgOriginalFile = Symbol("NgOriginalFile");
7215
7215
  var UpdateMode;
7216
7216
  (function(UpdateMode2) {
@@ -7218,13 +7218,13 @@ var UpdateMode;
7218
7218
  UpdateMode2[UpdateMode2["Incremental"] = 1] = "Incremental";
7219
7219
  })(UpdateMode || (UpdateMode = {}));
7220
7220
 
7221
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/ts_create_program_driver.mjs
7221
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/ts_create_program_driver.mjs
7222
7222
  import ts27 from "typescript";
7223
7223
 
7224
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/adapter.mjs
7224
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/adapter.mjs
7225
7225
  import ts26 from "typescript";
7226
7226
 
7227
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/expando.mjs
7227
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/expando.mjs
7228
7228
  var NgExtension = Symbol("NgExtension");
7229
7229
  function isExtended(sf) {
7230
7230
  return sf[NgExtension] !== void 0;
@@ -7284,13 +7284,13 @@ function retagTsFile(sf) {
7284
7284
  }
7285
7285
  }
7286
7286
 
7287
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/util.mjs
7287
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/util.mjs
7288
7288
  var TS_EXTENSIONS = /\.tsx?$/i;
7289
7289
  function makeShimFileName(fileName, suffix) {
7290
7290
  return absoluteFrom(fileName.replace(TS_EXTENSIONS, suffix));
7291
7291
  }
7292
7292
 
7293
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/adapter.mjs
7293
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/adapter.mjs
7294
7294
  var ShimAdapter = class {
7295
7295
  delegate;
7296
7296
  shims = /* @__PURE__ */ new Map();
@@ -7387,7 +7387,7 @@ var ShimAdapter = class {
7387
7387
  }
7388
7388
  };
7389
7389
 
7390
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/reference_tagger.mjs
7390
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/reference_tagger.mjs
7391
7391
  var ShimReferenceTagger = class {
7392
7392
  suffixes;
7393
7393
  tagged = /* @__PURE__ */ new Set();
@@ -7422,7 +7422,7 @@ var ShimReferenceTagger = class {
7422
7422
  }
7423
7423
  };
7424
7424
 
7425
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/ts_create_program_driver.mjs
7425
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/ts_create_program_driver.mjs
7426
7426
  var DelegatingCompilerHost = class {
7427
7427
  delegate;
7428
7428
  createHash;
@@ -7573,7 +7573,7 @@ var TsCreateProgramDriver = class {
7573
7573
  }
7574
7574
  };
7575
7575
 
7576
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/diagnostic.mjs
7576
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/diagnostic.mjs
7577
7577
  import ts28 from "typescript";
7578
7578
  function makeTemplateDiagnostic(templateId, mapping, span, category, code, messageText, relatedMessages) {
7579
7579
  var _a;
@@ -7684,28 +7684,24 @@ function parseTemplateAsSourceFile(fileName, template) {
7684
7684
  );
7685
7685
  }
7686
7686
 
7687
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/id.mjs
7688
- var TEMPLATE_ID = Symbol("ngTemplateId");
7689
- var NEXT_TEMPLATE_ID = Symbol("ngNextTemplateId");
7687
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/id.mjs
7688
+ var TEMPLATE_ID_MAP = Symbol("ngTemplateId");
7690
7689
  function getTemplateId(clazz) {
7691
- const node = clazz;
7692
- if (node[TEMPLATE_ID] === void 0) {
7693
- node[TEMPLATE_ID] = allocateTemplateId(node.getSourceFile());
7690
+ const sf = clazz.getSourceFile();
7691
+ if (sf[TEMPLATE_ID_MAP] === void 0) {
7692
+ sf[TEMPLATE_ID_MAP] = /* @__PURE__ */ new Map();
7694
7693
  }
7695
- return node[TEMPLATE_ID];
7696
- }
7697
- function allocateTemplateId(sf) {
7698
- if (sf[NEXT_TEMPLATE_ID] === void 0) {
7699
- sf[NEXT_TEMPLATE_ID] = 1;
7694
+ if (sf[TEMPLATE_ID_MAP].get(clazz) === void 0) {
7695
+ sf[TEMPLATE_ID_MAP].set(clazz, `tcb${sf[TEMPLATE_ID_MAP].size + 1}`);
7700
7696
  }
7701
- return `tcb${sf[NEXT_TEMPLATE_ID]++}`;
7697
+ return sf[TEMPLATE_ID_MAP].get(clazz);
7702
7698
  }
7703
7699
 
7704
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/completion.mjs
7700
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/completion.mjs
7705
7701
  import { EmptyExpr, ImplicitReceiver, PropertyRead, PropertyWrite, SafePropertyRead, TmplAstLetDeclaration, TmplAstReference, TmplAstTextAttribute } from "@angular/compiler";
7706
7702
  import ts30 from "typescript";
7707
7703
 
7708
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/comments.mjs
7704
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/comments.mjs
7709
7705
  import { AbsoluteSourceSpan } from "@angular/compiler";
7710
7706
  import ts29 from "typescript";
7711
7707
  var parseSpanComment = /^(\d+),(\d+)$/;
@@ -7836,7 +7832,7 @@ function hasExpressionIdentifier(sourceFile, node, identifier) {
7836
7832
  }) || false;
7837
7833
  }
7838
7834
 
7839
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/completion.mjs
7835
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/completion.mjs
7840
7836
  var CompletionEngine = class {
7841
7837
  tcb;
7842
7838
  data;
@@ -9043,10 +9039,10 @@ var MagicString = class {
9043
9039
  }
9044
9040
  };
9045
9041
 
9046
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
9042
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
9047
9043
  import ts43 from "typescript";
9048
9044
 
9049
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/dom.mjs
9045
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/dom.mjs
9050
9046
  import { DomElementSchemaRegistry } from "@angular/compiler";
9051
9047
  import ts31 from "typescript";
9052
9048
  var REGISTRY = new DomElementSchemaRegistry();
@@ -9100,10 +9096,10 @@ var RegistryDomSchemaChecker = class {
9100
9096
  }
9101
9097
  };
9102
9098
 
9103
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/environment.mjs
9099
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/environment.mjs
9104
9100
  import ts36 from "typescript";
9105
9101
 
9106
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/reference_emit_environment.mjs
9102
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/reference_emit_environment.mjs
9107
9103
  import { ExpressionType, ExternalExpr as ExternalExpr6, TypeModifier } from "@angular/compiler";
9108
9104
  var ReferenceEmitEnvironment = class {
9109
9105
  importManager;
@@ -9138,7 +9134,7 @@ var ReferenceEmitEnvironment = class {
9138
9134
  }
9139
9135
  };
9140
9136
 
9141
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/ts_util.mjs
9137
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/ts_util.mjs
9142
9138
  import ts32 from "typescript";
9143
9139
  var SAFE_TO_CAST_WITHOUT_PARENS = /* @__PURE__ */ new Set([
9144
9140
  ts32.SyntaxKind.ParenthesizedExpression,
@@ -9221,15 +9217,15 @@ function tsNumericExpression(value) {
9221
9217
  return ts32.factory.createNumericLiteral(value);
9222
9218
  }
9223
9219
 
9224
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.mjs
9220
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.mjs
9225
9221
  import { ExpressionType as ExpressionType2, R3Identifiers as R3Identifiers3, WrappedNodeExpr as WrappedNodeExpr8 } from "@angular/compiler";
9226
9222
  import ts35 from "typescript";
9227
9223
 
9228
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.mjs
9224
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.mjs
9229
9225
  import { R3Identifiers as R3Identifiers2 } from "@angular/compiler";
9230
9226
  import ts34 from "typescript";
9231
9227
 
9232
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_parameter_emitter.mjs
9228
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_parameter_emitter.mjs
9233
9229
  import ts33 from "typescript";
9234
9230
  var TypeParameterEmitter = class {
9235
9231
  typeParameters;
@@ -9309,7 +9305,7 @@ var TypeParameterEmitter = class {
9309
9305
  }
9310
9306
  };
9311
9307
 
9312
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.mjs
9308
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.mjs
9313
9309
  var TCB_FILE_IMPORT_GRAPH_PREPARE_IDENTIFIERS = [
9314
9310
  R3Identifiers2.InputSignalBrandWriteType
9315
9311
  ];
@@ -9401,7 +9397,7 @@ function checkIfGenericTypeBoundsCanBeEmitted(node, reflector, env) {
9401
9397
  return emitter.canEmit((ref) => env.canReferenceType(ref));
9402
9398
  }
9403
9399
 
9404
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.mjs
9400
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.mjs
9405
9401
  function generateTypeCtorDeclarationFn(env, meta, nodeTypeRef, typeParams) {
9406
9402
  const rawTypeArgs = typeParams !== void 0 ? generateGenericArgs(typeParams) : void 0;
9407
9403
  const rawType = ts35.factory.createTypeReferenceNode(nodeTypeRef, rawTypeArgs);
@@ -9524,7 +9520,7 @@ function typeParametersWithDefaultTypes(params) {
9524
9520
  });
9525
9521
  }
9526
9522
 
9527
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/environment.mjs
9523
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/environment.mjs
9528
9524
  var Environment = class extends ReferenceEmitEnvironment {
9529
9525
  config;
9530
9526
  nextIds = {
@@ -9597,7 +9593,7 @@ var Environment = class extends ReferenceEmitEnvironment {
9597
9593
  }
9598
9594
  };
9599
9595
 
9600
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/oob.mjs
9596
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/oob.mjs
9601
9597
  import { AbsoluteSourceSpan as AbsoluteSourceSpan2, TmplAstElement } from "@angular/compiler";
9602
9598
  import ts37 from "typescript";
9603
9599
  var OutOfBandDiagnosticRecorderImpl = class {
@@ -9800,7 +9796,7 @@ function makeInlineDiagnostic(templateId, code, node, messageText, relatedInform
9800
9796
  };
9801
9797
  }
9802
9798
 
9803
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/shim.mjs
9799
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/shim.mjs
9804
9800
  import ts38 from "typescript";
9805
9801
  var TypeCheckShimGenerator = class {
9806
9802
  extensionPrefix = "ngtypecheck";
@@ -9816,11 +9812,11 @@ var TypeCheckShimGenerator = class {
9816
9812
  }
9817
9813
  };
9818
9814
 
9819
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.mjs
9815
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.mjs
9820
9816
  import { BindingPipe, BindingType, Call as Call2, createCssSelectorFromNode, CssSelector as CssSelector2, DYNAMIC_TYPE, ImplicitReceiver as ImplicitReceiver2, ParsedEventType, PropertyRead as PropertyRead3, PropertyWrite as PropertyWrite2, R3Identifiers as R3Identifiers4, SafeCall, SafePropertyRead as SafePropertyRead3, SelectorMatcher as SelectorMatcher2, ThisReceiver, TmplAstBoundAttribute, TmplAstBoundText, TmplAstContent, TmplAstDeferredBlock, TmplAstElement as TmplAstElement2, TmplAstForLoopBlock, TmplAstIcu, TmplAstIfBlock, TmplAstIfBlockBranch, TmplAstLetDeclaration as TmplAstLetDeclaration2, TmplAstReference as TmplAstReference2, TmplAstSwitchBlock, TmplAstTemplate, TmplAstText, TmplAstTextAttribute as TmplAstTextAttribute2, TmplAstVariable, TransplantedType } from "@angular/compiler";
9821
9817
  import ts41 from "typescript";
9822
9818
 
9823
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/diagnostics.mjs
9819
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/diagnostics.mjs
9824
9820
  import { AbsoluteSourceSpan as AbsoluteSourceSpan3 } from "@angular/compiler";
9825
9821
  import ts39 from "typescript";
9826
9822
  function wrapForDiagnostics(expr) {
@@ -9876,7 +9872,7 @@ function translateDiagnostic(diagnostic, resolver) {
9876
9872
  return makeTemplateDiagnostic(sourceLocation.id, templateSourceMapping, span, diagnostic.category, diagnostic.code, diagnostic.messageText);
9877
9873
  }
9878
9874
 
9879
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/expression.mjs
9875
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/expression.mjs
9880
9876
  import { ASTWithSource, Call, EmptyExpr as EmptyExpr2, PropertyRead as PropertyRead2, SafeKeyedRead, SafePropertyRead as SafePropertyRead2 } from "@angular/compiler";
9881
9877
  import ts40 from "typescript";
9882
9878
  var ANY_EXPRESSION = ts40.factory.createAsExpression(ts40.factory.createNumericLiteral("0"), ts40.factory.createKeywordTypeNode(ts40.SyntaxKind.AnyKeyword));
@@ -10162,6 +10158,9 @@ var AstTranslator = class {
10162
10158
  visitTemplateLiteralElement(ast, context) {
10163
10159
  throw new Error("Method not implemented");
10164
10160
  }
10161
+ visitTaggedTemplateLiteral(ast) {
10162
+ return ts40.factory.createTaggedTemplateExpression(this.translate(ast.tag), void 0, this.visitTemplateLiteral(ast.template));
10163
+ }
10165
10164
  convertToSafeCall(ast, expr, args) {
10166
10165
  if (this.config.strictSafeNavigationTypes) {
10167
10166
  const call = ts40.factory.createCallExpression(ts40.factory.createNonNullExpression(expr), void 0, args);
@@ -10253,11 +10252,14 @@ var _VeSafeLhsInferenceBugDetector = class {
10253
10252
  visitTemplateLiteralElement(ast, context) {
10254
10253
  return false;
10255
10254
  }
10255
+ visitTaggedTemplateLiteral(ast, context) {
10256
+ return false;
10257
+ }
10256
10258
  };
10257
10259
  var VeSafeLhsInferenceBugDetector = _VeSafeLhsInferenceBugDetector;
10258
10260
  __publicField(VeSafeLhsInferenceBugDetector, "SINGLETON", new _VeSafeLhsInferenceBugDetector());
10259
10261
 
10260
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.mjs
10262
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.mjs
10261
10263
  var TcbGenericContextBehavior;
10262
10264
  (function(TcbGenericContextBehavior2) {
10263
10265
  TcbGenericContextBehavior2[TcbGenericContextBehavior2["UseEmitter"] = 0] = "UseEmitter";
@@ -11952,7 +11954,7 @@ var TcbForLoopTrackTranslator = class extends TcbExpressionTranslator {
11952
11954
  }
11953
11955
  };
11954
11956
 
11955
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_file.mjs
11957
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_file.mjs
11956
11958
  import ts42 from "typescript";
11957
11959
  var TypeCheckFile = class extends Environment {
11958
11960
  fileName;
@@ -12001,7 +12003,7 @@ var TypeCheckFile = class extends Environment {
12001
12003
  }
12002
12004
  };
12003
12005
 
12004
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
12006
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
12005
12007
  var InliningMode;
12006
12008
  (function(InliningMode2) {
12007
12009
  InliningMode2[InliningMode2["InlineOps"] = 0] = "InlineOps";
@@ -12269,10 +12271,10 @@ var TypeCtorOp = class {
12269
12271
  }
12270
12272
  };
12271
12273
 
12272
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/source.mjs
12274
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/source.mjs
12273
12275
  import { ParseLocation as ParseLocation2, ParseSourceSpan as ParseSourceSpan2 } from "@angular/compiler";
12274
12276
 
12275
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/line_mappings.mjs
12277
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/line_mappings.mjs
12276
12278
  var LF_CHAR = 10;
12277
12279
  var CR_CHAR = 13;
12278
12280
  var LINE_SEP_CHAR = 8232;
@@ -12313,7 +12315,7 @@ function findClosestLineStartPosition(linesMap, position, low = 0, high = linesM
12313
12315
  return low - 1;
12314
12316
  }
12315
12317
 
12316
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/source.mjs
12318
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/source.mjs
12317
12319
  var TemplateSource = class {
12318
12320
  mapping;
12319
12321
  file;
@@ -12364,7 +12366,7 @@ var TemplateSourceManager = class {
12364
12366
  }
12365
12367
  };
12366
12368
 
12367
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/template_symbol_builder.mjs
12369
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/template_symbol_builder.mjs
12368
12370
  import { AST, ASTWithName, ASTWithSource as ASTWithSource2, BindingPipe as BindingPipe2, PropertyRead as PropertyRead4, PropertyWrite as PropertyWrite3, R3Identifiers as R3Identifiers5, SafePropertyRead as SafePropertyRead4, TmplAstBoundAttribute as TmplAstBoundAttribute2, TmplAstBoundEvent, TmplAstElement as TmplAstElement3, TmplAstLetDeclaration as TmplAstLetDeclaration3, TmplAstReference as TmplAstReference3, TmplAstTemplate as TmplAstTemplate2, TmplAstTextAttribute as TmplAstTextAttribute3, TmplAstVariable as TmplAstVariable2 } from "@angular/compiler";
12369
12371
  import ts44 from "typescript";
12370
12372
  var SymbolBuilder = class {
@@ -12946,7 +12948,7 @@ function unwrapSignalInputWriteTAccessor(expr) {
12946
12948
  };
12947
12949
  }
12948
12950
 
12949
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/checker.mjs
12951
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/checker.mjs
12950
12952
  var REGISTRY2 = new DomElementSchemaRegistry2();
12951
12953
  var TemplateTypeCheckerImpl = class {
12952
12954
  originalProgram;
@@ -13671,10 +13673,10 @@ var SingleShimTypeCheckingHost = class extends SingleFileTypeCheckingHost {
13671
13673
  }
13672
13674
  };
13673
13675
 
13674
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/hmr/src/metadata.mjs
13676
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/hmr/src/metadata.mjs
13675
13677
  import { outputAst as o3 } from "@angular/compiler";
13676
13678
 
13677
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/hmr/src/extract_dependencies.mjs
13679
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/hmr/src/extract_dependencies.mjs
13678
13680
  import { outputAst as o2 } from "@angular/compiler";
13679
13681
  import ts45 from "typescript";
13680
13682
  function extractHmrDependencies(node, definition, factory, deferBlockMetadata, classMetadata, debugInfo, reflection, evaluator) {
@@ -13886,7 +13888,7 @@ function isConstEnumReference(node, reflection) {
13886
13888
  return declaration !== null && ts45.isEnumDeclaration(declaration.node) && !!((_a = declaration.node.modifiers) == null ? void 0 : _a.some((m) => m.kind === ts45.SyntaxKind.ConstKeyword));
13887
13889
  }
13888
13890
 
13889
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/hmr/src/metadata.mjs
13891
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/hmr/src/metadata.mjs
13890
13892
  function extractHmrMetatadata(clazz, reflection, evaluator, compilerHost, rootDirs, definition, factory, deferBlockMetadata, classMetadata, debugInfo) {
13891
13893
  if (!reflection.isClass(clazz)) {
13892
13894
  return null;
@@ -13907,7 +13909,7 @@ function extractHmrMetatadata(clazz, reflection, evaluator, compilerHost, rootDi
13907
13909
  return meta;
13908
13910
  }
13909
13911
 
13910
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/hmr/src/update_declaration.mjs
13912
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/hmr/src/update_declaration.mjs
13911
13913
  import { compileHmrUpdateCallback } from "@angular/compiler";
13912
13914
  import ts46 from "typescript";
13913
13915
  function getHmrUpdateDeclaration(compilationResults, constantStatements, meta, sourceFile) {
@@ -13943,7 +13945,7 @@ var HmrModuleImportRewriter = class {
13943
13945
  }
13944
13946
  };
13945
13947
 
13946
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
13948
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
13947
13949
  var EMPTY_ARRAY2 = [];
13948
13950
  var isUsedDirective = (decl) => decl.kind === R3TemplateDependencyKind.Directive;
13949
13951
  var isUsedPipe = (decl) => decl.kind === R3TemplateDependencyKind.Pipe;
@@ -15121,7 +15123,7 @@ function isDefaultImport(node) {
15121
15123
  return node.importClause !== void 0 && node.importClause.namedBindings === void 0;
15122
15124
  }
15123
15125
 
15124
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/injectable.mjs
15126
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/injectable.mjs
15125
15127
  import { compileClassMetadata as compileClassMetadata3, compileDeclareClassMetadata as compileDeclareClassMetadata3, compileDeclareInjectableFromMetadata, compileInjectable, createMayBeForwardRefExpression as createMayBeForwardRefExpression3, FactoryTarget as FactoryTarget4, LiteralExpr as LiteralExpr3, WrappedNodeExpr as WrappedNodeExpr10 } from "@angular/compiler";
15126
15128
  import ts48 from "typescript";
15127
15129
  var InjectableDecoratorHandler = class {
@@ -15362,7 +15364,7 @@ function getDep(dep, reflector) {
15362
15364
  return meta;
15363
15365
  }
15364
15366
 
15365
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/pipe.mjs
15367
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/pipe.mjs
15366
15368
  import { compileClassMetadata as compileClassMetadata4, compileDeclareClassMetadata as compileDeclareClassMetadata4, compileDeclarePipeFromMetadata, compilePipeFromMetadata, FactoryTarget as FactoryTarget5 } from "@angular/compiler";
15367
15369
  import ts49 from "typescript";
15368
15370
  var PipeSymbol = class extends SemanticSymbol {
@@ -15610,4 +15612,4 @@ export {
15610
15612
  * Use of this source code is governed by an MIT-style license that can be
15611
15613
  * found in the LICENSE file at https://angular.dev/license
15612
15614
  */
15613
- //# sourceMappingURL=chunk-2MJ6YSB2.js.map
15615
+ //# sourceMappingURL=chunk-PLKJMRGZ.js.map