@angular/compiler-cli 20.1.0-next.2 → 20.1.0-rc.0

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 (45) hide show
  1. package/bundles/{chunk-OVACIG5Q.js → chunk-2KXD3GSC.js} +3 -3
  2. package/bundles/{chunk-U5SKOFKE.js → chunk-3NKMA2JO.js} +2 -2
  3. package/bundles/{chunk-OOYRM3V7.js → chunk-45WGF6MF.js} +85 -85
  4. package/bundles/{chunk-OOYRM3V7.js.map → chunk-45WGF6MF.js.map} +2 -2
  5. package/bundles/{chunk-CZ5FD3CS.js → chunk-6ECVYRSU.js} +19 -8
  6. package/bundles/chunk-6ECVYRSU.js.map +6 -0
  7. package/bundles/{chunk-N3B6BMGR.js → chunk-FPHHL4UV.js} +45 -34
  8. package/bundles/{chunk-N3B6BMGR.js.map → chunk-FPHHL4UV.js.map} +1 -1
  9. package/bundles/{chunk-UMD7AW7S.js → chunk-IRC3OLFO.js} +335 -242
  10. package/bundles/chunk-IRC3OLFO.js.map +6 -0
  11. package/bundles/{chunk-NVYT6OPE.js → chunk-PML5JK7B.js} +7 -7
  12. package/bundles/{chunk-CY4WXRF2.js → chunk-QEIHQPSG.js} +5 -5
  13. package/bundles/{chunk-FPJJEIPU.js → chunk-SC5ESQGY.js} +11 -11
  14. package/bundles/{chunk-H5Y7P5GQ.js → chunk-SEKYV57I.js} +3 -3
  15. package/bundles/{chunk-3AHGFMNS.js → chunk-TPEB2IXF.js} +7 -7
  16. package/bundles/index.js +12 -12
  17. package/bundles/linker/babel/index.js +25 -14
  18. package/bundles/linker/babel/index.js.map +1 -1
  19. package/bundles/linker/index.js +3 -3
  20. package/bundles/private/localize.js +4 -4
  21. package/bundles/private/migrations.js +4 -4
  22. package/bundles/private/tooling.js +6 -6
  23. package/bundles/src/bin/ng_xi18n.js +10 -10
  24. package/bundles/src/bin/ngc.js +8 -8
  25. package/linker/babel/src/ast/babel_ast_factory.d.ts +1 -1
  26. package/linker/src/file_linker/partial_linkers/util.d.ts +1 -1
  27. package/package.json +3 -3
  28. package/src/ngtsc/annotations/component/src/metadata.d.ts +5 -3
  29. package/src/ngtsc/annotations/component/src/util.d.ts +5 -5
  30. package/src/ngtsc/perf/src/api.d.ts +12 -8
  31. package/src/ngtsc/translator/src/api/ast_factory.d.ts +3 -2
  32. package/src/ngtsc/translator/src/typescript_ast_factory.d.ts +1 -1
  33. package/src/ngtsc/typecheck/api/checker.d.ts +3 -2
  34. package/src/ngtsc/typecheck/api/scope.d.ts +24 -2
  35. package/src/ngtsc/typecheck/src/checker.d.ts +6 -2
  36. package/src/ngtsc/typecheck/src/oob.d.ts +7 -4
  37. package/bundles/chunk-CZ5FD3CS.js.map +0 -6
  38. package/bundles/chunk-UMD7AW7S.js.map +0 -6
  39. /package/bundles/{chunk-OVACIG5Q.js.map → chunk-2KXD3GSC.js.map} +0 -0
  40. /package/bundles/{chunk-U5SKOFKE.js.map → chunk-3NKMA2JO.js.map} +0 -0
  41. /package/bundles/{chunk-NVYT6OPE.js.map → chunk-PML5JK7B.js.map} +0 -0
  42. /package/bundles/{chunk-CY4WXRF2.js.map → chunk-QEIHQPSG.js.map} +0 -0
  43. /package/bundles/{chunk-FPJJEIPU.js.map → chunk-SC5ESQGY.js.map} +0 -0
  44. /package/bundles/{chunk-H5Y7P5GQ.js.map → chunk-SEKYV57I.js.map} +0 -0
  45. /package/bundles/{chunk-3AHGFMNS.js.map → chunk-TPEB2IXF.js.map} +0 -0
@@ -4,7 +4,7 @@
4
4
 
5
5
  import {
6
6
  angularJitApplicationTransform
7
- } from "./chunk-FPJJEIPU.js";
7
+ } from "./chunk-SC5ESQGY.js";
8
8
  import {
9
9
  AbsoluteModuleStrategy,
10
10
  ActivePerfRecorder,
@@ -92,7 +92,7 @@ import {
92
92
  toUnredirectedSourceFile,
93
93
  tryParseInitializerApi,
94
94
  untagAllTsFiles
95
- } from "./chunk-UMD7AW7S.js";
95
+ } from "./chunk-IRC3OLFO.js";
96
96
  import {
97
97
  LogicalFileSystem,
98
98
  absoluteFrom,
@@ -102,9 +102,9 @@ import {
102
102
  getFileSystem,
103
103
  join,
104
104
  resolve
105
- } from "./chunk-3AHGFMNS.js";
105
+ } from "./chunk-TPEB2IXF.js";
106
106
 
107
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/api.js
107
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/api.js
108
108
  var DEFAULT_ERROR_CODE = 100;
109
109
  var UNKNOWN_ERROR_CODE = 500;
110
110
  var SOURCE = "angular";
@@ -122,7 +122,7 @@ var EmitFlags;
122
122
  EmitFlags2[EmitFlags2["All"] = 31] = "All";
123
123
  })(EmitFlags || (EmitFlags = {}));
124
124
 
125
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/compiler_host.js
125
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/compiler_host.js
126
126
  import ts from "typescript";
127
127
  var wrapHostForTest = null;
128
128
  function createCompilerHost({ options, tsHost = ts.createCompilerHost(options, true) }) {
@@ -132,7 +132,7 @@ function createCompilerHost({ options, tsHost = ts.createCompilerHost(options, t
132
132
  return tsHost;
133
133
  }
134
134
 
135
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/entities.js
135
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/entities.js
136
136
  var EntryType;
137
137
  (function(EntryType2) {
138
138
  EntryType2["Block"] = "block";
@@ -179,22 +179,22 @@ function isDocEntryWithSourceInfo(entry) {
179
179
  return "source" in entry;
180
180
  }
181
181
 
182
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/extractor.js
182
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/extractor.js
183
183
  import ts12 from "typescript";
184
184
 
185
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/class_extractor.js
185
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/class_extractor.js
186
186
  import ts6 from "typescript";
187
187
 
188
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/filters.js
188
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/filters.js
189
189
  function isAngularPrivateName(name) {
190
190
  const firstChar = name[0] ?? "";
191
191
  return firstChar === "\u0275" || firstChar === "_";
192
192
  }
193
193
 
194
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/function_extractor.js
194
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/function_extractor.js
195
195
  import ts4 from "typescript";
196
196
 
197
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/generics_extractor.js
197
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/generics_extractor.js
198
198
  function extractGenerics(declaration) {
199
199
  return declaration.typeParameters?.map((typeParam) => ({
200
200
  name: typeParam.name.getText(),
@@ -203,7 +203,7 @@ function extractGenerics(declaration) {
203
203
  })) ?? [];
204
204
  }
205
205
 
206
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/jsdoc_extractor.js
206
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/jsdoc_extractor.js
207
207
  import ts2 from "typescript";
208
208
  var decoratorExpression = /@(?=(Injectable|Component|Directive|Pipe|NgModule|Input|Output|HostBinding|HostListener|Inject|Optional|Self|Host|SkipSelf|ViewChild|ViewChildren|ContentChild|ContentChildren))/g;
209
209
  function extractJsDocTags(node) {
@@ -244,13 +244,13 @@ function unescapeAngularDecorators(comment) {
244
244
  return comment.replace(/_NG_AT_/g, "@");
245
245
  }
246
246
 
247
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/type_extractor.js
247
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/type_extractor.js
248
248
  import ts3 from "typescript";
249
249
  function extractResolvedTypeString(node, checker) {
250
250
  return checker.typeToString(checker.getTypeAtLocation(node), void 0, ts3.TypeFormatFlags.NoTruncation);
251
251
  }
252
252
 
253
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/function_extractor.js
253
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/function_extractor.js
254
254
  var FunctionExtractor = class {
255
255
  name;
256
256
  exportDeclaration;
@@ -360,7 +360,7 @@ function findImplementationOfFunction(node, typeChecker) {
360
360
  return implementation;
361
361
  }
362
362
 
363
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/internal.js
363
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/internal.js
364
364
  import ts5 from "typescript";
365
365
  function isInternal(member) {
366
366
  return extractJsDocTags(member).some((tag) => tag.name === "internal") || hasLeadingInternalComment(member);
@@ -378,7 +378,7 @@ function hasLeadingInternalComment(member) {
378
378
  ) ?? false;
379
379
  }
380
380
 
381
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/class_extractor.js
381
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/class_extractor.js
382
382
  var ClassExtractor = class {
383
383
  declaration;
384
384
  typeChecker;
@@ -696,7 +696,7 @@ function extractPipeSyntax(metadata, classDeclaration) {
696
696
  return `{{ value_expression | ${metadata.name}${paramNames.length ? ":" + paramNames.join(":") : ""} }}`;
697
697
  }
698
698
 
699
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/constant_extractor.js
699
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/constant_extractor.js
700
700
  import ts7 from "typescript";
701
701
  var LITERAL_AS_ENUM_TAG = "object-literal-as-enum";
702
702
  function extractConstant(declaration, typeChecker) {
@@ -754,7 +754,7 @@ function extractLiteralPropertiesAsEnumMembers(declaration) {
754
754
  });
755
755
  }
756
756
 
757
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/decorator_extractor.js
757
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/decorator_extractor.js
758
758
  import ts8 from "typescript";
759
759
  function extractorDecorator(declaration, typeChecker) {
760
760
  const documentedNode = getDecoratorJsDocNode(declaration);
@@ -825,7 +825,7 @@ function getDecoratorJsDocNode(declaration) {
825
825
  return callSignature;
826
826
  }
827
827
 
828
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/enum_extractor.js
828
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/enum_extractor.js
829
829
  import ts9 from "typescript";
830
830
  function extractEnum(declaration, typeChecker) {
831
831
  return {
@@ -855,7 +855,7 @@ function getEnumMemberValue(memberNode) {
855
855
  return literal?.getText() ?? "";
856
856
  }
857
857
 
858
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/initializer_api_function_extractor.js
858
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/initializer_api_function_extractor.js
859
859
  import ts10 from "typescript";
860
860
  var initializerApiTag = "initializerApiFunction";
861
861
  function isInitializerApiFunction(node, typeChecker) {
@@ -963,7 +963,7 @@ function extractFunctionWithOverloads(name, type, typeChecker) {
963
963
  };
964
964
  }
965
965
 
966
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/type_alias_extractor.js
966
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/type_alias_extractor.js
967
967
  function extractTypeAlias(declaration) {
968
968
  return {
969
969
  name: declaration.name.getText(),
@@ -976,7 +976,7 @@ function extractTypeAlias(declaration) {
976
976
  };
977
977
  }
978
978
 
979
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/import_extractor.js
979
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/import_extractor.js
980
980
  import ts11 from "typescript";
981
981
  function getImportedSymbols(sourceFile) {
982
982
  const importSpecifiers = /* @__PURE__ */ new Map();
@@ -1000,7 +1000,7 @@ function getImportedSymbols(sourceFile) {
1000
1000
  return importSpecifiers;
1001
1001
  }
1002
1002
 
1003
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/extractor.js
1003
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/extractor.js
1004
1004
  var DocsExtractor = class {
1005
1005
  typeChecker;
1006
1006
  metadataReader;
@@ -1087,11 +1087,11 @@ function getRelativeFilePath(sourceFile, rootDir) {
1087
1087
  return relativePath;
1088
1088
  }
1089
1089
 
1090
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.js
1090
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.js
1091
1091
  import { HtmlParser, MessageBundle } from "@angular/compiler";
1092
1092
  import ts27 from "typescript";
1093
1093
 
1094
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/i18n.js
1094
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/i18n.js
1095
1095
  import { Xliff, Xliff2, Xmb } from "@angular/compiler";
1096
1096
  import * as path from "path";
1097
1097
  function i18nGetExtension(formatName) {
@@ -1142,10 +1142,10 @@ function getPathNormalizer(basePath) {
1142
1142
  };
1143
1143
  }
1144
1144
 
1145
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/typescript_support.js
1145
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/typescript_support.js
1146
1146
  import ts13 from "typescript";
1147
1147
 
1148
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/version_helpers.js
1148
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/version_helpers.js
1149
1149
  function toNumbers(value) {
1150
1150
  const suffixIndex = value.lastIndexOf("-");
1151
1151
  return value.slice(0, suffixIndex === -1 ? value.length : suffixIndex).split(".").map((segment) => {
@@ -1180,7 +1180,7 @@ function compareVersions(v1, v2) {
1180
1180
  return compareNumbers(toNumbers(v1), toNumbers(v2));
1181
1181
  }
1182
1182
 
1183
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/typescript_support.js
1183
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/typescript_support.js
1184
1184
  var MIN_TS_VERSION = "5.8.0";
1185
1185
  var MAX_TS_VERSION = "5.9.0";
1186
1186
  var tsVersion = ts13.version;
@@ -1193,10 +1193,10 @@ function verifySupportedTypeScriptVersion() {
1193
1193
  checkVersion(tsVersion, MIN_TS_VERSION, MAX_TS_VERSION);
1194
1194
  }
1195
1195
 
1196
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.js
1196
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.js
1197
1197
  import ts25 from "typescript";
1198
1198
 
1199
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/analyzer.js
1199
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/analyzer.js
1200
1200
  var CycleAnalyzer = class {
1201
1201
  importGraph;
1202
1202
  cachedResults = null;
@@ -1273,7 +1273,7 @@ var Cycle = class {
1273
1273
  }
1274
1274
  };
1275
1275
 
1276
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/imports.js
1276
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/imports.js
1277
1277
  import ts14 from "typescript";
1278
1278
  var ImportGraph = class {
1279
1279
  checker;
@@ -1369,7 +1369,7 @@ var Found = class {
1369
1369
  }
1370
1370
  };
1371
1371
 
1372
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/generator.js
1372
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/generator.js
1373
1373
  import ts15 from "typescript";
1374
1374
  var FlatIndexGenerator = class {
1375
1375
  entryPoint;
@@ -1397,7 +1397,7 @@ export * from '${relativeEntryPoint}';
1397
1397
  }
1398
1398
  };
1399
1399
 
1400
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/logic.js
1400
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/logic.js
1401
1401
  function findFlatIndexEntryPoint(rootFiles) {
1402
1402
  const tsFiles = rootFiles.filter((file) => isNonDeclarationTsPath(file));
1403
1403
  let resolvedEntryPoint = null;
@@ -1413,7 +1413,7 @@ function findFlatIndexEntryPoint(rootFiles) {
1413
1413
  return resolvedEntryPoint;
1414
1414
  }
1415
1415
 
1416
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/private_export_checker.js
1416
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/private_export_checker.js
1417
1417
  import ts16 from "typescript";
1418
1418
  function checkForPrivateExports(entryPoint, checker, refGraph) {
1419
1419
  const diagnostics = [];
@@ -1493,7 +1493,7 @@ function getDescriptorOfDeclaration(decl) {
1493
1493
  }
1494
1494
  }
1495
1495
 
1496
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/reference_graph.js
1496
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/reference_graph.js
1497
1497
  var ReferenceGraph = class {
1498
1498
  references = /* @__PURE__ */ new Map();
1499
1499
  add(from, to) {
@@ -1545,7 +1545,7 @@ var ReferenceGraph = class {
1545
1545
  }
1546
1546
  };
1547
1547
 
1548
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/dependency_tracking.js
1548
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/dependency_tracking.js
1549
1549
  var FileDependencyGraph = class {
1550
1550
  nodes = /* @__PURE__ */ new Map();
1551
1551
  addDependency(from, on) {
@@ -1610,7 +1610,7 @@ function isLogicallyChanged(sf, node, changedTsPaths, deletedTsPaths, changedRes
1610
1610
  return false;
1611
1611
  }
1612
1612
 
1613
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/state.js
1613
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/state.js
1614
1614
  var IncrementalStateKind;
1615
1615
  (function(IncrementalStateKind2) {
1616
1616
  IncrementalStateKind2[IncrementalStateKind2["Fresh"] = 0] = "Fresh";
@@ -1618,7 +1618,7 @@ var IncrementalStateKind;
1618
1618
  IncrementalStateKind2[IncrementalStateKind2["Analyzed"] = 2] = "Analyzed";
1619
1619
  })(IncrementalStateKind || (IncrementalStateKind = {}));
1620
1620
 
1621
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/incremental.js
1621
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/incremental.js
1622
1622
  var PhaseKind;
1623
1623
  (function(PhaseKind2) {
1624
1624
  PhaseKind2[PhaseKind2["Analysis"] = 0] = "Analysis";
@@ -1824,7 +1824,7 @@ function toOriginalSourceFile(sf) {
1824
1824
  }
1825
1825
  }
1826
1826
 
1827
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/strategy.js
1827
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/strategy.js
1828
1828
  var TrackedIncrementalBuildStrategy = class {
1829
1829
  state = null;
1830
1830
  isSet = false;
@@ -1858,7 +1858,7 @@ var PatchedProgramIncrementalBuildStrategy = class {
1858
1858
  };
1859
1859
  var SYM_INCREMENTAL_STATE = Symbol("NgIncrementalState");
1860
1860
 
1861
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/api.js
1861
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/api.js
1862
1862
  var IdentifierKind;
1863
1863
  (function(IdentifierKind2) {
1864
1864
  IdentifierKind2[IdentifierKind2["Property"] = 0] = "Property";
@@ -1881,7 +1881,7 @@ var AbsoluteSourceSpan = class {
1881
1881
  }
1882
1882
  };
1883
1883
 
1884
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/context.js
1884
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/context.js
1885
1885
  var IndexingContext = class {
1886
1886
  components = /* @__PURE__ */ new Set();
1887
1887
  addComponent(info) {
@@ -1889,10 +1889,10 @@ var IndexingContext = class {
1889
1889
  }
1890
1890
  };
1891
1891
 
1892
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/transform.js
1892
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/transform.js
1893
1893
  import { ParseSourceFile } from "@angular/compiler";
1894
1894
 
1895
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/template.js
1895
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/template.js
1896
1896
  import { ASTWithSource, CombinedRecursiveAstVisitor, ImplicitReceiver, PropertyRead, TmplAstComponent, TmplAstDirective, TmplAstElement, TmplAstReference, TmplAstTemplate, TmplAstVariable, tmplAstVisitAll } from "@angular/compiler";
1897
1897
  var TemplateVisitor = class extends CombinedRecursiveAstVisitor {
1898
1898
  boundTemplate;
@@ -2126,7 +2126,7 @@ function getTemplateIdentifiers(boundTemplate) {
2126
2126
  return { identifiers: visitor.identifiers, errors: visitor.errors };
2127
2127
  }
2128
2128
 
2129
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/transform.js
2129
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/transform.js
2130
2130
  function generateAnalysis(context) {
2131
2131
  const analysis = /* @__PURE__ */ new Map();
2132
2132
  context.components.forEach(({ declaration, selector, boundTemplate, templateMeta }) => {
@@ -2162,7 +2162,7 @@ function generateAnalysis(context) {
2162
2162
  return analysis;
2163
2163
  }
2164
2164
 
2165
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/ng_module_index.js
2165
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/ng_module_index.js
2166
2166
  var NgModuleIndexImpl = class {
2167
2167
  metaReader;
2168
2168
  localReader;
@@ -2252,7 +2252,7 @@ var NgModuleIndexImpl = class {
2252
2252
  }
2253
2253
  };
2254
2254
 
2255
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/resource/src/loader.js
2255
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/resource/src/loader.js
2256
2256
  import ts17 from "typescript";
2257
2257
  var CSS_PREPROCESSOR_EXT = /(\.scss|\.sass|\.less|\.styl)$/;
2258
2258
  var RESOURCE_MARKER = ".$ngresource$";
@@ -2409,7 +2409,7 @@ function createLookupResolutionHost(adapter) {
2409
2409
  };
2410
2410
  }
2411
2411
 
2412
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/standalone.js
2412
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/standalone.js
2413
2413
  var StandaloneComponentScopeReader = class {
2414
2414
  metaReader;
2415
2415
  localModuleReader;
@@ -2507,10 +2507,10 @@ var StandaloneComponentScopeReader = class {
2507
2507
  }
2508
2508
  };
2509
2509
 
2510
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/interpolated_signal_not_invoked/index.js
2510
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/interpolated_signal_not_invoked/index.js
2511
2511
  import { ASTWithSource as ASTWithSource2, BindingType, Interpolation, PrefixNot, PropertyRead as PropertyRead2, TmplAstBoundAttribute } from "@angular/compiler";
2512
2512
 
2513
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/symbol_util.js
2513
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/symbol_util.js
2514
2514
  import ts18 from "typescript";
2515
2515
  var SIGNAL_FNS = /* @__PURE__ */ new Set([
2516
2516
  "WritableSignal",
@@ -2530,7 +2530,7 @@ function isSignalSymbol(symbol) {
2530
2530
  });
2531
2531
  }
2532
2532
 
2533
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/api/api.js
2533
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/api/api.js
2534
2534
  import { CombinedRecursiveAstVisitor as CombinedRecursiveAstVisitor2 } from "@angular/compiler";
2535
2535
  var TemplateCheckWithVisitor = class {
2536
2536
  canVisitStructuralAttributes = true;
@@ -2576,7 +2576,7 @@ var TemplateVisitor2 = class extends CombinedRecursiveAstVisitor2 {
2576
2576
  }
2577
2577
  };
2578
2578
 
2579
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/interpolated_signal_not_invoked/index.js
2579
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/interpolated_signal_not_invoked/index.js
2580
2580
  var SIGNAL_INSTANCE_PROPERTIES = /* @__PURE__ */ new Set(["set", "update", "asReadonly"]);
2581
2581
  var FUNCTION_INSTANCE_PROPERTIES = /* @__PURE__ */ new Set(["name", "length", "prototype"]);
2582
2582
  var InterpolatedSignalCheck = class extends TemplateCheckWithVisitor {
@@ -2590,7 +2590,7 @@ var InterpolatedSignalCheck = class extends TemplateCheckWithVisitor {
2590
2590
  return [];
2591
2591
  }
2592
2592
  const nodeAst = isPropertyReadNodeAst(node);
2593
- if ((node.type === BindingType.Property || node.type === BindingType.Class || node.type === BindingType.Style || node.type === BindingType.Attribute || node.type === BindingType.Animation) && nodeAst) {
2593
+ if ((node.type === BindingType.Property || node.type === BindingType.Class || node.type === BindingType.Style || node.type === BindingType.Attribute || node.type === BindingType.LegacyAnimation) && nodeAst) {
2594
2594
  return buildDiagnosticForSignal(ctx, nodeAst, component);
2595
2595
  }
2596
2596
  }
@@ -2638,7 +2638,7 @@ var factory = {
2638
2638
  create: () => new InterpolatedSignalCheck()
2639
2639
  };
2640
2640
 
2641
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/invalid_banana_in_box/index.js
2641
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/invalid_banana_in_box/index.js
2642
2642
  import { TmplAstBoundEvent } from "@angular/compiler";
2643
2643
  var InvalidBananaInBoxCheck = class extends TemplateCheckWithVisitor {
2644
2644
  code = ErrorCode.INVALID_BANANA_IN_BOX;
@@ -2661,7 +2661,7 @@ var factory2 = {
2661
2661
  create: () => new InvalidBananaInBoxCheck()
2662
2662
  };
2663
2663
 
2664
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_control_flow_directive/index.js
2664
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_control_flow_directive/index.js
2665
2665
  import { TmplAstTemplate as TmplAstTemplate2 } from "@angular/compiler";
2666
2666
  var KNOWN_CONTROL_FLOW_DIRECTIVES = /* @__PURE__ */ new Map([
2667
2667
  ["ngIf", { directive: "NgIf", builtIn: "@if" }],
@@ -2703,7 +2703,7 @@ var factory3 = {
2703
2703
  }
2704
2704
  };
2705
2705
 
2706
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_ngforof_let/index.js
2706
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_ngforof_let/index.js
2707
2707
  import { TmplAstTemplate as TmplAstTemplate3 } from "@angular/compiler";
2708
2708
  var MissingNgForOfLetCheck = class extends TemplateCheckWithVisitor {
2709
2709
  code = ErrorCode.MISSING_NGFOROF_LET;
@@ -2733,7 +2733,7 @@ var factory4 = {
2733
2733
  create: () => new MissingNgForOfLetCheck()
2734
2734
  };
2735
2735
 
2736
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_structural_directive/index.js
2736
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_structural_directive/index.js
2737
2737
  import { TmplAstTemplate as TmplAstTemplate4 } from "@angular/compiler";
2738
2738
  var KNOWN_CONTROL_FLOW_DIRECTIVES2 = /* @__PURE__ */ new Set([
2739
2739
  "ngIf",
@@ -2773,7 +2773,7 @@ var factory5 = {
2773
2773
  create: () => new MissingStructuralDirectiveCheck()
2774
2774
  };
2775
2775
 
2776
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/nullish_coalescing_not_nullable/index.js
2776
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/nullish_coalescing_not_nullable/index.js
2777
2777
  import { Binary } from "@angular/compiler";
2778
2778
  import ts19 from "typescript";
2779
2779
  var NullishCoalescingNotNullableCheck = class extends TemplateCheckWithVisitor {
@@ -2816,7 +2816,7 @@ var factory6 = {
2816
2816
  }
2817
2817
  };
2818
2818
 
2819
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/optional_chain_not_nullable/index.js
2819
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/optional_chain_not_nullable/index.js
2820
2820
  import { SafeCall, SafeKeyedRead, SafePropertyRead } from "@angular/compiler";
2821
2821
  import ts20 from "typescript";
2822
2822
  var OptionalChainNotNullableCheck = class extends TemplateCheckWithVisitor {
@@ -2860,7 +2860,7 @@ var factory7 = {
2860
2860
  }
2861
2861
  };
2862
2862
 
2863
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/skip_hydration_not_static/index.js
2863
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/skip_hydration_not_static/index.js
2864
2864
  import { TmplAstBoundAttribute as TmplAstBoundAttribute2, TmplAstTextAttribute } from "@angular/compiler";
2865
2865
  var NG_SKIP_HYDRATION_ATTR_NAME = "ngSkipHydration";
2866
2866
  var NgSkipHydrationSpec = class extends TemplateCheckWithVisitor {
@@ -2886,7 +2886,7 @@ var factory8 = {
2886
2886
  create: () => new NgSkipHydrationSpec()
2887
2887
  };
2888
2888
 
2889
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/suffix_not_supported/index.js
2889
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/suffix_not_supported/index.js
2890
2890
  import { TmplAstBoundAttribute as TmplAstBoundAttribute3 } from "@angular/compiler";
2891
2891
  var STYLE_SUFFIXES = ["px", "%", "em"];
2892
2892
  var SuffixNotSupportedCheck = class extends TemplateCheckWithVisitor {
@@ -2907,7 +2907,7 @@ var factory9 = {
2907
2907
  create: () => new SuffixNotSupportedCheck()
2908
2908
  };
2909
2909
 
2910
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/text_attribute_not_binding/index.js
2910
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/text_attribute_not_binding/index.js
2911
2911
  import { TmplAstTextAttribute as TmplAstTextAttribute2 } from "@angular/compiler";
2912
2912
  var TextAttributeNotBindingSpec = class extends TemplateCheckWithVisitor {
2913
2913
  code = ErrorCode.TEXT_ATTRIBUTE_NOT_BINDING;
@@ -2943,14 +2943,14 @@ var factory10 = {
2943
2943
  create: () => new TextAttributeNotBindingSpec()
2944
2944
  };
2945
2945
 
2946
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/uninvoked_function_in_event_binding/index.js
2946
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/uninvoked_function_in_event_binding/index.js
2947
2947
  import { ASTWithSource as ASTWithSource3, Call, Chain, Conditional, ParsedEventType, PropertyRead as PropertyRead3, SafeCall as SafeCall2, SafePropertyRead as SafePropertyRead2, TmplAstBoundEvent as TmplAstBoundEvent2 } from "@angular/compiler";
2948
2948
  var UninvokedFunctionInEventBindingSpec = class extends TemplateCheckWithVisitor {
2949
2949
  code = ErrorCode.UNINVOKED_FUNCTION_IN_EVENT_BINDING;
2950
2950
  visitNode(ctx, component, node) {
2951
2951
  if (!(node instanceof TmplAstBoundEvent2))
2952
2952
  return [];
2953
- if (node.type !== ParsedEventType.Regular && node.type !== ParsedEventType.Animation)
2953
+ if (node.type !== ParsedEventType.Regular && node.type !== ParsedEventType.LegacyAnimation)
2954
2954
  return [];
2955
2955
  if (!(node.handler instanceof ASTWithSource3))
2956
2956
  return [];
@@ -2991,7 +2991,7 @@ var factory11 = {
2991
2991
  create: () => new UninvokedFunctionInEventBindingSpec()
2992
2992
  };
2993
2993
 
2994
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/unparenthesized_nullish_coalescing/index.js
2994
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/unparenthesized_nullish_coalescing/index.js
2995
2995
  import { Binary as Binary2 } from "@angular/compiler";
2996
2996
  var UnparenthesizedNullishCoalescing = class extends TemplateCheckWithVisitor {
2997
2997
  code = ErrorCode.UNPARENTHESIZED_NULLISH_COALESCING;
@@ -3021,7 +3021,7 @@ var factory12 = {
3021
3021
  create: () => new UnparenthesizedNullishCoalescing()
3022
3022
  };
3023
3023
 
3024
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/unused_let_declaration/index.js
3024
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/unused_let_declaration/index.js
3025
3025
  import { AST, ASTWithSource as ASTWithSource4, TmplAstLetDeclaration } from "@angular/compiler";
3026
3026
  var UnusedLetDeclarationCheck = class extends TemplateCheckWithVisitor {
3027
3027
  code = ErrorCode.UNUSED_LET_DECLARATION;
@@ -3063,7 +3063,7 @@ var factory13 = {
3063
3063
  create: () => new UnusedLetDeclarationCheck()
3064
3064
  };
3065
3065
 
3066
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/uninvoked_track_function/index.js
3066
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/uninvoked_track_function/index.js
3067
3067
  import { Call as Call2, PropertyRead as PropertyRead4, SafeCall as SafeCall3, SafePropertyRead as SafePropertyRead3, TmplAstForLoopBlock } from "@angular/compiler";
3068
3068
  var UninvokedTrackFunctionCheck = class extends TemplateCheckWithVisitor {
3069
3069
  code = ErrorCode.UNINVOKED_TRACK_FUNCTION;
@@ -3095,10 +3095,10 @@ var factory14 = {
3095
3095
  create: () => new UninvokedTrackFunctionCheck()
3096
3096
  };
3097
3097
 
3098
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.js
3098
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.js
3099
3099
  import ts21 from "typescript";
3100
3100
 
3101
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/api/src/public_options.js
3101
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/api/src/public_options.js
3102
3102
  var DiagnosticCategoryLabel;
3103
3103
  (function(DiagnosticCategoryLabel2) {
3104
3104
  DiagnosticCategoryLabel2["Warning"] = "warning";
@@ -3106,7 +3106,7 @@ var DiagnosticCategoryLabel;
3106
3106
  DiagnosticCategoryLabel2["Suppress"] = "suppress";
3107
3107
  })(DiagnosticCategoryLabel || (DiagnosticCategoryLabel = {}));
3108
3108
 
3109
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.js
3109
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.js
3110
3110
  var ExtendedTemplateCheckerImpl = class {
3111
3111
  partialCtx;
3112
3112
  templateChecks;
@@ -3160,7 +3160,7 @@ function assertNever(value) {
3160
3160
  ${value}`);
3161
3161
  }
3162
3162
 
3163
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/index.js
3163
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/index.js
3164
3164
  var ALL_DIAGNOSTIC_FACTORIES = [
3165
3165
  factory2,
3166
3166
  factory6,
@@ -3183,8 +3183,8 @@ var SUPPORTED_DIAGNOSTIC_NAMES = /* @__PURE__ */ new Set([
3183
3183
  ...ALL_DIAGNOSTIC_FACTORIES.map((factory15) => factory15.name)
3184
3184
  ]);
3185
3185
 
3186
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/template_semantics/src/template_semantics_checker.js
3187
- import { ASTWithSource as ASTWithSource5, ImplicitReceiver as ImplicitReceiver2, ParsedEventType as ParsedEventType2, PropertyRead as PropertyRead5, RecursiveAstVisitor, TmplAstBoundEvent as TmplAstBoundEvent3, TmplAstLetDeclaration as TmplAstLetDeclaration2, TmplAstRecursiveVisitor, TmplAstVariable as TmplAstVariable2 } from "@angular/compiler";
3186
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/template_semantics/src/template_semantics_checker.js
3187
+ import { ASTWithSource as ASTWithSource5, ImplicitReceiver as ImplicitReceiver2, ParsedEventType as ParsedEventType2, PropertyRead as PropertyRead5, Binary as Binary3, RecursiveAstVisitor, TmplAstBoundEvent as TmplAstBoundEvent3, TmplAstLetDeclaration as TmplAstLetDeclaration2, TmplAstRecursiveVisitor, TmplAstVariable as TmplAstVariable2 } from "@angular/compiler";
3188
3188
  import ts22 from "typescript";
3189
3189
  var TemplateSemanticsCheckerImpl = class {
3190
3190
  templateTypeChecker;
@@ -3225,7 +3225,7 @@ var ExpressionsSemanticsVisitor = class extends RecursiveAstVisitor {
3225
3225
  this.diagnostics = diagnostics;
3226
3226
  }
3227
3227
  visitBinary(ast, context) {
3228
- if (ast.operation === "=" && ast.left instanceof PropertyRead5) {
3228
+ if (Binary3.isAssignmentOperation(ast.operation) && ast.left instanceof PropertyRead5) {
3229
3229
  this.checkForIllegalWriteInEventBinding(ast.left, context);
3230
3230
  } else {
3231
3231
  super.visitBinary(ast, context);
@@ -3282,7 +3282,7 @@ function unwrapAstWithSource(ast) {
3282
3282
  return ast instanceof ASTWithSource5 ? ast.ast : ast;
3283
3283
  }
3284
3284
 
3285
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/validation/src/rules/initializer_api_usage_rule.js
3285
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/validation/src/rules/initializer_api_usage_rule.js
3286
3286
  import ts23 from "typescript";
3287
3287
  var APIS_TO_CHECK = [
3288
3288
  INPUT_INITIALIZER_FN,
@@ -3334,7 +3334,7 @@ var InitializerApiUsageRule = class {
3334
3334
  }
3335
3335
  };
3336
3336
 
3337
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/validation/src/rules/unused_standalone_imports_rule.js
3337
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/validation/src/rules/unused_standalone_imports_rule.js
3338
3338
  import ts24 from "typescript";
3339
3339
  var UnusedStandaloneImportsRule = class {
3340
3340
  templateTypeChecker;
@@ -3425,7 +3425,7 @@ function closestNode(start, predicate) {
3425
3425
  return null;
3426
3426
  }
3427
3427
 
3428
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/validation/src/source_file_validator.js
3428
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/validation/src/source_file_validator.js
3429
3429
  var SourceFileValidator = class {
3430
3430
  rules;
3431
3431
  constructor(reflector, importedSymbolsTracker, templateTypeChecker, typeCheckingConfig) {
@@ -3465,7 +3465,7 @@ var SourceFileValidator = class {
3465
3465
  }
3466
3466
  };
3467
3467
 
3468
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/feature_detection.js
3468
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/feature_detection.js
3469
3469
  import semver from "semver";
3470
3470
  function coreVersionSupportsFeature(coreVersion, minVersion) {
3471
3471
  if (coreVersion === `0.0.0-${"PLACEHOLDER"}`) {
@@ -3474,7 +3474,7 @@ function coreVersionSupportsFeature(coreVersion, minVersion) {
3474
3474
  return semver.satisfies(coreVersion, minVersion, { includePrerelease: true });
3475
3475
  }
3476
3476
 
3477
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.js
3477
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.js
3478
3478
  var CompilationTicketKind;
3479
3479
  (function(CompilationTicketKind2) {
3480
3480
  CompilationTicketKind2[CompilationTicketKind2["Fresh"] = 0] = "Fresh";
@@ -4362,7 +4362,7 @@ function versionMapFromProgram(program, driver) {
4362
4362
  return versions;
4363
4363
  }
4364
4364
 
4365
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/host.js
4365
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/host.js
4366
4366
  import ts26 from "typescript";
4367
4367
  var DelegatingCompilerHost = class {
4368
4368
  delegate;
@@ -4536,7 +4536,7 @@ var NgCompilerHost = class extends DelegatingCompilerHost {
4536
4536
  }
4537
4537
  };
4538
4538
 
4539
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.js
4539
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.js
4540
4540
  var NgtscProgram = class {
4541
4541
  options;
4542
4542
  compiler;
@@ -4764,15 +4764,15 @@ function mergeEmitResults(emitResults) {
4764
4764
  return { diagnostics, emitSkipped, emittedFiles };
4765
4765
  }
4766
4766
 
4767
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/program.js
4767
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/program.js
4768
4768
  function createProgram({ rootNames, options, host, oldProgram }) {
4769
4769
  return new NgtscProgram(rootNames, options, host, oldProgram);
4770
4770
  }
4771
4771
 
4772
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/perform_compile.js
4772
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/perform_compile.js
4773
4773
  import ts29 from "typescript";
4774
4774
 
4775
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/util.js
4775
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/util.js
4776
4776
  import ts28 from "typescript";
4777
4777
  function createMessageDiagnostic(messageText) {
4778
4778
  return {
@@ -4786,7 +4786,7 @@ function createMessageDiagnostic(messageText) {
4786
4786
  };
4787
4787
  }
4788
4788
 
4789
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/perform_compile.js
4789
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/perform_compile.js
4790
4790
  var defaultFormatHost = {
4791
4791
  getCurrentDirectory: () => ts29.sys.getCurrentDirectory(),
4792
4792
  getCanonicalFileName: (fileName) => fileName,
@@ -5016,4 +5016,4 @@ export {
5016
5016
  * Use of this source code is governed by an MIT-style license that can be
5017
5017
  * found in the LICENSE file at https://angular.dev/license
5018
5018
  */
5019
- //# sourceMappingURL=chunk-OOYRM3V7.js.map
5019
+ //# sourceMappingURL=chunk-45WGF6MF.js.map