@angular/compiler-cli 19.2.0-rc.0 → 20.0.0-next.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 (40) hide show
  1. package/bundles/{chunk-HHTMNOE7.js → chunk-2MJ6YSB2.js} +135 -125
  2. package/bundles/{chunk-HHTMNOE7.js.map → chunk-2MJ6YSB2.js.map} +1 -1
  3. package/bundles/{chunk-OZ2WSYWM.js → chunk-5B64KRP2.js} +52 -43
  4. package/bundles/{chunk-OZ2WSYWM.js.map → chunk-5B64KRP2.js.map} +1 -1
  5. package/bundles/{chunk-77D5CI2U.js → chunk-5UDS2TPQ.js} +7 -7
  6. package/bundles/{chunk-FKXFEX7K.js → chunk-GBKXY6BH.js} +3 -3
  7. package/bundles/{chunk-JBQ2W4H2.js → chunk-HXSKCJMP.js} +3 -3
  8. package/bundles/{chunk-Q2WE7ECN.js → chunk-I6R3GL3L.js} +5 -5
  9. package/bundles/{chunk-E7POVVFX.js → chunk-KDHDNSXW.js} +12 -12
  10. package/bundles/{chunk-FTZQEOD7.js → chunk-NSLVDBJJ.js} +5 -5
  11. package/bundles/{chunk-37JMVF7H.js → chunk-STORTTKY.js} +8 -8
  12. package/bundles/{chunk-J7S5XIBF.js → chunk-SXMUFI7N.js} +31 -31
  13. package/bundles/{chunk-67OPP2P5.js → chunk-UCG5K4BI.js} +82 -82
  14. package/bundles/index.js +12 -12
  15. package/bundles/linker/babel/index.js +15 -12
  16. package/bundles/linker/babel/index.js.map +1 -1
  17. package/bundles/linker/index.js +4 -4
  18. package/bundles/ngcc/index.js +1 -1
  19. package/bundles/private/bazel.js +1 -1
  20. package/bundles/private/localize.js +3 -3
  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/bundles_metadata.json +1 -1
  26. package/linker/babel/src/ast/babel_ast_factory.d.ts +1 -0
  27. package/linker/src/file_linker/partial_linkers/util.d.ts +1 -1
  28. package/package.json +2 -2
  29. package/src/ngtsc/translator/src/api/ast_factory.d.ts +7 -1
  30. package/src/ngtsc/translator/src/translator.d.ts +1 -0
  31. package/src/ngtsc/translator/src/typescript_ast_factory.d.ts +1 -0
  32. /package/bundles/{chunk-77D5CI2U.js.map → chunk-5UDS2TPQ.js.map} +0 -0
  33. /package/bundles/{chunk-FKXFEX7K.js.map → chunk-GBKXY6BH.js.map} +0 -0
  34. /package/bundles/{chunk-JBQ2W4H2.js.map → chunk-HXSKCJMP.js.map} +0 -0
  35. /package/bundles/{chunk-Q2WE7ECN.js.map → chunk-I6R3GL3L.js.map} +0 -0
  36. /package/bundles/{chunk-E7POVVFX.js.map → chunk-KDHDNSXW.js.map} +0 -0
  37. /package/bundles/{chunk-FTZQEOD7.js.map → chunk-NSLVDBJJ.js.map} +0 -0
  38. /package/bundles/{chunk-37JMVF7H.js.map → chunk-STORTTKY.js.map} +0 -0
  39. /package/bundles/{chunk-J7S5XIBF.js.map → chunk-SXMUFI7N.js.map} +0 -0
  40. /package/bundles/{chunk-67OPP2P5.js.map → chunk-UCG5K4BI.js.map} +0 -0
@@ -4,7 +4,7 @@
4
4
 
5
5
  import {
6
6
  angularJitApplicationTransform
7
- } from "./chunk-E7POVVFX.js";
7
+ } from "./chunk-KDHDNSXW.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-HHTMNOE7.js";
54
+ } from "./chunk-2MJ6YSB2.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-OZ2WSYWM.js";
90
+ } from "./chunk-5B64KRP2.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-I6R3GL3L.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-STORTTKY.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.mjs
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.mjs
185
185
  import ts11 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.mjs
188
188
  import ts5 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.mjs
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.mjs
198
198
  import ts3 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.mjs
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.mjs
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,12 +254,12 @@ 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.mjs
258
258
  function extractResolvedTypeString(node, checker) {
259
259
  return checker.typeToString(checker.getTypeAtLocation(node));
260
260
  }
261
261
 
262
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/function_extractor.mjs
262
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/function_extractor.mjs
263
263
  var FunctionExtractor = class {
264
264
  name;
265
265
  exportDeclaration;
@@ -350,7 +350,7 @@ function findImplementationOfFunction(node, typeChecker) {
350
350
  return implementation;
351
351
  }
352
352
 
353
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/internal.mjs
353
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/internal.mjs
354
354
  import ts4 from "typescript";
355
355
  function isInternal(member) {
356
356
  return extractJsDocTags(member).some((tag) => tag.name === "internal") || hasLeadingInternalComment(member);
@@ -369,7 +369,7 @@ function hasLeadingInternalComment(member) {
369
369
  )) != null ? _a : false;
370
370
  }
371
371
 
372
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/class_extractor.mjs
372
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/class_extractor.mjs
373
373
  var ClassExtractor = class {
374
374
  declaration;
375
375
  typeChecker;
@@ -671,7 +671,7 @@ function extractInterface(declaration, typeChecker) {
671
671
  return extractor.extract();
672
672
  }
673
673
 
674
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/constant_extractor.mjs
674
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/constant_extractor.mjs
675
675
  import ts6 from "typescript";
676
676
  var LITERAL_AS_ENUM_TAG = "object-literal-as-enum";
677
677
  function extractConstant(declaration, typeChecker) {
@@ -729,7 +729,7 @@ function extractLiteralPropertiesAsEnumMembers(declaration) {
729
729
  });
730
730
  }
731
731
 
732
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/decorator_extractor.mjs
732
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/decorator_extractor.mjs
733
733
  import ts7 from "typescript";
734
734
  function extractorDecorator(declaration, typeChecker) {
735
735
  const documentedNode = getDecoratorJsDocNode(declaration);
@@ -802,7 +802,7 @@ function getDecoratorJsDocNode(declaration) {
802
802
  return callSignature;
803
803
  }
804
804
 
805
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/enum_extractor.mjs
805
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/enum_extractor.mjs
806
806
  import ts8 from "typescript";
807
807
  function extractEnum(declaration, typeChecker) {
808
808
  return {
@@ -833,7 +833,7 @@ function getEnumMemberValue(memberNode) {
833
833
  return (_a = literal == null ? void 0 : literal.getText()) != null ? _a : "";
834
834
  }
835
835
 
836
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/initializer_api_function_extractor.mjs
836
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/initializer_api_function_extractor.mjs
837
837
  import ts9 from "typescript";
838
838
  var initializerApiTag = "initializerApiFunction";
839
839
  function isInitializerApiFunction(node, typeChecker) {
@@ -942,7 +942,7 @@ function extractFunctionWithOverloads(name, type, typeChecker) {
942
942
  };
943
943
  }
944
944
 
945
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/type_alias_extractor.mjs
945
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/type_alias_extractor.mjs
946
946
  function extractTypeAlias(declaration) {
947
947
  return {
948
948
  name: declaration.name.getText(),
@@ -955,7 +955,7 @@ function extractTypeAlias(declaration) {
955
955
  };
956
956
  }
957
957
 
958
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/import_extractor.mjs
958
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/import_extractor.mjs
959
959
  import ts10 from "typescript";
960
960
  function getImportedSymbols(sourceFile) {
961
961
  const importSpecifiers = /* @__PURE__ */ new Map();
@@ -980,7 +980,7 @@ function getImportedSymbols(sourceFile) {
980
980
  return importSpecifiers;
981
981
  }
982
982
 
983
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/extractor.mjs
983
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/extractor.mjs
984
984
  var DocsExtractor = class {
985
985
  typeChecker;
986
986
  metadataReader;
@@ -1068,11 +1068,11 @@ function getRelativeFilePath(sourceFile, rootDir) {
1068
1068
  return relativePath;
1069
1069
  }
1070
1070
 
1071
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
1071
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
1072
1072
  import { HtmlParser, MessageBundle } from "@angular/compiler";
1073
1073
  import ts26 from "typescript";
1074
1074
 
1075
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/i18n.mjs
1075
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/i18n.mjs
1076
1076
  import { Xliff, Xliff2, Xmb } from "@angular/compiler";
1077
1077
  import * as path from "path";
1078
1078
  function i18nGetExtension(formatName) {
@@ -1123,10 +1123,10 @@ function getPathNormalizer(basePath) {
1123
1123
  };
1124
1124
  }
1125
1125
 
1126
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
1126
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
1127
1127
  import ts12 from "typescript";
1128
1128
 
1129
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/version_helpers.mjs
1129
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/version_helpers.mjs
1130
1130
  function toNumbers(value) {
1131
1131
  const suffixIndex = value.lastIndexOf("-");
1132
1132
  return value.slice(0, suffixIndex === -1 ? value.length : suffixIndex).split(".").map((segment) => {
@@ -1161,7 +1161,7 @@ function compareVersions(v1, v2) {
1161
1161
  return compareNumbers(toNumbers(v1), toNumbers(v2));
1162
1162
  }
1163
1163
 
1164
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
1164
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
1165
1165
  var MIN_TS_VERSION = "5.5.0";
1166
1166
  var MAX_TS_VERSION = "5.9.0";
1167
1167
  var tsVersion = ts12.version;
@@ -1174,11 +1174,11 @@ function verifySupportedTypeScriptVersion() {
1174
1174
  checkVersion(tsVersion, MIN_TS_VERSION, MAX_TS_VERSION);
1175
1175
  }
1176
1176
 
1177
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.mjs
1177
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.mjs
1178
1178
  import { R3Identifiers } from "@angular/compiler";
1179
1179
  import ts24 from "typescript";
1180
1180
 
1181
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/analyzer.mjs
1181
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/analyzer.mjs
1182
1182
  var CycleAnalyzer = class {
1183
1183
  importGraph;
1184
1184
  cachedResults = null;
@@ -1255,7 +1255,7 @@ var Cycle = class {
1255
1255
  }
1256
1256
  };
1257
1257
 
1258
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/imports.mjs
1258
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/imports.mjs
1259
1259
  import ts13 from "typescript";
1260
1260
  var ImportGraph = class {
1261
1261
  checker;
@@ -1351,7 +1351,7 @@ var Found = class {
1351
1351
  }
1352
1352
  };
1353
1353
 
1354
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/generator.mjs
1354
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/generator.mjs
1355
1355
  import ts14 from "typescript";
1356
1356
  var FlatIndexGenerator = class {
1357
1357
  entryPoint;
@@ -1379,7 +1379,7 @@ export * from '${relativeEntryPoint}';
1379
1379
  }
1380
1380
  };
1381
1381
 
1382
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/logic.mjs
1382
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/logic.mjs
1383
1383
  function findFlatIndexEntryPoint(rootFiles) {
1384
1384
  const tsFiles = rootFiles.filter((file) => isNonDeclarationTsPath(file));
1385
1385
  let resolvedEntryPoint = null;
@@ -1395,7 +1395,7 @@ function findFlatIndexEntryPoint(rootFiles) {
1395
1395
  return resolvedEntryPoint;
1396
1396
  }
1397
1397
 
1398
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/private_export_checker.mjs
1398
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/private_export_checker.mjs
1399
1399
  import ts15 from "typescript";
1400
1400
  function checkForPrivateExports(entryPoint, checker, refGraph) {
1401
1401
  const diagnostics = [];
@@ -1475,7 +1475,7 @@ function getDescriptorOfDeclaration(decl) {
1475
1475
  }
1476
1476
  }
1477
1477
 
1478
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/reference_graph.mjs
1478
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/reference_graph.mjs
1479
1479
  var ReferenceGraph = class {
1480
1480
  references = /* @__PURE__ */ new Map();
1481
1481
  add(from, to) {
@@ -1527,7 +1527,7 @@ var ReferenceGraph = class {
1527
1527
  }
1528
1528
  };
1529
1529
 
1530
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/dependency_tracking.mjs
1530
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/dependency_tracking.mjs
1531
1531
  var FileDependencyGraph = class {
1532
1532
  nodes = /* @__PURE__ */ new Map();
1533
1533
  addDependency(from, on) {
@@ -1592,7 +1592,7 @@ function isLogicallyChanged(sf, node, changedTsPaths, deletedTsPaths, changedRes
1592
1592
  return false;
1593
1593
  }
1594
1594
 
1595
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/state.mjs
1595
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/state.mjs
1596
1596
  var IncrementalStateKind;
1597
1597
  (function(IncrementalStateKind2) {
1598
1598
  IncrementalStateKind2[IncrementalStateKind2["Fresh"] = 0] = "Fresh";
@@ -1600,7 +1600,7 @@ var IncrementalStateKind;
1600
1600
  IncrementalStateKind2[IncrementalStateKind2["Analyzed"] = 2] = "Analyzed";
1601
1601
  })(IncrementalStateKind || (IncrementalStateKind = {}));
1602
1602
 
1603
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/incremental.mjs
1603
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/incremental.mjs
1604
1604
  var PhaseKind;
1605
1605
  (function(PhaseKind2) {
1606
1606
  PhaseKind2[PhaseKind2["Analysis"] = 0] = "Analysis";
@@ -1806,7 +1806,7 @@ function toOriginalSourceFile(sf) {
1806
1806
  }
1807
1807
  }
1808
1808
 
1809
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/strategy.mjs
1809
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/strategy.mjs
1810
1810
  var TrackedIncrementalBuildStrategy = class {
1811
1811
  state = null;
1812
1812
  isSet = false;
@@ -1840,7 +1840,7 @@ var PatchedProgramIncrementalBuildStrategy = class {
1840
1840
  };
1841
1841
  var SYM_INCREMENTAL_STATE = Symbol("NgIncrementalState");
1842
1842
 
1843
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/api.mjs
1843
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/api.mjs
1844
1844
  var IdentifierKind;
1845
1845
  (function(IdentifierKind2) {
1846
1846
  IdentifierKind2[IdentifierKind2["Property"] = 0] = "Property";
@@ -1861,7 +1861,7 @@ var AbsoluteSourceSpan = class {
1861
1861
  }
1862
1862
  };
1863
1863
 
1864
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/context.mjs
1864
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/context.mjs
1865
1865
  var IndexingContext = class {
1866
1866
  components = /* @__PURE__ */ new Set();
1867
1867
  addComponent(info) {
@@ -1869,10 +1869,10 @@ var IndexingContext = class {
1869
1869
  }
1870
1870
  };
1871
1871
 
1872
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/transform.mjs
1872
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/transform.mjs
1873
1873
  import { ParseSourceFile } from "@angular/compiler";
1874
1874
 
1875
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/template.mjs
1875
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/template.mjs
1876
1876
  import { ASTWithSource, ImplicitReceiver, PropertyRead, PropertyWrite, RecursiveAstVisitor, TmplAstBoundDeferredTrigger, TmplAstElement, TmplAstRecursiveVisitor, TmplAstReference, TmplAstTemplate, TmplAstVariable } from "@angular/compiler";
1877
1877
  var ExpressionVisitor = class extends RecursiveAstVisitor {
1878
1878
  expressionStr;
@@ -2172,7 +2172,7 @@ function getTemplateIdentifiers(boundTemplate) {
2172
2172
  return { identifiers: visitor.identifiers, errors: visitor.errors };
2173
2173
  }
2174
2174
 
2175
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/transform.mjs
2175
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/transform.mjs
2176
2176
  function generateAnalysis(context) {
2177
2177
  const analysis = /* @__PURE__ */ new Map();
2178
2178
  context.components.forEach(({ declaration, selector, boundTemplate, templateMeta }) => {
@@ -2208,7 +2208,7 @@ function generateAnalysis(context) {
2208
2208
  return analysis;
2209
2209
  }
2210
2210
 
2211
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/ng_module_index.mjs
2211
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/ng_module_index.mjs
2212
2212
  var NgModuleIndexImpl = class {
2213
2213
  metaReader;
2214
2214
  localReader;
@@ -2299,7 +2299,7 @@ var NgModuleIndexImpl = class {
2299
2299
  }
2300
2300
  };
2301
2301
 
2302
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/resource/src/loader.mjs
2302
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/resource/src/loader.mjs
2303
2303
  import ts16 from "typescript";
2304
2304
  var CSS_PREPROCESSOR_EXT = /(\.scss|\.sass|\.less|\.styl)$/;
2305
2305
  var RESOURCE_MARKER = ".$ngresource$";
@@ -2457,7 +2457,7 @@ function createLookupResolutionHost(adapter) {
2457
2457
  };
2458
2458
  }
2459
2459
 
2460
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/standalone.mjs
2460
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/standalone.mjs
2461
2461
  var StandaloneComponentScopeReader = class {
2462
2462
  metaReader;
2463
2463
  localModuleReader;
@@ -2556,10 +2556,10 @@ var StandaloneComponentScopeReader = class {
2556
2556
  }
2557
2557
  };
2558
2558
 
2559
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/interpolated_signal_not_invoked/index.mjs
2559
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/interpolated_signal_not_invoked/index.mjs
2560
2560
  import { ASTWithSource as ASTWithSource3, BindingType, Interpolation, PropertyRead as PropertyRead2, TmplAstBoundAttribute } from "@angular/compiler";
2561
2561
 
2562
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/symbol_util.mjs
2562
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/symbol_util.mjs
2563
2563
  import ts17 from "typescript";
2564
2564
  var SIGNAL_FNS = /* @__PURE__ */ new Set([
2565
2565
  "WritableSignal",
@@ -2579,7 +2579,7 @@ function isSignalSymbol(symbol) {
2579
2579
  });
2580
2580
  }
2581
2581
 
2582
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/api/api.mjs
2582
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/api/api.mjs
2583
2583
  import { ASTWithSource as ASTWithSource2, RecursiveAstVisitor as RecursiveAstVisitor2, TmplAstBoundDeferredTrigger as TmplAstBoundDeferredTrigger2 } from "@angular/compiler";
2584
2584
  var TemplateCheckWithVisitor = class {
2585
2585
  canVisitStructuralAttributes = true;
@@ -2716,7 +2716,7 @@ var TemplateVisitor2 = class extends RecursiveAstVisitor2 {
2716
2716
  }
2717
2717
  };
2718
2718
 
2719
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/interpolated_signal_not_invoked/index.mjs
2719
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/interpolated_signal_not_invoked/index.mjs
2720
2720
  var SIGNAL_INSTANCE_PROPERTIES = /* @__PURE__ */ new Set(["set", "update", "asReadonly"]);
2721
2721
  var FUNCTION_INSTANCE_PROPERTIES = /* @__PURE__ */ new Set(["name", "length", "prototype"]);
2722
2722
  var InterpolatedSignalCheck = class extends TemplateCheckWithVisitor {
@@ -2765,7 +2765,7 @@ var factory = {
2765
2765
  create: () => new InterpolatedSignalCheck()
2766
2766
  };
2767
2767
 
2768
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/invalid_banana_in_box/index.mjs
2768
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/invalid_banana_in_box/index.mjs
2769
2769
  import { TmplAstBoundEvent } from "@angular/compiler";
2770
2770
  var InvalidBananaInBoxCheck = class extends TemplateCheckWithVisitor {
2771
2771
  code = ErrorCode.INVALID_BANANA_IN_BOX;
@@ -2788,7 +2788,7 @@ var factory2 = {
2788
2788
  create: () => new InvalidBananaInBoxCheck()
2789
2789
  };
2790
2790
 
2791
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_control_flow_directive/index.mjs
2791
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_control_flow_directive/index.mjs
2792
2792
  import { TmplAstTemplate as TmplAstTemplate2 } from "@angular/compiler";
2793
2793
  var KNOWN_CONTROL_FLOW_DIRECTIVES = /* @__PURE__ */ new Map([
2794
2794
  ["ngIf", { directive: "NgIf", builtIn: "@if" }],
@@ -2830,7 +2830,7 @@ var factory3 = {
2830
2830
  }
2831
2831
  };
2832
2832
 
2833
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_ngforof_let/index.mjs
2833
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_ngforof_let/index.mjs
2834
2834
  import { TmplAstTemplate as TmplAstTemplate3 } from "@angular/compiler";
2835
2835
  var MissingNgForOfLetCheck = class extends TemplateCheckWithVisitor {
2836
2836
  code = ErrorCode.MISSING_NGFOROF_LET;
@@ -2860,7 +2860,7 @@ var factory4 = {
2860
2860
  create: () => new MissingNgForOfLetCheck()
2861
2861
  };
2862
2862
 
2863
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/nullish_coalescing_not_nullable/index.mjs
2863
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/nullish_coalescing_not_nullable/index.mjs
2864
2864
  import { Binary } from "@angular/compiler";
2865
2865
  import ts18 from "typescript";
2866
2866
  var NullishCoalescingNotNullableCheck = class extends TemplateCheckWithVisitor {
@@ -2903,7 +2903,7 @@ var factory5 = {
2903
2903
  }
2904
2904
  };
2905
2905
 
2906
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/optional_chain_not_nullable/index.mjs
2906
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/optional_chain_not_nullable/index.mjs
2907
2907
  import { SafeCall, SafeKeyedRead, SafePropertyRead } from "@angular/compiler";
2908
2908
  import ts19 from "typescript";
2909
2909
  var OptionalChainNotNullableCheck = class extends TemplateCheckWithVisitor {
@@ -2947,7 +2947,7 @@ var factory6 = {
2947
2947
  }
2948
2948
  };
2949
2949
 
2950
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/suffix_not_supported/index.mjs
2950
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/suffix_not_supported/index.mjs
2951
2951
  import { TmplAstBoundAttribute as TmplAstBoundAttribute2 } from "@angular/compiler";
2952
2952
  var STYLE_SUFFIXES = ["px", "%", "em"];
2953
2953
  var SuffixNotSupportedCheck = class extends TemplateCheckWithVisitor {
@@ -2968,7 +2968,7 @@ var factory7 = {
2968
2968
  create: () => new SuffixNotSupportedCheck()
2969
2969
  };
2970
2970
 
2971
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/text_attribute_not_binding/index.mjs
2971
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/text_attribute_not_binding/index.mjs
2972
2972
  import { TmplAstTextAttribute } from "@angular/compiler";
2973
2973
  var TextAttributeNotBindingSpec = class extends TemplateCheckWithVisitor {
2974
2974
  code = ErrorCode.TEXT_ATTRIBUTE_NOT_BINDING;
@@ -3004,7 +3004,7 @@ var factory8 = {
3004
3004
  create: () => new TextAttributeNotBindingSpec()
3005
3005
  };
3006
3006
 
3007
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/uninvoked_function_in_event_binding/index.mjs
3007
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/uninvoked_function_in_event_binding/index.mjs
3008
3008
  import { ASTWithSource as ASTWithSource4, Call, Chain, Conditional, ParsedEventType, PropertyRead as PropertyRead3, SafeCall as SafeCall2, SafePropertyRead as SafePropertyRead2, TmplAstBoundEvent as TmplAstBoundEvent2 } from "@angular/compiler";
3009
3009
  var UninvokedFunctionInEventBindingSpec = class extends TemplateCheckWithVisitor {
3010
3010
  code = ErrorCode.UNINVOKED_FUNCTION_IN_EVENT_BINDING;
@@ -3053,7 +3053,7 @@ var factory9 = {
3053
3053
  create: () => new UninvokedFunctionInEventBindingSpec()
3054
3054
  };
3055
3055
 
3056
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/unused_let_declaration/index.mjs
3056
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/unused_let_declaration/index.mjs
3057
3057
  import { AST, ASTWithSource as ASTWithSource5, TmplAstLetDeclaration } from "@angular/compiler";
3058
3058
  var UnusedLetDeclarationCheck = class extends TemplateCheckWithVisitor {
3059
3059
  code = ErrorCode.UNUSED_LET_DECLARATION;
@@ -3095,7 +3095,7 @@ var factory10 = {
3095
3095
  create: () => new UnusedLetDeclarationCheck()
3096
3096
  };
3097
3097
 
3098
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/skip_hydration_not_static/index.mjs
3098
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/skip_hydration_not_static/index.mjs
3099
3099
  import { TmplAstBoundAttribute as TmplAstBoundAttribute3, TmplAstTextAttribute as TmplAstTextAttribute2 } from "@angular/compiler";
3100
3100
  var NG_SKIP_HYDRATION_ATTR_NAME = "ngSkipHydration";
3101
3101
  var NgSkipHydrationSpec = class extends TemplateCheckWithVisitor {
@@ -3121,10 +3121,10 @@ var factory11 = {
3121
3121
  create: () => new NgSkipHydrationSpec()
3122
3122
  };
3123
3123
 
3124
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.mjs
3124
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.mjs
3125
3125
  import ts20 from "typescript";
3126
3126
 
3127
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/api/src/public_options.mjs
3127
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/api/src/public_options.mjs
3128
3128
  var DiagnosticCategoryLabel;
3129
3129
  (function(DiagnosticCategoryLabel2) {
3130
3130
  DiagnosticCategoryLabel2["Warning"] = "warning";
@@ -3132,7 +3132,7 @@ var DiagnosticCategoryLabel;
3132
3132
  DiagnosticCategoryLabel2["Suppress"] = "suppress";
3133
3133
  })(DiagnosticCategoryLabel || (DiagnosticCategoryLabel = {}));
3134
3134
 
3135
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.mjs
3135
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.mjs
3136
3136
  var ExtendedTemplateCheckerImpl = class {
3137
3137
  partialCtx;
3138
3138
  templateChecks;
@@ -3187,7 +3187,7 @@ function assertNever(value) {
3187
3187
  ${value}`);
3188
3188
  }
3189
3189
 
3190
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/index.mjs
3190
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/index.mjs
3191
3191
  var ALL_DIAGNOSTIC_FACTORIES = [
3192
3192
  factory2,
3193
3193
  factory5,
@@ -3207,7 +3207,7 @@ var SUPPORTED_DIAGNOSTIC_NAMES = /* @__PURE__ */ new Set([
3207
3207
  ...ALL_DIAGNOSTIC_FACTORIES.map((factory12) => factory12.name)
3208
3208
  ]);
3209
3209
 
3210
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/template_semantics/src/template_semantics_checker.mjs
3210
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/template_semantics/src/template_semantics_checker.mjs
3211
3211
  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";
3212
3212
  import ts21 from "typescript";
3213
3213
  var TemplateSemanticsCheckerImpl = class {
@@ -3303,7 +3303,7 @@ function unwrapAstWithSource(ast) {
3303
3303
  return ast instanceof ASTWithSource6 ? ast.ast : ast;
3304
3304
  }
3305
3305
 
3306
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/validation/src/rules/initializer_api_usage_rule.mjs
3306
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/validation/src/rules/initializer_api_usage_rule.mjs
3307
3307
  import ts22 from "typescript";
3308
3308
  var APIS_TO_CHECK = [
3309
3309
  INPUT_INITIALIZER_FN,
@@ -3356,7 +3356,7 @@ var InitializerApiUsageRule = class {
3356
3356
  }
3357
3357
  };
3358
3358
 
3359
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/validation/src/rules/unused_standalone_imports_rule.mjs
3359
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/validation/src/rules/unused_standalone_imports_rule.mjs
3360
3360
  import ts23 from "typescript";
3361
3361
  var UnusedStandaloneImportsRule = class {
3362
3362
  templateTypeChecker;
@@ -3448,10 +3448,10 @@ function closestNode(start, predicate) {
3448
3448
  return null;
3449
3449
  }
3450
3450
 
3451
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/validation/src/config.mjs
3451
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/validation/src/config.mjs
3452
3452
  var UNUSED_STANDALONE_IMPORTS_RULE_ENABLED = true;
3453
3453
 
3454
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/validation/src/source_file_validator.mjs
3454
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/validation/src/source_file_validator.mjs
3455
3455
  var SourceFileValidator = class {
3456
3456
  rules;
3457
3457
  constructor(reflector, importedSymbolsTracker, templateTypeChecker, typeCheckingConfig) {
@@ -3493,7 +3493,7 @@ var SourceFileValidator = class {
3493
3493
  }
3494
3494
  };
3495
3495
 
3496
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/core_version.mjs
3496
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/core_version.mjs
3497
3497
  function coreHasSymbol(program, symbol) {
3498
3498
  const checker = program.getTypeChecker();
3499
3499
  for (const sf of program.getSourceFiles().filter(isMaybeCore)) {
@@ -3512,7 +3512,7 @@ function isMaybeCore(sf) {
3512
3512
  return sf.isDeclarationFile && sf.fileName.includes("@angular/core") && sf.fileName.endsWith("index.d.ts");
3513
3513
  }
3514
3514
 
3515
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/feature_detection.mjs
3515
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/feature_detection.mjs
3516
3516
  import semver from "semver";
3517
3517
  function coreVersionSupportsFeature(coreVersion, minVersion) {
3518
3518
  if (coreVersion === `0.0.0-${"PLACEHOLDER"}`) {
@@ -3521,7 +3521,7 @@ function coreVersionSupportsFeature(coreVersion, minVersion) {
3521
3521
  return semver.satisfies(coreVersion, minVersion, { includePrerelease: true });
3522
3522
  }
3523
3523
 
3524
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.mjs
3524
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.mjs
3525
3525
  var CompilationTicketKind;
3526
3526
  (function(CompilationTicketKind2) {
3527
3527
  CompilationTicketKind2[CompilationTicketKind2["Fresh"] = 0] = "Fresh";
@@ -4401,7 +4401,7 @@ function versionMapFromProgram(program, driver) {
4401
4401
  return versions;
4402
4402
  }
4403
4403
 
4404
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/host.mjs
4404
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/host.mjs
4405
4405
  import ts25 from "typescript";
4406
4406
  var DelegatingCompilerHost = class {
4407
4407
  delegate;
@@ -4575,7 +4575,7 @@ var NgCompilerHost = class extends DelegatingCompilerHost {
4575
4575
  }
4576
4576
  };
4577
4577
 
4578
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
4578
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
4579
4579
  var NgtscProgram = class {
4580
4580
  options;
4581
4581
  compiler;
@@ -4806,15 +4806,15 @@ function mergeEmitResults(emitResults) {
4806
4806
  return { diagnostics, emitSkipped, emittedFiles };
4807
4807
  }
4808
4808
 
4809
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/program.mjs
4809
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/program.mjs
4810
4810
  function createProgram({ rootNames, options, host, oldProgram }) {
4811
4811
  return new NgtscProgram(rootNames, options, host, oldProgram);
4812
4812
  }
4813
4813
 
4814
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/perform_compile.mjs
4814
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/perform_compile.mjs
4815
4815
  import ts28 from "typescript";
4816
4816
 
4817
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/util.mjs
4817
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/util.mjs
4818
4818
  import ts27 from "typescript";
4819
4819
  function createMessageDiagnostic(messageText) {
4820
4820
  return {
@@ -4828,7 +4828,7 @@ function createMessageDiagnostic(messageText) {
4828
4828
  };
4829
4829
  }
4830
4830
 
4831
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/perform_compile.mjs
4831
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/perform_compile.mjs
4832
4832
  var defaultFormatHost = {
4833
4833
  getCurrentDirectory: () => ts28.sys.getCurrentDirectory(),
4834
4834
  getCanonicalFileName: (fileName) => fileName,
@@ -5061,4 +5061,4 @@ export {
5061
5061
  * Use of this source code is governed by an MIT-style license that can be
5062
5062
  * found in the LICENSE file at https://angular.dev/license
5063
5063
  */
5064
- //# sourceMappingURL=chunk-67OPP2P5.js.map
5064
+ //# sourceMappingURL=chunk-UCG5K4BI.js.map