@angular/compiler-cli 20.0.4 → 20.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (34) hide show
  1. package/bundles/{chunk-U5SKOFKE.js → chunk-3NKMA2JO.js} +2 -2
  2. package/bundles/{chunk-EBPHWYDC.js → chunk-7FGS2TFN.js} +11 -11
  3. package/bundles/{chunk-M3WWDK6S.js → chunk-LMRFLQ2K.js} +3 -3
  4. package/bundles/{chunk-TDMVX35I.js → chunk-LYJARAHL.js} +31 -31
  5. package/bundles/{chunk-QZKYZIEQ.js → chunk-M7MXAQMK.js} +3 -3
  6. package/bundles/{chunk-NVYT6OPE.js → chunk-PML5JK7B.js} +7 -7
  7. package/bundles/{chunk-ZZUFYJIW.js → chunk-RYBZ5OMY.js} +5 -5
  8. package/bundles/{chunk-H5Y7P5GQ.js → chunk-SEKYV57I.js} +3 -3
  9. package/bundles/{chunk-NPUFVONQ.js → chunk-SILQIVD4.js} +201 -172
  10. package/bundles/chunk-SILQIVD4.js.map +6 -0
  11. package/bundles/{chunk-3AHGFMNS.js → chunk-TPEB2IXF.js} +7 -7
  12. package/bundles/{chunk-2L4O4UIG.js → chunk-ZWSVOOGU.js} +81 -81
  13. package/bundles/index.js +12 -12
  14. package/bundles/linker/babel/index.js +12 -12
  15. package/bundles/linker/index.js +3 -3
  16. package/bundles/private/localize.js +4 -4
  17. package/bundles/private/migrations.js +4 -4
  18. package/bundles/private/tooling.js +6 -6
  19. package/bundles/src/bin/ng_xi18n.js +10 -10
  20. package/bundles/src/bin/ngc.js +8 -8
  21. package/linker/src/file_linker/partial_linkers/util.d.ts +1 -1
  22. package/package.json +3 -3
  23. package/src/ngtsc/typecheck/src/oob.d.ts +7 -4
  24. package/bundles/chunk-NPUFVONQ.js.map +0 -6
  25. /package/bundles/{chunk-U5SKOFKE.js.map → chunk-3NKMA2JO.js.map} +0 -0
  26. /package/bundles/{chunk-EBPHWYDC.js.map → chunk-7FGS2TFN.js.map} +0 -0
  27. /package/bundles/{chunk-M3WWDK6S.js.map → chunk-LMRFLQ2K.js.map} +0 -0
  28. /package/bundles/{chunk-TDMVX35I.js.map → chunk-LYJARAHL.js.map} +0 -0
  29. /package/bundles/{chunk-QZKYZIEQ.js.map → chunk-M7MXAQMK.js.map} +0 -0
  30. /package/bundles/{chunk-NVYT6OPE.js.map → chunk-PML5JK7B.js.map} +0 -0
  31. /package/bundles/{chunk-ZZUFYJIW.js.map → chunk-RYBZ5OMY.js.map} +0 -0
  32. /package/bundles/{chunk-H5Y7P5GQ.js.map → chunk-SEKYV57I.js.map} +0 -0
  33. /package/bundles/{chunk-3AHGFMNS.js.map → chunk-TPEB2IXF.js.map} +0 -0
  34. /package/bundles/{chunk-2L4O4UIG.js.map → chunk-ZWSVOOGU.js.map} +0 -0
@@ -4,7 +4,7 @@
4
4
 
5
5
  import {
6
6
  angularJitApplicationTransform
7
- } from "./chunk-EBPHWYDC.js";
7
+ } from "./chunk-7FGS2TFN.js";
8
8
  import {
9
9
  AbsoluteModuleStrategy,
10
10
  ActivePerfRecorder,
@@ -90,7 +90,7 @@ import {
90
90
  toUnredirectedSourceFile,
91
91
  tryParseInitializerApi,
92
92
  untagAllTsFiles
93
- } from "./chunk-NPUFVONQ.js";
93
+ } from "./chunk-SILQIVD4.js";
94
94
  import {
95
95
  LogicalFileSystem,
96
96
  absoluteFrom,
@@ -100,9 +100,9 @@ import {
100
100
  getFileSystem,
101
101
  join,
102
102
  resolve
103
- } from "./chunk-3AHGFMNS.js";
103
+ } from "./chunk-TPEB2IXF.js";
104
104
 
105
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/api.js
105
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/api.js
106
106
  var DEFAULT_ERROR_CODE = 100;
107
107
  var UNKNOWN_ERROR_CODE = 500;
108
108
  var SOURCE = "angular";
@@ -120,7 +120,7 @@ var EmitFlags;
120
120
  EmitFlags2[EmitFlags2["All"] = 31] = "All";
121
121
  })(EmitFlags || (EmitFlags = {}));
122
122
 
123
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/compiler_host.js
123
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/compiler_host.js
124
124
  import ts from "typescript";
125
125
  var wrapHostForTest = null;
126
126
  function createCompilerHost({ options, tsHost = ts.createCompilerHost(options, true) }) {
@@ -130,7 +130,7 @@ function createCompilerHost({ options, tsHost = ts.createCompilerHost(options, t
130
130
  return tsHost;
131
131
  }
132
132
 
133
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/entities.js
133
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/entities.js
134
134
  var EntryType;
135
135
  (function(EntryType2) {
136
136
  EntryType2["Block"] = "block";
@@ -177,22 +177,22 @@ function isDocEntryWithSourceInfo(entry) {
177
177
  return "source" in entry;
178
178
  }
179
179
 
180
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/extractor.js
180
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/extractor.js
181
181
  import ts12 from "typescript";
182
182
 
183
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/class_extractor.js
183
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/class_extractor.js
184
184
  import ts6 from "typescript";
185
185
 
186
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/filters.js
186
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/filters.js
187
187
  function isAngularPrivateName(name) {
188
188
  const firstChar = name[0] ?? "";
189
189
  return firstChar === "\u0275" || firstChar === "_";
190
190
  }
191
191
 
192
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/function_extractor.js
192
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/function_extractor.js
193
193
  import ts4 from "typescript";
194
194
 
195
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/generics_extractor.js
195
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/generics_extractor.js
196
196
  function extractGenerics(declaration) {
197
197
  return declaration.typeParameters?.map((typeParam) => ({
198
198
  name: typeParam.name.getText(),
@@ -201,7 +201,7 @@ function extractGenerics(declaration) {
201
201
  })) ?? [];
202
202
  }
203
203
 
204
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/jsdoc_extractor.js
204
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/jsdoc_extractor.js
205
205
  import ts2 from "typescript";
206
206
  var decoratorExpression = /@(?=(Injectable|Component|Directive|Pipe|NgModule|Input|Output|HostBinding|HostListener|Inject|Optional|Self|Host|SkipSelf|ViewChild|ViewChildren|ContentChild|ContentChildren))/g;
207
207
  function extractJsDocTags(node) {
@@ -242,13 +242,13 @@ function unescapeAngularDecorators(comment) {
242
242
  return comment.replace(/_NG_AT_/g, "@");
243
243
  }
244
244
 
245
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/type_extractor.js
245
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/type_extractor.js
246
246
  import ts3 from "typescript";
247
247
  function extractResolvedTypeString(node, checker) {
248
248
  return checker.typeToString(checker.getTypeAtLocation(node), void 0, ts3.TypeFormatFlags.NoTruncation);
249
249
  }
250
250
 
251
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/function_extractor.js
251
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/function_extractor.js
252
252
  var FunctionExtractor = class {
253
253
  name;
254
254
  exportDeclaration;
@@ -358,7 +358,7 @@ function findImplementationOfFunction(node, typeChecker) {
358
358
  return implementation;
359
359
  }
360
360
 
361
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/internal.js
361
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/internal.js
362
362
  import ts5 from "typescript";
363
363
  function isInternal(member) {
364
364
  return extractJsDocTags(member).some((tag) => tag.name === "internal") || hasLeadingInternalComment(member);
@@ -376,7 +376,7 @@ function hasLeadingInternalComment(member) {
376
376
  ) ?? false;
377
377
  }
378
378
 
379
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/class_extractor.js
379
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/class_extractor.js
380
380
  var ClassExtractor = class {
381
381
  declaration;
382
382
  typeChecker;
@@ -694,7 +694,7 @@ function extractPipeSyntax(metadata, classDeclaration) {
694
694
  return `{{ value_expression | ${metadata.name}${paramNames.length ? ":" + paramNames.join(":") : ""} }}`;
695
695
  }
696
696
 
697
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/constant_extractor.js
697
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/constant_extractor.js
698
698
  import ts7 from "typescript";
699
699
  var LITERAL_AS_ENUM_TAG = "object-literal-as-enum";
700
700
  function extractConstant(declaration, typeChecker) {
@@ -752,7 +752,7 @@ function extractLiteralPropertiesAsEnumMembers(declaration) {
752
752
  });
753
753
  }
754
754
 
755
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/decorator_extractor.js
755
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/decorator_extractor.js
756
756
  import ts8 from "typescript";
757
757
  function extractorDecorator(declaration, typeChecker) {
758
758
  const documentedNode = getDecoratorJsDocNode(declaration);
@@ -823,7 +823,7 @@ function getDecoratorJsDocNode(declaration) {
823
823
  return callSignature;
824
824
  }
825
825
 
826
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/enum_extractor.js
826
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/enum_extractor.js
827
827
  import ts9 from "typescript";
828
828
  function extractEnum(declaration, typeChecker) {
829
829
  return {
@@ -853,7 +853,7 @@ function getEnumMemberValue(memberNode) {
853
853
  return literal?.getText() ?? "";
854
854
  }
855
855
 
856
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/initializer_api_function_extractor.js
856
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/initializer_api_function_extractor.js
857
857
  import ts10 from "typescript";
858
858
  var initializerApiTag = "initializerApiFunction";
859
859
  function isInitializerApiFunction(node, typeChecker) {
@@ -961,7 +961,7 @@ function extractFunctionWithOverloads(name, type, typeChecker) {
961
961
  };
962
962
  }
963
963
 
964
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/type_alias_extractor.js
964
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/type_alias_extractor.js
965
965
  function extractTypeAlias(declaration) {
966
966
  return {
967
967
  name: declaration.name.getText(),
@@ -974,7 +974,7 @@ function extractTypeAlias(declaration) {
974
974
  };
975
975
  }
976
976
 
977
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/import_extractor.js
977
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/import_extractor.js
978
978
  import ts11 from "typescript";
979
979
  function getImportedSymbols(sourceFile) {
980
980
  const importSpecifiers = /* @__PURE__ */ new Map();
@@ -998,7 +998,7 @@ function getImportedSymbols(sourceFile) {
998
998
  return importSpecifiers;
999
999
  }
1000
1000
 
1001
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/extractor.js
1001
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/extractor.js
1002
1002
  var DocsExtractor = class {
1003
1003
  typeChecker;
1004
1004
  metadataReader;
@@ -1085,11 +1085,11 @@ function getRelativeFilePath(sourceFile, rootDir) {
1085
1085
  return relativePath;
1086
1086
  }
1087
1087
 
1088
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.js
1088
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.js
1089
1089
  import { HtmlParser, MessageBundle } from "@angular/compiler";
1090
1090
  import ts27 from "typescript";
1091
1091
 
1092
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/i18n.js
1092
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/i18n.js
1093
1093
  import { Xliff, Xliff2, Xmb } from "@angular/compiler";
1094
1094
  import * as path from "path";
1095
1095
  function i18nGetExtension(formatName) {
@@ -1140,10 +1140,10 @@ function getPathNormalizer(basePath) {
1140
1140
  };
1141
1141
  }
1142
1142
 
1143
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/typescript_support.js
1143
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/typescript_support.js
1144
1144
  import ts13 from "typescript";
1145
1145
 
1146
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/version_helpers.js
1146
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/version_helpers.js
1147
1147
  function toNumbers(value) {
1148
1148
  const suffixIndex = value.lastIndexOf("-");
1149
1149
  return value.slice(0, suffixIndex === -1 ? value.length : suffixIndex).split(".").map((segment) => {
@@ -1178,7 +1178,7 @@ function compareVersions(v1, v2) {
1178
1178
  return compareNumbers(toNumbers(v1), toNumbers(v2));
1179
1179
  }
1180
1180
 
1181
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/typescript_support.js
1181
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/typescript_support.js
1182
1182
  var MIN_TS_VERSION = "5.8.0";
1183
1183
  var MAX_TS_VERSION = "5.9.0";
1184
1184
  var tsVersion = ts13.version;
@@ -1191,10 +1191,10 @@ function verifySupportedTypeScriptVersion() {
1191
1191
  checkVersion(tsVersion, MIN_TS_VERSION, MAX_TS_VERSION);
1192
1192
  }
1193
1193
 
1194
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.js
1194
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.js
1195
1195
  import ts25 from "typescript";
1196
1196
 
1197
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/analyzer.js
1197
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/analyzer.js
1198
1198
  var CycleAnalyzer = class {
1199
1199
  importGraph;
1200
1200
  cachedResults = null;
@@ -1271,7 +1271,7 @@ var Cycle = class {
1271
1271
  }
1272
1272
  };
1273
1273
 
1274
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/imports.js
1274
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/imports.js
1275
1275
  import ts14 from "typescript";
1276
1276
  var ImportGraph = class {
1277
1277
  checker;
@@ -1367,7 +1367,7 @@ var Found = class {
1367
1367
  }
1368
1368
  };
1369
1369
 
1370
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/generator.js
1370
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/generator.js
1371
1371
  import ts15 from "typescript";
1372
1372
  var FlatIndexGenerator = class {
1373
1373
  entryPoint;
@@ -1395,7 +1395,7 @@ export * from '${relativeEntryPoint}';
1395
1395
  }
1396
1396
  };
1397
1397
 
1398
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/logic.js
1398
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/logic.js
1399
1399
  function findFlatIndexEntryPoint(rootFiles) {
1400
1400
  const tsFiles = rootFiles.filter((file) => isNonDeclarationTsPath(file));
1401
1401
  let resolvedEntryPoint = null;
@@ -1411,7 +1411,7 @@ function findFlatIndexEntryPoint(rootFiles) {
1411
1411
  return resolvedEntryPoint;
1412
1412
  }
1413
1413
 
1414
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/private_export_checker.js
1414
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/private_export_checker.js
1415
1415
  import ts16 from "typescript";
1416
1416
  function checkForPrivateExports(entryPoint, checker, refGraph) {
1417
1417
  const diagnostics = [];
@@ -1491,7 +1491,7 @@ function getDescriptorOfDeclaration(decl) {
1491
1491
  }
1492
1492
  }
1493
1493
 
1494
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/reference_graph.js
1494
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/reference_graph.js
1495
1495
  var ReferenceGraph = class {
1496
1496
  references = /* @__PURE__ */ new Map();
1497
1497
  add(from, to) {
@@ -1543,7 +1543,7 @@ var ReferenceGraph = class {
1543
1543
  }
1544
1544
  };
1545
1545
 
1546
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/dependency_tracking.js
1546
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/dependency_tracking.js
1547
1547
  var FileDependencyGraph = class {
1548
1548
  nodes = /* @__PURE__ */ new Map();
1549
1549
  addDependency(from, on) {
@@ -1608,7 +1608,7 @@ function isLogicallyChanged(sf, node, changedTsPaths, deletedTsPaths, changedRes
1608
1608
  return false;
1609
1609
  }
1610
1610
 
1611
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/state.js
1611
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/state.js
1612
1612
  var IncrementalStateKind;
1613
1613
  (function(IncrementalStateKind2) {
1614
1614
  IncrementalStateKind2[IncrementalStateKind2["Fresh"] = 0] = "Fresh";
@@ -1616,7 +1616,7 @@ var IncrementalStateKind;
1616
1616
  IncrementalStateKind2[IncrementalStateKind2["Analyzed"] = 2] = "Analyzed";
1617
1617
  })(IncrementalStateKind || (IncrementalStateKind = {}));
1618
1618
 
1619
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/incremental.js
1619
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/incremental.js
1620
1620
  var PhaseKind;
1621
1621
  (function(PhaseKind2) {
1622
1622
  PhaseKind2[PhaseKind2["Analysis"] = 0] = "Analysis";
@@ -1822,7 +1822,7 @@ function toOriginalSourceFile(sf) {
1822
1822
  }
1823
1823
  }
1824
1824
 
1825
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/strategy.js
1825
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/strategy.js
1826
1826
  var TrackedIncrementalBuildStrategy = class {
1827
1827
  state = null;
1828
1828
  isSet = false;
@@ -1856,7 +1856,7 @@ var PatchedProgramIncrementalBuildStrategy = class {
1856
1856
  };
1857
1857
  var SYM_INCREMENTAL_STATE = Symbol("NgIncrementalState");
1858
1858
 
1859
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/api.js
1859
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/api.js
1860
1860
  var IdentifierKind;
1861
1861
  (function(IdentifierKind2) {
1862
1862
  IdentifierKind2[IdentifierKind2["Property"] = 0] = "Property";
@@ -1877,7 +1877,7 @@ var AbsoluteSourceSpan = class {
1877
1877
  }
1878
1878
  };
1879
1879
 
1880
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/context.js
1880
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/context.js
1881
1881
  var IndexingContext = class {
1882
1882
  components = /* @__PURE__ */ new Set();
1883
1883
  addComponent(info) {
@@ -1885,10 +1885,10 @@ var IndexingContext = class {
1885
1885
  }
1886
1886
  };
1887
1887
 
1888
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/transform.js
1888
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/transform.js
1889
1889
  import { ParseSourceFile } from "@angular/compiler";
1890
1890
 
1891
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/template.js
1891
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/template.js
1892
1892
  import { ASTWithSource, ImplicitReceiver, PropertyRead, PropertyWrite, RecursiveAstVisitor, TmplAstBoundDeferredTrigger, TmplAstComponent, TmplAstDirective, TmplAstElement, TmplAstRecursiveVisitor, TmplAstReference, TmplAstTemplate, TmplAstVariable } from "@angular/compiler";
1893
1893
  var ExpressionVisitor = class extends RecursiveAstVisitor {
1894
1894
  expressionStr;
@@ -2196,7 +2196,7 @@ function getTemplateIdentifiers(boundTemplate) {
2196
2196
  return { identifiers: visitor.identifiers, errors: visitor.errors };
2197
2197
  }
2198
2198
 
2199
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/transform.js
2199
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/transform.js
2200
2200
  function generateAnalysis(context) {
2201
2201
  const analysis = /* @__PURE__ */ new Map();
2202
2202
  context.components.forEach(({ declaration, selector, boundTemplate, templateMeta }) => {
@@ -2232,7 +2232,7 @@ function generateAnalysis(context) {
2232
2232
  return analysis;
2233
2233
  }
2234
2234
 
2235
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/ng_module_index.js
2235
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/ng_module_index.js
2236
2236
  var NgModuleIndexImpl = class {
2237
2237
  metaReader;
2238
2238
  localReader;
@@ -2322,7 +2322,7 @@ var NgModuleIndexImpl = class {
2322
2322
  }
2323
2323
  };
2324
2324
 
2325
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/resource/src/loader.js
2325
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/resource/src/loader.js
2326
2326
  import ts17 from "typescript";
2327
2327
  var CSS_PREPROCESSOR_EXT = /(\.scss|\.sass|\.less|\.styl)$/;
2328
2328
  var RESOURCE_MARKER = ".$ngresource$";
@@ -2479,7 +2479,7 @@ function createLookupResolutionHost(adapter) {
2479
2479
  };
2480
2480
  }
2481
2481
 
2482
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/standalone.js
2482
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/standalone.js
2483
2483
  var StandaloneComponentScopeReader = class {
2484
2484
  metaReader;
2485
2485
  localModuleReader;
@@ -2577,10 +2577,10 @@ var StandaloneComponentScopeReader = class {
2577
2577
  }
2578
2578
  };
2579
2579
 
2580
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/interpolated_signal_not_invoked/index.js
2580
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/interpolated_signal_not_invoked/index.js
2581
2581
  import { ASTWithSource as ASTWithSource3, BindingType, Interpolation, PropertyRead as PropertyRead2, TmplAstBoundAttribute } from "@angular/compiler";
2582
2582
 
2583
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/symbol_util.js
2583
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/symbol_util.js
2584
2584
  import ts18 from "typescript";
2585
2585
  var SIGNAL_FNS = /* @__PURE__ */ new Set([
2586
2586
  "WritableSignal",
@@ -2600,7 +2600,7 @@ function isSignalSymbol(symbol) {
2600
2600
  });
2601
2601
  }
2602
2602
 
2603
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/api/api.js
2603
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/api/api.js
2604
2604
  import { ASTWithSource as ASTWithSource2, RecursiveAstVisitor as RecursiveAstVisitor2, TmplAstBoundDeferredTrigger as TmplAstBoundDeferredTrigger2 } from "@angular/compiler";
2605
2605
  var TemplateCheckWithVisitor = class {
2606
2606
  canVisitStructuralAttributes = true;
@@ -2751,7 +2751,7 @@ var TemplateVisitor2 = class extends RecursiveAstVisitor2 {
2751
2751
  }
2752
2752
  };
2753
2753
 
2754
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/interpolated_signal_not_invoked/index.js
2754
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/interpolated_signal_not_invoked/index.js
2755
2755
  var SIGNAL_INSTANCE_PROPERTIES = /* @__PURE__ */ new Set(["set", "update", "asReadonly"]);
2756
2756
  var FUNCTION_INSTANCE_PROPERTIES = /* @__PURE__ */ new Set(["name", "length", "prototype"]);
2757
2757
  var InterpolatedSignalCheck = class extends TemplateCheckWithVisitor {
@@ -2800,7 +2800,7 @@ var factory = {
2800
2800
  create: () => new InterpolatedSignalCheck()
2801
2801
  };
2802
2802
 
2803
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/invalid_banana_in_box/index.js
2803
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/invalid_banana_in_box/index.js
2804
2804
  import { TmplAstBoundEvent } from "@angular/compiler";
2805
2805
  var InvalidBananaInBoxCheck = class extends TemplateCheckWithVisitor {
2806
2806
  code = ErrorCode.INVALID_BANANA_IN_BOX;
@@ -2823,7 +2823,7 @@ var factory2 = {
2823
2823
  create: () => new InvalidBananaInBoxCheck()
2824
2824
  };
2825
2825
 
2826
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_control_flow_directive/index.js
2826
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_control_flow_directive/index.js
2827
2827
  import { TmplAstTemplate as TmplAstTemplate2 } from "@angular/compiler";
2828
2828
  var KNOWN_CONTROL_FLOW_DIRECTIVES = /* @__PURE__ */ new Map([
2829
2829
  ["ngIf", { directive: "NgIf", builtIn: "@if" }],
@@ -2865,7 +2865,7 @@ var factory3 = {
2865
2865
  }
2866
2866
  };
2867
2867
 
2868
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_ngforof_let/index.js
2868
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_ngforof_let/index.js
2869
2869
  import { TmplAstTemplate as TmplAstTemplate3 } from "@angular/compiler";
2870
2870
  var MissingNgForOfLetCheck = class extends TemplateCheckWithVisitor {
2871
2871
  code = ErrorCode.MISSING_NGFOROF_LET;
@@ -2895,7 +2895,7 @@ var factory4 = {
2895
2895
  create: () => new MissingNgForOfLetCheck()
2896
2896
  };
2897
2897
 
2898
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_structural_directive/index.js
2898
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_structural_directive/index.js
2899
2899
  import { TmplAstTemplate as TmplAstTemplate4 } from "@angular/compiler";
2900
2900
  var KNOWN_CONTROL_FLOW_DIRECTIVES2 = /* @__PURE__ */ new Set([
2901
2901
  "ngIf",
@@ -2935,7 +2935,7 @@ var factory5 = {
2935
2935
  create: () => new MissingStructuralDirectiveCheck()
2936
2936
  };
2937
2937
 
2938
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/nullish_coalescing_not_nullable/index.js
2938
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/nullish_coalescing_not_nullable/index.js
2939
2939
  import { Binary } from "@angular/compiler";
2940
2940
  import ts19 from "typescript";
2941
2941
  var NullishCoalescingNotNullableCheck = class extends TemplateCheckWithVisitor {
@@ -2978,7 +2978,7 @@ var factory6 = {
2978
2978
  }
2979
2979
  };
2980
2980
 
2981
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/optional_chain_not_nullable/index.js
2981
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/optional_chain_not_nullable/index.js
2982
2982
  import { SafeCall, SafeKeyedRead, SafePropertyRead } from "@angular/compiler";
2983
2983
  import ts20 from "typescript";
2984
2984
  var OptionalChainNotNullableCheck = class extends TemplateCheckWithVisitor {
@@ -3022,7 +3022,7 @@ var factory7 = {
3022
3022
  }
3023
3023
  };
3024
3024
 
3025
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/skip_hydration_not_static/index.js
3025
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/skip_hydration_not_static/index.js
3026
3026
  import { TmplAstBoundAttribute as TmplAstBoundAttribute2, TmplAstTextAttribute } from "@angular/compiler";
3027
3027
  var NG_SKIP_HYDRATION_ATTR_NAME = "ngSkipHydration";
3028
3028
  var NgSkipHydrationSpec = class extends TemplateCheckWithVisitor {
@@ -3048,7 +3048,7 @@ var factory8 = {
3048
3048
  create: () => new NgSkipHydrationSpec()
3049
3049
  };
3050
3050
 
3051
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/suffix_not_supported/index.js
3051
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/suffix_not_supported/index.js
3052
3052
  import { TmplAstBoundAttribute as TmplAstBoundAttribute3 } from "@angular/compiler";
3053
3053
  var STYLE_SUFFIXES = ["px", "%", "em"];
3054
3054
  var SuffixNotSupportedCheck = class extends TemplateCheckWithVisitor {
@@ -3069,7 +3069,7 @@ var factory9 = {
3069
3069
  create: () => new SuffixNotSupportedCheck()
3070
3070
  };
3071
3071
 
3072
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/text_attribute_not_binding/index.js
3072
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/text_attribute_not_binding/index.js
3073
3073
  import { TmplAstTextAttribute as TmplAstTextAttribute2 } from "@angular/compiler";
3074
3074
  var TextAttributeNotBindingSpec = class extends TemplateCheckWithVisitor {
3075
3075
  code = ErrorCode.TEXT_ATTRIBUTE_NOT_BINDING;
@@ -3105,7 +3105,7 @@ var factory10 = {
3105
3105
  create: () => new TextAttributeNotBindingSpec()
3106
3106
  };
3107
3107
 
3108
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/uninvoked_function_in_event_binding/index.js
3108
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/uninvoked_function_in_event_binding/index.js
3109
3109
  import { ASTWithSource as ASTWithSource4, Call, Chain, Conditional, ParsedEventType, PropertyRead as PropertyRead3, SafeCall as SafeCall2, SafePropertyRead as SafePropertyRead2, TmplAstBoundEvent as TmplAstBoundEvent2 } from "@angular/compiler";
3110
3110
  var UninvokedFunctionInEventBindingSpec = class extends TemplateCheckWithVisitor {
3111
3111
  code = ErrorCode.UNINVOKED_FUNCTION_IN_EVENT_BINDING;
@@ -3153,7 +3153,7 @@ var factory11 = {
3153
3153
  create: () => new UninvokedFunctionInEventBindingSpec()
3154
3154
  };
3155
3155
 
3156
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/unparenthesized_nullish_coalescing/index.js
3156
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/unparenthesized_nullish_coalescing/index.js
3157
3157
  import { Binary as Binary2 } from "@angular/compiler";
3158
3158
  var UnparenthesizedNullishCoalescing = class extends TemplateCheckWithVisitor {
3159
3159
  code = ErrorCode.UNPARENTHESIZED_NULLISH_COALESCING;
@@ -3183,7 +3183,7 @@ var factory12 = {
3183
3183
  create: () => new UnparenthesizedNullishCoalescing()
3184
3184
  };
3185
3185
 
3186
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/unused_let_declaration/index.js
3186
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/unused_let_declaration/index.js
3187
3187
  import { AST, ASTWithSource as ASTWithSource5, TmplAstLetDeclaration } from "@angular/compiler";
3188
3188
  var UnusedLetDeclarationCheck = class extends TemplateCheckWithVisitor {
3189
3189
  code = ErrorCode.UNUSED_LET_DECLARATION;
@@ -3225,7 +3225,7 @@ var factory13 = {
3225
3225
  create: () => new UnusedLetDeclarationCheck()
3226
3226
  };
3227
3227
 
3228
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/uninvoked_track_function/index.js
3228
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/uninvoked_track_function/index.js
3229
3229
  import { Call as Call2, PropertyRead as PropertyRead4, SafeCall as SafeCall3, SafePropertyRead as SafePropertyRead3, TmplAstForLoopBlock } from "@angular/compiler";
3230
3230
  var UninvokedTrackFunctionCheck = class extends TemplateCheckWithVisitor {
3231
3231
  code = ErrorCode.UNINVOKED_TRACK_FUNCTION;
@@ -3257,10 +3257,10 @@ var factory14 = {
3257
3257
  create: () => new UninvokedTrackFunctionCheck()
3258
3258
  };
3259
3259
 
3260
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.js
3260
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.js
3261
3261
  import ts21 from "typescript";
3262
3262
 
3263
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/api/src/public_options.js
3263
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/api/src/public_options.js
3264
3264
  var DiagnosticCategoryLabel;
3265
3265
  (function(DiagnosticCategoryLabel2) {
3266
3266
  DiagnosticCategoryLabel2["Warning"] = "warning";
@@ -3268,7 +3268,7 @@ var DiagnosticCategoryLabel;
3268
3268
  DiagnosticCategoryLabel2["Suppress"] = "suppress";
3269
3269
  })(DiagnosticCategoryLabel || (DiagnosticCategoryLabel = {}));
3270
3270
 
3271
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.js
3271
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.js
3272
3272
  var ExtendedTemplateCheckerImpl = class {
3273
3273
  partialCtx;
3274
3274
  templateChecks;
@@ -3322,7 +3322,7 @@ function assertNever(value) {
3322
3322
  ${value}`);
3323
3323
  }
3324
3324
 
3325
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/index.js
3325
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/index.js
3326
3326
  var ALL_DIAGNOSTIC_FACTORIES = [
3327
3327
  factory2,
3328
3328
  factory6,
@@ -3345,7 +3345,7 @@ var SUPPORTED_DIAGNOSTIC_NAMES = /* @__PURE__ */ new Set([
3345
3345
  ...ALL_DIAGNOSTIC_FACTORIES.map((factory15) => factory15.name)
3346
3346
  ]);
3347
3347
 
3348
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/template_semantics/src/template_semantics_checker.js
3348
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/template_semantics/src/template_semantics_checker.js
3349
3349
  import { ASTWithSource as ASTWithSource6, ImplicitReceiver as ImplicitReceiver2, ParsedEventType as ParsedEventType2, RecursiveAstVisitor as RecursiveAstVisitor3, TmplAstBoundEvent as TmplAstBoundEvent3, TmplAstLetDeclaration as TmplAstLetDeclaration2, TmplAstRecursiveVisitor as TmplAstRecursiveVisitor2, TmplAstVariable as TmplAstVariable2 } from "@angular/compiler";
3350
3350
  import ts22 from "typescript";
3351
3351
  var TemplateSemanticsCheckerImpl = class {
@@ -3441,7 +3441,7 @@ function unwrapAstWithSource(ast) {
3441
3441
  return ast instanceof ASTWithSource6 ? ast.ast : ast;
3442
3442
  }
3443
3443
 
3444
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/validation/src/rules/initializer_api_usage_rule.js
3444
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/validation/src/rules/initializer_api_usage_rule.js
3445
3445
  import ts23 from "typescript";
3446
3446
  var APIS_TO_CHECK = [
3447
3447
  INPUT_INITIALIZER_FN,
@@ -3493,7 +3493,7 @@ var InitializerApiUsageRule = class {
3493
3493
  }
3494
3494
  };
3495
3495
 
3496
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/validation/src/rules/unused_standalone_imports_rule.js
3496
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/validation/src/rules/unused_standalone_imports_rule.js
3497
3497
  import ts24 from "typescript";
3498
3498
  var UnusedStandaloneImportsRule = class {
3499
3499
  templateTypeChecker;
@@ -3584,7 +3584,7 @@ function closestNode(start, predicate) {
3584
3584
  return null;
3585
3585
  }
3586
3586
 
3587
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/validation/src/source_file_validator.js
3587
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/validation/src/source_file_validator.js
3588
3588
  var SourceFileValidator = class {
3589
3589
  rules;
3590
3590
  constructor(reflector, importedSymbolsTracker, templateTypeChecker, typeCheckingConfig) {
@@ -3624,7 +3624,7 @@ var SourceFileValidator = class {
3624
3624
  }
3625
3625
  };
3626
3626
 
3627
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/feature_detection.js
3627
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/feature_detection.js
3628
3628
  import semver from "semver";
3629
3629
  function coreVersionSupportsFeature(coreVersion, minVersion) {
3630
3630
  if (coreVersion === `0.0.0-${"PLACEHOLDER"}`) {
@@ -3633,7 +3633,7 @@ function coreVersionSupportsFeature(coreVersion, minVersion) {
3633
3633
  return semver.satisfies(coreVersion, minVersion, { includePrerelease: true });
3634
3634
  }
3635
3635
 
3636
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.js
3636
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.js
3637
3637
  var CompilationTicketKind;
3638
3638
  (function(CompilationTicketKind2) {
3639
3639
  CompilationTicketKind2[CompilationTicketKind2["Fresh"] = 0] = "Fresh";
@@ -4510,7 +4510,7 @@ function versionMapFromProgram(program, driver) {
4510
4510
  return versions;
4511
4511
  }
4512
4512
 
4513
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/host.js
4513
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/host.js
4514
4514
  import ts26 from "typescript";
4515
4515
  var DelegatingCompilerHost = class {
4516
4516
  delegate;
@@ -4684,7 +4684,7 @@ var NgCompilerHost = class extends DelegatingCompilerHost {
4684
4684
  }
4685
4685
  };
4686
4686
 
4687
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.js
4687
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.js
4688
4688
  var NgtscProgram = class {
4689
4689
  options;
4690
4690
  compiler;
@@ -4912,15 +4912,15 @@ function mergeEmitResults(emitResults) {
4912
4912
  return { diagnostics, emitSkipped, emittedFiles };
4913
4913
  }
4914
4914
 
4915
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/program.js
4915
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/program.js
4916
4916
  function createProgram({ rootNames, options, host, oldProgram }) {
4917
4917
  return new NgtscProgram(rootNames, options, host, oldProgram);
4918
4918
  }
4919
4919
 
4920
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/perform_compile.js
4920
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/perform_compile.js
4921
4921
  import ts29 from "typescript";
4922
4922
 
4923
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/util.js
4923
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/util.js
4924
4924
  import ts28 from "typescript";
4925
4925
  function createMessageDiagnostic(messageText) {
4926
4926
  return {
@@ -4934,7 +4934,7 @@ function createMessageDiagnostic(messageText) {
4934
4934
  };
4935
4935
  }
4936
4936
 
4937
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/perform_compile.js
4937
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/perform_compile.js
4938
4938
  var defaultFormatHost = {
4939
4939
  getCurrentDirectory: () => ts29.sys.getCurrentDirectory(),
4940
4940
  getCanonicalFileName: (fileName) => fileName,
@@ -5164,4 +5164,4 @@ export {
5164
5164
  * Use of this source code is governed by an MIT-style license that can be
5165
5165
  * found in the LICENSE file at https://angular.dev/license
5166
5166
  */
5167
- //# sourceMappingURL=chunk-2L4O4UIG.js.map
5167
+ //# sourceMappingURL=chunk-ZWSVOOGU.js.map