@angular/compiler-cli 18.1.0-rc.0 → 18.2.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 (34) hide show
  1. package/bundles/{chunk-WTQ7UQOL.js → chunk-AOEZR223.js} +43 -43
  2. package/bundles/{chunk-JZQHA4E7.js → chunk-AQFTVE7F.js} +5 -5
  3. package/bundles/{chunk-S6XWL3LN.js → chunk-BKZN6F4B.js} +138 -135
  4. package/bundles/{chunk-S6XWL3LN.js.map → chunk-BKZN6F4B.js.map} +1 -1
  5. package/bundles/{chunk-TNEE4FUS.js → chunk-HXUTQSG7.js} +31 -31
  6. package/bundles/{chunk-OZ2N4CUX.js → chunk-JQI7OB4Q.js} +94 -86
  7. package/bundles/chunk-JQI7OB4Q.js.map +6 -0
  8. package/bundles/{chunk-LM7LLDVD.js → chunk-MLBHTW5L.js} +5 -5
  9. package/bundles/{chunk-2T3WTZXW.js → chunk-N6GPWJA3.js} +13 -13
  10. package/bundles/{chunk-LYJKWJUC.js → chunk-SBDNBITT.js} +3 -3
  11. package/bundles/{chunk-QYV344EV.js → chunk-WR7TUJ7M.js} +7 -7
  12. package/bundles/{chunk-3W345P4E.js → chunk-XNL3EK5H.js} +7 -7
  13. package/bundles/index.js +11 -11
  14. package/bundles/linker/babel/index.js +12 -12
  15. package/bundles/linker/index.js +4 -4
  16. package/bundles/ngcc/index.js +1 -1
  17. package/bundles/private/bazel.js +1 -1
  18. package/bundles/private/localize.js +3 -3
  19. package/bundles/private/migrations.js +4 -4
  20. package/bundles/private/tooling.js +5 -5
  21. package/bundles/src/bin/ng_xi18n.js +9 -9
  22. package/bundles/src/bin/ngc.js +7 -7
  23. package/bundles_metadata.json +1 -1
  24. package/linker/src/file_linker/partial_linkers/util.d.ts +1 -1
  25. package/package.json +2 -2
  26. package/bundles/chunk-OZ2N4CUX.js.map +0 -6
  27. /package/bundles/{chunk-WTQ7UQOL.js.map → chunk-AOEZR223.js.map} +0 -0
  28. /package/bundles/{chunk-JZQHA4E7.js.map → chunk-AQFTVE7F.js.map} +0 -0
  29. /package/bundles/{chunk-TNEE4FUS.js.map → chunk-HXUTQSG7.js.map} +0 -0
  30. /package/bundles/{chunk-LM7LLDVD.js.map → chunk-MLBHTW5L.js.map} +0 -0
  31. /package/bundles/{chunk-2T3WTZXW.js.map → chunk-N6GPWJA3.js.map} +0 -0
  32. /package/bundles/{chunk-LYJKWJUC.js.map → chunk-SBDNBITT.js.map} +0 -0
  33. /package/bundles/{chunk-QYV344EV.js.map → chunk-WR7TUJ7M.js.map} +0 -0
  34. /package/bundles/{chunk-3W345P4E.js.map → chunk-XNL3EK5H.js.map} +0 -0
@@ -46,7 +46,7 @@ import {
46
46
  ivyTransformFactory,
47
47
  retagAllTsFiles,
48
48
  tryParseInitializerApi
49
- } from "./chunk-S6XWL3LN.js";
49
+ } from "./chunk-BKZN6F4B.js";
50
50
  import {
51
51
  AbsoluteModuleStrategy,
52
52
  AliasStrategy,
@@ -82,14 +82,14 @@ import {
82
82
  relativePathBetween,
83
83
  replaceTsWithNgInErrors,
84
84
  toUnredirectedSourceFile
85
- } from "./chunk-WTQ7UQOL.js";
85
+ } from "./chunk-AOEZR223.js";
86
86
  import {
87
87
  ActivePerfRecorder,
88
88
  DelegatingPerfRecorder,
89
89
  PerfCheckpoint,
90
90
  PerfEvent,
91
91
  PerfPhase
92
- } from "./chunk-JZQHA4E7.js";
92
+ } from "./chunk-AQFTVE7F.js";
93
93
  import {
94
94
  LogicalFileSystem,
95
95
  absoluteFrom,
@@ -98,9 +98,9 @@ import {
98
98
  getFileSystem,
99
99
  join,
100
100
  resolve
101
- } from "./chunk-3W345P4E.js";
101
+ } from "./chunk-XNL3EK5H.js";
102
102
 
103
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/api.mjs
103
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/api.mjs
104
104
  var DEFAULT_ERROR_CODE = 100;
105
105
  var UNKNOWN_ERROR_CODE = 500;
106
106
  var SOURCE = "angular";
@@ -118,7 +118,7 @@ var EmitFlags;
118
118
  EmitFlags2[EmitFlags2["All"] = 31] = "All";
119
119
  })(EmitFlags || (EmitFlags = {}));
120
120
 
121
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/compiler_host.mjs
121
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/compiler_host.mjs
122
122
  import ts from "typescript";
123
123
  var wrapHostForTest = null;
124
124
  function createCompilerHost({ options, tsHost = ts.createCompilerHost(options, true) }) {
@@ -128,7 +128,7 @@ function createCompilerHost({ options, tsHost = ts.createCompilerHost(options, t
128
128
  return tsHost;
129
129
  }
130
130
 
131
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/entities.mjs
131
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/entities.mjs
132
132
  var EntryType;
133
133
  (function(EntryType2) {
134
134
  EntryType2["Block"] = "block";
@@ -175,23 +175,23 @@ function isDocEntryWithSourceInfo(entry) {
175
175
  return "source" in entry;
176
176
  }
177
177
 
178
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/extractor.mjs
178
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/extractor.mjs
179
179
  import ts10 from "typescript";
180
180
 
181
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/class_extractor.mjs
181
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/class_extractor.mjs
182
182
  import ts5 from "typescript";
183
183
 
184
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/filters.mjs
184
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/filters.mjs
185
185
  function isAngularPrivateName(name) {
186
186
  var _a;
187
187
  const firstChar = (_a = name[0]) != null ? _a : "";
188
188
  return firstChar === "\u0275" || firstChar === "_";
189
189
  }
190
190
 
191
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/function_extractor.mjs
191
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/function_extractor.mjs
192
192
  import ts3 from "typescript";
193
193
 
194
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/generics_extractor.mjs
194
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/generics_extractor.mjs
195
195
  function extractGenerics(declaration) {
196
196
  var _a, _b;
197
197
  return (_b = (_a = declaration.typeParameters) == null ? void 0 : _a.map((typeParam) => {
@@ -204,9 +204,9 @@ function extractGenerics(declaration) {
204
204
  })) != null ? _b : [];
205
205
  }
206
206
 
207
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/jsdoc_extractor.mjs
207
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/jsdoc_extractor.mjs
208
208
  import ts2 from "typescript";
209
- var decoratorExpression = /@(?=(Injectable|Component|Directive|Pipe|NgModule|Input|Output|HostBinding|HostListener|Inject|Optional|Self|Host|SkipSelf))/g;
209
+ var decoratorExpression = /@(?=(Injectable|Component|Directive|Pipe|NgModule|Input|Output|HostBinding|HostListener|Inject|Optional|Self|Host|SkipSelf|ViewChild|ViewChildren|ContentChild|ContentChildren))/g;
210
210
  function extractJsDocTags(node) {
211
211
  const escapedNode = getEscapedNode(node);
212
212
  return ts2.getJSDocTags(escapedNode).map((t) => {
@@ -248,12 +248,12 @@ function unescapeAngularDecorators(comment) {
248
248
  return comment.replace(/_NG_AT_/g, "@");
249
249
  }
250
250
 
251
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/type_extractor.mjs
251
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/type_extractor.mjs
252
252
  function extractResolvedTypeString(node, checker) {
253
253
  return checker.typeToString(checker.getTypeAtLocation(node));
254
254
  }
255
255
 
256
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/function_extractor.mjs
256
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/function_extractor.mjs
257
257
  var FunctionExtractor = class {
258
258
  constructor(name, declaration, typeChecker) {
259
259
  this.name = name;
@@ -263,7 +263,11 @@ var FunctionExtractor = class {
263
263
  extract() {
264
264
  var _a;
265
265
  const signature = this.typeChecker.getSignatureFromDeclaration(this.declaration);
266
- const returnType = signature ? this.typeChecker.typeToString(this.typeChecker.getReturnTypeOfSignature(signature)) : "unknown";
266
+ const returnType = signature ? this.typeChecker.typeToString(
267
+ this.typeChecker.getReturnTypeOfSignature(signature),
268
+ void 0,
269
+ ts3.TypeFormatFlags.NoTypeReduction | ts3.TypeFormatFlags.NoTruncation
270
+ ) : "unknown";
267
271
  const jsdocsTags = extractJsDocTags(this.declaration);
268
272
  return {
269
273
  params: extractAllParams(this.declaration.parameters, this.typeChecker),
@@ -312,7 +316,7 @@ function extractAllParams(params, typeChecker) {
312
316
  }));
313
317
  }
314
318
 
315
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/internal.mjs
319
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/internal.mjs
316
320
  import ts4 from "typescript";
317
321
  function isInternal(member) {
318
322
  return extractJsDocTags(member).some((tag) => tag.name === "internal") || hasLeadingInternalComment(member);
@@ -331,7 +335,7 @@ function hasLeadingInternalComment(member) {
331
335
  )) != null ? _a : false;
332
336
  }
333
337
 
334
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/class_extractor.mjs
338
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/class_extractor.mjs
335
339
  var ClassExtractor = class {
336
340
  constructor(declaration, typeChecker) {
337
341
  this.declaration = declaration;
@@ -589,7 +593,7 @@ function extractInterface(declaration, typeChecker) {
589
593
  return extractor.extract();
590
594
  }
591
595
 
592
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/constant_extractor.mjs
596
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/constant_extractor.mjs
593
597
  import ts6 from "typescript";
594
598
  var LITERAL_AS_ENUM_TAG = "object-literal-as-enum";
595
599
  function extractConstant(declaration, typeChecker) {
@@ -647,7 +651,7 @@ function extractLiteralPropertiesAsEnumMembers(declaration) {
647
651
  });
648
652
  }
649
653
 
650
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/decorator_extractor.mjs
654
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/decorator_extractor.mjs
651
655
  import ts7 from "typescript";
652
656
  function extractorDecorator(declaration, typeChecker) {
653
657
  const documentedNode = getDecoratorJsDocNode(declaration);
@@ -720,7 +724,7 @@ function getDecoratorJsDocNode(declaration) {
720
724
  return callSignature;
721
725
  }
722
726
 
723
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/enum_extractor.mjs
727
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/enum_extractor.mjs
724
728
  import ts8 from "typescript";
725
729
  function extractEnum(declaration, typeChecker) {
726
730
  return {
@@ -751,7 +755,7 @@ function getEnumMemberValue(memberNode) {
751
755
  return (_a = literal == null ? void 0 : literal.getText()) != null ? _a : "";
752
756
  }
753
757
 
754
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/initializer_api_function_extractor.mjs
758
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/initializer_api_function_extractor.mjs
755
759
  import ts9 from "typescript";
756
760
  var initializerApiTag = "initializerApiFunction";
757
761
  function isInitializerApiFunction(node, typeChecker) {
@@ -857,7 +861,7 @@ function filterSignatureDeclarations(signatures) {
857
861
  for (const signature of signatures) {
858
862
  const decl = signature.getDeclaration();
859
863
  if (ts9.isFunctionDeclaration(decl) || ts9.isCallSignatureDeclaration(decl)) {
860
- result.push(decl);
864
+ result.push({ signature, decl });
861
865
  }
862
866
  }
863
867
  return result;
@@ -865,16 +869,20 @@ function filterSignatureDeclarations(signatures) {
865
869
  function extractFunctionWithOverloads(name, signatures, typeChecker) {
866
870
  return {
867
871
  name,
868
- signatures: filterSignatureDeclarations(signatures).map((s) => ({
872
+ signatures: filterSignatureDeclarations(signatures).map(({ decl, signature }) => ({
869
873
  name,
870
874
  entryType: EntryType.Function,
871
- description: extractJsDocDescription(s),
872
- generics: extractGenerics(s),
875
+ description: extractJsDocDescription(decl),
876
+ generics: extractGenerics(decl),
873
877
  isNewType: false,
874
- jsdocTags: extractJsDocTags(s),
875
- params: extractAllParams(s.parameters, typeChecker),
876
- rawComment: extractRawJsDoc(s),
877
- returnType: typeChecker.typeToString(typeChecker.getReturnTypeOfSignature(typeChecker.getSignatureFromDeclaration(s)))
878
+ jsdocTags: extractJsDocTags(decl),
879
+ params: extractAllParams(decl.parameters, typeChecker),
880
+ rawComment: extractRawJsDoc(decl),
881
+ returnType: typeChecker.typeToString(
882
+ typeChecker.getReturnTypeOfSignature(signature),
883
+ void 0,
884
+ ts9.TypeFormatFlags.NoTypeReduction | ts9.TypeFormatFlags.NoTruncation
885
+ )
878
886
  })),
879
887
  implementation: null
880
888
  };
@@ -888,7 +896,7 @@ function findImplementationOfFunction(node, typeChecker) {
888
896
  return (_a = symbol == null ? void 0 : symbol.declarations) == null ? void 0 : _a.find((s) => ts9.isFunctionDeclaration(s) && s.body !== void 0);
889
897
  }
890
898
 
891
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/type_alias_extractor.mjs
899
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/type_alias_extractor.mjs
892
900
  function extractTypeAlias(declaration) {
893
901
  return {
894
902
  name: declaration.name.getText(),
@@ -900,7 +908,7 @@ function extractTypeAlias(declaration) {
900
908
  };
901
909
  }
902
910
 
903
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/extractor.mjs
911
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/extractor.mjs
904
912
  var DocsExtractor = class {
905
913
  constructor(typeChecker, metadataReader) {
906
914
  this.typeChecker = typeChecker;
@@ -984,11 +992,11 @@ function getRelativeFilePath(sourceFile, rootDir) {
984
992
  return relativePath;
985
993
  }
986
994
 
987
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
995
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
988
996
  import { HtmlParser, MessageBundle } from "@angular/compiler";
989
997
  import ts24 from "typescript";
990
998
 
991
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/i18n.mjs
999
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/i18n.mjs
992
1000
  import { Xliff, Xliff2, Xmb } from "@angular/compiler";
993
1001
  import * as path from "path";
994
1002
  function i18nGetExtension(formatName) {
@@ -1039,10 +1047,10 @@ function getPathNormalizer(basePath) {
1039
1047
  };
1040
1048
  }
1041
1049
 
1042
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
1050
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
1043
1051
  import ts11 from "typescript";
1044
1052
 
1045
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/version_helpers.mjs
1053
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/version_helpers.mjs
1046
1054
  function toNumbers(value) {
1047
1055
  const suffixIndex = value.lastIndexOf("-");
1048
1056
  return value.slice(0, suffixIndex === -1 ? value.length : suffixIndex).split(".").map((segment) => {
@@ -1077,7 +1085,7 @@ function compareVersions(v1, v2) {
1077
1085
  return compareNumbers(toNumbers(v1), toNumbers(v2));
1078
1086
  }
1079
1087
 
1080
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
1088
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
1081
1089
  var MIN_TS_VERSION = "5.4.0";
1082
1090
  var MAX_TS_VERSION = "5.6.0";
1083
1091
  var tsVersion = ts11.version;
@@ -1090,11 +1098,11 @@ function verifySupportedTypeScriptVersion() {
1090
1098
  checkVersion(tsVersion, MIN_TS_VERSION, MAX_TS_VERSION);
1091
1099
  }
1092
1100
 
1093
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.mjs
1101
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.mjs
1094
1102
  import { R3Identifiers } from "@angular/compiler";
1095
1103
  import ts22 from "typescript";
1096
1104
 
1097
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/analyzer.mjs
1105
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/analyzer.mjs
1098
1106
  var CycleAnalyzer = class {
1099
1107
  constructor(importGraph) {
1100
1108
  this.importGraph = importGraph;
@@ -1165,7 +1173,7 @@ var Cycle = class {
1165
1173
  }
1166
1174
  };
1167
1175
 
1168
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/imports.mjs
1176
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/imports.mjs
1169
1177
  import ts12 from "typescript";
1170
1178
  var ImportGraph = class {
1171
1179
  constructor(checker, perf) {
@@ -1257,7 +1265,7 @@ var Found = class {
1257
1265
  }
1258
1266
  };
1259
1267
 
1260
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/generator.mjs
1268
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/generator.mjs
1261
1269
  import ts13 from "typescript";
1262
1270
  var FlatIndexGenerator = class {
1263
1271
  constructor(entryPoint, relativeFlatIndexPath, moduleName) {
@@ -1282,7 +1290,7 @@ export * from '${relativeEntryPoint}';
1282
1290
  }
1283
1291
  };
1284
1292
 
1285
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/logic.mjs
1293
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/logic.mjs
1286
1294
  function findFlatIndexEntryPoint(rootFiles) {
1287
1295
  const tsFiles = rootFiles.filter((file) => isNonDeclarationTsPath(file));
1288
1296
  let resolvedEntryPoint = null;
@@ -1298,7 +1306,7 @@ function findFlatIndexEntryPoint(rootFiles) {
1298
1306
  return resolvedEntryPoint;
1299
1307
  }
1300
1308
 
1301
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/private_export_checker.mjs
1309
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/private_export_checker.mjs
1302
1310
  import ts14 from "typescript";
1303
1311
  function checkForPrivateExports(entryPoint, checker, refGraph) {
1304
1312
  const diagnostics = [];
@@ -1378,7 +1386,7 @@ function getDescriptorOfDeclaration(decl) {
1378
1386
  }
1379
1387
  }
1380
1388
 
1381
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/reference_graph.mjs
1389
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/reference_graph.mjs
1382
1390
  var ReferenceGraph = class {
1383
1391
  constructor() {
1384
1392
  this.references = /* @__PURE__ */ new Map();
@@ -1432,7 +1440,7 @@ var ReferenceGraph = class {
1432
1440
  }
1433
1441
  };
1434
1442
 
1435
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/dependency_tracking.mjs
1443
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/dependency_tracking.mjs
1436
1444
  var FileDependencyGraph = class {
1437
1445
  constructor() {
1438
1446
  this.nodes = /* @__PURE__ */ new Map();
@@ -1499,7 +1507,7 @@ function isLogicallyChanged(sf, node, changedTsPaths, deletedTsPaths, changedRes
1499
1507
  return false;
1500
1508
  }
1501
1509
 
1502
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/state.mjs
1510
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/state.mjs
1503
1511
  var IncrementalStateKind;
1504
1512
  (function(IncrementalStateKind2) {
1505
1513
  IncrementalStateKind2[IncrementalStateKind2["Fresh"] = 0] = "Fresh";
@@ -1507,7 +1515,7 @@ var IncrementalStateKind;
1507
1515
  IncrementalStateKind2[IncrementalStateKind2["Analyzed"] = 2] = "Analyzed";
1508
1516
  })(IncrementalStateKind || (IncrementalStateKind = {}));
1509
1517
 
1510
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/incremental.mjs
1518
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/incremental.mjs
1511
1519
  var PhaseKind;
1512
1520
  (function(PhaseKind2) {
1513
1521
  PhaseKind2[PhaseKind2["Analysis"] = 0] = "Analysis";
@@ -1708,7 +1716,7 @@ function toOriginalSourceFile(sf) {
1708
1716
  }
1709
1717
  }
1710
1718
 
1711
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/strategy.mjs
1719
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/strategy.mjs
1712
1720
  var TrackedIncrementalBuildStrategy = class {
1713
1721
  constructor() {
1714
1722
  this.state = null;
@@ -1744,7 +1752,7 @@ var PatchedProgramIncrementalBuildStrategy = class {
1744
1752
  };
1745
1753
  var SYM_INCREMENTAL_STATE = Symbol("NgIncrementalState");
1746
1754
 
1747
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/api.mjs
1755
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/api.mjs
1748
1756
  var IdentifierKind;
1749
1757
  (function(IdentifierKind2) {
1750
1758
  IdentifierKind2[IdentifierKind2["Property"] = 0] = "Property";
@@ -1763,7 +1771,7 @@ var AbsoluteSourceSpan = class {
1763
1771
  }
1764
1772
  };
1765
1773
 
1766
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/context.mjs
1774
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/context.mjs
1767
1775
  var IndexingContext = class {
1768
1776
  constructor() {
1769
1777
  this.components = /* @__PURE__ */ new Set();
@@ -1773,10 +1781,10 @@ var IndexingContext = class {
1773
1781
  }
1774
1782
  };
1775
1783
 
1776
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/transform.mjs
1784
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/transform.mjs
1777
1785
  import { ParseSourceFile } from "@angular/compiler";
1778
1786
 
1779
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/template.mjs
1787
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/template.mjs
1780
1788
  import { ASTWithSource, ImplicitReceiver, PropertyRead, PropertyWrite, RecursiveAstVisitor, TmplAstBoundDeferredTrigger, TmplAstElement, TmplAstRecursiveVisitor, TmplAstReference, TmplAstTemplate, TmplAstVariable } from "@angular/compiler";
1781
1789
  var ExpressionVisitor = class extends RecursiveAstVisitor {
1782
1790
  constructor(expressionStr, absoluteOffset, boundTemplate, targetToIdentifier) {
@@ -2071,7 +2079,7 @@ function getTemplateIdentifiers(boundTemplate) {
2071
2079
  return { identifiers: visitor.identifiers, errors: visitor.errors };
2072
2080
  }
2073
2081
 
2074
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/transform.mjs
2082
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/transform.mjs
2075
2083
  function generateAnalysis(context) {
2076
2084
  const analysis = /* @__PURE__ */ new Map();
2077
2085
  context.components.forEach(({ declaration, selector, boundTemplate, templateMeta }) => {
@@ -2107,7 +2115,7 @@ function generateAnalysis(context) {
2107
2115
  return analysis;
2108
2116
  }
2109
2117
 
2110
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/ng_module_index.mjs
2118
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/ng_module_index.mjs
2111
2119
  var NgModuleIndexImpl = class {
2112
2120
  constructor(metaReader, localReader) {
2113
2121
  this.metaReader = metaReader;
@@ -2196,7 +2204,7 @@ var NgModuleIndexImpl = class {
2196
2204
  }
2197
2205
  };
2198
2206
 
2199
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/resource/src/loader.mjs
2207
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/resource/src/loader.mjs
2200
2208
  import ts15 from "typescript";
2201
2209
  var CSS_PREPROCESSOR_EXT = /(\.scss|\.sass|\.less|\.styl)$/;
2202
2210
  var RESOURCE_MARKER = ".$ngresource$";
@@ -2346,7 +2354,7 @@ function createLookupResolutionHost(adapter) {
2346
2354
  };
2347
2355
  }
2348
2356
 
2349
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/standalone.mjs
2357
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/standalone.mjs
2350
2358
  var StandaloneComponentScopeReader = class {
2351
2359
  constructor(metaReader, localModuleReader, dtsModuleReader) {
2352
2360
  this.metaReader = metaReader;
@@ -2442,10 +2450,10 @@ var StandaloneComponentScopeReader = class {
2442
2450
  }
2443
2451
  };
2444
2452
 
2445
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/interpolated_signal_not_invoked/index.mjs
2453
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/interpolated_signal_not_invoked/index.mjs
2446
2454
  import { ASTWithSource as ASTWithSource3, BindingType, Interpolation, PropertyRead as PropertyRead2, TmplAstBoundAttribute } from "@angular/compiler";
2447
2455
 
2448
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/symbol_util.mjs
2456
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/symbol_util.mjs
2449
2457
  import ts16 from "typescript";
2450
2458
  var SIGNAL_FNS = /* @__PURE__ */ new Set([
2451
2459
  "WritableSignal",
@@ -2465,7 +2473,7 @@ function isSignalSymbol(symbol) {
2465
2473
  });
2466
2474
  }
2467
2475
 
2468
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/api/api.mjs
2476
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/api/api.mjs
2469
2477
  import { ASTWithSource as ASTWithSource2, RecursiveAstVisitor as RecursiveAstVisitor2, TmplAstBoundDeferredTrigger as TmplAstBoundDeferredTrigger2 } from "@angular/compiler";
2470
2478
  var TemplateCheckWithVisitor = class {
2471
2479
  run(ctx, component, template) {
@@ -2593,7 +2601,7 @@ var TemplateVisitor2 = class extends RecursiveAstVisitor2 {
2593
2601
  }
2594
2602
  };
2595
2603
 
2596
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/interpolated_signal_not_invoked/index.mjs
2604
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/interpolated_signal_not_invoked/index.mjs
2597
2605
  var SIGNAL_INSTANCE_PROPERTIES = /* @__PURE__ */ new Set(["set", "update", "asReadonly"]);
2598
2606
  var FUNCTION_INSTANCE_PROPERTIES = /* @__PURE__ */ new Set(["name", "length", "prototype"]);
2599
2607
  var InterpolatedSignalCheck = class extends TemplateCheckWithVisitor {
@@ -2645,7 +2653,7 @@ var factory = {
2645
2653
  create: () => new InterpolatedSignalCheck()
2646
2654
  };
2647
2655
 
2648
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/invalid_banana_in_box/index.mjs
2656
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/invalid_banana_in_box/index.mjs
2649
2657
  import { TmplAstBoundEvent } from "@angular/compiler";
2650
2658
  var InvalidBananaInBoxCheck = class extends TemplateCheckWithVisitor {
2651
2659
  constructor() {
@@ -2671,7 +2679,7 @@ var factory2 = {
2671
2679
  create: () => new InvalidBananaInBoxCheck()
2672
2680
  };
2673
2681
 
2674
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_control_flow_directive/index.mjs
2682
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_control_flow_directive/index.mjs
2675
2683
  import { TmplAstTemplate as TmplAstTemplate2 } from "@angular/compiler";
2676
2684
  var KNOWN_CONTROL_FLOW_DIRECTIVES = /* @__PURE__ */ new Map([
2677
2685
  ["ngIf", { directive: "NgIf", builtIn: "@if" }],
@@ -2716,7 +2724,7 @@ var factory3 = {
2716
2724
  }
2717
2725
  };
2718
2726
 
2719
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_ngforof_let/index.mjs
2727
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_ngforof_let/index.mjs
2720
2728
  import { TmplAstTemplate as TmplAstTemplate3 } from "@angular/compiler";
2721
2729
  var MissingNgForOfLetCheck = class extends TemplateCheckWithVisitor {
2722
2730
  constructor() {
@@ -2749,7 +2757,7 @@ var factory4 = {
2749
2757
  create: () => new MissingNgForOfLetCheck()
2750
2758
  };
2751
2759
 
2752
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/nullish_coalescing_not_nullable/index.mjs
2760
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/nullish_coalescing_not_nullable/index.mjs
2753
2761
  import { Binary } from "@angular/compiler";
2754
2762
  import ts17 from "typescript";
2755
2763
  var NullishCoalescingNotNullableCheck = class extends TemplateCheckWithVisitor {
@@ -2794,7 +2802,7 @@ var factory5 = {
2794
2802
  }
2795
2803
  };
2796
2804
 
2797
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/optional_chain_not_nullable/index.mjs
2805
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/optional_chain_not_nullable/index.mjs
2798
2806
  import { SafeCall, SafeKeyedRead, SafePropertyRead } from "@angular/compiler";
2799
2807
  import ts18 from "typescript";
2800
2808
  var OptionalChainNotNullableCheck = class extends TemplateCheckWithVisitor {
@@ -2840,7 +2848,7 @@ var factory6 = {
2840
2848
  }
2841
2849
  };
2842
2850
 
2843
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/suffix_not_supported/index.mjs
2851
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/suffix_not_supported/index.mjs
2844
2852
  import { TmplAstBoundAttribute as TmplAstBoundAttribute2 } from "@angular/compiler";
2845
2853
  var STYLE_SUFFIXES = ["px", "%", "em"];
2846
2854
  var SuffixNotSupportedCheck = class extends TemplateCheckWithVisitor {
@@ -2864,7 +2872,7 @@ var factory7 = {
2864
2872
  create: () => new SuffixNotSupportedCheck()
2865
2873
  };
2866
2874
 
2867
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/text_attribute_not_binding/index.mjs
2875
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/text_attribute_not_binding/index.mjs
2868
2876
  import { TmplAstTextAttribute } from "@angular/compiler";
2869
2877
  var TextAttributeNotBindingSpec = class extends TemplateCheckWithVisitor {
2870
2878
  constructor() {
@@ -2903,7 +2911,7 @@ var factory8 = {
2903
2911
  create: () => new TextAttributeNotBindingSpec()
2904
2912
  };
2905
2913
 
2906
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/uninvoked_function_in_event_binding/index.mjs
2914
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/uninvoked_function_in_event_binding/index.mjs
2907
2915
  import { ASTWithSource as ASTWithSource4, Call, Chain, Conditional, ParsedEventType, PropertyRead as PropertyRead3, SafeCall as SafeCall2, SafePropertyRead as SafePropertyRead2, TmplAstBoundEvent as TmplAstBoundEvent2 } from "@angular/compiler";
2908
2916
  var UninvokedFunctionInEventBindingSpec = class extends TemplateCheckWithVisitor {
2909
2917
  constructor() {
@@ -2955,10 +2963,10 @@ var factory9 = {
2955
2963
  create: () => new UninvokedFunctionInEventBindingSpec()
2956
2964
  };
2957
2965
 
2958
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.mjs
2966
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.mjs
2959
2967
  import ts19 from "typescript";
2960
2968
 
2961
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/api/src/public_options.mjs
2969
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/api/src/public_options.mjs
2962
2970
  var DiagnosticCategoryLabel;
2963
2971
  (function(DiagnosticCategoryLabel2) {
2964
2972
  DiagnosticCategoryLabel2["Warning"] = "warning";
@@ -2966,7 +2974,7 @@ var DiagnosticCategoryLabel;
2966
2974
  DiagnosticCategoryLabel2["Suppress"] = "suppress";
2967
2975
  })(DiagnosticCategoryLabel || (DiagnosticCategoryLabel = {}));
2968
2976
 
2969
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.mjs
2977
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.mjs
2970
2978
  var ExtendedTemplateCheckerImpl = class {
2971
2979
  constructor(templateTypeChecker, typeChecker, templateCheckFactories, options) {
2972
2980
  var _a, _b, _c, _d, _e;
@@ -3019,7 +3027,7 @@ function assertNever(value) {
3019
3027
  ${value}`);
3020
3028
  }
3021
3029
 
3022
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/index.mjs
3030
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/index.mjs
3023
3031
  var ALL_DIAGNOSTIC_FACTORIES = [
3024
3032
  factory2,
3025
3033
  factory5,
@@ -3036,7 +3044,7 @@ var SUPPORTED_DIAGNOSTIC_NAMES = /* @__PURE__ */ new Set([
3036
3044
  ...ALL_DIAGNOSTIC_FACTORIES.map((factory10) => factory10.name)
3037
3045
  ]);
3038
3046
 
3039
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/template_semantics/src/template_semantics_checker.mjs
3047
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/template_semantics/src/template_semantics_checker.mjs
3040
3048
  import { ASTWithSource as ASTWithSource5, ImplicitReceiver as ImplicitReceiver2, ParsedEventType as ParsedEventType2, RecursiveAstVisitor as RecursiveAstVisitor3, TmplAstBoundEvent as TmplAstBoundEvent3, TmplAstLetDeclaration, TmplAstRecursiveVisitor as TmplAstRecursiveVisitor2, TmplAstVariable as TmplAstVariable2 } from "@angular/compiler";
3041
3049
  import ts20 from "typescript";
3042
3050
  var TemplateSemanticsCheckerImpl = class {
@@ -3127,7 +3135,7 @@ function unwrapAstWithSource(ast) {
3127
3135
  return ast instanceof ASTWithSource5 ? ast.ast : ast;
3128
3136
  }
3129
3137
 
3130
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/validation/src/rules/initializer_api_usage_rule.mjs
3138
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/validation/src/rules/initializer_api_usage_rule.mjs
3131
3139
  import ts21 from "typescript";
3132
3140
  var APIS_TO_CHECK = [
3133
3141
  INPUT_INITIALIZER_FN,
@@ -3178,7 +3186,7 @@ var InitializerApiUsageRule = class {
3178
3186
  }
3179
3187
  };
3180
3188
 
3181
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/validation/src/source_file_validator.mjs
3189
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/validation/src/source_file_validator.mjs
3182
3190
  var SourceFileValidator = class {
3183
3191
  constructor(reflector, importedSymbolsTracker) {
3184
3192
  this.rules = [new InitializerApiUsageRule(reflector, importedSymbolsTracker)];
@@ -3216,7 +3224,7 @@ var SourceFileValidator = class {
3216
3224
  }
3217
3225
  };
3218
3226
 
3219
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/core_version.mjs
3227
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/core_version.mjs
3220
3228
  function coreHasSymbol(program, symbol) {
3221
3229
  const checker = program.getTypeChecker();
3222
3230
  for (const sf of program.getSourceFiles().filter(isMaybeCore)) {
@@ -3235,7 +3243,7 @@ function isMaybeCore(sf) {
3235
3243
  return sf.isDeclarationFile && sf.fileName.includes("@angular/core") && sf.fileName.endsWith("index.d.ts");
3236
3244
  }
3237
3245
 
3238
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/feature_detection.mjs
3246
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/feature_detection.mjs
3239
3247
  import semver from "semver";
3240
3248
  function coreVersionSupportsFeature(coreVersion, minVersion) {
3241
3249
  if (coreVersion === `0.0.0-${"PLACEHOLDER"}`) {
@@ -3244,7 +3252,7 @@ function coreVersionSupportsFeature(coreVersion, minVersion) {
3244
3252
  return semver.satisfies(coreVersion, minVersion);
3245
3253
  }
3246
3254
 
3247
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.mjs
3255
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.mjs
3248
3256
  var CompilationTicketKind;
3249
3257
  (function(CompilationTicketKind2) {
3250
3258
  CompilationTicketKind2[CompilationTicketKind2["Fresh"] = 0] = "Fresh";
@@ -4043,7 +4051,7 @@ function versionMapFromProgram(program, driver) {
4043
4051
  return versions;
4044
4052
  }
4045
4053
 
4046
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/host.mjs
4054
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/host.mjs
4047
4055
  import ts23 from "typescript";
4048
4056
  var DelegatingCompilerHost = class {
4049
4057
  get jsDocParsingMode() {
@@ -4182,7 +4190,7 @@ var NgCompilerHost = class extends DelegatingCompilerHost {
4182
4190
  }
4183
4191
  };
4184
4192
 
4185
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
4193
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
4186
4194
  var NgtscProgram = class {
4187
4195
  constructor(rootNames, options, delegateHost, oldProgram) {
4188
4196
  this.options = options;
@@ -4408,15 +4416,15 @@ function mergeEmitResults(emitResults) {
4408
4416
  return { diagnostics, emitSkipped, emittedFiles };
4409
4417
  }
4410
4418
 
4411
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/program.mjs
4419
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/program.mjs
4412
4420
  function createProgram({ rootNames, options, host, oldProgram }) {
4413
4421
  return new NgtscProgram(rootNames, options, host, oldProgram);
4414
4422
  }
4415
4423
 
4416
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/perform_compile.mjs
4424
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/perform_compile.mjs
4417
4425
  import ts26 from "typescript";
4418
4426
 
4419
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/util.mjs
4427
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/util.mjs
4420
4428
  import ts25 from "typescript";
4421
4429
  function createMessageDiagnostic(messageText) {
4422
4430
  return {
@@ -4430,7 +4438,7 @@ function createMessageDiagnostic(messageText) {
4430
4438
  };
4431
4439
  }
4432
4440
 
4433
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/perform_compile.mjs
4441
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/perform_compile.mjs
4434
4442
  var defaultFormatHost = {
4435
4443
  getCurrentDirectory: () => ts26.sys.getCurrentDirectory(),
4436
4444
  getCanonicalFileName: (fileName) => fileName,
@@ -4661,4 +4669,4 @@ export {
4661
4669
  * Use of this source code is governed by an MIT-style license that can be
4662
4670
  * found in the LICENSE file at https://angular.io/license
4663
4671
  */
4664
- //# sourceMappingURL=chunk-OZ2N4CUX.js.map
4672
+ //# sourceMappingURL=chunk-JQI7OB4Q.js.map