@angular/compiler-cli 20.0.0-next.9 → 20.0.0-rc.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 (38) hide show
  1. package/bundles/{chunk-SBWQVXJA.js → chunk-B24NLAZZ.js} +42 -42
  2. package/bundles/{chunk-SBWQVXJA.js.map → chunk-B24NLAZZ.js.map} +1 -1
  3. package/bundles/{chunk-2F5IGGXH.js → chunk-BGRGIORD.js} +12 -12
  4. package/bundles/{chunk-2F5IGGXH.js.map → chunk-BGRGIORD.js.map} +1 -1
  5. package/bundles/{chunk-UTYYMB4Z.js → chunk-GTZJJ3FS.js} +3 -3
  6. package/bundles/{chunk-Q6YAKOMH.js → chunk-GU2OJWV5.js} +5 -5
  7. package/bundles/{chunk-FKXFEX7K.js → chunk-H5Y7P5GQ.js} +3 -3
  8. package/bundles/{chunk-FKXFEX7K.js.map → chunk-H5Y7P5GQ.js.map} +1 -1
  9. package/bundles/{chunk-77D5CI2U.js → chunk-NVYT6OPE.js} +7 -7
  10. package/bundles/{chunk-77D5CI2U.js.map → chunk-NVYT6OPE.js.map} +1 -1
  11. package/bundles/{chunk-KIC4TVVW.js → chunk-TQ6LMH6Y.js} +31 -31
  12. package/bundles/{chunk-WNWOEBZS.js → chunk-TTRWAZF3.js} +138 -128
  13. package/bundles/{chunk-WNWOEBZS.js.map → chunk-TTRWAZF3.js.map} +2 -2
  14. package/bundles/{chunk-5HL3AR4R.js → chunk-UWOD5VHW.js} +84 -84
  15. package/bundles/{chunk-5HL3AR4R.js.map → chunk-UWOD5VHW.js.map} +1 -1
  16. package/bundles/{chunk-37JMVF7H.js → chunk-WIAPFYJX.js} +8 -8
  17. package/bundles/{chunk-37JMVF7H.js.map → chunk-WIAPFYJX.js.map} +1 -1
  18. package/bundles/{chunk-Q2WE7ECN.js → chunk-WUCT7QTW.js} +5 -5
  19. package/bundles/{chunk-Q2WE7ECN.js.map → chunk-WUCT7QTW.js.map} +1 -1
  20. package/bundles/index.js +12 -12
  21. package/bundles/index.js.map +1 -1
  22. package/bundles/linker/babel/index.js +12 -12
  23. package/bundles/linker/index.js +4 -4
  24. package/bundles/private/bazel.js +1 -1
  25. package/bundles/private/localize.js +3 -3
  26. package/bundles/private/migrations.js +4 -4
  27. package/bundles/private/tooling.js +6 -6
  28. package/bundles/src/bin/ng_xi18n.js +10 -10
  29. package/bundles/src/bin/ngc.js +8 -8
  30. package/bundles_metadata.json +1 -1
  31. package/index.d.ts +0 -1
  32. package/linker/src/file_linker/partial_linkers/util.d.ts +1 -1
  33. package/package.json +7 -4
  34. package/src/ngtsc/annotations/directive/src/query_functions.d.ts +4 -5
  35. package/src/ngtsc/docs/index.d.ts +1 -1
  36. /package/bundles/{chunk-UTYYMB4Z.js.map → chunk-GTZJJ3FS.js.map} +0 -0
  37. /package/bundles/{chunk-Q6YAKOMH.js.map → chunk-GU2OJWV5.js.map} +0 -0
  38. /package/bundles/{chunk-KIC4TVVW.js.map → chunk-TQ6LMH6Y.js.map} +0 -0
@@ -4,7 +4,7 @@
4
4
 
5
5
  import {
6
6
  angularJitApplicationTransform
7
- } from "./chunk-2F5IGGXH.js";
7
+ } from "./chunk-BGRGIORD.js";
8
8
  import {
9
9
  CompilationMode,
10
10
  ComponentDecoratorHandler,
@@ -51,7 +51,7 @@ import {
51
51
  retagAllTsFiles,
52
52
  tryParseInitializerApi,
53
53
  untagAllTsFiles
54
- } from "./chunk-WNWOEBZS.js";
54
+ } from "./chunk-TTRWAZF3.js";
55
55
  import {
56
56
  AbsoluteModuleStrategy,
57
57
  AliasStrategy,
@@ -87,14 +87,14 @@ import {
87
87
  relativePathBetween,
88
88
  replaceTsWithNgInErrors,
89
89
  toUnredirectedSourceFile
90
- } from "./chunk-SBWQVXJA.js";
90
+ } from "./chunk-B24NLAZZ.js";
91
91
  import {
92
92
  ActivePerfRecorder,
93
93
  DelegatingPerfRecorder,
94
94
  PerfCheckpoint,
95
95
  PerfEvent,
96
96
  PerfPhase
97
- } from "./chunk-Q2WE7ECN.js";
97
+ } from "./chunk-WUCT7QTW.js";
98
98
  import {
99
99
  LogicalFileSystem,
100
100
  absoluteFrom,
@@ -104,9 +104,9 @@ import {
104
104
  getFileSystem,
105
105
  join,
106
106
  resolve
107
- } from "./chunk-37JMVF7H.js";
107
+ } from "./chunk-WIAPFYJX.js";
108
108
 
109
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/api.mjs
109
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/api.mjs
110
110
  var DEFAULT_ERROR_CODE = 100;
111
111
  var UNKNOWN_ERROR_CODE = 500;
112
112
  var SOURCE = "angular";
@@ -124,7 +124,7 @@ var EmitFlags;
124
124
  EmitFlags2[EmitFlags2["All"] = 31] = "All";
125
125
  })(EmitFlags || (EmitFlags = {}));
126
126
 
127
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/compiler_host.mjs
127
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/compiler_host.mjs
128
128
  import ts from "typescript";
129
129
  var wrapHostForTest = null;
130
130
  function createCompilerHost({ options, tsHost = ts.createCompilerHost(options, true) }) {
@@ -134,7 +134,7 @@ function createCompilerHost({ options, tsHost = ts.createCompilerHost(options, t
134
134
  return tsHost;
135
135
  }
136
136
 
137
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/entities.mjs
137
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/entities.js
138
138
  var EntryType;
139
139
  (function(EntryType2) {
140
140
  EntryType2["Block"] = "block";
@@ -181,23 +181,23 @@ function isDocEntryWithSourceInfo(entry) {
181
181
  return "source" in entry;
182
182
  }
183
183
 
184
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/extractor.mjs
184
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/extractor.js
185
185
  import ts12 from "typescript";
186
186
 
187
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/class_extractor.mjs
187
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/class_extractor.js
188
188
  import ts6 from "typescript";
189
189
 
190
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/filters.mjs
190
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/filters.js
191
191
  function isAngularPrivateName(name) {
192
192
  var _a;
193
193
  const firstChar = (_a = name[0]) != null ? _a : "";
194
194
  return firstChar === "\u0275" || firstChar === "_";
195
195
  }
196
196
 
197
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/function_extractor.mjs
197
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/function_extractor.js
198
198
  import ts4 from "typescript";
199
199
 
200
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/generics_extractor.mjs
200
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/generics_extractor.js
201
201
  function extractGenerics(declaration) {
202
202
  var _a, _b;
203
203
  return (_b = (_a = declaration.typeParameters) == null ? void 0 : _a.map((typeParam) => {
@@ -210,7 +210,7 @@ function extractGenerics(declaration) {
210
210
  })) != null ? _b : [];
211
211
  }
212
212
 
213
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/jsdoc_extractor.mjs
213
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/jsdoc_extractor.js
214
214
  import ts2 from "typescript";
215
215
  var decoratorExpression = /@(?=(Injectable|Component|Directive|Pipe|NgModule|Input|Output|HostBinding|HostListener|Inject|Optional|Self|Host|SkipSelf|ViewChild|ViewChildren|ContentChild|ContentChildren))/g;
216
216
  function extractJsDocTags(node) {
@@ -254,13 +254,13 @@ function unescapeAngularDecorators(comment) {
254
254
  return comment.replace(/_NG_AT_/g, "@");
255
255
  }
256
256
 
257
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/type_extractor.mjs
257
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/type_extractor.js
258
258
  import ts3 from "typescript";
259
259
  function extractResolvedTypeString(node, checker) {
260
260
  return checker.typeToString(checker.getTypeAtLocation(node), void 0, ts3.TypeFormatFlags.NoTruncation);
261
261
  }
262
262
 
263
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/function_extractor.mjs
263
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/function_extractor.js
264
264
  var FunctionExtractor = class {
265
265
  name;
266
266
  exportDeclaration;
@@ -374,7 +374,7 @@ function findImplementationOfFunction(node, typeChecker) {
374
374
  return implementation;
375
375
  }
376
376
 
377
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/internal.mjs
377
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/internal.js
378
378
  import ts5 from "typescript";
379
379
  function isInternal(member) {
380
380
  return extractJsDocTags(member).some((tag) => tag.name === "internal") || hasLeadingInternalComment(member);
@@ -393,7 +393,7 @@ function hasLeadingInternalComment(member) {
393
393
  )) != null ? _a : false;
394
394
  }
395
395
 
396
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/class_extractor.mjs
396
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/class_extractor.js
397
397
  var ClassExtractor = class {
398
398
  declaration;
399
399
  typeChecker;
@@ -720,7 +720,7 @@ function extractPipeSyntax(metadata, classDeclaration) {
720
720
  return `{{ value_expression | ${metadata.name}${paramNames.length ? ":" + paramNames.join(":") : ""} }}`;
721
721
  }
722
722
 
723
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/constant_extractor.mjs
723
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/constant_extractor.js
724
724
  import ts7 from "typescript";
725
725
  var LITERAL_AS_ENUM_TAG = "object-literal-as-enum";
726
726
  function extractConstant(declaration, typeChecker) {
@@ -778,7 +778,7 @@ function extractLiteralPropertiesAsEnumMembers(declaration) {
778
778
  });
779
779
  }
780
780
 
781
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/decorator_extractor.mjs
781
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/decorator_extractor.js
782
782
  import ts8 from "typescript";
783
783
  function extractorDecorator(declaration, typeChecker) {
784
784
  const documentedNode = getDecoratorJsDocNode(declaration);
@@ -851,7 +851,7 @@ function getDecoratorJsDocNode(declaration) {
851
851
  return callSignature;
852
852
  }
853
853
 
854
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/enum_extractor.mjs
854
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/enum_extractor.js
855
855
  import ts9 from "typescript";
856
856
  function extractEnum(declaration, typeChecker) {
857
857
  return {
@@ -882,7 +882,7 @@ function getEnumMemberValue(memberNode) {
882
882
  return (_a = literal == null ? void 0 : literal.getText()) != null ? _a : "";
883
883
  }
884
884
 
885
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/initializer_api_function_extractor.mjs
885
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/initializer_api_function_extractor.js
886
886
  import ts10 from "typescript";
887
887
  var initializerApiTag = "initializerApiFunction";
888
888
  function isInitializerApiFunction(node, typeChecker) {
@@ -991,7 +991,7 @@ function extractFunctionWithOverloads(name, type, typeChecker) {
991
991
  };
992
992
  }
993
993
 
994
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/type_alias_extractor.mjs
994
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/type_alias_extractor.js
995
995
  function extractTypeAlias(declaration) {
996
996
  return {
997
997
  name: declaration.name.getText(),
@@ -1004,7 +1004,7 @@ function extractTypeAlias(declaration) {
1004
1004
  };
1005
1005
  }
1006
1006
 
1007
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/import_extractor.mjs
1007
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/import_extractor.js
1008
1008
  import ts11 from "typescript";
1009
1009
  function getImportedSymbols(sourceFile) {
1010
1010
  const importSpecifiers = /* @__PURE__ */ new Map();
@@ -1029,7 +1029,7 @@ function getImportedSymbols(sourceFile) {
1029
1029
  return importSpecifiers;
1030
1030
  }
1031
1031
 
1032
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/extractor.mjs
1032
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/extractor.js
1033
1033
  var DocsExtractor = class {
1034
1034
  typeChecker;
1035
1035
  metadataReader;
@@ -1117,11 +1117,11 @@ function getRelativeFilePath(sourceFile, rootDir) {
1117
1117
  return relativePath;
1118
1118
  }
1119
1119
 
1120
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
1120
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
1121
1121
  import { HtmlParser, MessageBundle } from "@angular/compiler";
1122
1122
  import ts27 from "typescript";
1123
1123
 
1124
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/i18n.mjs
1124
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/i18n.mjs
1125
1125
  import { Xliff, Xliff2, Xmb } from "@angular/compiler";
1126
1126
  import * as path from "path";
1127
1127
  function i18nGetExtension(formatName) {
@@ -1172,10 +1172,10 @@ function getPathNormalizer(basePath) {
1172
1172
  };
1173
1173
  }
1174
1174
 
1175
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
1175
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
1176
1176
  import ts13 from "typescript";
1177
1177
 
1178
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/version_helpers.mjs
1178
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/version_helpers.mjs
1179
1179
  function toNumbers(value) {
1180
1180
  const suffixIndex = value.lastIndexOf("-");
1181
1181
  return value.slice(0, suffixIndex === -1 ? value.length : suffixIndex).split(".").map((segment) => {
@@ -1210,7 +1210,7 @@ function compareVersions(v1, v2) {
1210
1210
  return compareNumbers(toNumbers(v1), toNumbers(v2));
1211
1211
  }
1212
1212
 
1213
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
1213
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
1214
1214
  var MIN_TS_VERSION = "5.8.0";
1215
1215
  var MAX_TS_VERSION = "5.9.0";
1216
1216
  var tsVersion = ts13.version;
@@ -1223,10 +1223,10 @@ function verifySupportedTypeScriptVersion() {
1223
1223
  checkVersion(tsVersion, MIN_TS_VERSION, MAX_TS_VERSION);
1224
1224
  }
1225
1225
 
1226
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.mjs
1226
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.js
1227
1227
  import ts25 from "typescript";
1228
1228
 
1229
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/analyzer.mjs
1229
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/analyzer.js
1230
1230
  var CycleAnalyzer = class {
1231
1231
  importGraph;
1232
1232
  cachedResults = null;
@@ -1303,7 +1303,7 @@ var Cycle = class {
1303
1303
  }
1304
1304
  };
1305
1305
 
1306
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/imports.mjs
1306
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/imports.js
1307
1307
  import ts14 from "typescript";
1308
1308
  var ImportGraph = class {
1309
1309
  checker;
@@ -1399,7 +1399,7 @@ var Found = class {
1399
1399
  }
1400
1400
  };
1401
1401
 
1402
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/generator.mjs
1402
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/generator.js
1403
1403
  import ts15 from "typescript";
1404
1404
  var FlatIndexGenerator = class {
1405
1405
  entryPoint;
@@ -1427,7 +1427,7 @@ export * from '${relativeEntryPoint}';
1427
1427
  }
1428
1428
  };
1429
1429
 
1430
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/logic.mjs
1430
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/logic.js
1431
1431
  function findFlatIndexEntryPoint(rootFiles) {
1432
1432
  const tsFiles = rootFiles.filter((file) => isNonDeclarationTsPath(file));
1433
1433
  let resolvedEntryPoint = null;
@@ -1443,7 +1443,7 @@ function findFlatIndexEntryPoint(rootFiles) {
1443
1443
  return resolvedEntryPoint;
1444
1444
  }
1445
1445
 
1446
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/private_export_checker.mjs
1446
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/private_export_checker.js
1447
1447
  import ts16 from "typescript";
1448
1448
  function checkForPrivateExports(entryPoint, checker, refGraph) {
1449
1449
  const diagnostics = [];
@@ -1523,7 +1523,7 @@ function getDescriptorOfDeclaration(decl) {
1523
1523
  }
1524
1524
  }
1525
1525
 
1526
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/reference_graph.mjs
1526
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/reference_graph.js
1527
1527
  var ReferenceGraph = class {
1528
1528
  references = /* @__PURE__ */ new Map();
1529
1529
  add(from, to) {
@@ -1575,7 +1575,7 @@ var ReferenceGraph = class {
1575
1575
  }
1576
1576
  };
1577
1577
 
1578
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/dependency_tracking.mjs
1578
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/dependency_tracking.js
1579
1579
  var FileDependencyGraph = class {
1580
1580
  nodes = /* @__PURE__ */ new Map();
1581
1581
  addDependency(from, on) {
@@ -1640,7 +1640,7 @@ function isLogicallyChanged(sf, node, changedTsPaths, deletedTsPaths, changedRes
1640
1640
  return false;
1641
1641
  }
1642
1642
 
1643
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/state.mjs
1643
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/state.js
1644
1644
  var IncrementalStateKind;
1645
1645
  (function(IncrementalStateKind2) {
1646
1646
  IncrementalStateKind2[IncrementalStateKind2["Fresh"] = 0] = "Fresh";
@@ -1648,7 +1648,7 @@ var IncrementalStateKind;
1648
1648
  IncrementalStateKind2[IncrementalStateKind2["Analyzed"] = 2] = "Analyzed";
1649
1649
  })(IncrementalStateKind || (IncrementalStateKind = {}));
1650
1650
 
1651
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/incremental.mjs
1651
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/incremental.js
1652
1652
  var PhaseKind;
1653
1653
  (function(PhaseKind2) {
1654
1654
  PhaseKind2[PhaseKind2["Analysis"] = 0] = "Analysis";
@@ -1854,7 +1854,7 @@ function toOriginalSourceFile(sf) {
1854
1854
  }
1855
1855
  }
1856
1856
 
1857
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/strategy.mjs
1857
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/strategy.js
1858
1858
  var TrackedIncrementalBuildStrategy = class {
1859
1859
  state = null;
1860
1860
  isSet = false;
@@ -1888,7 +1888,7 @@ var PatchedProgramIncrementalBuildStrategy = class {
1888
1888
  };
1889
1889
  var SYM_INCREMENTAL_STATE = Symbol("NgIncrementalState");
1890
1890
 
1891
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/api.mjs
1891
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/api.js
1892
1892
  var IdentifierKind;
1893
1893
  (function(IdentifierKind2) {
1894
1894
  IdentifierKind2[IdentifierKind2["Property"] = 0] = "Property";
@@ -1909,7 +1909,7 @@ var AbsoluteSourceSpan = class {
1909
1909
  }
1910
1910
  };
1911
1911
 
1912
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/context.mjs
1912
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/context.js
1913
1913
  var IndexingContext = class {
1914
1914
  components = /* @__PURE__ */ new Set();
1915
1915
  addComponent(info) {
@@ -1917,10 +1917,10 @@ var IndexingContext = class {
1917
1917
  }
1918
1918
  };
1919
1919
 
1920
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/transform.mjs
1920
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/transform.js
1921
1921
  import { ParseSourceFile } from "@angular/compiler";
1922
1922
 
1923
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/template.mjs
1923
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/template.js
1924
1924
  import { ASTWithSource, ImplicitReceiver, PropertyRead, PropertyWrite, RecursiveAstVisitor, TmplAstBoundDeferredTrigger, TmplAstComponent, TmplAstDirective, TmplAstElement, TmplAstRecursiveVisitor, TmplAstReference, TmplAstTemplate, TmplAstVariable } from "@angular/compiler";
1925
1925
  var ExpressionVisitor = class extends RecursiveAstVisitor {
1926
1926
  expressionStr;
@@ -2231,7 +2231,7 @@ function getTemplateIdentifiers(boundTemplate) {
2231
2231
  return { identifiers: visitor.identifiers, errors: visitor.errors };
2232
2232
  }
2233
2233
 
2234
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/transform.mjs
2234
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/transform.js
2235
2235
  function generateAnalysis(context) {
2236
2236
  const analysis = /* @__PURE__ */ new Map();
2237
2237
  context.components.forEach(({ declaration, selector, boundTemplate, templateMeta }) => {
@@ -2267,7 +2267,7 @@ function generateAnalysis(context) {
2267
2267
  return analysis;
2268
2268
  }
2269
2269
 
2270
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/ng_module_index.mjs
2270
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/ng_module_index.js
2271
2271
  var NgModuleIndexImpl = class {
2272
2272
  metaReader;
2273
2273
  localReader;
@@ -2358,7 +2358,7 @@ var NgModuleIndexImpl = class {
2358
2358
  }
2359
2359
  };
2360
2360
 
2361
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/resource/src/loader.mjs
2361
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/resource/src/loader.js
2362
2362
  import ts17 from "typescript";
2363
2363
  var CSS_PREPROCESSOR_EXT = /(\.scss|\.sass|\.less|\.styl)$/;
2364
2364
  var RESOURCE_MARKER = ".$ngresource$";
@@ -2516,7 +2516,7 @@ function createLookupResolutionHost(adapter) {
2516
2516
  };
2517
2517
  }
2518
2518
 
2519
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/standalone.mjs
2519
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/standalone.js
2520
2520
  var StandaloneComponentScopeReader = class {
2521
2521
  metaReader;
2522
2522
  localModuleReader;
@@ -2615,10 +2615,10 @@ var StandaloneComponentScopeReader = class {
2615
2615
  }
2616
2616
  };
2617
2617
 
2618
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/interpolated_signal_not_invoked/index.mjs
2618
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/interpolated_signal_not_invoked/index.js
2619
2619
  import { ASTWithSource as ASTWithSource3, BindingType, Interpolation, PropertyRead as PropertyRead2, TmplAstBoundAttribute } from "@angular/compiler";
2620
2620
 
2621
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/symbol_util.mjs
2621
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/symbol_util.js
2622
2622
  import ts18 from "typescript";
2623
2623
  var SIGNAL_FNS = /* @__PURE__ */ new Set([
2624
2624
  "WritableSignal",
@@ -2638,7 +2638,7 @@ function isSignalSymbol(symbol) {
2638
2638
  });
2639
2639
  }
2640
2640
 
2641
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/api/api.mjs
2641
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/api/api.js
2642
2642
  import { ASTWithSource as ASTWithSource2, RecursiveAstVisitor as RecursiveAstVisitor2, TmplAstBoundDeferredTrigger as TmplAstBoundDeferredTrigger2 } from "@angular/compiler";
2643
2643
  var TemplateCheckWithVisitor = class {
2644
2644
  canVisitStructuralAttributes = true;
@@ -2791,7 +2791,7 @@ var TemplateVisitor2 = class extends RecursiveAstVisitor2 {
2791
2791
  }
2792
2792
  };
2793
2793
 
2794
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/interpolated_signal_not_invoked/index.mjs
2794
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/interpolated_signal_not_invoked/index.js
2795
2795
  var SIGNAL_INSTANCE_PROPERTIES = /* @__PURE__ */ new Set(["set", "update", "asReadonly"]);
2796
2796
  var FUNCTION_INSTANCE_PROPERTIES = /* @__PURE__ */ new Set(["name", "length", "prototype"]);
2797
2797
  var InterpolatedSignalCheck = class extends TemplateCheckWithVisitor {
@@ -2840,7 +2840,7 @@ var factory = {
2840
2840
  create: () => new InterpolatedSignalCheck()
2841
2841
  };
2842
2842
 
2843
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/invalid_banana_in_box/index.mjs
2843
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/invalid_banana_in_box/index.js
2844
2844
  import { TmplAstBoundEvent } from "@angular/compiler";
2845
2845
  var InvalidBananaInBoxCheck = class extends TemplateCheckWithVisitor {
2846
2846
  code = ErrorCode.INVALID_BANANA_IN_BOX;
@@ -2863,7 +2863,7 @@ var factory2 = {
2863
2863
  create: () => new InvalidBananaInBoxCheck()
2864
2864
  };
2865
2865
 
2866
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_control_flow_directive/index.mjs
2866
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_control_flow_directive/index.js
2867
2867
  import { TmplAstTemplate as TmplAstTemplate2 } from "@angular/compiler";
2868
2868
  var KNOWN_CONTROL_FLOW_DIRECTIVES = /* @__PURE__ */ new Map([
2869
2869
  ["ngIf", { directive: "NgIf", builtIn: "@if" }],
@@ -2905,7 +2905,7 @@ var factory3 = {
2905
2905
  }
2906
2906
  };
2907
2907
 
2908
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_ngforof_let/index.mjs
2908
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_ngforof_let/index.js
2909
2909
  import { TmplAstTemplate as TmplAstTemplate3 } from "@angular/compiler";
2910
2910
  var MissingNgForOfLetCheck = class extends TemplateCheckWithVisitor {
2911
2911
  code = ErrorCode.MISSING_NGFOROF_LET;
@@ -2935,7 +2935,7 @@ var factory4 = {
2935
2935
  create: () => new MissingNgForOfLetCheck()
2936
2936
  };
2937
2937
 
2938
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_structural_directive/index.mjs
2938
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_structural_directive/index.js
2939
2939
  import { TmplAstTemplate as TmplAstTemplate4 } from "@angular/compiler";
2940
2940
  var KNOWN_CONTROL_FLOW_DIRECTIVES2 = /* @__PURE__ */ new Set([
2941
2941
  "ngIf",
@@ -2975,7 +2975,7 @@ var factory5 = {
2975
2975
  create: () => new MissingStructuralDirectiveCheck()
2976
2976
  };
2977
2977
 
2978
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/nullish_coalescing_not_nullable/index.mjs
2978
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/nullish_coalescing_not_nullable/index.js
2979
2979
  import { Binary } from "@angular/compiler";
2980
2980
  import ts19 from "typescript";
2981
2981
  var NullishCoalescingNotNullableCheck = class extends TemplateCheckWithVisitor {
@@ -3018,7 +3018,7 @@ var factory6 = {
3018
3018
  }
3019
3019
  };
3020
3020
 
3021
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/optional_chain_not_nullable/index.mjs
3021
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/optional_chain_not_nullable/index.js
3022
3022
  import { SafeCall, SafeKeyedRead, SafePropertyRead } from "@angular/compiler";
3023
3023
  import ts20 from "typescript";
3024
3024
  var OptionalChainNotNullableCheck = class extends TemplateCheckWithVisitor {
@@ -3062,7 +3062,7 @@ var factory7 = {
3062
3062
  }
3063
3063
  };
3064
3064
 
3065
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/skip_hydration_not_static/index.mjs
3065
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/skip_hydration_not_static/index.js
3066
3066
  import { TmplAstBoundAttribute as TmplAstBoundAttribute2, TmplAstTextAttribute } from "@angular/compiler";
3067
3067
  var NG_SKIP_HYDRATION_ATTR_NAME = "ngSkipHydration";
3068
3068
  var NgSkipHydrationSpec = class extends TemplateCheckWithVisitor {
@@ -3088,7 +3088,7 @@ var factory8 = {
3088
3088
  create: () => new NgSkipHydrationSpec()
3089
3089
  };
3090
3090
 
3091
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/suffix_not_supported/index.mjs
3091
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/suffix_not_supported/index.js
3092
3092
  import { TmplAstBoundAttribute as TmplAstBoundAttribute3 } from "@angular/compiler";
3093
3093
  var STYLE_SUFFIXES = ["px", "%", "em"];
3094
3094
  var SuffixNotSupportedCheck = class extends TemplateCheckWithVisitor {
@@ -3109,7 +3109,7 @@ var factory9 = {
3109
3109
  create: () => new SuffixNotSupportedCheck()
3110
3110
  };
3111
3111
 
3112
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/text_attribute_not_binding/index.mjs
3112
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/text_attribute_not_binding/index.js
3113
3113
  import { TmplAstTextAttribute as TmplAstTextAttribute2 } from "@angular/compiler";
3114
3114
  var TextAttributeNotBindingSpec = class extends TemplateCheckWithVisitor {
3115
3115
  code = ErrorCode.TEXT_ATTRIBUTE_NOT_BINDING;
@@ -3145,7 +3145,7 @@ var factory10 = {
3145
3145
  create: () => new TextAttributeNotBindingSpec()
3146
3146
  };
3147
3147
 
3148
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/uninvoked_function_in_event_binding/index.mjs
3148
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/uninvoked_function_in_event_binding/index.js
3149
3149
  import { ASTWithSource as ASTWithSource4, Call, Chain, Conditional, ParsedEventType, PropertyRead as PropertyRead3, SafeCall as SafeCall2, SafePropertyRead as SafePropertyRead2, TmplAstBoundEvent as TmplAstBoundEvent2 } from "@angular/compiler";
3150
3150
  var UninvokedFunctionInEventBindingSpec = class extends TemplateCheckWithVisitor {
3151
3151
  code = ErrorCode.UNINVOKED_FUNCTION_IN_EVENT_BINDING;
@@ -3194,7 +3194,7 @@ var factory11 = {
3194
3194
  create: () => new UninvokedFunctionInEventBindingSpec()
3195
3195
  };
3196
3196
 
3197
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/unparenthesized_nullish_coalescing/index.mjs
3197
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/unparenthesized_nullish_coalescing/index.js
3198
3198
  import { Binary as Binary2 } from "@angular/compiler";
3199
3199
  var UnparenthesizedNullishCoalescing = class extends TemplateCheckWithVisitor {
3200
3200
  code = ErrorCode.UNPARENTHESIZED_NULLISH_COALESCING;
@@ -3224,7 +3224,7 @@ var factory12 = {
3224
3224
  create: () => new UnparenthesizedNullishCoalescing()
3225
3225
  };
3226
3226
 
3227
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/unused_let_declaration/index.mjs
3227
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/unused_let_declaration/index.js
3228
3228
  import { AST, ASTWithSource as ASTWithSource5, TmplAstLetDeclaration } from "@angular/compiler";
3229
3229
  var UnusedLetDeclarationCheck = class extends TemplateCheckWithVisitor {
3230
3230
  code = ErrorCode.UNUSED_LET_DECLARATION;
@@ -3266,7 +3266,7 @@ var factory13 = {
3266
3266
  create: () => new UnusedLetDeclarationCheck()
3267
3267
  };
3268
3268
 
3269
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/uninvoked_track_function/index.mjs
3269
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/uninvoked_track_function/index.js
3270
3270
  import { Call as Call2, PropertyRead as PropertyRead4, SafeCall as SafeCall3, SafePropertyRead as SafePropertyRead3, TmplAstForLoopBlock } from "@angular/compiler";
3271
3271
  var UninvokedTrackFunctionCheck = class extends TemplateCheckWithVisitor {
3272
3272
  code = ErrorCode.UNINVOKED_TRACK_FUNCTION;
@@ -3299,10 +3299,10 @@ var factory14 = {
3299
3299
  create: () => new UninvokedTrackFunctionCheck()
3300
3300
  };
3301
3301
 
3302
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.mjs
3302
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.js
3303
3303
  import ts21 from "typescript";
3304
3304
 
3305
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/api/src/public_options.mjs
3305
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/api/src/public_options.js
3306
3306
  var DiagnosticCategoryLabel;
3307
3307
  (function(DiagnosticCategoryLabel2) {
3308
3308
  DiagnosticCategoryLabel2["Warning"] = "warning";
@@ -3310,7 +3310,7 @@ var DiagnosticCategoryLabel;
3310
3310
  DiagnosticCategoryLabel2["Suppress"] = "suppress";
3311
3311
  })(DiagnosticCategoryLabel || (DiagnosticCategoryLabel = {}));
3312
3312
 
3313
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.mjs
3313
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.js
3314
3314
  var ExtendedTemplateCheckerImpl = class {
3315
3315
  partialCtx;
3316
3316
  templateChecks;
@@ -3365,7 +3365,7 @@ function assertNever(value) {
3365
3365
  ${value}`);
3366
3366
  }
3367
3367
 
3368
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/index.mjs
3368
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/index.js
3369
3369
  var ALL_DIAGNOSTIC_FACTORIES = [
3370
3370
  factory2,
3371
3371
  factory6,
@@ -3388,7 +3388,7 @@ var SUPPORTED_DIAGNOSTIC_NAMES = /* @__PURE__ */ new Set([
3388
3388
  ...ALL_DIAGNOSTIC_FACTORIES.map((factory15) => factory15.name)
3389
3389
  ]);
3390
3390
 
3391
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/template_semantics/src/template_semantics_checker.mjs
3391
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/template_semantics/src/template_semantics_checker.js
3392
3392
  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";
3393
3393
  import ts22 from "typescript";
3394
3394
  var TemplateSemanticsCheckerImpl = class {
@@ -3484,7 +3484,7 @@ function unwrapAstWithSource(ast) {
3484
3484
  return ast instanceof ASTWithSource6 ? ast.ast : ast;
3485
3485
  }
3486
3486
 
3487
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/validation/src/rules/initializer_api_usage_rule.mjs
3487
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/validation/src/rules/initializer_api_usage_rule.js
3488
3488
  import ts23 from "typescript";
3489
3489
  var APIS_TO_CHECK = [
3490
3490
  INPUT_INITIALIZER_FN,
@@ -3537,7 +3537,7 @@ var InitializerApiUsageRule = class {
3537
3537
  }
3538
3538
  };
3539
3539
 
3540
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/validation/src/rules/unused_standalone_imports_rule.mjs
3540
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/validation/src/rules/unused_standalone_imports_rule.js
3541
3541
  import ts24 from "typescript";
3542
3542
  var UnusedStandaloneImportsRule = class {
3543
3543
  templateTypeChecker;
@@ -3629,10 +3629,10 @@ function closestNode(start, predicate) {
3629
3629
  return null;
3630
3630
  }
3631
3631
 
3632
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/validation/src/config.mjs
3632
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/validation/src/config.js
3633
3633
  var UNUSED_STANDALONE_IMPORTS_RULE_ENABLED = true;
3634
3634
 
3635
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/validation/src/source_file_validator.mjs
3635
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/validation/src/source_file_validator.js
3636
3636
  var SourceFileValidator = class {
3637
3637
  rules;
3638
3638
  constructor(reflector, importedSymbolsTracker, templateTypeChecker, typeCheckingConfig) {
@@ -3674,7 +3674,7 @@ var SourceFileValidator = class {
3674
3674
  }
3675
3675
  };
3676
3676
 
3677
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/feature_detection.mjs
3677
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/feature_detection.js
3678
3678
  import semver from "semver";
3679
3679
  function coreVersionSupportsFeature(coreVersion, minVersion) {
3680
3680
  if (coreVersion === `0.0.0-${"PLACEHOLDER"}`) {
@@ -3683,7 +3683,7 @@ function coreVersionSupportsFeature(coreVersion, minVersion) {
3683
3683
  return semver.satisfies(coreVersion, minVersion, { includePrerelease: true });
3684
3684
  }
3685
3685
 
3686
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.mjs
3686
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.js
3687
3687
  var CompilationTicketKind;
3688
3688
  (function(CompilationTicketKind2) {
3689
3689
  CompilationTicketKind2[CompilationTicketKind2["Fresh"] = 0] = "Fresh";
@@ -4568,7 +4568,7 @@ function versionMapFromProgram(program, driver) {
4568
4568
  return versions;
4569
4569
  }
4570
4570
 
4571
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/host.mjs
4571
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/host.js
4572
4572
  import ts26 from "typescript";
4573
4573
  var DelegatingCompilerHost = class {
4574
4574
  delegate;
@@ -4742,7 +4742,7 @@ var NgCompilerHost = class extends DelegatingCompilerHost {
4742
4742
  }
4743
4743
  };
4744
4744
 
4745
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
4745
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
4746
4746
  var NgtscProgram = class {
4747
4747
  options;
4748
4748
  compiler;
@@ -4973,15 +4973,15 @@ function mergeEmitResults(emitResults) {
4973
4973
  return { diagnostics, emitSkipped, emittedFiles };
4974
4974
  }
4975
4975
 
4976
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/program.mjs
4976
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/program.mjs
4977
4977
  function createProgram({ rootNames, options, host, oldProgram }) {
4978
4978
  return new NgtscProgram(rootNames, options, host, oldProgram);
4979
4979
  }
4980
4980
 
4981
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/perform_compile.mjs
4981
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/perform_compile.mjs
4982
4982
  import ts29 from "typescript";
4983
4983
 
4984
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/util.mjs
4984
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/util.mjs
4985
4985
  import ts28 from "typescript";
4986
4986
  function createMessageDiagnostic(messageText) {
4987
4987
  return {
@@ -4995,7 +4995,7 @@ function createMessageDiagnostic(messageText) {
4995
4995
  };
4996
4996
  }
4997
4997
 
4998
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/perform_compile.mjs
4998
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/perform_compile.mjs
4999
4999
  var defaultFormatHost = {
5000
5000
  getCurrentDirectory: () => ts29.sys.getCurrentDirectory(),
5001
5001
  getCanonicalFileName: (fileName) => fileName,
@@ -5228,4 +5228,4 @@ export {
5228
5228
  * Use of this source code is governed by an MIT-style license that can be
5229
5229
  * found in the LICENSE file at https://angular.dev/license
5230
5230
  */
5231
- //# sourceMappingURL=chunk-5HL3AR4R.js.map
5231
+ //# sourceMappingURL=chunk-UWOD5VHW.js.map