@angular/compiler-cli 18.1.0-next.3 → 18.1.0-next.4

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 (41) hide show
  1. package/bundles/{chunk-QL7ORWNN.js → chunk-6WTRMS6V.js} +77 -79
  2. package/bundles/chunk-6WTRMS6V.js.map +6 -0
  3. package/bundles/{chunk-F7RSDLI3.js → chunk-74EXNMDD.js} +121 -126
  4. package/bundles/{chunk-F7RSDLI3.js.map → chunk-74EXNMDD.js.map} +1 -1
  5. package/bundles/{chunk-JZQHA4E7.js → chunk-AQFTVE7F.js} +5 -5
  6. package/bundles/{chunk-BRUTQYO2.js → chunk-K3J755TX.js} +34 -33
  7. package/bundles/{chunk-BRUTQYO2.js.map → chunk-K3J755TX.js.map} +1 -1
  8. package/bundles/{chunk-HLA6H3PC.js → chunk-KMM3BVFD.js} +5 -5
  9. package/bundles/{chunk-VBH4SN7I.js → chunk-LGWSLF7E.js} +13 -13
  10. package/bundles/{chunk-C5LPGSDY.js → chunk-RX2PJSXB.js} +43 -43
  11. package/bundles/{chunk-LYJKWJUC.js → chunk-SBDNBITT.js} +3 -3
  12. package/bundles/{chunk-QYV344EV.js → chunk-WR7TUJ7M.js} +7 -7
  13. package/bundles/{chunk-54G5EVKM.js → chunk-XNL3EK5H.js} +8 -11
  14. package/bundles/chunk-XNL3EK5H.js.map +6 -0
  15. package/bundles/index.js +12 -14
  16. package/bundles/index.js.map +1 -1
  17. package/bundles/linker/babel/index.js +12 -12
  18. package/bundles/linker/index.js +4 -4
  19. package/bundles/ngcc/index.js +1 -1
  20. package/bundles/private/bazel.js +1 -1
  21. package/bundles/private/localize.js +3 -3
  22. package/bundles/private/migrations.js +4 -4
  23. package/bundles/private/tooling.js +5 -5
  24. package/bundles/src/bin/ng_xi18n.js +9 -9
  25. package/bundles/src/bin/ngc.js +7 -7
  26. package/bundles_metadata.json +1 -1
  27. package/linker/src/file_linker/partial_linkers/util.d.ts +1 -1
  28. package/package.json +2 -2
  29. package/src/main.d.ts +1 -1
  30. package/src/ngtsc/core/src/host.d.ts +9 -9
  31. package/src/ngtsc/program_driver/src/ts_create_program_driver.d.ts +7 -7
  32. package/src/ngtsc/reflection/src/host.d.ts +1 -3
  33. package/src/ngtsc/translator/src/typescript_ast_factory.d.ts +7 -7
  34. package/bundles/chunk-54G5EVKM.js.map +0 -6
  35. package/bundles/chunk-QL7ORWNN.js.map +0 -6
  36. /package/bundles/{chunk-JZQHA4E7.js.map → chunk-AQFTVE7F.js.map} +0 -0
  37. /package/bundles/{chunk-HLA6H3PC.js.map → chunk-KMM3BVFD.js.map} +0 -0
  38. /package/bundles/{chunk-VBH4SN7I.js.map → chunk-LGWSLF7E.js.map} +0 -0
  39. /package/bundles/{chunk-C5LPGSDY.js.map → chunk-RX2PJSXB.js.map} +0 -0
  40. /package/bundles/{chunk-LYJKWJUC.js.map → chunk-SBDNBITT.js.map} +0 -0
  41. /package/bundles/{chunk-QYV344EV.js.map → chunk-WR7TUJ7M.js.map} +0 -0
@@ -45,9 +45,8 @@ import {
45
45
  isShim,
46
46
  ivyTransformFactory,
47
47
  retagAllTsFiles,
48
- tryParseInitializerApi,
49
- untagAllTsFiles
50
- } from "./chunk-F7RSDLI3.js";
48
+ tryParseInitializerApi
49
+ } from "./chunk-74EXNMDD.js";
51
50
  import {
52
51
  AbsoluteModuleStrategy,
53
52
  AliasStrategy,
@@ -83,14 +82,14 @@ import {
83
82
  relativePathBetween,
84
83
  replaceTsWithNgInErrors,
85
84
  toUnredirectedSourceFile
86
- } from "./chunk-C5LPGSDY.js";
85
+ } from "./chunk-RX2PJSXB.js";
87
86
  import {
88
87
  ActivePerfRecorder,
89
88
  DelegatingPerfRecorder,
90
89
  PerfCheckpoint,
91
90
  PerfEvent,
92
91
  PerfPhase
93
- } from "./chunk-JZQHA4E7.js";
92
+ } from "./chunk-AQFTVE7F.js";
94
93
  import {
95
94
  LogicalFileSystem,
96
95
  absoluteFrom,
@@ -99,9 +98,9 @@ import {
99
98
  getFileSystem,
100
99
  join,
101
100
  resolve
102
- } from "./chunk-54G5EVKM.js";
101
+ } from "./chunk-XNL3EK5H.js";
103
102
 
104
- // 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
105
104
  var DEFAULT_ERROR_CODE = 100;
106
105
  var UNKNOWN_ERROR_CODE = 500;
107
106
  var SOURCE = "angular";
@@ -119,7 +118,7 @@ var EmitFlags;
119
118
  EmitFlags2[EmitFlags2["All"] = 31] = "All";
120
119
  })(EmitFlags || (EmitFlags = {}));
121
120
 
122
- // 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
123
122
  import ts from "typescript";
124
123
  var wrapHostForTest = null;
125
124
  function createCompilerHost({ options, tsHost = ts.createCompilerHost(options, true) }) {
@@ -129,7 +128,7 @@ function createCompilerHost({ options, tsHost = ts.createCompilerHost(options, t
129
128
  return tsHost;
130
129
  }
131
130
 
132
- // 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
133
132
  var EntryType;
134
133
  (function(EntryType2) {
135
134
  EntryType2["Block"] = "block";
@@ -176,23 +175,23 @@ function isDocEntryWithSourceInfo(entry) {
176
175
  return "source" in entry;
177
176
  }
178
177
 
179
- // 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
180
179
  import ts10 from "typescript";
181
180
 
182
- // 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
183
182
  import ts5 from "typescript";
184
183
 
185
- // 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
186
185
  function isAngularPrivateName(name) {
187
186
  var _a;
188
187
  const firstChar = (_a = name[0]) != null ? _a : "";
189
188
  return firstChar === "\u0275" || firstChar === "_";
190
189
  }
191
190
 
192
- // 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
193
192
  import ts3 from "typescript";
194
193
 
195
- // 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
196
195
  function extractGenerics(declaration) {
197
196
  var _a, _b;
198
197
  return (_b = (_a = declaration.typeParameters) == null ? void 0 : _a.map((typeParam) => {
@@ -205,7 +204,7 @@ function extractGenerics(declaration) {
205
204
  })) != null ? _b : [];
206
205
  }
207
206
 
208
- // 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
209
208
  import ts2 from "typescript";
210
209
  var decoratorExpression = /@(?=(Injectable|Component|Directive|Pipe|NgModule|Input|Output|HostBinding|HostListener|Inject|Optional|Self|Host|SkipSelf))/g;
211
210
  function extractJsDocTags(node) {
@@ -249,12 +248,12 @@ function unescapeAngularDecorators(comment) {
249
248
  return comment.replace(/_NG_AT_/g, "@");
250
249
  }
251
250
 
252
- // 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
253
252
  function extractResolvedTypeString(node, checker) {
254
253
  return checker.typeToString(checker.getTypeAtLocation(node));
255
254
  }
256
255
 
257
- // 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
258
257
  var FunctionExtractor = class {
259
258
  constructor(name, declaration, typeChecker) {
260
259
  this.name = name;
@@ -313,7 +312,7 @@ function extractAllParams(params, typeChecker) {
313
312
  }));
314
313
  }
315
314
 
316
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/internal.mjs
315
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/internal.mjs
317
316
  import ts4 from "typescript";
318
317
  function isInternal(member) {
319
318
  return extractJsDocTags(member).some((tag) => tag.name === "internal") || hasLeadingInternalComment(member);
@@ -332,7 +331,7 @@ function hasLeadingInternalComment(member) {
332
331
  )) != null ? _a : false;
333
332
  }
334
333
 
335
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/class_extractor.mjs
334
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/class_extractor.mjs
336
335
  var ClassExtractor = class {
337
336
  constructor(declaration, typeChecker) {
338
337
  this.declaration = declaration;
@@ -590,7 +589,7 @@ function extractInterface(declaration, typeChecker) {
590
589
  return extractor.extract();
591
590
  }
592
591
 
593
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/constant_extractor.mjs
592
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/constant_extractor.mjs
594
593
  import ts6 from "typescript";
595
594
  var LITERAL_AS_ENUM_TAG = "object-literal-as-enum";
596
595
  function extractConstant(declaration, typeChecker) {
@@ -648,7 +647,7 @@ function extractLiteralPropertiesAsEnumMembers(declaration) {
648
647
  });
649
648
  }
650
649
 
651
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/decorator_extractor.mjs
650
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/decorator_extractor.mjs
652
651
  import ts7 from "typescript";
653
652
  function extractorDecorator(declaration, typeChecker) {
654
653
  const documentedNode = getDecoratorJsDocNode(declaration);
@@ -721,7 +720,7 @@ function getDecoratorJsDocNode(declaration) {
721
720
  return callSignature;
722
721
  }
723
722
 
724
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/enum_extractor.mjs
723
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/enum_extractor.mjs
725
724
  import ts8 from "typescript";
726
725
  function extractEnum(declaration, typeChecker) {
727
726
  return {
@@ -752,7 +751,7 @@ function getEnumMemberValue(memberNode) {
752
751
  return (_a = literal == null ? void 0 : literal.getText()) != null ? _a : "";
753
752
  }
754
753
 
755
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/initializer_api_function_extractor.mjs
754
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/initializer_api_function_extractor.mjs
756
755
  import ts9 from "typescript";
757
756
  var initializerApiTag = "initializerApiFunction";
758
757
  function isInitializerApiFunction(node, typeChecker) {
@@ -889,7 +888,7 @@ function findImplementationOfFunction(node, typeChecker) {
889
888
  return (_a = symbol == null ? void 0 : symbol.declarations) == null ? void 0 : _a.find((s) => ts9.isFunctionDeclaration(s) && s.body !== void 0);
890
889
  }
891
890
 
892
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/type_alias_extractor.mjs
891
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/type_alias_extractor.mjs
893
892
  function extractTypeAlias(declaration) {
894
893
  return {
895
894
  name: declaration.name.getText(),
@@ -901,7 +900,7 @@ function extractTypeAlias(declaration) {
901
900
  };
902
901
  }
903
902
 
904
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/extractor.mjs
903
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/extractor.mjs
905
904
  var DocsExtractor = class {
906
905
  constructor(typeChecker, metadataReader) {
907
906
  this.typeChecker = typeChecker;
@@ -985,11 +984,11 @@ function getRelativeFilePath(sourceFile, rootDir) {
985
984
  return relativePath;
986
985
  }
987
986
 
988
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
987
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
989
988
  import { HtmlParser, MessageBundle } from "@angular/compiler";
990
989
  import ts24 from "typescript";
991
990
 
992
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/i18n.mjs
991
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/i18n.mjs
993
992
  import { Xliff, Xliff2, Xmb } from "@angular/compiler";
994
993
  import * as path from "path";
995
994
  function i18nGetExtension(formatName) {
@@ -1040,10 +1039,10 @@ function getPathNormalizer(basePath) {
1040
1039
  };
1041
1040
  }
1042
1041
 
1043
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
1042
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
1044
1043
  import ts11 from "typescript";
1045
1044
 
1046
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/version_helpers.mjs
1045
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/version_helpers.mjs
1047
1046
  function toNumbers(value) {
1048
1047
  const suffixIndex = value.lastIndexOf("-");
1049
1048
  return value.slice(0, suffixIndex === -1 ? value.length : suffixIndex).split(".").map((segment) => {
@@ -1078,7 +1077,7 @@ function compareVersions(v1, v2) {
1078
1077
  return compareNumbers(toNumbers(v1), toNumbers(v2));
1079
1078
  }
1080
1079
 
1081
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
1080
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
1082
1081
  var MIN_TS_VERSION = "5.4.0";
1083
1082
  var MAX_TS_VERSION = "5.6.0";
1084
1083
  var tsVersion = ts11.version;
@@ -1091,11 +1090,11 @@ function verifySupportedTypeScriptVersion() {
1091
1090
  checkVersion(tsVersion, MIN_TS_VERSION, MAX_TS_VERSION);
1092
1091
  }
1093
1092
 
1094
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.mjs
1093
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.mjs
1095
1094
  import { R3Identifiers } from "@angular/compiler";
1096
1095
  import ts22 from "typescript";
1097
1096
 
1098
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/analyzer.mjs
1097
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/analyzer.mjs
1099
1098
  var CycleAnalyzer = class {
1100
1099
  constructor(importGraph) {
1101
1100
  this.importGraph = importGraph;
@@ -1166,7 +1165,7 @@ var Cycle = class {
1166
1165
  }
1167
1166
  };
1168
1167
 
1169
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/imports.mjs
1168
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/imports.mjs
1170
1169
  import ts12 from "typescript";
1171
1170
  var ImportGraph = class {
1172
1171
  constructor(checker, perf) {
@@ -1258,7 +1257,7 @@ var Found = class {
1258
1257
  }
1259
1258
  };
1260
1259
 
1261
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/generator.mjs
1260
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/generator.mjs
1262
1261
  import ts13 from "typescript";
1263
1262
  var FlatIndexGenerator = class {
1264
1263
  constructor(entryPoint, relativeFlatIndexPath, moduleName) {
@@ -1283,7 +1282,7 @@ export * from '${relativeEntryPoint}';
1283
1282
  }
1284
1283
  };
1285
1284
 
1286
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/logic.mjs
1285
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/logic.mjs
1287
1286
  function findFlatIndexEntryPoint(rootFiles) {
1288
1287
  const tsFiles = rootFiles.filter((file) => isNonDeclarationTsPath(file));
1289
1288
  let resolvedEntryPoint = null;
@@ -1299,7 +1298,7 @@ function findFlatIndexEntryPoint(rootFiles) {
1299
1298
  return resolvedEntryPoint;
1300
1299
  }
1301
1300
 
1302
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/private_export_checker.mjs
1301
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/private_export_checker.mjs
1303
1302
  import ts14 from "typescript";
1304
1303
  function checkForPrivateExports(entryPoint, checker, refGraph) {
1305
1304
  const diagnostics = [];
@@ -1379,7 +1378,7 @@ function getDescriptorOfDeclaration(decl) {
1379
1378
  }
1380
1379
  }
1381
1380
 
1382
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/reference_graph.mjs
1381
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/reference_graph.mjs
1383
1382
  var ReferenceGraph = class {
1384
1383
  constructor() {
1385
1384
  this.references = /* @__PURE__ */ new Map();
@@ -1433,7 +1432,7 @@ var ReferenceGraph = class {
1433
1432
  }
1434
1433
  };
1435
1434
 
1436
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/dependency_tracking.mjs
1435
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/dependency_tracking.mjs
1437
1436
  var FileDependencyGraph = class {
1438
1437
  constructor() {
1439
1438
  this.nodes = /* @__PURE__ */ new Map();
@@ -1500,7 +1499,7 @@ function isLogicallyChanged(sf, node, changedTsPaths, deletedTsPaths, changedRes
1500
1499
  return false;
1501
1500
  }
1502
1501
 
1503
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/state.mjs
1502
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/state.mjs
1504
1503
  var IncrementalStateKind;
1505
1504
  (function(IncrementalStateKind2) {
1506
1505
  IncrementalStateKind2[IncrementalStateKind2["Fresh"] = 0] = "Fresh";
@@ -1508,7 +1507,7 @@ var IncrementalStateKind;
1508
1507
  IncrementalStateKind2[IncrementalStateKind2["Analyzed"] = 2] = "Analyzed";
1509
1508
  })(IncrementalStateKind || (IncrementalStateKind = {}));
1510
1509
 
1511
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/incremental.mjs
1510
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/incremental.mjs
1512
1511
  var PhaseKind;
1513
1512
  (function(PhaseKind2) {
1514
1513
  PhaseKind2[PhaseKind2["Analysis"] = 0] = "Analysis";
@@ -1709,7 +1708,7 @@ function toOriginalSourceFile(sf) {
1709
1708
  }
1710
1709
  }
1711
1710
 
1712
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/strategy.mjs
1711
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/strategy.mjs
1713
1712
  var TrackedIncrementalBuildStrategy = class {
1714
1713
  constructor() {
1715
1714
  this.state = null;
@@ -1745,7 +1744,7 @@ var PatchedProgramIncrementalBuildStrategy = class {
1745
1744
  };
1746
1745
  var SYM_INCREMENTAL_STATE = Symbol("NgIncrementalState");
1747
1746
 
1748
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/api.mjs
1747
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/api.mjs
1749
1748
  var IdentifierKind;
1750
1749
  (function(IdentifierKind2) {
1751
1750
  IdentifierKind2[IdentifierKind2["Property"] = 0] = "Property";
@@ -1764,7 +1763,7 @@ var AbsoluteSourceSpan = class {
1764
1763
  }
1765
1764
  };
1766
1765
 
1767
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/context.mjs
1766
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/context.mjs
1768
1767
  var IndexingContext = class {
1769
1768
  constructor() {
1770
1769
  this.components = /* @__PURE__ */ new Set();
@@ -1774,10 +1773,10 @@ var IndexingContext = class {
1774
1773
  }
1775
1774
  };
1776
1775
 
1777
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/transform.mjs
1776
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/transform.mjs
1778
1777
  import { ParseSourceFile } from "@angular/compiler";
1779
1778
 
1780
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/template.mjs
1779
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/template.mjs
1781
1780
  import { ASTWithSource, ImplicitReceiver, PropertyRead, PropertyWrite, RecursiveAstVisitor, TmplAstBoundDeferredTrigger, TmplAstElement, TmplAstRecursiveVisitor, TmplAstReference, TmplAstTemplate, TmplAstVariable } from "@angular/compiler";
1782
1781
  var ExpressionVisitor = class extends RecursiveAstVisitor {
1783
1782
  constructor(expressionStr, absoluteOffset, boundTemplate, targetToIdentifier) {
@@ -2072,7 +2071,7 @@ function getTemplateIdentifiers(boundTemplate) {
2072
2071
  return { identifiers: visitor.identifiers, errors: visitor.errors };
2073
2072
  }
2074
2073
 
2075
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/transform.mjs
2074
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/transform.mjs
2076
2075
  function generateAnalysis(context) {
2077
2076
  const analysis = /* @__PURE__ */ new Map();
2078
2077
  context.components.forEach(({ declaration, selector, boundTemplate, templateMeta }) => {
@@ -2108,7 +2107,7 @@ function generateAnalysis(context) {
2108
2107
  return analysis;
2109
2108
  }
2110
2109
 
2111
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/ng_module_index.mjs
2110
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/ng_module_index.mjs
2112
2111
  var NgModuleIndexImpl = class {
2113
2112
  constructor(metaReader, localReader) {
2114
2113
  this.metaReader = metaReader;
@@ -2197,7 +2196,7 @@ var NgModuleIndexImpl = class {
2197
2196
  }
2198
2197
  };
2199
2198
 
2200
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/resource/src/loader.mjs
2199
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/resource/src/loader.mjs
2201
2200
  import ts15 from "typescript";
2202
2201
  var CSS_PREPROCESSOR_EXT = /(\.scss|\.sass|\.less|\.styl)$/;
2203
2202
  var RESOURCE_MARKER = ".$ngresource$";
@@ -2347,7 +2346,7 @@ function createLookupResolutionHost(adapter) {
2347
2346
  };
2348
2347
  }
2349
2348
 
2350
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/standalone.mjs
2349
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/standalone.mjs
2351
2350
  var StandaloneComponentScopeReader = class {
2352
2351
  constructor(metaReader, localModuleReader, dtsModuleReader) {
2353
2352
  this.metaReader = metaReader;
@@ -2443,10 +2442,10 @@ var StandaloneComponentScopeReader = class {
2443
2442
  }
2444
2443
  };
2445
2444
 
2446
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/interpolated_signal_not_invoked/index.mjs
2445
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/interpolated_signal_not_invoked/index.mjs
2447
2446
  import { ASTWithSource as ASTWithSource3, BindingType, Interpolation, PropertyRead as PropertyRead2, TmplAstBoundAttribute } from "@angular/compiler";
2448
2447
 
2449
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/symbol_util.mjs
2448
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/symbol_util.mjs
2450
2449
  import ts16 from "typescript";
2451
2450
  var SIGNAL_FNS = /* @__PURE__ */ new Set([
2452
2451
  "WritableSignal",
@@ -2466,7 +2465,7 @@ function isSignalSymbol(symbol) {
2466
2465
  });
2467
2466
  }
2468
2467
 
2469
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/api/api.mjs
2468
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/api/api.mjs
2470
2469
  import { ASTWithSource as ASTWithSource2, RecursiveAstVisitor as RecursiveAstVisitor2, TmplAstBoundDeferredTrigger as TmplAstBoundDeferredTrigger2 } from "@angular/compiler";
2471
2470
  var TemplateCheckWithVisitor = class {
2472
2471
  run(ctx, component, template) {
@@ -2594,7 +2593,7 @@ var TemplateVisitor2 = class extends RecursiveAstVisitor2 {
2594
2593
  }
2595
2594
  };
2596
2595
 
2597
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/interpolated_signal_not_invoked/index.mjs
2596
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/interpolated_signal_not_invoked/index.mjs
2598
2597
  var SIGNAL_INSTANCE_PROPERTIES = /* @__PURE__ */ new Set(["set", "update", "asReadonly"]);
2599
2598
  var FUNCTION_INSTANCE_PROPERTIES = /* @__PURE__ */ new Set(["name", "length", "prototype"]);
2600
2599
  var InterpolatedSignalCheck = class extends TemplateCheckWithVisitor {
@@ -2646,7 +2645,7 @@ var factory = {
2646
2645
  create: () => new InterpolatedSignalCheck()
2647
2646
  };
2648
2647
 
2649
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/invalid_banana_in_box/index.mjs
2648
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/invalid_banana_in_box/index.mjs
2650
2649
  import { TmplAstBoundEvent } from "@angular/compiler";
2651
2650
  var InvalidBananaInBoxCheck = class extends TemplateCheckWithVisitor {
2652
2651
  constructor() {
@@ -2672,7 +2671,7 @@ var factory2 = {
2672
2671
  create: () => new InvalidBananaInBoxCheck()
2673
2672
  };
2674
2673
 
2675
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_control_flow_directive/index.mjs
2674
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_control_flow_directive/index.mjs
2676
2675
  import { TmplAstTemplate as TmplAstTemplate2 } from "@angular/compiler";
2677
2676
  var KNOWN_CONTROL_FLOW_DIRECTIVES = /* @__PURE__ */ new Map([
2678
2677
  ["ngIf", { directive: "NgIf", builtIn: "@if" }],
@@ -2717,7 +2716,7 @@ var factory3 = {
2717
2716
  }
2718
2717
  };
2719
2718
 
2720
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_ngforof_let/index.mjs
2719
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_ngforof_let/index.mjs
2721
2720
  import { TmplAstTemplate as TmplAstTemplate3 } from "@angular/compiler";
2722
2721
  var MissingNgForOfLetCheck = class extends TemplateCheckWithVisitor {
2723
2722
  constructor() {
@@ -2750,7 +2749,7 @@ var factory4 = {
2750
2749
  create: () => new MissingNgForOfLetCheck()
2751
2750
  };
2752
2751
 
2753
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/nullish_coalescing_not_nullable/index.mjs
2752
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/nullish_coalescing_not_nullable/index.mjs
2754
2753
  import { Binary } from "@angular/compiler";
2755
2754
  import ts17 from "typescript";
2756
2755
  var NullishCoalescingNotNullableCheck = class extends TemplateCheckWithVisitor {
@@ -2795,7 +2794,7 @@ var factory5 = {
2795
2794
  }
2796
2795
  };
2797
2796
 
2798
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/optional_chain_not_nullable/index.mjs
2797
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/optional_chain_not_nullable/index.mjs
2799
2798
  import { SafeCall, SafeKeyedRead, SafePropertyRead } from "@angular/compiler";
2800
2799
  import ts18 from "typescript";
2801
2800
  var OptionalChainNotNullableCheck = class extends TemplateCheckWithVisitor {
@@ -2841,7 +2840,7 @@ var factory6 = {
2841
2840
  }
2842
2841
  };
2843
2842
 
2844
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/suffix_not_supported/index.mjs
2843
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/suffix_not_supported/index.mjs
2845
2844
  import { TmplAstBoundAttribute as TmplAstBoundAttribute2 } from "@angular/compiler";
2846
2845
  var STYLE_SUFFIXES = ["px", "%", "em"];
2847
2846
  var SuffixNotSupportedCheck = class extends TemplateCheckWithVisitor {
@@ -2865,7 +2864,7 @@ var factory7 = {
2865
2864
  create: () => new SuffixNotSupportedCheck()
2866
2865
  };
2867
2866
 
2868
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/text_attribute_not_binding/index.mjs
2867
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/text_attribute_not_binding/index.mjs
2869
2868
  import { TmplAstTextAttribute } from "@angular/compiler";
2870
2869
  var TextAttributeNotBindingSpec = class extends TemplateCheckWithVisitor {
2871
2870
  constructor() {
@@ -2904,10 +2903,10 @@ var factory8 = {
2904
2903
  create: () => new TextAttributeNotBindingSpec()
2905
2904
  };
2906
2905
 
2907
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.mjs
2906
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.mjs
2908
2907
  import ts19 from "typescript";
2909
2908
 
2910
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/api/src/public_options.mjs
2909
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/api/src/public_options.mjs
2911
2910
  var DiagnosticCategoryLabel;
2912
2911
  (function(DiagnosticCategoryLabel2) {
2913
2912
  DiagnosticCategoryLabel2["Warning"] = "warning";
@@ -2915,7 +2914,7 @@ var DiagnosticCategoryLabel;
2915
2914
  DiagnosticCategoryLabel2["Suppress"] = "suppress";
2916
2915
  })(DiagnosticCategoryLabel || (DiagnosticCategoryLabel = {}));
2917
2916
 
2918
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.mjs
2917
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.mjs
2919
2918
  var ExtendedTemplateCheckerImpl = class {
2920
2919
  constructor(templateTypeChecker, typeChecker, templateCheckFactories, options) {
2921
2920
  var _a, _b, _c, _d, _e;
@@ -2968,7 +2967,7 @@ function assertNever(value) {
2968
2967
  ${value}`);
2969
2968
  }
2970
2969
 
2971
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/index.mjs
2970
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/index.mjs
2972
2971
  var ALL_DIAGNOSTIC_FACTORIES = [
2973
2972
  factory2,
2974
2973
  factory5,
@@ -2984,7 +2983,7 @@ var SUPPORTED_DIAGNOSTIC_NAMES = /* @__PURE__ */ new Set([
2984
2983
  ...ALL_DIAGNOSTIC_FACTORIES.map((factory9) => factory9.name)
2985
2984
  ]);
2986
2985
 
2987
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/template_semantics/src/template_semantics_checker.mjs
2986
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/template_semantics/src/template_semantics_checker.mjs
2988
2987
  import { ASTWithSource as ASTWithSource4, ImplicitReceiver as ImplicitReceiver2, ParsedEventType, RecursiveAstVisitor as RecursiveAstVisitor3, TmplAstBoundEvent as TmplAstBoundEvent2, TmplAstLetDeclaration, TmplAstRecursiveVisitor as TmplAstRecursiveVisitor2, TmplAstVariable as TmplAstVariable2 } from "@angular/compiler";
2989
2988
  import ts20 from "typescript";
2990
2989
  var TemplateSemanticsCheckerImpl = class {
@@ -3075,7 +3074,7 @@ function unwrapAstWithSource(ast) {
3075
3074
  return ast instanceof ASTWithSource4 ? ast.ast : ast;
3076
3075
  }
3077
3076
 
3078
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/validation/src/rules/initializer_api_usage_rule.mjs
3077
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/validation/src/rules/initializer_api_usage_rule.mjs
3079
3078
  import ts21 from "typescript";
3080
3079
  var APIS_TO_CHECK = [
3081
3080
  INPUT_INITIALIZER_FN,
@@ -3126,7 +3125,7 @@ var InitializerApiUsageRule = class {
3126
3125
  }
3127
3126
  };
3128
3127
 
3129
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/validation/src/source_file_validator.mjs
3128
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/validation/src/source_file_validator.mjs
3130
3129
  var SourceFileValidator = class {
3131
3130
  constructor(reflector, importedSymbolsTracker) {
3132
3131
  this.rules = [new InitializerApiUsageRule(reflector, importedSymbolsTracker)];
@@ -3164,7 +3163,7 @@ var SourceFileValidator = class {
3164
3163
  }
3165
3164
  };
3166
3165
 
3167
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/core_version.mjs
3166
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/core_version.mjs
3168
3167
  function coreHasSymbol(program, symbol) {
3169
3168
  const checker = program.getTypeChecker();
3170
3169
  for (const sf of program.getSourceFiles().filter(isMaybeCore)) {
@@ -3183,7 +3182,7 @@ function isMaybeCore(sf) {
3183
3182
  return sf.isDeclarationFile && sf.fileName.includes("@angular/core") && sf.fileName.endsWith("index.d.ts");
3184
3183
  }
3185
3184
 
3186
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/feature_detection.mjs
3185
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/feature_detection.mjs
3187
3186
  import semver from "semver";
3188
3187
  function coreVersionSupportsFeature(coreVersion, minVersion) {
3189
3188
  if (coreVersion === `0.0.0-${"PLACEHOLDER"}`) {
@@ -3192,7 +3191,7 @@ function coreVersionSupportsFeature(coreVersion, minVersion) {
3192
3191
  return semver.satisfies(coreVersion, minVersion);
3193
3192
  }
3194
3193
 
3195
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.mjs
3194
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.mjs
3196
3195
  var CompilationTicketKind;
3197
3196
  (function(CompilationTicketKind2) {
3198
3197
  CompilationTicketKind2[CompilationTicketKind2["Fresh"] = 0] = "Fresh";
@@ -3279,7 +3278,7 @@ var NgCompiler = class {
3279
3278
  this.delegatingPerfRecorder = new DelegatingPerfRecorder(this.perfRecorder);
3280
3279
  this.enableTemplateTypeChecker = enableTemplateTypeChecker || ((_a = options["_enableTemplateTypeChecker"]) != null ? _a : false);
3281
3280
  this.enableBlockSyntax = (_b = options["_enableBlockSyntax"]) != null ? _b : true;
3282
- this.enableLetSyntax = (_c = options["_enableLetSyntax"]) != null ? _c : false;
3281
+ this.enableLetSyntax = (_c = options["_enableLetSyntax"]) != null ? _c : true;
3283
3282
  this.angularCoreVersion = (_d = options["_angularCoreVersion"]) != null ? _d : null;
3284
3283
  this.constructionDiagnostics.push(...this.adapter.constructionDiagnostics, ...verifyCompatibleTypeCheckOptions(this.options));
3285
3284
  this.currentProgram = inputProgram;
@@ -3991,7 +3990,7 @@ function versionMapFromProgram(program, driver) {
3991
3990
  return versions;
3992
3991
  }
3993
3992
 
3994
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/host.mjs
3993
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/host.mjs
3995
3994
  import ts23 from "typescript";
3996
3995
  var DelegatingCompilerHost = class {
3997
3996
  get jsDocParsingMode() {
@@ -4130,7 +4129,7 @@ var NgCompilerHost = class extends DelegatingCompilerHost {
4130
4129
  }
4131
4130
  };
4132
4131
 
4133
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
4132
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
4134
4133
  var NgtscProgram = class {
4135
4134
  constructor(rootNames, options, delegateHost, oldProgram) {
4136
4135
  this.options = options;
@@ -4151,7 +4150,6 @@ var NgtscProgram = class {
4151
4150
  perfRecorder.phase(PerfPhase.Unaccounted);
4152
4151
  perfRecorder.memory(PerfCheckpoint.TypeScriptProgramCreate);
4153
4152
  this.host.postProgramCreationCleanup();
4154
- untagAllTsFiles(this.tsProgram);
4155
4153
  const programDriver = new TsCreateProgramDriver(this.tsProgram, this.host, this.options, this.host.shimExtensionPrefixes);
4156
4154
  this.incrementalStrategy = oldProgram !== void 0 ? oldProgram.incrementalStrategy.toNextBuildStrategy() : new TrackedIncrementalBuildStrategy();
4157
4155
  const modifiedResourceFiles = /* @__PURE__ */ new Set();
@@ -4357,15 +4355,15 @@ function mergeEmitResults(emitResults) {
4357
4355
  return { diagnostics, emitSkipped, emittedFiles };
4358
4356
  }
4359
4357
 
4360
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/program.mjs
4358
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/program.mjs
4361
4359
  function createProgram({ rootNames, options, host, oldProgram }) {
4362
4360
  return new NgtscProgram(rootNames, options, host, oldProgram);
4363
4361
  }
4364
4362
 
4365
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/perform_compile.mjs
4363
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/perform_compile.mjs
4366
4364
  import ts26 from "typescript";
4367
4365
 
4368
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/util.mjs
4366
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/util.mjs
4369
4367
  import ts25 from "typescript";
4370
4368
  function createMessageDiagnostic(messageText) {
4371
4369
  return {
@@ -4379,7 +4377,7 @@ function createMessageDiagnostic(messageText) {
4379
4377
  };
4380
4378
  }
4381
4379
 
4382
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/perform_compile.mjs
4380
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/perform_compile.mjs
4383
4381
  var defaultFormatHost = {
4384
4382
  getCurrentDirectory: () => ts26.sys.getCurrentDirectory(),
4385
4383
  getCanonicalFileName: (fileName) => fileName,
@@ -4610,4 +4608,4 @@ export {
4610
4608
  * Use of this source code is governed by an MIT-style license that can be
4611
4609
  * found in the LICENSE file at https://angular.io/license
4612
4610
  */
4613
- //# sourceMappingURL=chunk-QL7ORWNN.js.map
4611
+ //# sourceMappingURL=chunk-6WTRMS6V.js.map