@angular/compiler-cli 18.0.2 → 18.0.3

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 (37) hide show
  1. package/bundles/{chunk-BOT54HZ5.js → chunk-7E6Q23KF.js} +118 -115
  2. package/bundles/chunk-7E6Q23KF.js.map +6 -0
  3. package/bundles/{chunk-JZQHA4E7.js → chunk-AQFTVE7F.js} +5 -5
  4. package/bundles/{chunk-EDA6DBVV.js → chunk-DYQ2FDEK.js} +5 -5
  5. package/bundles/{chunk-HGUKV37D.js → chunk-E2VPC2QT.js} +78 -78
  6. package/bundles/{chunk-46XI27YO.js → chunk-KBGMAHKE.js} +31 -31
  7. package/bundles/{chunk-LYJKWJUC.js → chunk-SBDNBITT.js} +3 -3
  8. package/bundles/{chunk-6X2NNIEJ.js → chunk-SFKDQKE5.js} +5 -5
  9. package/bundles/{chunk-RZ7P6VD7.js → chunk-VE7PCF6B.js} +43 -43
  10. package/bundles/{chunk-QYV344EV.js → chunk-WR7TUJ7M.js} +7 -7
  11. package/bundles/{chunk-3W345P4E.js → chunk-XNL3EK5H.js} +7 -7
  12. package/bundles/{chunk-LRVXZT7X.js → chunk-Y4KWPMGX.js} +13 -13
  13. package/bundles/index.js +12 -12
  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 +5 -5
  20. package/bundles/private/tooling.js +5 -5
  21. package/bundles/src/bin/ng_xi18n.js +10 -10
  22. package/bundles/src/bin/ngc.js +8 -8
  23. package/bundles_metadata.json +1 -1
  24. package/linker/src/file_linker/partial_linkers/util.d.ts +1 -1
  25. package/package.json +3 -3
  26. package/src/ngtsc/docs/src/entities.d.ts +1 -0
  27. package/bundles/chunk-BOT54HZ5.js.map +0 -6
  28. /package/bundles/{chunk-JZQHA4E7.js.map → chunk-AQFTVE7F.js.map} +0 -0
  29. /package/bundles/{chunk-EDA6DBVV.js.map → chunk-DYQ2FDEK.js.map} +0 -0
  30. /package/bundles/{chunk-HGUKV37D.js.map → chunk-E2VPC2QT.js.map} +0 -0
  31. /package/bundles/{chunk-46XI27YO.js.map → chunk-KBGMAHKE.js.map} +0 -0
  32. /package/bundles/{chunk-LYJKWJUC.js.map → chunk-SBDNBITT.js.map} +0 -0
  33. /package/bundles/{chunk-6X2NNIEJ.js.map → chunk-SFKDQKE5.js.map} +0 -0
  34. /package/bundles/{chunk-RZ7P6VD7.js.map → chunk-VE7PCF6B.js.map} +0 -0
  35. /package/bundles/{chunk-QYV344EV.js.map → chunk-WR7TUJ7M.js.map} +0 -0
  36. /package/bundles/{chunk-3W345P4E.js.map → chunk-XNL3EK5H.js.map} +0 -0
  37. /package/bundles/{chunk-LRVXZT7X.js.map → chunk-Y4KWPMGX.js.map} +0 -0
@@ -8,7 +8,7 @@ import {
8
8
  PotentialImportKind,
9
9
  PotentialImportMode,
10
10
  SymbolKind
11
- } from "./chunk-6X2NNIEJ.js";
11
+ } from "./chunk-SFKDQKE5.js";
12
12
  import {
13
13
  CompilationMode,
14
14
  ComponentDecoratorHandler,
@@ -44,7 +44,7 @@ import {
44
44
  isHostDirectiveMetaForGlobalMode,
45
45
  ivyTransformFactory,
46
46
  tryParseInitializerApi
47
- } from "./chunk-HGUKV37D.js";
47
+ } from "./chunk-E2VPC2QT.js";
48
48
  import {
49
49
  AbsoluteModuleStrategy,
50
50
  AliasStrategy,
@@ -94,14 +94,14 @@ import {
94
94
  toUnredirectedSourceFile,
95
95
  translateExpression,
96
96
  translateType
97
- } from "./chunk-RZ7P6VD7.js";
97
+ } from "./chunk-VE7PCF6B.js";
98
98
  import {
99
99
  ActivePerfRecorder,
100
100
  DelegatingPerfRecorder,
101
101
  PerfCheckpoint,
102
102
  PerfEvent,
103
103
  PerfPhase
104
- } from "./chunk-JZQHA4E7.js";
104
+ } from "./chunk-AQFTVE7F.js";
105
105
  import {
106
106
  LogicalFileSystem,
107
107
  absoluteFrom,
@@ -111,9 +111,9 @@ import {
111
111
  getSourceFileOrError,
112
112
  join,
113
113
  resolve
114
- } from "./chunk-3W345P4E.js";
114
+ } from "./chunk-XNL3EK5H.js";
115
115
 
116
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/api.mjs
116
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/api.mjs
117
117
  var DEFAULT_ERROR_CODE = 100;
118
118
  var UNKNOWN_ERROR_CODE = 500;
119
119
  var SOURCE = "angular";
@@ -131,7 +131,7 @@ var EmitFlags;
131
131
  EmitFlags2[EmitFlags2["All"] = 31] = "All";
132
132
  })(EmitFlags || (EmitFlags = {}));
133
133
 
134
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/compiler_host.mjs
134
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/compiler_host.mjs
135
135
  import ts from "typescript";
136
136
  var wrapHostForTest = null;
137
137
  function createCompilerHost({ options, tsHost = ts.createCompilerHost(options, true) }) {
@@ -141,7 +141,7 @@ function createCompilerHost({ options, tsHost = ts.createCompilerHost(options, t
141
141
  return tsHost;
142
142
  }
143
143
 
144
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/entities.mjs
144
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/entities.mjs
145
145
  var EntryType;
146
146
  (function(EntryType2) {
147
147
  EntryType2["Block"] = "block";
@@ -188,23 +188,23 @@ function isDocEntryWithSourceInfo(entry) {
188
188
  return "source" in entry;
189
189
  }
190
190
 
191
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/extractor.mjs
191
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/extractor.mjs
192
192
  import ts10 from "typescript";
193
193
 
194
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/class_extractor.mjs
194
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/class_extractor.mjs
195
195
  import ts5 from "typescript";
196
196
 
197
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/filters.mjs
197
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/filters.mjs
198
198
  function isAngularPrivateName(name) {
199
199
  var _a;
200
200
  const firstChar = (_a = name[0]) != null ? _a : "";
201
201
  return firstChar === "\u0275" || firstChar === "_";
202
202
  }
203
203
 
204
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/function_extractor.mjs
204
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/function_extractor.mjs
205
205
  import ts3 from "typescript";
206
206
 
207
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/generics_extractor.mjs
207
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/generics_extractor.mjs
208
208
  function extractGenerics(declaration) {
209
209
  var _a, _b;
210
210
  return (_b = (_a = declaration.typeParameters) == null ? void 0 : _a.map((typeParam) => {
@@ -217,7 +217,7 @@ function extractGenerics(declaration) {
217
217
  })) != null ? _b : [];
218
218
  }
219
219
 
220
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/jsdoc_extractor.mjs
220
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/jsdoc_extractor.mjs
221
221
  import ts2 from "typescript";
222
222
  var decoratorExpression = /@(?=(Injectable|Component|Directive|Pipe|NgModule|Input|Output|HostBinding|HostListener|Inject|Optional|Self|Host|SkipSelf))/g;
223
223
  function extractJsDocTags(node) {
@@ -261,12 +261,12 @@ function unescapeAngularDecorators(comment) {
261
261
  return comment.replace(/_NG_AT_/g, "@");
262
262
  }
263
263
 
264
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/type_extractor.mjs
264
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/type_extractor.mjs
265
265
  function extractResolvedTypeString(node, checker) {
266
266
  return checker.typeToString(checker.getTypeAtLocation(node));
267
267
  }
268
268
 
269
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/function_extractor.mjs
269
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/function_extractor.mjs
270
270
  var FunctionExtractor = class {
271
271
  constructor(name, declaration, typeChecker) {
272
272
  this.name = name;
@@ -274,17 +274,20 @@ var FunctionExtractor = class {
274
274
  this.typeChecker = typeChecker;
275
275
  }
276
276
  extract() {
277
+ var _a;
277
278
  const signature = this.typeChecker.getSignatureFromDeclaration(this.declaration);
278
279
  const returnType = signature ? this.typeChecker.typeToString(this.typeChecker.getReturnTypeOfSignature(signature)) : "unknown";
280
+ const jsdocsTags = extractJsDocTags(this.declaration);
279
281
  return {
280
282
  params: extractAllParams(this.declaration.parameters, this.typeChecker),
281
283
  name: this.name,
282
284
  isNewType: ts3.isConstructSignatureDeclaration(this.declaration),
283
285
  returnType,
286
+ returnDescription: (_a = jsdocsTags.find((tag) => tag.name === "returns")) == null ? void 0 : _a.comment,
284
287
  entryType: EntryType.Function,
285
288
  generics: extractGenerics(this.declaration),
286
289
  description: extractJsDocDescription(this.declaration),
287
- jsdocTags: extractJsDocTags(this.declaration),
290
+ jsdocTags: jsdocsTags,
288
291
  rawComment: extractRawJsDoc(this.declaration)
289
292
  };
290
293
  }
@@ -322,7 +325,7 @@ function extractAllParams(params, typeChecker) {
322
325
  }));
323
326
  }
324
327
 
325
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/internal.mjs
328
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/internal.mjs
326
329
  import ts4 from "typescript";
327
330
  function isInternal(member) {
328
331
  return extractJsDocTags(member).some((tag) => tag.name === "internal") || hasLeadingInternalComment(member);
@@ -341,7 +344,7 @@ function hasLeadingInternalComment(member) {
341
344
  )) != null ? _a : false;
342
345
  }
343
346
 
344
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/class_extractor.mjs
347
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/class_extractor.mjs
345
348
  var ClassExtractor = class {
346
349
  constructor(declaration, typeChecker) {
347
350
  this.declaration = declaration;
@@ -599,7 +602,7 @@ function extractInterface(declaration, typeChecker) {
599
602
  return extractor.extract();
600
603
  }
601
604
 
602
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/constant_extractor.mjs
605
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/constant_extractor.mjs
603
606
  import ts6 from "typescript";
604
607
  var LITERAL_AS_ENUM_TAG = "object-literal-as-enum";
605
608
  function extractConstant(declaration, typeChecker) {
@@ -657,7 +660,7 @@ function extractLiteralPropertiesAsEnumMembers(declaration) {
657
660
  });
658
661
  }
659
662
 
660
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/decorator_extractor.mjs
663
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/decorator_extractor.mjs
661
664
  import ts7 from "typescript";
662
665
  function extractorDecorator(declaration, typeChecker) {
663
666
  const documentedNode = getDecoratorJsDocNode(declaration);
@@ -730,7 +733,7 @@ function getDecoratorJsDocNode(declaration) {
730
733
  return callSignature;
731
734
  }
732
735
 
733
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/enum_extractor.mjs
736
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/enum_extractor.mjs
734
737
  import ts8 from "typescript";
735
738
  function extractEnum(declaration, typeChecker) {
736
739
  return {
@@ -761,7 +764,7 @@ function getEnumMemberValue(memberNode) {
761
764
  return (_a = literal == null ? void 0 : literal.getText()) != null ? _a : "";
762
765
  }
763
766
 
764
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/initializer_api_function_extractor.mjs
767
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/initializer_api_function_extractor.mjs
765
768
  import ts9 from "typescript";
766
769
  var initializerApiTag = "initializerApiFunction";
767
770
  function isInitializerApiFunction(node, typeChecker) {
@@ -898,7 +901,7 @@ function findImplementationOfFunction(node, typeChecker) {
898
901
  return (_a = symbol == null ? void 0 : symbol.declarations) == null ? void 0 : _a.find((s) => ts9.isFunctionDeclaration(s) && s.body !== void 0);
899
902
  }
900
903
 
901
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/type_alias_extractor.mjs
904
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/type_alias_extractor.mjs
902
905
  function extractTypeAlias(declaration) {
903
906
  return {
904
907
  name: declaration.name.getText(),
@@ -910,7 +913,7 @@ function extractTypeAlias(declaration) {
910
913
  };
911
914
  }
912
915
 
913
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/extractor.mjs
916
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/extractor.mjs
914
917
  var DocsExtractor = class {
915
918
  constructor(typeChecker, metadataReader) {
916
919
  this.typeChecker = typeChecker;
@@ -994,11 +997,11 @@ function getRelativeFilePath(sourceFile, rootDir) {
994
997
  return relativePath;
995
998
  }
996
999
 
997
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
1000
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
998
1001
  import { HtmlParser, MessageBundle } from "@angular/compiler";
999
1002
  import ts43 from "typescript";
1000
1003
 
1001
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/i18n.mjs
1004
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/i18n.mjs
1002
1005
  import { Xliff, Xliff2, Xmb } from "@angular/compiler";
1003
1006
  import * as path from "path";
1004
1007
  function i18nGetExtension(formatName) {
@@ -1049,10 +1052,10 @@ function getPathNormalizer(basePath) {
1049
1052
  };
1050
1053
  }
1051
1054
 
1052
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
1055
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
1053
1056
  import ts11 from "typescript";
1054
1057
 
1055
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/version_helpers.mjs
1058
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/version_helpers.mjs
1056
1059
  function toNumbers(value) {
1057
1060
  const suffixIndex = value.lastIndexOf("-");
1058
1061
  return value.slice(0, suffixIndex === -1 ? value.length : suffixIndex).split(".").map((segment) => {
@@ -1087,7 +1090,7 @@ function compareVersions(v1, v2) {
1087
1090
  return compareNumbers(toNumbers(v1), toNumbers(v2));
1088
1091
  }
1089
1092
 
1090
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
1093
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
1091
1094
  var MIN_TS_VERSION = "5.4.0";
1092
1095
  var MAX_TS_VERSION = "5.5.0";
1093
1096
  var tsVersion = ts11.version;
@@ -1100,11 +1103,11 @@ function verifySupportedTypeScriptVersion() {
1100
1103
  checkVersion(tsVersion, MIN_TS_VERSION, MAX_TS_VERSION);
1101
1104
  }
1102
1105
 
1103
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.mjs
1106
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.mjs
1104
1107
  import { R3Identifiers as R3Identifiers5 } from "@angular/compiler";
1105
1108
  import ts41 from "typescript";
1106
1109
 
1107
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/analyzer.mjs
1110
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/analyzer.mjs
1108
1111
  var CycleAnalyzer = class {
1109
1112
  constructor(importGraph) {
1110
1113
  this.importGraph = importGraph;
@@ -1175,7 +1178,7 @@ var Cycle = class {
1175
1178
  }
1176
1179
  };
1177
1180
 
1178
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/imports.mjs
1181
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/imports.mjs
1179
1182
  import ts12 from "typescript";
1180
1183
  var ImportGraph = class {
1181
1184
  constructor(checker, perf) {
@@ -1267,7 +1270,7 @@ var Found = class {
1267
1270
  }
1268
1271
  };
1269
1272
 
1270
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/generator.mjs
1273
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/generator.mjs
1271
1274
  import ts13 from "typescript";
1272
1275
  var FlatIndexGenerator = class {
1273
1276
  constructor(entryPoint, relativeFlatIndexPath, moduleName) {
@@ -1292,7 +1295,7 @@ export * from '${relativeEntryPoint}';
1292
1295
  }
1293
1296
  };
1294
1297
 
1295
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/logic.mjs
1298
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/logic.mjs
1296
1299
  function findFlatIndexEntryPoint(rootFiles) {
1297
1300
  const tsFiles = rootFiles.filter((file) => isNonDeclarationTsPath(file));
1298
1301
  let resolvedEntryPoint = null;
@@ -1308,7 +1311,7 @@ function findFlatIndexEntryPoint(rootFiles) {
1308
1311
  return resolvedEntryPoint;
1309
1312
  }
1310
1313
 
1311
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/private_export_checker.mjs
1314
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/private_export_checker.mjs
1312
1315
  import ts14 from "typescript";
1313
1316
  function checkForPrivateExports(entryPoint, checker, refGraph) {
1314
1317
  const diagnostics = [];
@@ -1388,7 +1391,7 @@ function getDescriptorOfDeclaration(decl) {
1388
1391
  }
1389
1392
  }
1390
1393
 
1391
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/reference_graph.mjs
1394
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/reference_graph.mjs
1392
1395
  var ReferenceGraph = class {
1393
1396
  constructor() {
1394
1397
  this.references = /* @__PURE__ */ new Map();
@@ -1442,7 +1445,7 @@ var ReferenceGraph = class {
1442
1445
  }
1443
1446
  };
1444
1447
 
1445
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/api.mjs
1448
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/api.mjs
1446
1449
  var NgOriginalFile = Symbol("NgOriginalFile");
1447
1450
  var UpdateMode;
1448
1451
  (function(UpdateMode2) {
@@ -1450,13 +1453,13 @@ var UpdateMode;
1450
1453
  UpdateMode2[UpdateMode2["Incremental"] = 1] = "Incremental";
1451
1454
  })(UpdateMode || (UpdateMode = {}));
1452
1455
 
1453
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/ts_create_program_driver.mjs
1456
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/ts_create_program_driver.mjs
1454
1457
  import ts16 from "typescript";
1455
1458
 
1456
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/adapter.mjs
1459
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/adapter.mjs
1457
1460
  import ts15 from "typescript";
1458
1461
 
1459
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/expando.mjs
1462
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/expando.mjs
1460
1463
  var NgExtension = Symbol("NgExtension");
1461
1464
  function isExtended(sf) {
1462
1465
  return sf[NgExtension] !== void 0;
@@ -1516,13 +1519,13 @@ function retagTsFile(sf) {
1516
1519
  }
1517
1520
  }
1518
1521
 
1519
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/util.mjs
1522
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/util.mjs
1520
1523
  var TS_EXTENSIONS = /\.tsx?$/i;
1521
1524
  function makeShimFileName(fileName, suffix) {
1522
1525
  return absoluteFrom(fileName.replace(TS_EXTENSIONS, suffix));
1523
1526
  }
1524
1527
 
1525
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/adapter.mjs
1528
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/adapter.mjs
1526
1529
  var ShimAdapter = class {
1527
1530
  constructor(delegate, tsRootFiles, topLevelGenerators, perFileGenerators, oldProgram) {
1528
1531
  this.delegate = delegate;
@@ -1617,7 +1620,7 @@ var ShimAdapter = class {
1617
1620
  }
1618
1621
  };
1619
1622
 
1620
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/reference_tagger.mjs
1623
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/reference_tagger.mjs
1621
1624
  var ShimReferenceTagger = class {
1622
1625
  constructor(shimExtensions) {
1623
1626
  this.tagged = /* @__PURE__ */ new Set();
@@ -1651,7 +1654,7 @@ var ShimReferenceTagger = class {
1651
1654
  }
1652
1655
  };
1653
1656
 
1654
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/ts_create_program_driver.mjs
1657
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/ts_create_program_driver.mjs
1655
1658
  var DelegatingCompilerHost = class {
1656
1659
  get jsDocParsingMode() {
1657
1660
  return this.delegate.jsDocParsingMode;
@@ -1770,7 +1773,7 @@ var TsCreateProgramDriver = class {
1770
1773
  }
1771
1774
  };
1772
1775
 
1773
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/dependency_tracking.mjs
1776
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/dependency_tracking.mjs
1774
1777
  var FileDependencyGraph = class {
1775
1778
  constructor() {
1776
1779
  this.nodes = /* @__PURE__ */ new Map();
@@ -1837,7 +1840,7 @@ function isLogicallyChanged(sf, node, changedTsPaths, deletedTsPaths, changedRes
1837
1840
  return false;
1838
1841
  }
1839
1842
 
1840
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/state.mjs
1843
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/state.mjs
1841
1844
  var IncrementalStateKind;
1842
1845
  (function(IncrementalStateKind2) {
1843
1846
  IncrementalStateKind2[IncrementalStateKind2["Fresh"] = 0] = "Fresh";
@@ -1845,7 +1848,7 @@ var IncrementalStateKind;
1845
1848
  IncrementalStateKind2[IncrementalStateKind2["Analyzed"] = 2] = "Analyzed";
1846
1849
  })(IncrementalStateKind || (IncrementalStateKind = {}));
1847
1850
 
1848
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/incremental.mjs
1851
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/incremental.mjs
1849
1852
  var PhaseKind;
1850
1853
  (function(PhaseKind2) {
1851
1854
  PhaseKind2[PhaseKind2["Analysis"] = 0] = "Analysis";
@@ -2046,7 +2049,7 @@ function toOriginalSourceFile(sf) {
2046
2049
  }
2047
2050
  }
2048
2051
 
2049
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/strategy.mjs
2052
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/strategy.mjs
2050
2053
  var TrackedIncrementalBuildStrategy = class {
2051
2054
  constructor() {
2052
2055
  this.state = null;
@@ -2082,7 +2085,7 @@ var PatchedProgramIncrementalBuildStrategy = class {
2082
2085
  };
2083
2086
  var SYM_INCREMENTAL_STATE = Symbol("NgIncrementalState");
2084
2087
 
2085
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/api.mjs
2088
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/api.mjs
2086
2089
  var IdentifierKind;
2087
2090
  (function(IdentifierKind2) {
2088
2091
  IdentifierKind2[IdentifierKind2["Property"] = 0] = "Property";
@@ -2101,7 +2104,7 @@ var AbsoluteSourceSpan = class {
2101
2104
  }
2102
2105
  };
2103
2106
 
2104
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/context.mjs
2107
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/context.mjs
2105
2108
  var IndexingContext = class {
2106
2109
  constructor() {
2107
2110
  this.components = /* @__PURE__ */ new Set();
@@ -2111,10 +2114,10 @@ var IndexingContext = class {
2111
2114
  }
2112
2115
  };
2113
2116
 
2114
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/transform.mjs
2117
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/transform.mjs
2115
2118
  import { ParseSourceFile } from "@angular/compiler";
2116
2119
 
2117
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/template.mjs
2120
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/template.mjs
2118
2121
  import { ASTWithSource, ImplicitReceiver, PropertyRead, PropertyWrite, RecursiveAstVisitor, TmplAstBoundDeferredTrigger, TmplAstElement, TmplAstRecursiveVisitor, TmplAstReference, TmplAstTemplate, TmplAstVariable } from "@angular/compiler";
2119
2122
  var ExpressionVisitor = class extends RecursiveAstVisitor {
2120
2123
  constructor(expressionStr, absoluteOffset, boundTemplate, targetToIdentifier) {
@@ -2409,7 +2412,7 @@ function getTemplateIdentifiers(boundTemplate) {
2409
2412
  return { identifiers: visitor.identifiers, errors: visitor.errors };
2410
2413
  }
2411
2414
 
2412
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/transform.mjs
2415
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/transform.mjs
2413
2416
  function generateAnalysis(context) {
2414
2417
  const analysis = /* @__PURE__ */ new Map();
2415
2418
  context.components.forEach(({ declaration, selector, boundTemplate, templateMeta }) => {
@@ -2445,7 +2448,7 @@ function generateAnalysis(context) {
2445
2448
  return analysis;
2446
2449
  }
2447
2450
 
2448
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/ng_module_index.mjs
2451
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/ng_module_index.mjs
2449
2452
  var NgModuleIndexImpl = class {
2450
2453
  constructor(metaReader, localReader) {
2451
2454
  this.metaReader = metaReader;
@@ -2534,7 +2537,7 @@ var NgModuleIndexImpl = class {
2534
2537
  }
2535
2538
  };
2536
2539
 
2537
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/resource/src/loader.mjs
2540
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/resource/src/loader.mjs
2538
2541
  import ts17 from "typescript";
2539
2542
  var CSS_PREPROCESSOR_EXT = /(\.scss|\.sass|\.less|\.styl)$/;
2540
2543
  var RESOURCE_MARKER = ".$ngresource$";
@@ -2684,7 +2687,7 @@ function createLookupResolutionHost(adapter) {
2684
2687
  };
2685
2688
  }
2686
2689
 
2687
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/standalone.mjs
2690
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/standalone.mjs
2688
2691
  var StandaloneComponentScopeReader = class {
2689
2692
  constructor(metaReader, localModuleReader, dtsModuleReader) {
2690
2693
  this.metaReader = metaReader;
@@ -2780,10 +2783,10 @@ var StandaloneComponentScopeReader = class {
2780
2783
  }
2781
2784
  };
2782
2785
 
2783
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/checker.mjs
2786
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/checker.mjs
2784
2787
  import { CssSelector as CssSelector2, DomElementSchemaRegistry as DomElementSchemaRegistry2, ExternalExpr as ExternalExpr2, WrappedNodeExpr as WrappedNodeExpr2 } from "@angular/compiler";
2785
2788
 
2786
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/diagnostic.mjs
2789
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/diagnostic.mjs
2787
2790
  import ts18 from "typescript";
2788
2791
  function makeTemplateDiagnostic(templateId, mapping, span, category, code, messageText, relatedMessages) {
2789
2792
  var _a;
@@ -2894,7 +2897,7 @@ function parseTemplateAsSourceFile(fileName, template) {
2894
2897
  );
2895
2898
  }
2896
2899
 
2897
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/id.mjs
2900
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/id.mjs
2898
2901
  var TEMPLATE_ID = Symbol("ngTemplateId");
2899
2902
  var NEXT_TEMPLATE_ID = Symbol("ngNextTemplateId");
2900
2903
  function getTemplateId(clazz) {
@@ -2911,11 +2914,11 @@ function allocateTemplateId(sf) {
2911
2914
  return `tcb${sf[NEXT_TEMPLATE_ID]++}`;
2912
2915
  }
2913
2916
 
2914
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/completion.mjs
2917
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/completion.mjs
2915
2918
  import { EmptyExpr, ImplicitReceiver as ImplicitReceiver2, PropertyRead as PropertyRead2, PropertyWrite as PropertyWrite2, SafePropertyRead, TmplAstLetDeclaration, TmplAstReference as TmplAstReference2, TmplAstTextAttribute } from "@angular/compiler";
2916
2919
  import ts20 from "typescript";
2917
2920
 
2918
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/comments.mjs
2921
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/comments.mjs
2919
2922
  import { AbsoluteSourceSpan as AbsoluteSourceSpan2 } from "@angular/compiler";
2920
2923
  import ts19 from "typescript";
2921
2924
  var parseSpanComment = /^(\d+),(\d+)$/;
@@ -3046,7 +3049,7 @@ function hasExpressionIdentifier(sourceFile, node, identifier) {
3046
3049
  }) || false;
3047
3050
  }
3048
3051
 
3049
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/completion.mjs
3052
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/completion.mjs
3050
3053
  var CompletionEngine = class {
3051
3054
  constructor(tcb, data, tcbPath, tcbIsShim) {
3052
3055
  this.tcb = tcb;
@@ -4228,10 +4231,10 @@ var MagicString = class {
4228
4231
  }
4229
4232
  };
4230
4233
 
4231
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
4234
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
4232
4235
  import ts33 from "typescript";
4233
4236
 
4234
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/dom.mjs
4237
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/dom.mjs
4235
4238
  import { DomElementSchemaRegistry } from "@angular/compiler";
4236
4239
  import ts21 from "typescript";
4237
4240
  var REGISTRY = new DomElementSchemaRegistry();
@@ -4284,10 +4287,10 @@ var RegistryDomSchemaChecker = class {
4284
4287
  }
4285
4288
  };
4286
4289
 
4287
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/environment.mjs
4290
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/environment.mjs
4288
4291
  import ts26 from "typescript";
4289
4292
 
4290
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/reference_emit_environment.mjs
4293
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/reference_emit_environment.mjs
4291
4294
  import { ExpressionType, ExternalExpr, TypeModifier } from "@angular/compiler";
4292
4295
  var ReferenceEmitEnvironment = class {
4293
4296
  constructor(importManager, refEmitter, reflector, contextFile) {
@@ -4318,7 +4321,7 @@ var ReferenceEmitEnvironment = class {
4318
4321
  }
4319
4322
  };
4320
4323
 
4321
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/ts_util.mjs
4324
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/ts_util.mjs
4322
4325
  import ts22 from "typescript";
4323
4326
  var SAFE_TO_CAST_WITHOUT_PARENS = /* @__PURE__ */ new Set([
4324
4327
  ts22.SyntaxKind.ParenthesizedExpression,
@@ -4401,15 +4404,15 @@ function tsNumericExpression(value) {
4401
4404
  return ts22.factory.createNumericLiteral(value);
4402
4405
  }
4403
4406
 
4404
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.mjs
4407
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.mjs
4405
4408
  import { ExpressionType as ExpressionType2, R3Identifiers as R3Identifiers2, WrappedNodeExpr } from "@angular/compiler";
4406
4409
  import ts25 from "typescript";
4407
4410
 
4408
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.mjs
4411
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.mjs
4409
4412
  import { R3Identifiers } from "@angular/compiler";
4410
4413
  import ts24 from "typescript";
4411
4414
 
4412
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_parameter_emitter.mjs
4415
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_parameter_emitter.mjs
4413
4416
  import ts23 from "typescript";
4414
4417
  var TypeParameterEmitter = class {
4415
4418
  constructor(typeParameters, reflector) {
@@ -4487,7 +4490,7 @@ var TypeParameterEmitter = class {
4487
4490
  }
4488
4491
  };
4489
4492
 
4490
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.mjs
4493
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.mjs
4491
4494
  var TCB_FILE_IMPORT_GRAPH_PREPARE_IDENTIFIERS = [
4492
4495
  R3Identifiers.InputSignalBrandWriteType
4493
4496
  ];
@@ -4579,7 +4582,7 @@ function checkIfGenericTypeBoundsCanBeEmitted(node, reflector, env) {
4579
4582
  return emitter.canEmit((ref) => env.canReferenceType(ref));
4580
4583
  }
4581
4584
 
4582
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.mjs
4585
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.mjs
4583
4586
  function generateTypeCtorDeclarationFn(env, meta, nodeTypeRef, typeParams) {
4584
4587
  const rawTypeArgs = typeParams !== void 0 ? generateGenericArgs(typeParams) : void 0;
4585
4588
  const rawType = ts25.factory.createTypeReferenceNode(nodeTypeRef, rawTypeArgs);
@@ -4702,7 +4705,7 @@ function typeParametersWithDefaultTypes(params) {
4702
4705
  });
4703
4706
  }
4704
4707
 
4705
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/environment.mjs
4708
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/environment.mjs
4706
4709
  var Environment = class extends ReferenceEmitEnvironment {
4707
4710
  constructor(config, importManager, refEmitter, reflector, contextFile) {
4708
4711
  super(importManager, refEmitter, reflector, contextFile);
@@ -4774,7 +4777,7 @@ var Environment = class extends ReferenceEmitEnvironment {
4774
4777
  }
4775
4778
  };
4776
4779
 
4777
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/oob.mjs
4780
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/oob.mjs
4778
4781
  import { AbsoluteSourceSpan as AbsoluteSourceSpan3, TmplAstElement as TmplAstElement2 } from "@angular/compiler";
4779
4782
  import ts27 from "typescript";
4780
4783
  var OutOfBandDiagnosticRecorderImpl = class {
@@ -4976,7 +4979,7 @@ function makeInlineDiagnostic(templateId, code, node, messageText, relatedInform
4976
4979
  };
4977
4980
  }
4978
4981
 
4979
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/shim.mjs
4982
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/shim.mjs
4980
4983
  import ts28 from "typescript";
4981
4984
  var TypeCheckShimGenerator = class {
4982
4985
  constructor() {
@@ -4994,11 +4997,11 @@ var TypeCheckShimGenerator = class {
4994
4997
  }
4995
4998
  };
4996
4999
 
4997
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.mjs
5000
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.mjs
4998
5001
  import { BindingPipe, BindingType, Call as Call2, createCssSelectorFromNode, CssSelector, DYNAMIC_TYPE, ImplicitReceiver as ImplicitReceiver3, ParsedEventType, PropertyRead as PropertyRead4, PropertyWrite as PropertyWrite3, R3Identifiers as R3Identifiers3, SafeCall, SafePropertyRead as SafePropertyRead3, SelectorMatcher, ThisReceiver, TmplAstBoundAttribute, TmplAstBoundText, TmplAstContent, TmplAstDeferredBlock, TmplAstElement as TmplAstElement3, TmplAstForLoopBlock, TmplAstIcu, TmplAstIfBlock, TmplAstIfBlockBranch, TmplAstLetDeclaration as TmplAstLetDeclaration2, TmplAstReference as TmplAstReference3, TmplAstSwitchBlock, TmplAstTemplate as TmplAstTemplate2, TmplAstText, TmplAstTextAttribute as TmplAstTextAttribute2, TmplAstVariable as TmplAstVariable2, TransplantedType } from "@angular/compiler";
4999
5002
  import ts31 from "typescript";
5000
5003
 
5001
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/diagnostics.mjs
5004
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/diagnostics.mjs
5002
5005
  import { AbsoluteSourceSpan as AbsoluteSourceSpan4 } from "@angular/compiler";
5003
5006
  import ts29 from "typescript";
5004
5007
  function wrapForDiagnostics(expr) {
@@ -5054,7 +5057,7 @@ function translateDiagnostic(diagnostic, resolver) {
5054
5057
  return makeTemplateDiagnostic(sourceLocation.id, templateSourceMapping, span, diagnostic.category, diagnostic.code, diagnostic.messageText);
5055
5058
  }
5056
5059
 
5057
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/expression.mjs
5060
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/expression.mjs
5058
5061
  import { ASTWithSource as ASTWithSource2, Call, EmptyExpr as EmptyExpr2, PropertyRead as PropertyRead3, SafeKeyedRead, SafePropertyRead as SafePropertyRead2 } from "@angular/compiler";
5059
5062
  import ts30 from "typescript";
5060
5063
  var NULL_AS_ANY = ts30.factory.createAsExpression(ts30.factory.createNull(), ts30.factory.createKeywordTypeNode(ts30.SyntaxKind.AnyKeyword));
@@ -5387,7 +5390,7 @@ var VeSafeLhsInferenceBugDetector = _VeSafeLhsInferenceBugDetector;
5387
5390
  _VeSafeLhsInferenceBugDetector.SINGLETON = new _VeSafeLhsInferenceBugDetector();
5388
5391
  })();
5389
5392
 
5390
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.mjs
5393
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.mjs
5391
5394
  var TcbGenericContextBehavior;
5392
5395
  (function(TcbGenericContextBehavior2) {
5393
5396
  TcbGenericContextBehavior2[TcbGenericContextBehavior2["UseEmitter"] = 0] = "UseEmitter";
@@ -6964,7 +6967,7 @@ var TcbForLoopTrackTranslator = class extends TcbExpressionTranslator {
6964
6967
  }
6965
6968
  };
6966
6969
 
6967
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_file.mjs
6970
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_file.mjs
6968
6971
  import ts32 from "typescript";
6969
6972
  var TypeCheckFile = class extends Environment {
6970
6973
  constructor(fileName, config, refEmitter, reflector, compilerHost) {
@@ -7012,7 +7015,7 @@ var TypeCheckFile = class extends Environment {
7012
7015
  }
7013
7016
  };
7014
7017
 
7015
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
7018
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
7016
7019
  var InliningMode;
7017
7020
  (function(InliningMode2) {
7018
7021
  InliningMode2[InliningMode2["InlineOps"] = 0] = "InlineOps";
@@ -7264,10 +7267,10 @@ var TypeCtorOp = class {
7264
7267
  }
7265
7268
  };
7266
7269
 
7267
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/source.mjs
7270
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/source.mjs
7268
7271
  import { ParseLocation, ParseSourceSpan } from "@angular/compiler";
7269
7272
 
7270
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/line_mappings.mjs
7273
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/line_mappings.mjs
7271
7274
  var LF_CHAR = 10;
7272
7275
  var CR_CHAR = 13;
7273
7276
  var LINE_SEP_CHAR = 8232;
@@ -7308,7 +7311,7 @@ function findClosestLineStartPosition(linesMap, position, low = 0, high = linesM
7308
7311
  return low - 1;
7309
7312
  }
7310
7313
 
7311
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/source.mjs
7314
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/source.mjs
7312
7315
  var TemplateSource = class {
7313
7316
  constructor(mapping, file) {
7314
7317
  this.mapping = mapping;
@@ -7359,7 +7362,7 @@ var TemplateSourceManager = class {
7359
7362
  }
7360
7363
  };
7361
7364
 
7362
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/template_symbol_builder.mjs
7365
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/template_symbol_builder.mjs
7363
7366
  import { AST, ASTWithSource as ASTWithSource3, BindingPipe as BindingPipe2, PropertyRead as PropertyRead5, PropertyWrite as PropertyWrite4, R3Identifiers as R3Identifiers4, SafePropertyRead as SafePropertyRead4, TmplAstBoundAttribute as TmplAstBoundAttribute2, TmplAstBoundEvent, TmplAstElement as TmplAstElement4, TmplAstLetDeclaration as TmplAstLetDeclaration3, TmplAstReference as TmplAstReference4, TmplAstTemplate as TmplAstTemplate3, TmplAstTextAttribute as TmplAstTextAttribute3, TmplAstVariable as TmplAstVariable3 } from "@angular/compiler";
7364
7367
  import ts34 from "typescript";
7365
7368
  var SymbolBuilder = class {
@@ -7933,7 +7936,7 @@ function unwrapSignalInputWriteTAccessor(expr) {
7933
7936
  };
7934
7937
  }
7935
7938
 
7936
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/checker.mjs
7939
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/checker.mjs
7937
7940
  var REGISTRY2 = new DomElementSchemaRegistry2();
7938
7941
  var TemplateTypeCheckerImpl = class {
7939
7942
  constructor(originalProgram, programDriver, typeCheckAdapter, config, refEmitter, reflector, compilerHost, priorBuild, metaReader, localMetaReader, ngModuleIndex, componentScopeReader, typeCheckScopeRegistry, perf) {
@@ -8634,10 +8637,10 @@ var SingleShimTypeCheckingHost = class extends SingleFileTypeCheckingHost {
8634
8637
  }
8635
8638
  };
8636
8639
 
8637
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/interpolated_signal_not_invoked/index.mjs
8640
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/interpolated_signal_not_invoked/index.mjs
8638
8641
  import { ASTWithSource as ASTWithSource5, BindingType as BindingType2, Interpolation, PropertyRead as PropertyRead6, TmplAstBoundAttribute as TmplAstBoundAttribute3 } from "@angular/compiler";
8639
8642
 
8640
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/symbol_util.mjs
8643
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/symbol_util.mjs
8641
8644
  import ts35 from "typescript";
8642
8645
  var SIGNAL_FNS = /* @__PURE__ */ new Set([
8643
8646
  "WritableSignal",
@@ -8657,7 +8660,7 @@ function isSignalSymbol(symbol) {
8657
8660
  });
8658
8661
  }
8659
8662
 
8660
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/api/api.mjs
8663
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/api/api.mjs
8661
8664
  import { ASTWithSource as ASTWithSource4, RecursiveAstVisitor as RecursiveAstVisitor2, TmplAstBoundDeferredTrigger as TmplAstBoundDeferredTrigger2 } from "@angular/compiler";
8662
8665
  var TemplateCheckWithVisitor = class {
8663
8666
  run(ctx, component, template) {
@@ -8785,7 +8788,7 @@ var TemplateVisitor2 = class extends RecursiveAstVisitor2 {
8785
8788
  }
8786
8789
  };
8787
8790
 
8788
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/interpolated_signal_not_invoked/index.mjs
8791
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/interpolated_signal_not_invoked/index.mjs
8789
8792
  var SIGNAL_INSTANCE_PROPERTIES = /* @__PURE__ */ new Set(["set", "update", "asReadonly"]);
8790
8793
  var FUNCTION_INSTANCE_PROPERTIES = /* @__PURE__ */ new Set(["name", "length", "prototype"]);
8791
8794
  var InterpolatedSignalCheck = class extends TemplateCheckWithVisitor {
@@ -8837,7 +8840,7 @@ var factory = {
8837
8840
  create: () => new InterpolatedSignalCheck()
8838
8841
  };
8839
8842
 
8840
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/invalid_banana_in_box/index.mjs
8843
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/invalid_banana_in_box/index.mjs
8841
8844
  import { TmplAstBoundEvent as TmplAstBoundEvent2 } from "@angular/compiler";
8842
8845
  var InvalidBananaInBoxCheck = class extends TemplateCheckWithVisitor {
8843
8846
  constructor() {
@@ -8863,7 +8866,7 @@ var factory2 = {
8863
8866
  create: () => new InvalidBananaInBoxCheck()
8864
8867
  };
8865
8868
 
8866
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_control_flow_directive/index.mjs
8869
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_control_flow_directive/index.mjs
8867
8870
  import { TmplAstTemplate as TmplAstTemplate4 } from "@angular/compiler";
8868
8871
  var KNOWN_CONTROL_FLOW_DIRECTIVES = /* @__PURE__ */ new Map([
8869
8872
  ["ngIf", { directive: "NgIf", builtIn: "@if" }],
@@ -8908,7 +8911,7 @@ var factory3 = {
8908
8911
  }
8909
8912
  };
8910
8913
 
8911
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_ngforof_let/index.mjs
8914
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_ngforof_let/index.mjs
8912
8915
  import { TmplAstTemplate as TmplAstTemplate5 } from "@angular/compiler";
8913
8916
  var MissingNgForOfLetCheck = class extends TemplateCheckWithVisitor {
8914
8917
  constructor() {
@@ -8941,7 +8944,7 @@ var factory4 = {
8941
8944
  create: () => new MissingNgForOfLetCheck()
8942
8945
  };
8943
8946
 
8944
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/nullish_coalescing_not_nullable/index.mjs
8947
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/nullish_coalescing_not_nullable/index.mjs
8945
8948
  import { Binary } from "@angular/compiler";
8946
8949
  import ts36 from "typescript";
8947
8950
  var NullishCoalescingNotNullableCheck = class extends TemplateCheckWithVisitor {
@@ -8986,7 +8989,7 @@ var factory5 = {
8986
8989
  }
8987
8990
  };
8988
8991
 
8989
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/optional_chain_not_nullable/index.mjs
8992
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/optional_chain_not_nullable/index.mjs
8990
8993
  import { SafeCall as SafeCall2, SafeKeyedRead as SafeKeyedRead2, SafePropertyRead as SafePropertyRead5 } from "@angular/compiler";
8991
8994
  import ts37 from "typescript";
8992
8995
  var OptionalChainNotNullableCheck = class extends TemplateCheckWithVisitor {
@@ -9032,7 +9035,7 @@ var factory6 = {
9032
9035
  }
9033
9036
  };
9034
9037
 
9035
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/suffix_not_supported/index.mjs
9038
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/suffix_not_supported/index.mjs
9036
9039
  import { TmplAstBoundAttribute as TmplAstBoundAttribute4 } from "@angular/compiler";
9037
9040
  var STYLE_SUFFIXES = ["px", "%", "em"];
9038
9041
  var SuffixNotSupportedCheck = class extends TemplateCheckWithVisitor {
@@ -9056,7 +9059,7 @@ var factory7 = {
9056
9059
  create: () => new SuffixNotSupportedCheck()
9057
9060
  };
9058
9061
 
9059
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/text_attribute_not_binding/index.mjs
9062
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/text_attribute_not_binding/index.mjs
9060
9063
  import { TmplAstTextAttribute as TmplAstTextAttribute4 } from "@angular/compiler";
9061
9064
  var TextAttributeNotBindingSpec = class extends TemplateCheckWithVisitor {
9062
9065
  constructor() {
@@ -9095,10 +9098,10 @@ var factory8 = {
9095
9098
  create: () => new TextAttributeNotBindingSpec()
9096
9099
  };
9097
9100
 
9098
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.mjs
9101
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.mjs
9099
9102
  import ts38 from "typescript";
9100
9103
 
9101
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/api/src/public_options.mjs
9104
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/api/src/public_options.mjs
9102
9105
  var DiagnosticCategoryLabel;
9103
9106
  (function(DiagnosticCategoryLabel2) {
9104
9107
  DiagnosticCategoryLabel2["Warning"] = "warning";
@@ -9106,7 +9109,7 @@ var DiagnosticCategoryLabel;
9106
9109
  DiagnosticCategoryLabel2["Suppress"] = "suppress";
9107
9110
  })(DiagnosticCategoryLabel || (DiagnosticCategoryLabel = {}));
9108
9111
 
9109
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.mjs
9112
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.mjs
9110
9113
  var ExtendedTemplateCheckerImpl = class {
9111
9114
  constructor(templateTypeChecker, typeChecker, templateCheckFactories, options) {
9112
9115
  var _a, _b, _c, _d, _e;
@@ -9159,7 +9162,7 @@ function assertNever(value) {
9159
9162
  ${value}`);
9160
9163
  }
9161
9164
 
9162
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/index.mjs
9165
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/index.mjs
9163
9166
  var ALL_DIAGNOSTIC_FACTORIES = [
9164
9167
  factory2,
9165
9168
  factory5,
@@ -9175,7 +9178,7 @@ var SUPPORTED_DIAGNOSTIC_NAMES = /* @__PURE__ */ new Set([
9175
9178
  ...ALL_DIAGNOSTIC_FACTORIES.map((factory9) => factory9.name)
9176
9179
  ]);
9177
9180
 
9178
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/template_semantics/src/template_semantics_checker.mjs
9181
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/template_semantics/src/template_semantics_checker.mjs
9179
9182
  import { ASTWithSource as ASTWithSource6, ImplicitReceiver as ImplicitReceiver4, ParsedEventType as ParsedEventType2, RecursiveAstVisitor as RecursiveAstVisitor3, TmplAstBoundEvent as TmplAstBoundEvent3, TmplAstLetDeclaration as TmplAstLetDeclaration4, TmplAstRecursiveVisitor as TmplAstRecursiveVisitor2, TmplAstVariable as TmplAstVariable4 } from "@angular/compiler";
9180
9183
  import ts39 from "typescript";
9181
9184
  var TemplateSemanticsCheckerImpl = class {
@@ -9266,7 +9269,7 @@ function unwrapAstWithSource(ast) {
9266
9269
  return ast instanceof ASTWithSource6 ? ast.ast : ast;
9267
9270
  }
9268
9271
 
9269
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/validation/src/rules/initializer_api_usage_rule.mjs
9272
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/validation/src/rules/initializer_api_usage_rule.mjs
9270
9273
  import ts40 from "typescript";
9271
9274
  var APIS_TO_CHECK = [
9272
9275
  INPUT_INITIALIZER_FN,
@@ -9317,7 +9320,7 @@ var InitializerApiUsageRule = class {
9317
9320
  }
9318
9321
  };
9319
9322
 
9320
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/validation/src/source_file_validator.mjs
9323
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/validation/src/source_file_validator.mjs
9321
9324
  var SourceFileValidator = class {
9322
9325
  constructor(reflector, importedSymbolsTracker) {
9323
9326
  this.rules = [new InitializerApiUsageRule(reflector, importedSymbolsTracker)];
@@ -9355,7 +9358,7 @@ var SourceFileValidator = class {
9355
9358
  }
9356
9359
  };
9357
9360
 
9358
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/core_version.mjs
9361
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/core_version.mjs
9359
9362
  function coreHasSymbol(program, symbol) {
9360
9363
  const checker = program.getTypeChecker();
9361
9364
  for (const sf of program.getSourceFiles().filter(isMaybeCore)) {
@@ -9374,7 +9377,7 @@ function isMaybeCore(sf) {
9374
9377
  return sf.isDeclarationFile && sf.fileName.includes("@angular/core") && sf.fileName.endsWith("index.d.ts");
9375
9378
  }
9376
9379
 
9377
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/feature_detection.mjs
9380
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/feature_detection.mjs
9378
9381
  import semver from "semver";
9379
9382
  function coreVersionSupportsFeature(coreVersion, minVersion) {
9380
9383
  if (coreVersion === `0.0.0-${"PLACEHOLDER"}`) {
@@ -9383,7 +9386,7 @@ function coreVersionSupportsFeature(coreVersion, minVersion) {
9383
9386
  return semver.satisfies(coreVersion, minVersion);
9384
9387
  }
9385
9388
 
9386
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.mjs
9389
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.mjs
9387
9390
  var CompilationTicketKind;
9388
9391
  (function(CompilationTicketKind2) {
9389
9392
  CompilationTicketKind2[CompilationTicketKind2["Fresh"] = 0] = "Fresh";
@@ -10182,7 +10185,7 @@ function versionMapFromProgram(program, driver) {
10182
10185
  return versions;
10183
10186
  }
10184
10187
 
10185
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/host.mjs
10188
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/host.mjs
10186
10189
  import ts42 from "typescript";
10187
10190
  var DelegatingCompilerHost2 = class {
10188
10191
  get jsDocParsingMode() {
@@ -10321,7 +10324,7 @@ var NgCompilerHost = class extends DelegatingCompilerHost2 {
10321
10324
  }
10322
10325
  };
10323
10326
 
10324
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
10327
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
10325
10328
  var NgtscProgram = class {
10326
10329
  constructor(rootNames, options, delegateHost, oldProgram) {
10327
10330
  this.options = options;
@@ -10548,15 +10551,15 @@ function mergeEmitResults(emitResults) {
10548
10551
  return { diagnostics, emitSkipped, emittedFiles };
10549
10552
  }
10550
10553
 
10551
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/program.mjs
10554
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/program.mjs
10552
10555
  function createProgram({ rootNames, options, host, oldProgram }) {
10553
10556
  return new NgtscProgram(rootNames, options, host, oldProgram);
10554
10557
  }
10555
10558
 
10556
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/perform_compile.mjs
10559
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/perform_compile.mjs
10557
10560
  import ts45 from "typescript";
10558
10561
 
10559
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/util.mjs
10562
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/util.mjs
10560
10563
  import ts44 from "typescript";
10561
10564
  function createMessageDiagnostic(messageText) {
10562
10565
  return {
@@ -10570,7 +10573,7 @@ function createMessageDiagnostic(messageText) {
10570
10573
  };
10571
10574
  }
10572
10575
 
10573
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/perform_compile.mjs
10576
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/perform_compile.mjs
10574
10577
  var defaultFormatHost = {
10575
10578
  getCurrentDirectory: () => ts45.sys.getCurrentDirectory(),
10576
10579
  getCanonicalFileName: (fileName) => fileName,
@@ -10803,4 +10806,4 @@ export {
10803
10806
  * Use of this source code is governed by an MIT-style license that can be
10804
10807
  * found in the LICENSE file at https://angular.io/license
10805
10808
  */
10806
- //# sourceMappingURL=chunk-BOT54HZ5.js.map
10809
+ //# sourceMappingURL=chunk-7E6Q23KF.js.map