@angular/compiler-cli 18.0.3 → 18.0.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 (36) hide show
  1. package/bundles/{chunk-XNL3EK5H.js → chunk-3W345P4E.js} +7 -7
  2. package/bundles/{chunk-7E6Q23KF.js → chunk-4B53GUJY.js} +114 -114
  3. package/bundles/{chunk-7E6Q23KF.js.map → chunk-4B53GUJY.js.map} +1 -1
  4. package/bundles/{chunk-E2VPC2QT.js → chunk-6URKYGDE.js} +78 -78
  5. package/bundles/{chunk-SFKDQKE5.js → chunk-6X2NNIEJ.js} +5 -5
  6. package/bundles/{chunk-VE7PCF6B.js → chunk-BLUBTRCD.js} +48 -46
  7. package/bundles/{chunk-VE7PCF6B.js.map → chunk-BLUBTRCD.js.map} +1 -1
  8. package/bundles/{chunk-DYQ2FDEK.js → chunk-DSDKAUAS.js} +5 -5
  9. package/bundles/{chunk-AQFTVE7F.js → chunk-JZQHA4E7.js} +5 -5
  10. package/bundles/{chunk-SBDNBITT.js → chunk-LYJKWJUC.js} +3 -3
  11. package/bundles/{chunk-WR7TUJ7M.js → chunk-QYV344EV.js} +7 -7
  12. package/bundles/{chunk-Y4KWPMGX.js → chunk-XPJBEUMY.js} +13 -13
  13. package/bundles/{chunk-KBGMAHKE.js → chunk-XSV3ZGZJ.js} +34 -32
  14. package/bundles/{chunk-KBGMAHKE.js.map → chunk-XSV3ZGZJ.js.map} +1 -1
  15. package/bundles/index.js +12 -12
  16. package/bundles/linker/babel/index.js +15 -15
  17. package/bundles/linker/babel/index.js.map +1 -1
  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 +5 -5
  23. package/bundles/private/tooling.js +5 -5
  24. package/bundles/src/bin/ng_xi18n.js +10 -10
  25. package/bundles/src/bin/ngc.js +8 -8
  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/bundles/{chunk-XNL3EK5H.js.map → chunk-3W345P4E.js.map} +0 -0
  30. /package/bundles/{chunk-E2VPC2QT.js.map → chunk-6URKYGDE.js.map} +0 -0
  31. /package/bundles/{chunk-SFKDQKE5.js.map → chunk-6X2NNIEJ.js.map} +0 -0
  32. /package/bundles/{chunk-DYQ2FDEK.js.map → chunk-DSDKAUAS.js.map} +0 -0
  33. /package/bundles/{chunk-AQFTVE7F.js.map → chunk-JZQHA4E7.js.map} +0 -0
  34. /package/bundles/{chunk-SBDNBITT.js.map → chunk-LYJKWJUC.js.map} +0 -0
  35. /package/bundles/{chunk-WR7TUJ7M.js.map → chunk-QYV344EV.js.map} +0 -0
  36. /package/bundles/{chunk-Y4KWPMGX.js.map → chunk-XPJBEUMY.js.map} +0 -0
@@ -8,7 +8,7 @@ import {
8
8
  PotentialImportKind,
9
9
  PotentialImportMode,
10
10
  SymbolKind
11
- } from "./chunk-SFKDQKE5.js";
11
+ } from "./chunk-6X2NNIEJ.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-E2VPC2QT.js";
47
+ } from "./chunk-6URKYGDE.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-VE7PCF6B.js";
97
+ } from "./chunk-BLUBTRCD.js";
98
98
  import {
99
99
  ActivePerfRecorder,
100
100
  DelegatingPerfRecorder,
101
101
  PerfCheckpoint,
102
102
  PerfEvent,
103
103
  PerfPhase
104
- } from "./chunk-AQFTVE7F.js";
104
+ } from "./chunk-JZQHA4E7.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-XNL3EK5H.js";
114
+ } from "./chunk-3W345P4E.js";
115
115
 
116
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/api.mjs
116
+ // bazel-out/k8-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/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/compiler_host.mjs
134
+ // bazel-out/k8-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/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/entities.mjs
144
+ // bazel-out/k8-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/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/extractor.mjs
191
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/extractor.mjs
192
192
  import ts10 from "typescript";
193
193
 
194
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/class_extractor.mjs
194
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/class_extractor.mjs
195
195
  import ts5 from "typescript";
196
196
 
197
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/filters.mjs
197
+ // bazel-out/k8-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/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/function_extractor.mjs
204
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/function_extractor.mjs
205
205
  import ts3 from "typescript";
206
206
 
207
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/generics_extractor.mjs
207
+ // bazel-out/k8-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/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/jsdoc_extractor.mjs
220
+ // bazel-out/k8-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/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/type_extractor.mjs
264
+ // bazel-out/k8-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/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/function_extractor.mjs
269
+ // bazel-out/k8-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;
@@ -325,7 +325,7 @@ function extractAllParams(params, typeChecker) {
325
325
  }));
326
326
  }
327
327
 
328
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/internal.mjs
328
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/internal.mjs
329
329
  import ts4 from "typescript";
330
330
  function isInternal(member) {
331
331
  return extractJsDocTags(member).some((tag) => tag.name === "internal") || hasLeadingInternalComment(member);
@@ -344,7 +344,7 @@ function hasLeadingInternalComment(member) {
344
344
  )) != null ? _a : false;
345
345
  }
346
346
 
347
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/class_extractor.mjs
347
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/class_extractor.mjs
348
348
  var ClassExtractor = class {
349
349
  constructor(declaration, typeChecker) {
350
350
  this.declaration = declaration;
@@ -602,7 +602,7 @@ function extractInterface(declaration, typeChecker) {
602
602
  return extractor.extract();
603
603
  }
604
604
 
605
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/constant_extractor.mjs
605
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/constant_extractor.mjs
606
606
  import ts6 from "typescript";
607
607
  var LITERAL_AS_ENUM_TAG = "object-literal-as-enum";
608
608
  function extractConstant(declaration, typeChecker) {
@@ -660,7 +660,7 @@ function extractLiteralPropertiesAsEnumMembers(declaration) {
660
660
  });
661
661
  }
662
662
 
663
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/decorator_extractor.mjs
663
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/decorator_extractor.mjs
664
664
  import ts7 from "typescript";
665
665
  function extractorDecorator(declaration, typeChecker) {
666
666
  const documentedNode = getDecoratorJsDocNode(declaration);
@@ -733,7 +733,7 @@ function getDecoratorJsDocNode(declaration) {
733
733
  return callSignature;
734
734
  }
735
735
 
736
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/enum_extractor.mjs
736
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/enum_extractor.mjs
737
737
  import ts8 from "typescript";
738
738
  function extractEnum(declaration, typeChecker) {
739
739
  return {
@@ -764,7 +764,7 @@ function getEnumMemberValue(memberNode) {
764
764
  return (_a = literal == null ? void 0 : literal.getText()) != null ? _a : "";
765
765
  }
766
766
 
767
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/initializer_api_function_extractor.mjs
767
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/initializer_api_function_extractor.mjs
768
768
  import ts9 from "typescript";
769
769
  var initializerApiTag = "initializerApiFunction";
770
770
  function isInitializerApiFunction(node, typeChecker) {
@@ -901,7 +901,7 @@ function findImplementationOfFunction(node, typeChecker) {
901
901
  return (_a = symbol == null ? void 0 : symbol.declarations) == null ? void 0 : _a.find((s) => ts9.isFunctionDeclaration(s) && s.body !== void 0);
902
902
  }
903
903
 
904
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/type_alias_extractor.mjs
904
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/type_alias_extractor.mjs
905
905
  function extractTypeAlias(declaration) {
906
906
  return {
907
907
  name: declaration.name.getText(),
@@ -913,7 +913,7 @@ function extractTypeAlias(declaration) {
913
913
  };
914
914
  }
915
915
 
916
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/extractor.mjs
916
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/extractor.mjs
917
917
  var DocsExtractor = class {
918
918
  constructor(typeChecker, metadataReader) {
919
919
  this.typeChecker = typeChecker;
@@ -997,11 +997,11 @@ function getRelativeFilePath(sourceFile, rootDir) {
997
997
  return relativePath;
998
998
  }
999
999
 
1000
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
1000
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
1001
1001
  import { HtmlParser, MessageBundle } from "@angular/compiler";
1002
1002
  import ts43 from "typescript";
1003
1003
 
1004
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/i18n.mjs
1004
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/i18n.mjs
1005
1005
  import { Xliff, Xliff2, Xmb } from "@angular/compiler";
1006
1006
  import * as path from "path";
1007
1007
  function i18nGetExtension(formatName) {
@@ -1052,10 +1052,10 @@ function getPathNormalizer(basePath) {
1052
1052
  };
1053
1053
  }
1054
1054
 
1055
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
1055
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
1056
1056
  import ts11 from "typescript";
1057
1057
 
1058
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/version_helpers.mjs
1058
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/version_helpers.mjs
1059
1059
  function toNumbers(value) {
1060
1060
  const suffixIndex = value.lastIndexOf("-");
1061
1061
  return value.slice(0, suffixIndex === -1 ? value.length : suffixIndex).split(".").map((segment) => {
@@ -1090,7 +1090,7 @@ function compareVersions(v1, v2) {
1090
1090
  return compareNumbers(toNumbers(v1), toNumbers(v2));
1091
1091
  }
1092
1092
 
1093
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
1093
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
1094
1094
  var MIN_TS_VERSION = "5.4.0";
1095
1095
  var MAX_TS_VERSION = "5.5.0";
1096
1096
  var tsVersion = ts11.version;
@@ -1103,11 +1103,11 @@ function verifySupportedTypeScriptVersion() {
1103
1103
  checkVersion(tsVersion, MIN_TS_VERSION, MAX_TS_VERSION);
1104
1104
  }
1105
1105
 
1106
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.mjs
1106
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.mjs
1107
1107
  import { R3Identifiers as R3Identifiers5 } from "@angular/compiler";
1108
1108
  import ts41 from "typescript";
1109
1109
 
1110
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/analyzer.mjs
1110
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/analyzer.mjs
1111
1111
  var CycleAnalyzer = class {
1112
1112
  constructor(importGraph) {
1113
1113
  this.importGraph = importGraph;
@@ -1178,7 +1178,7 @@ var Cycle = class {
1178
1178
  }
1179
1179
  };
1180
1180
 
1181
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/imports.mjs
1181
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/imports.mjs
1182
1182
  import ts12 from "typescript";
1183
1183
  var ImportGraph = class {
1184
1184
  constructor(checker, perf) {
@@ -1270,7 +1270,7 @@ var Found = class {
1270
1270
  }
1271
1271
  };
1272
1272
 
1273
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/generator.mjs
1273
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/generator.mjs
1274
1274
  import ts13 from "typescript";
1275
1275
  var FlatIndexGenerator = class {
1276
1276
  constructor(entryPoint, relativeFlatIndexPath, moduleName) {
@@ -1295,7 +1295,7 @@ export * from '${relativeEntryPoint}';
1295
1295
  }
1296
1296
  };
1297
1297
 
1298
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/logic.mjs
1298
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/logic.mjs
1299
1299
  function findFlatIndexEntryPoint(rootFiles) {
1300
1300
  const tsFiles = rootFiles.filter((file) => isNonDeclarationTsPath(file));
1301
1301
  let resolvedEntryPoint = null;
@@ -1311,7 +1311,7 @@ function findFlatIndexEntryPoint(rootFiles) {
1311
1311
  return resolvedEntryPoint;
1312
1312
  }
1313
1313
 
1314
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/private_export_checker.mjs
1314
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/private_export_checker.mjs
1315
1315
  import ts14 from "typescript";
1316
1316
  function checkForPrivateExports(entryPoint, checker, refGraph) {
1317
1317
  const diagnostics = [];
@@ -1391,7 +1391,7 @@ function getDescriptorOfDeclaration(decl) {
1391
1391
  }
1392
1392
  }
1393
1393
 
1394
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/reference_graph.mjs
1394
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/reference_graph.mjs
1395
1395
  var ReferenceGraph = class {
1396
1396
  constructor() {
1397
1397
  this.references = /* @__PURE__ */ new Map();
@@ -1445,7 +1445,7 @@ var ReferenceGraph = class {
1445
1445
  }
1446
1446
  };
1447
1447
 
1448
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/api.mjs
1448
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/api.mjs
1449
1449
  var NgOriginalFile = Symbol("NgOriginalFile");
1450
1450
  var UpdateMode;
1451
1451
  (function(UpdateMode2) {
@@ -1453,13 +1453,13 @@ var UpdateMode;
1453
1453
  UpdateMode2[UpdateMode2["Incremental"] = 1] = "Incremental";
1454
1454
  })(UpdateMode || (UpdateMode = {}));
1455
1455
 
1456
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/ts_create_program_driver.mjs
1456
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/ts_create_program_driver.mjs
1457
1457
  import ts16 from "typescript";
1458
1458
 
1459
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/adapter.mjs
1459
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/adapter.mjs
1460
1460
  import ts15 from "typescript";
1461
1461
 
1462
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/expando.mjs
1462
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/expando.mjs
1463
1463
  var NgExtension = Symbol("NgExtension");
1464
1464
  function isExtended(sf) {
1465
1465
  return sf[NgExtension] !== void 0;
@@ -1519,13 +1519,13 @@ function retagTsFile(sf) {
1519
1519
  }
1520
1520
  }
1521
1521
 
1522
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/util.mjs
1522
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/util.mjs
1523
1523
  var TS_EXTENSIONS = /\.tsx?$/i;
1524
1524
  function makeShimFileName(fileName, suffix) {
1525
1525
  return absoluteFrom(fileName.replace(TS_EXTENSIONS, suffix));
1526
1526
  }
1527
1527
 
1528
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/adapter.mjs
1528
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/adapter.mjs
1529
1529
  var ShimAdapter = class {
1530
1530
  constructor(delegate, tsRootFiles, topLevelGenerators, perFileGenerators, oldProgram) {
1531
1531
  this.delegate = delegate;
@@ -1620,7 +1620,7 @@ var ShimAdapter = class {
1620
1620
  }
1621
1621
  };
1622
1622
 
1623
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/reference_tagger.mjs
1623
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/reference_tagger.mjs
1624
1624
  var ShimReferenceTagger = class {
1625
1625
  constructor(shimExtensions) {
1626
1626
  this.tagged = /* @__PURE__ */ new Set();
@@ -1654,7 +1654,7 @@ var ShimReferenceTagger = class {
1654
1654
  }
1655
1655
  };
1656
1656
 
1657
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/ts_create_program_driver.mjs
1657
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/ts_create_program_driver.mjs
1658
1658
  var DelegatingCompilerHost = class {
1659
1659
  get jsDocParsingMode() {
1660
1660
  return this.delegate.jsDocParsingMode;
@@ -1773,7 +1773,7 @@ var TsCreateProgramDriver = class {
1773
1773
  }
1774
1774
  };
1775
1775
 
1776
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/dependency_tracking.mjs
1776
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/dependency_tracking.mjs
1777
1777
  var FileDependencyGraph = class {
1778
1778
  constructor() {
1779
1779
  this.nodes = /* @__PURE__ */ new Map();
@@ -1840,7 +1840,7 @@ function isLogicallyChanged(sf, node, changedTsPaths, deletedTsPaths, changedRes
1840
1840
  return false;
1841
1841
  }
1842
1842
 
1843
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/state.mjs
1843
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/state.mjs
1844
1844
  var IncrementalStateKind;
1845
1845
  (function(IncrementalStateKind2) {
1846
1846
  IncrementalStateKind2[IncrementalStateKind2["Fresh"] = 0] = "Fresh";
@@ -1848,7 +1848,7 @@ var IncrementalStateKind;
1848
1848
  IncrementalStateKind2[IncrementalStateKind2["Analyzed"] = 2] = "Analyzed";
1849
1849
  })(IncrementalStateKind || (IncrementalStateKind = {}));
1850
1850
 
1851
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/incremental.mjs
1851
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/incremental.mjs
1852
1852
  var PhaseKind;
1853
1853
  (function(PhaseKind2) {
1854
1854
  PhaseKind2[PhaseKind2["Analysis"] = 0] = "Analysis";
@@ -2049,7 +2049,7 @@ function toOriginalSourceFile(sf) {
2049
2049
  }
2050
2050
  }
2051
2051
 
2052
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/strategy.mjs
2052
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/strategy.mjs
2053
2053
  var TrackedIncrementalBuildStrategy = class {
2054
2054
  constructor() {
2055
2055
  this.state = null;
@@ -2085,7 +2085,7 @@ var PatchedProgramIncrementalBuildStrategy = class {
2085
2085
  };
2086
2086
  var SYM_INCREMENTAL_STATE = Symbol("NgIncrementalState");
2087
2087
 
2088
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/api.mjs
2088
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/api.mjs
2089
2089
  var IdentifierKind;
2090
2090
  (function(IdentifierKind2) {
2091
2091
  IdentifierKind2[IdentifierKind2["Property"] = 0] = "Property";
@@ -2104,7 +2104,7 @@ var AbsoluteSourceSpan = class {
2104
2104
  }
2105
2105
  };
2106
2106
 
2107
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/context.mjs
2107
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/context.mjs
2108
2108
  var IndexingContext = class {
2109
2109
  constructor() {
2110
2110
  this.components = /* @__PURE__ */ new Set();
@@ -2114,10 +2114,10 @@ var IndexingContext = class {
2114
2114
  }
2115
2115
  };
2116
2116
 
2117
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/transform.mjs
2117
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/transform.mjs
2118
2118
  import { ParseSourceFile } from "@angular/compiler";
2119
2119
 
2120
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/template.mjs
2120
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/template.mjs
2121
2121
  import { ASTWithSource, ImplicitReceiver, PropertyRead, PropertyWrite, RecursiveAstVisitor, TmplAstBoundDeferredTrigger, TmplAstElement, TmplAstRecursiveVisitor, TmplAstReference, TmplAstTemplate, TmplAstVariable } from "@angular/compiler";
2122
2122
  var ExpressionVisitor = class extends RecursiveAstVisitor {
2123
2123
  constructor(expressionStr, absoluteOffset, boundTemplate, targetToIdentifier) {
@@ -2412,7 +2412,7 @@ function getTemplateIdentifiers(boundTemplate) {
2412
2412
  return { identifiers: visitor.identifiers, errors: visitor.errors };
2413
2413
  }
2414
2414
 
2415
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/transform.mjs
2415
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/transform.mjs
2416
2416
  function generateAnalysis(context) {
2417
2417
  const analysis = /* @__PURE__ */ new Map();
2418
2418
  context.components.forEach(({ declaration, selector, boundTemplate, templateMeta }) => {
@@ -2448,7 +2448,7 @@ function generateAnalysis(context) {
2448
2448
  return analysis;
2449
2449
  }
2450
2450
 
2451
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/ng_module_index.mjs
2451
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/ng_module_index.mjs
2452
2452
  var NgModuleIndexImpl = class {
2453
2453
  constructor(metaReader, localReader) {
2454
2454
  this.metaReader = metaReader;
@@ -2537,7 +2537,7 @@ var NgModuleIndexImpl = class {
2537
2537
  }
2538
2538
  };
2539
2539
 
2540
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/resource/src/loader.mjs
2540
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/resource/src/loader.mjs
2541
2541
  import ts17 from "typescript";
2542
2542
  var CSS_PREPROCESSOR_EXT = /(\.scss|\.sass|\.less|\.styl)$/;
2543
2543
  var RESOURCE_MARKER = ".$ngresource$";
@@ -2687,7 +2687,7 @@ function createLookupResolutionHost(adapter) {
2687
2687
  };
2688
2688
  }
2689
2689
 
2690
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/standalone.mjs
2690
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/standalone.mjs
2691
2691
  var StandaloneComponentScopeReader = class {
2692
2692
  constructor(metaReader, localModuleReader, dtsModuleReader) {
2693
2693
  this.metaReader = metaReader;
@@ -2783,10 +2783,10 @@ var StandaloneComponentScopeReader = class {
2783
2783
  }
2784
2784
  };
2785
2785
 
2786
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/checker.mjs
2786
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/checker.mjs
2787
2787
  import { CssSelector as CssSelector2, DomElementSchemaRegistry as DomElementSchemaRegistry2, ExternalExpr as ExternalExpr2, WrappedNodeExpr as WrappedNodeExpr2 } from "@angular/compiler";
2788
2788
 
2789
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/diagnostic.mjs
2789
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/diagnostic.mjs
2790
2790
  import ts18 from "typescript";
2791
2791
  function makeTemplateDiagnostic(templateId, mapping, span, category, code, messageText, relatedMessages) {
2792
2792
  var _a;
@@ -2897,7 +2897,7 @@ function parseTemplateAsSourceFile(fileName, template) {
2897
2897
  );
2898
2898
  }
2899
2899
 
2900
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/id.mjs
2900
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/id.mjs
2901
2901
  var TEMPLATE_ID = Symbol("ngTemplateId");
2902
2902
  var NEXT_TEMPLATE_ID = Symbol("ngNextTemplateId");
2903
2903
  function getTemplateId(clazz) {
@@ -2914,11 +2914,11 @@ function allocateTemplateId(sf) {
2914
2914
  return `tcb${sf[NEXT_TEMPLATE_ID]++}`;
2915
2915
  }
2916
2916
 
2917
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/completion.mjs
2917
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/completion.mjs
2918
2918
  import { EmptyExpr, ImplicitReceiver as ImplicitReceiver2, PropertyRead as PropertyRead2, PropertyWrite as PropertyWrite2, SafePropertyRead, TmplAstLetDeclaration, TmplAstReference as TmplAstReference2, TmplAstTextAttribute } from "@angular/compiler";
2919
2919
  import ts20 from "typescript";
2920
2920
 
2921
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/comments.mjs
2921
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/comments.mjs
2922
2922
  import { AbsoluteSourceSpan as AbsoluteSourceSpan2 } from "@angular/compiler";
2923
2923
  import ts19 from "typescript";
2924
2924
  var parseSpanComment = /^(\d+),(\d+)$/;
@@ -3049,7 +3049,7 @@ function hasExpressionIdentifier(sourceFile, node, identifier) {
3049
3049
  }) || false;
3050
3050
  }
3051
3051
 
3052
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/completion.mjs
3052
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/completion.mjs
3053
3053
  var CompletionEngine = class {
3054
3054
  constructor(tcb, data, tcbPath, tcbIsShim) {
3055
3055
  this.tcb = tcb;
@@ -4231,10 +4231,10 @@ var MagicString = class {
4231
4231
  }
4232
4232
  };
4233
4233
 
4234
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
4234
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
4235
4235
  import ts33 from "typescript";
4236
4236
 
4237
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/dom.mjs
4237
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/dom.mjs
4238
4238
  import { DomElementSchemaRegistry } from "@angular/compiler";
4239
4239
  import ts21 from "typescript";
4240
4240
  var REGISTRY = new DomElementSchemaRegistry();
@@ -4287,10 +4287,10 @@ var RegistryDomSchemaChecker = class {
4287
4287
  }
4288
4288
  };
4289
4289
 
4290
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/environment.mjs
4290
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/environment.mjs
4291
4291
  import ts26 from "typescript";
4292
4292
 
4293
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/reference_emit_environment.mjs
4293
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/reference_emit_environment.mjs
4294
4294
  import { ExpressionType, ExternalExpr, TypeModifier } from "@angular/compiler";
4295
4295
  var ReferenceEmitEnvironment = class {
4296
4296
  constructor(importManager, refEmitter, reflector, contextFile) {
@@ -4321,7 +4321,7 @@ var ReferenceEmitEnvironment = class {
4321
4321
  }
4322
4322
  };
4323
4323
 
4324
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/ts_util.mjs
4324
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/ts_util.mjs
4325
4325
  import ts22 from "typescript";
4326
4326
  var SAFE_TO_CAST_WITHOUT_PARENS = /* @__PURE__ */ new Set([
4327
4327
  ts22.SyntaxKind.ParenthesizedExpression,
@@ -4404,15 +4404,15 @@ function tsNumericExpression(value) {
4404
4404
  return ts22.factory.createNumericLiteral(value);
4405
4405
  }
4406
4406
 
4407
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.mjs
4407
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.mjs
4408
4408
  import { ExpressionType as ExpressionType2, R3Identifiers as R3Identifiers2, WrappedNodeExpr } from "@angular/compiler";
4409
4409
  import ts25 from "typescript";
4410
4410
 
4411
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.mjs
4411
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.mjs
4412
4412
  import { R3Identifiers } from "@angular/compiler";
4413
4413
  import ts24 from "typescript";
4414
4414
 
4415
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_parameter_emitter.mjs
4415
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_parameter_emitter.mjs
4416
4416
  import ts23 from "typescript";
4417
4417
  var TypeParameterEmitter = class {
4418
4418
  constructor(typeParameters, reflector) {
@@ -4490,7 +4490,7 @@ var TypeParameterEmitter = class {
4490
4490
  }
4491
4491
  };
4492
4492
 
4493
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.mjs
4493
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.mjs
4494
4494
  var TCB_FILE_IMPORT_GRAPH_PREPARE_IDENTIFIERS = [
4495
4495
  R3Identifiers.InputSignalBrandWriteType
4496
4496
  ];
@@ -4582,7 +4582,7 @@ function checkIfGenericTypeBoundsCanBeEmitted(node, reflector, env) {
4582
4582
  return emitter.canEmit((ref) => env.canReferenceType(ref));
4583
4583
  }
4584
4584
 
4585
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.mjs
4585
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.mjs
4586
4586
  function generateTypeCtorDeclarationFn(env, meta, nodeTypeRef, typeParams) {
4587
4587
  const rawTypeArgs = typeParams !== void 0 ? generateGenericArgs(typeParams) : void 0;
4588
4588
  const rawType = ts25.factory.createTypeReferenceNode(nodeTypeRef, rawTypeArgs);
@@ -4705,7 +4705,7 @@ function typeParametersWithDefaultTypes(params) {
4705
4705
  });
4706
4706
  }
4707
4707
 
4708
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/environment.mjs
4708
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/environment.mjs
4709
4709
  var Environment = class extends ReferenceEmitEnvironment {
4710
4710
  constructor(config, importManager, refEmitter, reflector, contextFile) {
4711
4711
  super(importManager, refEmitter, reflector, contextFile);
@@ -4777,7 +4777,7 @@ var Environment = class extends ReferenceEmitEnvironment {
4777
4777
  }
4778
4778
  };
4779
4779
 
4780
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/oob.mjs
4780
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/oob.mjs
4781
4781
  import { AbsoluteSourceSpan as AbsoluteSourceSpan3, TmplAstElement as TmplAstElement2 } from "@angular/compiler";
4782
4782
  import ts27 from "typescript";
4783
4783
  var OutOfBandDiagnosticRecorderImpl = class {
@@ -4979,7 +4979,7 @@ function makeInlineDiagnostic(templateId, code, node, messageText, relatedInform
4979
4979
  };
4980
4980
  }
4981
4981
 
4982
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/shim.mjs
4982
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/shim.mjs
4983
4983
  import ts28 from "typescript";
4984
4984
  var TypeCheckShimGenerator = class {
4985
4985
  constructor() {
@@ -4997,11 +4997,11 @@ var TypeCheckShimGenerator = class {
4997
4997
  }
4998
4998
  };
4999
4999
 
5000
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.mjs
5000
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.mjs
5001
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";
5002
5002
  import ts31 from "typescript";
5003
5003
 
5004
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/diagnostics.mjs
5004
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/diagnostics.mjs
5005
5005
  import { AbsoluteSourceSpan as AbsoluteSourceSpan4 } from "@angular/compiler";
5006
5006
  import ts29 from "typescript";
5007
5007
  function wrapForDiagnostics(expr) {
@@ -5057,7 +5057,7 @@ function translateDiagnostic(diagnostic, resolver) {
5057
5057
  return makeTemplateDiagnostic(sourceLocation.id, templateSourceMapping, span, diagnostic.category, diagnostic.code, diagnostic.messageText);
5058
5058
  }
5059
5059
 
5060
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/expression.mjs
5060
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/expression.mjs
5061
5061
  import { ASTWithSource as ASTWithSource2, Call, EmptyExpr as EmptyExpr2, PropertyRead as PropertyRead3, SafeKeyedRead, SafePropertyRead as SafePropertyRead2 } from "@angular/compiler";
5062
5062
  import ts30 from "typescript";
5063
5063
  var NULL_AS_ANY = ts30.factory.createAsExpression(ts30.factory.createNull(), ts30.factory.createKeywordTypeNode(ts30.SyntaxKind.AnyKeyword));
@@ -5390,7 +5390,7 @@ var VeSafeLhsInferenceBugDetector = _VeSafeLhsInferenceBugDetector;
5390
5390
  _VeSafeLhsInferenceBugDetector.SINGLETON = new _VeSafeLhsInferenceBugDetector();
5391
5391
  })();
5392
5392
 
5393
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.mjs
5393
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.mjs
5394
5394
  var TcbGenericContextBehavior;
5395
5395
  (function(TcbGenericContextBehavior2) {
5396
5396
  TcbGenericContextBehavior2[TcbGenericContextBehavior2["UseEmitter"] = 0] = "UseEmitter";
@@ -6967,7 +6967,7 @@ var TcbForLoopTrackTranslator = class extends TcbExpressionTranslator {
6967
6967
  }
6968
6968
  };
6969
6969
 
6970
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_file.mjs
6970
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_file.mjs
6971
6971
  import ts32 from "typescript";
6972
6972
  var TypeCheckFile = class extends Environment {
6973
6973
  constructor(fileName, config, refEmitter, reflector, compilerHost) {
@@ -7015,7 +7015,7 @@ var TypeCheckFile = class extends Environment {
7015
7015
  }
7016
7016
  };
7017
7017
 
7018
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
7018
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
7019
7019
  var InliningMode;
7020
7020
  (function(InliningMode2) {
7021
7021
  InliningMode2[InliningMode2["InlineOps"] = 0] = "InlineOps";
@@ -7267,10 +7267,10 @@ var TypeCtorOp = class {
7267
7267
  }
7268
7268
  };
7269
7269
 
7270
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/source.mjs
7270
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/source.mjs
7271
7271
  import { ParseLocation, ParseSourceSpan } from "@angular/compiler";
7272
7272
 
7273
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/line_mappings.mjs
7273
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/line_mappings.mjs
7274
7274
  var LF_CHAR = 10;
7275
7275
  var CR_CHAR = 13;
7276
7276
  var LINE_SEP_CHAR = 8232;
@@ -7311,7 +7311,7 @@ function findClosestLineStartPosition(linesMap, position, low = 0, high = linesM
7311
7311
  return low - 1;
7312
7312
  }
7313
7313
 
7314
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/source.mjs
7314
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/source.mjs
7315
7315
  var TemplateSource = class {
7316
7316
  constructor(mapping, file) {
7317
7317
  this.mapping = mapping;
@@ -7362,7 +7362,7 @@ var TemplateSourceManager = class {
7362
7362
  }
7363
7363
  };
7364
7364
 
7365
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/template_symbol_builder.mjs
7365
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/template_symbol_builder.mjs
7366
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";
7367
7367
  import ts34 from "typescript";
7368
7368
  var SymbolBuilder = class {
@@ -7936,7 +7936,7 @@ function unwrapSignalInputWriteTAccessor(expr) {
7936
7936
  };
7937
7937
  }
7938
7938
 
7939
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/checker.mjs
7939
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/checker.mjs
7940
7940
  var REGISTRY2 = new DomElementSchemaRegistry2();
7941
7941
  var TemplateTypeCheckerImpl = class {
7942
7942
  constructor(originalProgram, programDriver, typeCheckAdapter, config, refEmitter, reflector, compilerHost, priorBuild, metaReader, localMetaReader, ngModuleIndex, componentScopeReader, typeCheckScopeRegistry, perf) {
@@ -8637,10 +8637,10 @@ var SingleShimTypeCheckingHost = class extends SingleFileTypeCheckingHost {
8637
8637
  }
8638
8638
  };
8639
8639
 
8640
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/interpolated_signal_not_invoked/index.mjs
8640
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/interpolated_signal_not_invoked/index.mjs
8641
8641
  import { ASTWithSource as ASTWithSource5, BindingType as BindingType2, Interpolation, PropertyRead as PropertyRead6, TmplAstBoundAttribute as TmplAstBoundAttribute3 } from "@angular/compiler";
8642
8642
 
8643
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/symbol_util.mjs
8643
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/symbol_util.mjs
8644
8644
  import ts35 from "typescript";
8645
8645
  var SIGNAL_FNS = /* @__PURE__ */ new Set([
8646
8646
  "WritableSignal",
@@ -8660,7 +8660,7 @@ function isSignalSymbol(symbol) {
8660
8660
  });
8661
8661
  }
8662
8662
 
8663
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/api/api.mjs
8663
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/api/api.mjs
8664
8664
  import { ASTWithSource as ASTWithSource4, RecursiveAstVisitor as RecursiveAstVisitor2, TmplAstBoundDeferredTrigger as TmplAstBoundDeferredTrigger2 } from "@angular/compiler";
8665
8665
  var TemplateCheckWithVisitor = class {
8666
8666
  run(ctx, component, template) {
@@ -8788,7 +8788,7 @@ var TemplateVisitor2 = class extends RecursiveAstVisitor2 {
8788
8788
  }
8789
8789
  };
8790
8790
 
8791
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/interpolated_signal_not_invoked/index.mjs
8791
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/interpolated_signal_not_invoked/index.mjs
8792
8792
  var SIGNAL_INSTANCE_PROPERTIES = /* @__PURE__ */ new Set(["set", "update", "asReadonly"]);
8793
8793
  var FUNCTION_INSTANCE_PROPERTIES = /* @__PURE__ */ new Set(["name", "length", "prototype"]);
8794
8794
  var InterpolatedSignalCheck = class extends TemplateCheckWithVisitor {
@@ -8840,7 +8840,7 @@ var factory = {
8840
8840
  create: () => new InterpolatedSignalCheck()
8841
8841
  };
8842
8842
 
8843
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/invalid_banana_in_box/index.mjs
8843
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/invalid_banana_in_box/index.mjs
8844
8844
  import { TmplAstBoundEvent as TmplAstBoundEvent2 } from "@angular/compiler";
8845
8845
  var InvalidBananaInBoxCheck = class extends TemplateCheckWithVisitor {
8846
8846
  constructor() {
@@ -8866,7 +8866,7 @@ var factory2 = {
8866
8866
  create: () => new InvalidBananaInBoxCheck()
8867
8867
  };
8868
8868
 
8869
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_control_flow_directive/index.mjs
8869
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_control_flow_directive/index.mjs
8870
8870
  import { TmplAstTemplate as TmplAstTemplate4 } from "@angular/compiler";
8871
8871
  var KNOWN_CONTROL_FLOW_DIRECTIVES = /* @__PURE__ */ new Map([
8872
8872
  ["ngIf", { directive: "NgIf", builtIn: "@if" }],
@@ -8911,7 +8911,7 @@ var factory3 = {
8911
8911
  }
8912
8912
  };
8913
8913
 
8914
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_ngforof_let/index.mjs
8914
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_ngforof_let/index.mjs
8915
8915
  import { TmplAstTemplate as TmplAstTemplate5 } from "@angular/compiler";
8916
8916
  var MissingNgForOfLetCheck = class extends TemplateCheckWithVisitor {
8917
8917
  constructor() {
@@ -8944,7 +8944,7 @@ var factory4 = {
8944
8944
  create: () => new MissingNgForOfLetCheck()
8945
8945
  };
8946
8946
 
8947
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/nullish_coalescing_not_nullable/index.mjs
8947
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/nullish_coalescing_not_nullable/index.mjs
8948
8948
  import { Binary } from "@angular/compiler";
8949
8949
  import ts36 from "typescript";
8950
8950
  var NullishCoalescingNotNullableCheck = class extends TemplateCheckWithVisitor {
@@ -8989,7 +8989,7 @@ var factory5 = {
8989
8989
  }
8990
8990
  };
8991
8991
 
8992
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/optional_chain_not_nullable/index.mjs
8992
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/optional_chain_not_nullable/index.mjs
8993
8993
  import { SafeCall as SafeCall2, SafeKeyedRead as SafeKeyedRead2, SafePropertyRead as SafePropertyRead5 } from "@angular/compiler";
8994
8994
  import ts37 from "typescript";
8995
8995
  var OptionalChainNotNullableCheck = class extends TemplateCheckWithVisitor {
@@ -9035,7 +9035,7 @@ var factory6 = {
9035
9035
  }
9036
9036
  };
9037
9037
 
9038
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/suffix_not_supported/index.mjs
9038
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/suffix_not_supported/index.mjs
9039
9039
  import { TmplAstBoundAttribute as TmplAstBoundAttribute4 } from "@angular/compiler";
9040
9040
  var STYLE_SUFFIXES = ["px", "%", "em"];
9041
9041
  var SuffixNotSupportedCheck = class extends TemplateCheckWithVisitor {
@@ -9059,7 +9059,7 @@ var factory7 = {
9059
9059
  create: () => new SuffixNotSupportedCheck()
9060
9060
  };
9061
9061
 
9062
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/text_attribute_not_binding/index.mjs
9062
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/text_attribute_not_binding/index.mjs
9063
9063
  import { TmplAstTextAttribute as TmplAstTextAttribute4 } from "@angular/compiler";
9064
9064
  var TextAttributeNotBindingSpec = class extends TemplateCheckWithVisitor {
9065
9065
  constructor() {
@@ -9098,10 +9098,10 @@ var factory8 = {
9098
9098
  create: () => new TextAttributeNotBindingSpec()
9099
9099
  };
9100
9100
 
9101
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.mjs
9101
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.mjs
9102
9102
  import ts38 from "typescript";
9103
9103
 
9104
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/api/src/public_options.mjs
9104
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/api/src/public_options.mjs
9105
9105
  var DiagnosticCategoryLabel;
9106
9106
  (function(DiagnosticCategoryLabel2) {
9107
9107
  DiagnosticCategoryLabel2["Warning"] = "warning";
@@ -9109,7 +9109,7 @@ var DiagnosticCategoryLabel;
9109
9109
  DiagnosticCategoryLabel2["Suppress"] = "suppress";
9110
9110
  })(DiagnosticCategoryLabel || (DiagnosticCategoryLabel = {}));
9111
9111
 
9112
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.mjs
9112
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.mjs
9113
9113
  var ExtendedTemplateCheckerImpl = class {
9114
9114
  constructor(templateTypeChecker, typeChecker, templateCheckFactories, options) {
9115
9115
  var _a, _b, _c, _d, _e;
@@ -9162,7 +9162,7 @@ function assertNever(value) {
9162
9162
  ${value}`);
9163
9163
  }
9164
9164
 
9165
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/index.mjs
9165
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/index.mjs
9166
9166
  var ALL_DIAGNOSTIC_FACTORIES = [
9167
9167
  factory2,
9168
9168
  factory5,
@@ -9178,7 +9178,7 @@ var SUPPORTED_DIAGNOSTIC_NAMES = /* @__PURE__ */ new Set([
9178
9178
  ...ALL_DIAGNOSTIC_FACTORIES.map((factory9) => factory9.name)
9179
9179
  ]);
9180
9180
 
9181
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/template_semantics/src/template_semantics_checker.mjs
9181
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/template_semantics/src/template_semantics_checker.mjs
9182
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";
9183
9183
  import ts39 from "typescript";
9184
9184
  var TemplateSemanticsCheckerImpl = class {
@@ -9269,7 +9269,7 @@ function unwrapAstWithSource(ast) {
9269
9269
  return ast instanceof ASTWithSource6 ? ast.ast : ast;
9270
9270
  }
9271
9271
 
9272
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/validation/src/rules/initializer_api_usage_rule.mjs
9272
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/validation/src/rules/initializer_api_usage_rule.mjs
9273
9273
  import ts40 from "typescript";
9274
9274
  var APIS_TO_CHECK = [
9275
9275
  INPUT_INITIALIZER_FN,
@@ -9320,7 +9320,7 @@ var InitializerApiUsageRule = class {
9320
9320
  }
9321
9321
  };
9322
9322
 
9323
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/validation/src/source_file_validator.mjs
9323
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/validation/src/source_file_validator.mjs
9324
9324
  var SourceFileValidator = class {
9325
9325
  constructor(reflector, importedSymbolsTracker) {
9326
9326
  this.rules = [new InitializerApiUsageRule(reflector, importedSymbolsTracker)];
@@ -9358,7 +9358,7 @@ var SourceFileValidator = class {
9358
9358
  }
9359
9359
  };
9360
9360
 
9361
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/core_version.mjs
9361
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/core_version.mjs
9362
9362
  function coreHasSymbol(program, symbol) {
9363
9363
  const checker = program.getTypeChecker();
9364
9364
  for (const sf of program.getSourceFiles().filter(isMaybeCore)) {
@@ -9377,7 +9377,7 @@ function isMaybeCore(sf) {
9377
9377
  return sf.isDeclarationFile && sf.fileName.includes("@angular/core") && sf.fileName.endsWith("index.d.ts");
9378
9378
  }
9379
9379
 
9380
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/feature_detection.mjs
9380
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/feature_detection.mjs
9381
9381
  import semver from "semver";
9382
9382
  function coreVersionSupportsFeature(coreVersion, minVersion) {
9383
9383
  if (coreVersion === `0.0.0-${"PLACEHOLDER"}`) {
@@ -9386,7 +9386,7 @@ function coreVersionSupportsFeature(coreVersion, minVersion) {
9386
9386
  return semver.satisfies(coreVersion, minVersion);
9387
9387
  }
9388
9388
 
9389
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.mjs
9389
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.mjs
9390
9390
  var CompilationTicketKind;
9391
9391
  (function(CompilationTicketKind2) {
9392
9392
  CompilationTicketKind2[CompilationTicketKind2["Fresh"] = 0] = "Fresh";
@@ -10185,7 +10185,7 @@ function versionMapFromProgram(program, driver) {
10185
10185
  return versions;
10186
10186
  }
10187
10187
 
10188
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/host.mjs
10188
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/host.mjs
10189
10189
  import ts42 from "typescript";
10190
10190
  var DelegatingCompilerHost2 = class {
10191
10191
  get jsDocParsingMode() {
@@ -10324,7 +10324,7 @@ var NgCompilerHost = class extends DelegatingCompilerHost2 {
10324
10324
  }
10325
10325
  };
10326
10326
 
10327
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
10327
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
10328
10328
  var NgtscProgram = class {
10329
10329
  constructor(rootNames, options, delegateHost, oldProgram) {
10330
10330
  this.options = options;
@@ -10551,15 +10551,15 @@ function mergeEmitResults(emitResults) {
10551
10551
  return { diagnostics, emitSkipped, emittedFiles };
10552
10552
  }
10553
10553
 
10554
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/program.mjs
10554
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/program.mjs
10555
10555
  function createProgram({ rootNames, options, host, oldProgram }) {
10556
10556
  return new NgtscProgram(rootNames, options, host, oldProgram);
10557
10557
  }
10558
10558
 
10559
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/perform_compile.mjs
10559
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/perform_compile.mjs
10560
10560
  import ts45 from "typescript";
10561
10561
 
10562
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/util.mjs
10562
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/util.mjs
10563
10563
  import ts44 from "typescript";
10564
10564
  function createMessageDiagnostic(messageText) {
10565
10565
  return {
@@ -10573,7 +10573,7 @@ function createMessageDiagnostic(messageText) {
10573
10573
  };
10574
10574
  }
10575
10575
 
10576
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/perform_compile.mjs
10576
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/perform_compile.mjs
10577
10577
  var defaultFormatHost = {
10578
10578
  getCurrentDirectory: () => ts45.sys.getCurrentDirectory(),
10579
10579
  getCanonicalFileName: (fileName) => fileName,
@@ -10806,4 +10806,4 @@ export {
10806
10806
  * Use of this source code is governed by an MIT-style license that can be
10807
10807
  * found in the LICENSE file at https://angular.io/license
10808
10808
  */
10809
- //# sourceMappingURL=chunk-7E6Q23KF.js.map
10809
+ //# sourceMappingURL=chunk-4B53GUJY.js.map