@angular/compiler-cli 17.0.0-rc.2 → 17.0.0-rc.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (37) hide show
  1. package/bundles/{chunk-6JN5EFEW.js → chunk-2I2I3FLR.js} +78 -78
  2. package/bundles/{chunk-3IBJEGH3.js → chunk-BV3ZUD7T.js} +5 -5
  3. package/bundles/{chunk-GYHDNUIK.js → chunk-EKTJ7622.js} +7 -7
  4. package/bundles/{chunk-QDHJ26RK.js → chunk-ELZXPNCU.js} +9 -9
  5. package/bundles/{chunk-UHYH6BYB.js → chunk-JZC4T2RR.js} +1 -1
  6. package/bundles/{chunk-SBDNBITT.js → chunk-LYJKWJUC.js} +3 -3
  7. package/bundles/{chunk-VNJI35KB.js → chunk-MHTLEXGT.js} +4 -4
  8. package/bundles/{chunk-6WFRHXYB.js → chunk-N7FTHCOD.js} +5 -5
  9. package/bundles/{chunk-CLTYCPJK.js → chunk-OTTOC3WQ.js} +27 -27
  10. package/bundles/{chunk-CSOLWS7O.js → chunk-PCMLSPQF.js} +7 -7
  11. package/bundles/{chunk-KIPH6OCC.js → chunk-SKLJR6LO.js} +105 -105
  12. package/bundles/{chunk-QFTMYSLL.js → chunk-Z4QM3XT4.js} +30 -30
  13. package/bundles/index.js +13 -13
  14. package/bundles/linker/babel/index.js +13 -13
  15. package/bundles/linker/index.js +5 -5
  16. package/bundles/ngcc/index.js +1 -1
  17. package/bundles/private/bazel.js +1 -1
  18. package/bundles/private/localize.js +3 -3
  19. package/bundles/private/migrations.js +6 -6
  20. package/bundles/private/tooling.js +4 -4
  21. package/bundles/src/bin/ng_xi18n.js +11 -11
  22. package/bundles/src/bin/ngc.js +9 -9
  23. package/bundles_metadata.json +1 -1
  24. package/linker/src/file_linker/partial_linkers/util.d.ts +1 -1
  25. package/package.json +2 -2
  26. /package/bundles/{chunk-6JN5EFEW.js.map → chunk-2I2I3FLR.js.map} +0 -0
  27. /package/bundles/{chunk-3IBJEGH3.js.map → chunk-BV3ZUD7T.js.map} +0 -0
  28. /package/bundles/{chunk-GYHDNUIK.js.map → chunk-EKTJ7622.js.map} +0 -0
  29. /package/bundles/{chunk-QDHJ26RK.js.map → chunk-ELZXPNCU.js.map} +0 -0
  30. /package/bundles/{chunk-UHYH6BYB.js.map → chunk-JZC4T2RR.js.map} +0 -0
  31. /package/bundles/{chunk-SBDNBITT.js.map → chunk-LYJKWJUC.js.map} +0 -0
  32. /package/bundles/{chunk-VNJI35KB.js.map → chunk-MHTLEXGT.js.map} +0 -0
  33. /package/bundles/{chunk-6WFRHXYB.js.map → chunk-N7FTHCOD.js.map} +0 -0
  34. /package/bundles/{chunk-CLTYCPJK.js.map → chunk-OTTOC3WQ.js.map} +0 -0
  35. /package/bundles/{chunk-CSOLWS7O.js.map → chunk-PCMLSPQF.js.map} +0 -0
  36. /package/bundles/{chunk-KIPH6OCC.js.map → chunk-SKLJR6LO.js.map} +0 -0
  37. /package/bundles/{chunk-QFTMYSLL.js.map → chunk-Z4QM3XT4.js.map} +0 -0
@@ -36,14 +36,14 @@ import {
36
36
  aliasTransformFactory,
37
37
  declarationTransformFactory,
38
38
  ivyTransformFactory
39
- } from "./chunk-6JN5EFEW.js";
39
+ } from "./chunk-2I2I3FLR.js";
40
40
  import {
41
41
  ImportManager,
42
42
  TypeEmitter,
43
43
  canEmitType,
44
44
  translateExpression,
45
45
  translateType
46
- } from "./chunk-QDHJ26RK.js";
46
+ } from "./chunk-ELZXPNCU.js";
47
47
  import {
48
48
  AbsoluteModuleStrategy,
49
49
  AliasStrategy,
@@ -85,14 +85,14 @@ import {
85
85
  relativePathBetween,
86
86
  replaceTsWithNgInErrors,
87
87
  toUnredirectedSourceFile
88
- } from "./chunk-CLTYCPJK.js";
88
+ } from "./chunk-OTTOC3WQ.js";
89
89
  import {
90
90
  ActivePerfRecorder,
91
91
  DelegatingPerfRecorder,
92
92
  PerfCheckpoint,
93
93
  PerfEvent,
94
94
  PerfPhase
95
- } from "./chunk-3IBJEGH3.js";
95
+ } from "./chunk-BV3ZUD7T.js";
96
96
  import {
97
97
  LogicalFileSystem,
98
98
  absoluteFrom,
@@ -102,9 +102,9 @@ import {
102
102
  getSourceFileOrError,
103
103
  join,
104
104
  resolve
105
- } from "./chunk-CSOLWS7O.js";
105
+ } from "./chunk-PCMLSPQF.js";
106
106
 
107
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/api.mjs
107
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/api.mjs
108
108
  var DEFAULT_ERROR_CODE = 100;
109
109
  var UNKNOWN_ERROR_CODE = 500;
110
110
  var SOURCE = "angular";
@@ -122,7 +122,7 @@ var EmitFlags;
122
122
  EmitFlags2[EmitFlags2["All"] = 31] = "All";
123
123
  })(EmitFlags || (EmitFlags = {}));
124
124
 
125
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/compiler_host.mjs
125
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/compiler_host.mjs
126
126
  import ts from "typescript";
127
127
  var wrapHostForTest = null;
128
128
  function createCompilerHost({ options, tsHost = ts.createCompilerHost(options, true) }) {
@@ -132,7 +132,7 @@ function createCompilerHost({ options, tsHost = ts.createCompilerHost(options, t
132
132
  return tsHost;
133
133
  }
134
134
 
135
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/entities.mjs
135
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/entities.mjs
136
136
  var EntryType;
137
137
  (function(EntryType2) {
138
138
  EntryType2["Block"] = "block";
@@ -175,11 +175,11 @@ var MemberTags;
175
175
  MemberTags2["Inherited"] = "override";
176
176
  })(MemberTags || (MemberTags = {}));
177
177
 
178
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
178
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
179
179
  import { HtmlParser, MessageBundle } from "@angular/compiler";
180
180
  import ts37 from "typescript";
181
181
 
182
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/i18n.mjs
182
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/i18n.mjs
183
183
  import { Xliff, Xliff2, Xmb } from "@angular/compiler";
184
184
  import * as path from "path";
185
185
  function i18nGetExtension(formatName) {
@@ -230,10 +230,10 @@ function getPathNormalizer(basePath) {
230
230
  };
231
231
  }
232
232
 
233
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
233
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
234
234
  import ts2 from "typescript";
235
235
 
236
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/version_helpers.mjs
236
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/version_helpers.mjs
237
237
  function toNumbers(value) {
238
238
  const suffixIndex = value.lastIndexOf("-");
239
239
  return value.slice(0, suffixIndex === -1 ? value.length : suffixIndex).split(".").map((segment) => {
@@ -268,7 +268,7 @@ function compareVersions(v1, v2) {
268
268
  return compareNumbers(toNumbers(v1), toNumbers(v2));
269
269
  }
270
270
 
271
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
271
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
272
272
  var MIN_TS_VERSION = "5.2.0";
273
273
  var MAX_TS_VERSION = "5.3.0";
274
274
  var tsVersion = ts2.version;
@@ -281,10 +281,10 @@ function verifySupportedTypeScriptVersion() {
281
281
  checkVersion(tsVersion, MIN_TS_VERSION, MAX_TS_VERSION);
282
282
  }
283
283
 
284
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.mjs
284
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.mjs
285
285
  import ts35 from "typescript";
286
286
 
287
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/analyzer.mjs
287
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/analyzer.mjs
288
288
  var CycleAnalyzer = class {
289
289
  constructor(importGraph) {
290
290
  this.importGraph = importGraph;
@@ -355,7 +355,7 @@ var Cycle = class {
355
355
  }
356
356
  };
357
357
 
358
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/imports.mjs
358
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/imports.mjs
359
359
  import ts3 from "typescript";
360
360
  var ImportGraph = class {
361
361
  constructor(checker, perf) {
@@ -447,23 +447,23 @@ var Found = class {
447
447
  }
448
448
  };
449
449
 
450
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/extractor.mjs
450
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/extractor.mjs
451
451
  import ts9 from "typescript";
452
452
 
453
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/class_extractor.mjs
453
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/class_extractor.mjs
454
454
  import ts6 from "typescript";
455
455
 
456
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/filters.mjs
456
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/filters.mjs
457
457
  function isAngularPrivateName(name) {
458
458
  var _a;
459
459
  const firstChar = (_a = name[0]) != null ? _a : "";
460
460
  return firstChar === "\u0275" || firstChar === "_";
461
461
  }
462
462
 
463
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/function_extractor.mjs
463
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/function_extractor.mjs
464
464
  import ts5 from "typescript";
465
465
 
466
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/generics_extractor.mjs
466
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/generics_extractor.mjs
467
467
  function extractGenerics(declaration) {
468
468
  var _a, _b;
469
469
  return (_b = (_a = declaration.typeParameters) == null ? void 0 : _a.map((typeParam) => {
@@ -476,7 +476,7 @@ function extractGenerics(declaration) {
476
476
  })) != null ? _b : [];
477
477
  }
478
478
 
479
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/jsdoc_extractor.mjs
479
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/jsdoc_extractor.mjs
480
480
  import ts4 from "typescript";
481
481
  var decoratorExpression = /@(?=(Injectable|Component|Directive|Pipe|NgModule|Input|Output|HostBinding|HostListener|Inject|Optional|Self|Host|SkipSelf))/g;
482
482
  function extractJsDocTags(node) {
@@ -520,12 +520,12 @@ function unescapeAngularDecorators(comment) {
520
520
  return comment.replace(/_NG_AT_/g, "@");
521
521
  }
522
522
 
523
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/type_extractor.mjs
523
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/type_extractor.mjs
524
524
  function extractResolvedTypeString(node, checker) {
525
525
  return checker.typeToString(checker.getTypeAtLocation(node));
526
526
  }
527
527
 
528
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/function_extractor.mjs
528
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/function_extractor.mjs
529
529
  var FunctionExtractor = class {
530
530
  constructor(declaration, typeChecker) {
531
531
  this.declaration = declaration;
@@ -579,7 +579,7 @@ var FunctionExtractor = class {
579
579
  }
580
580
  };
581
581
 
582
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/class_extractor.mjs
582
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/class_extractor.mjs
583
583
  var ClassExtractor = class {
584
584
  constructor(declaration, typeChecker) {
585
585
  this.declaration = declaration;
@@ -811,7 +811,7 @@ function extractInterface(declaration, typeChecker) {
811
811
  return extractor.extract();
812
812
  }
813
813
 
814
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/constant_extractor.mjs
814
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/constant_extractor.mjs
815
815
  function extractConstant(declaration, typeChecker) {
816
816
  const resolvedType = typeChecker.getBaseTypeOfLiteralType(typeChecker.getTypeAtLocation(declaration));
817
817
  const variableStatement = declaration.parent.parent;
@@ -829,7 +829,7 @@ function isSyntheticAngularConstant(declaration) {
829
829
  return declaration.name.getText() === "USED_FOR_NG_TYPE_CHECKING";
830
830
  }
831
831
 
832
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/decorator_extractor.mjs
832
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/decorator_extractor.mjs
833
833
  import ts7 from "typescript";
834
834
  function extractorDecorator(declaration, typeChecker) {
835
835
  const documentedNode = getDecoratorJsDocNode(declaration);
@@ -902,7 +902,7 @@ function getDecoratorJsDocNode(declaration) {
902
902
  return callSignature;
903
903
  }
904
904
 
905
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/enum_extractor.mjs
905
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/enum_extractor.mjs
906
906
  import ts8 from "typescript";
907
907
  function extractEnum(declaration, typeChecker) {
908
908
  return {
@@ -931,7 +931,7 @@ function getEnumMemberValue(memberNode) {
931
931
  return (_a = literal == null ? void 0 : literal.getText()) != null ? _a : "";
932
932
  }
933
933
 
934
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/type_alias_extractor.mjs
934
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/type_alias_extractor.mjs
935
935
  function extractTypeAlias(declaration) {
936
936
  return {
937
937
  name: declaration.name.getText(),
@@ -943,7 +943,7 @@ function extractTypeAlias(declaration) {
943
943
  };
944
944
  }
945
945
 
946
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/extractor.mjs
946
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/extractor.mjs
947
947
  var DocsExtractor = class {
948
948
  constructor(typeChecker, metadataReader) {
949
949
  this.typeChecker = typeChecker;
@@ -1005,7 +1005,7 @@ function isIgnoredInterface(node) {
1005
1005
  return node.name.getText().endsWith("Decorator") || isDecoratorOptionsInterface(node);
1006
1006
  }
1007
1007
 
1008
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/generator.mjs
1008
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/generator.mjs
1009
1009
  import ts10 from "typescript";
1010
1010
  var FlatIndexGenerator = class {
1011
1011
  constructor(entryPoint, relativeFlatIndexPath, moduleName) {
@@ -1030,7 +1030,7 @@ export * from '${relativeEntryPoint}';
1030
1030
  }
1031
1031
  };
1032
1032
 
1033
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/logic.mjs
1033
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/logic.mjs
1034
1034
  function findFlatIndexEntryPoint(rootFiles) {
1035
1035
  const tsFiles = rootFiles.filter((file) => isNonDeclarationTsPath(file));
1036
1036
  let resolvedEntryPoint = null;
@@ -1046,7 +1046,7 @@ function findFlatIndexEntryPoint(rootFiles) {
1046
1046
  return resolvedEntryPoint;
1047
1047
  }
1048
1048
 
1049
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/private_export_checker.mjs
1049
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/private_export_checker.mjs
1050
1050
  import ts11 from "typescript";
1051
1051
  function checkForPrivateExports(entryPoint, checker, refGraph) {
1052
1052
  const diagnostics = [];
@@ -1126,7 +1126,7 @@ function getDescriptorOfDeclaration(decl) {
1126
1126
  }
1127
1127
  }
1128
1128
 
1129
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/reference_graph.mjs
1129
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/reference_graph.mjs
1130
1130
  var ReferenceGraph = class {
1131
1131
  constructor() {
1132
1132
  this.references = /* @__PURE__ */ new Map();
@@ -1180,7 +1180,7 @@ var ReferenceGraph = class {
1180
1180
  }
1181
1181
  };
1182
1182
 
1183
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/api.mjs
1183
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/api.mjs
1184
1184
  var NgOriginalFile = Symbol("NgOriginalFile");
1185
1185
  var UpdateMode;
1186
1186
  (function(UpdateMode2) {
@@ -1188,13 +1188,13 @@ var UpdateMode;
1188
1188
  UpdateMode2[UpdateMode2["Incremental"] = 1] = "Incremental";
1189
1189
  })(UpdateMode || (UpdateMode = {}));
1190
1190
 
1191
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/ts_create_program_driver.mjs
1191
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/ts_create_program_driver.mjs
1192
1192
  import ts13 from "typescript";
1193
1193
 
1194
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/adapter.mjs
1194
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/adapter.mjs
1195
1195
  import ts12 from "typescript";
1196
1196
 
1197
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/expando.mjs
1197
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/expando.mjs
1198
1198
  var NgExtension = Symbol("NgExtension");
1199
1199
  function isExtended(sf) {
1200
1200
  return sf[NgExtension] !== void 0;
@@ -1254,13 +1254,13 @@ function retagTsFile(sf) {
1254
1254
  }
1255
1255
  }
1256
1256
 
1257
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/util.mjs
1257
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/util.mjs
1258
1258
  var TS_EXTENSIONS = /\.tsx?$/i;
1259
1259
  function makeShimFileName(fileName, suffix) {
1260
1260
  return absoluteFrom(fileName.replace(TS_EXTENSIONS, suffix));
1261
1261
  }
1262
1262
 
1263
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/adapter.mjs
1263
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/adapter.mjs
1264
1264
  var ShimAdapter = class {
1265
1265
  constructor(delegate, tsRootFiles, topLevelGenerators, perFileGenerators, oldProgram) {
1266
1266
  this.delegate = delegate;
@@ -1355,7 +1355,7 @@ var ShimAdapter = class {
1355
1355
  }
1356
1356
  };
1357
1357
 
1358
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/reference_tagger.mjs
1358
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/reference_tagger.mjs
1359
1359
  var ShimReferenceTagger = class {
1360
1360
  constructor(shimExtensions) {
1361
1361
  this.tagged = /* @__PURE__ */ new Set();
@@ -1389,7 +1389,7 @@ var ShimReferenceTagger = class {
1389
1389
  }
1390
1390
  };
1391
1391
 
1392
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/ts_create_program_driver.mjs
1392
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/ts_create_program_driver.mjs
1393
1393
  var DelegatingCompilerHost = class {
1394
1394
  constructor(delegate) {
1395
1395
  this.delegate = delegate;
@@ -1502,7 +1502,7 @@ var TsCreateProgramDriver = class {
1502
1502
  }
1503
1503
  };
1504
1504
 
1505
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/dependency_tracking.mjs
1505
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/dependency_tracking.mjs
1506
1506
  var FileDependencyGraph = class {
1507
1507
  constructor() {
1508
1508
  this.nodes = /* @__PURE__ */ new Map();
@@ -1569,7 +1569,7 @@ function isLogicallyChanged(sf, node, changedTsPaths, deletedTsPaths, changedRes
1569
1569
  return false;
1570
1570
  }
1571
1571
 
1572
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/state.mjs
1572
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/state.mjs
1573
1573
  var IncrementalStateKind;
1574
1574
  (function(IncrementalStateKind2) {
1575
1575
  IncrementalStateKind2[IncrementalStateKind2["Fresh"] = 0] = "Fresh";
@@ -1577,7 +1577,7 @@ var IncrementalStateKind;
1577
1577
  IncrementalStateKind2[IncrementalStateKind2["Analyzed"] = 2] = "Analyzed";
1578
1578
  })(IncrementalStateKind || (IncrementalStateKind = {}));
1579
1579
 
1580
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/incremental.mjs
1580
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/incremental.mjs
1581
1581
  var PhaseKind;
1582
1582
  (function(PhaseKind2) {
1583
1583
  PhaseKind2[PhaseKind2["Analysis"] = 0] = "Analysis";
@@ -1778,7 +1778,7 @@ function toOriginalSourceFile(sf) {
1778
1778
  }
1779
1779
  }
1780
1780
 
1781
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/strategy.mjs
1781
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/strategy.mjs
1782
1782
  var TrackedIncrementalBuildStrategy = class {
1783
1783
  constructor() {
1784
1784
  this.state = null;
@@ -1814,7 +1814,7 @@ var PatchedProgramIncrementalBuildStrategy = class {
1814
1814
  };
1815
1815
  var SYM_INCREMENTAL_STATE = Symbol("NgIncrementalState");
1816
1816
 
1817
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/api.mjs
1817
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/api.mjs
1818
1818
  var IdentifierKind;
1819
1819
  (function(IdentifierKind2) {
1820
1820
  IdentifierKind2[IdentifierKind2["Property"] = 0] = "Property";
@@ -1832,7 +1832,7 @@ var AbsoluteSourceSpan = class {
1832
1832
  }
1833
1833
  };
1834
1834
 
1835
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/context.mjs
1835
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/context.mjs
1836
1836
  var IndexingContext = class {
1837
1837
  constructor() {
1838
1838
  this.components = /* @__PURE__ */ new Set();
@@ -1842,10 +1842,10 @@ var IndexingContext = class {
1842
1842
  }
1843
1843
  };
1844
1844
 
1845
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/transform.mjs
1845
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/transform.mjs
1846
1846
  import { ParseSourceFile } from "@angular/compiler";
1847
1847
 
1848
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/template.mjs
1848
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/template.mjs
1849
1849
  import { ASTWithSource, ImplicitReceiver, PropertyRead, PropertyWrite, RecursiveAstVisitor, TmplAstBoundDeferredTrigger, TmplAstElement, TmplAstRecursiveVisitor, TmplAstReference, TmplAstTemplate } from "@angular/compiler";
1850
1850
  var ExpressionVisitor = class extends RecursiveAstVisitor {
1851
1851
  constructor(expressionStr, absoluteOffset, boundTemplate, targetToIdentifier) {
@@ -2127,7 +2127,7 @@ function getTemplateIdentifiers(boundTemplate) {
2127
2127
  return { identifiers: visitor.identifiers, errors: visitor.errors };
2128
2128
  }
2129
2129
 
2130
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/transform.mjs
2130
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/transform.mjs
2131
2131
  function generateAnalysis(context) {
2132
2132
  const analysis = /* @__PURE__ */ new Map();
2133
2133
  context.components.forEach(({ declaration, selector, boundTemplate, templateMeta }) => {
@@ -2163,7 +2163,7 @@ function generateAnalysis(context) {
2163
2163
  return analysis;
2164
2164
  }
2165
2165
 
2166
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/ng_module_index.mjs
2166
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/ng_module_index.mjs
2167
2167
  var NgModuleIndexImpl = class {
2168
2168
  constructor(metaReader, localReader) {
2169
2169
  this.metaReader = metaReader;
@@ -2252,7 +2252,7 @@ var NgModuleIndexImpl = class {
2252
2252
  }
2253
2253
  };
2254
2254
 
2255
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/resource/src/loader.mjs
2255
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/resource/src/loader.mjs
2256
2256
  import ts14 from "typescript";
2257
2257
  var CSS_PREPROCESSOR_EXT = /(\.scss|\.sass|\.less|\.styl)$/;
2258
2258
  var RESOURCE_MARKER = ".$ngresource$";
@@ -2398,7 +2398,7 @@ function createLookupResolutionHost(adapter) {
2398
2398
  };
2399
2399
  }
2400
2400
 
2401
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/standalone.mjs
2401
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/standalone.mjs
2402
2402
  var StandaloneComponentScopeReader = class {
2403
2403
  constructor(metaReader, localModuleReader, dtsModuleReader) {
2404
2404
  this.metaReader = metaReader;
@@ -2476,10 +2476,10 @@ var StandaloneComponentScopeReader = class {
2476
2476
  }
2477
2477
  };
2478
2478
 
2479
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/checker.mjs
2479
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/checker.mjs
2480
2480
  import { CssSelector, DomElementSchemaRegistry as DomElementSchemaRegistry2, ExternalExpr as ExternalExpr2, WrappedNodeExpr } from "@angular/compiler";
2481
2481
 
2482
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/diagnostic.mjs
2482
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/diagnostic.mjs
2483
2483
  import ts15 from "typescript";
2484
2484
  function makeTemplateDiagnostic(templateId, mapping, span, category, code, messageText, relatedMessages) {
2485
2485
  var _a;
@@ -2586,7 +2586,7 @@ function parseTemplateAsSourceFile(fileName, template) {
2586
2586
  return ts15.createSourceFile(fileName, template, ts15.ScriptTarget.Latest, false, ts15.ScriptKind.JSX);
2587
2587
  }
2588
2588
 
2589
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/id.mjs
2589
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/id.mjs
2590
2590
  var TEMPLATE_ID = Symbol("ngTemplateId");
2591
2591
  var NEXT_TEMPLATE_ID = Symbol("ngNextTemplateId");
2592
2592
  function getTemplateId(clazz) {
@@ -2603,11 +2603,11 @@ function allocateTemplateId(sf) {
2603
2603
  return `tcb${sf[NEXT_TEMPLATE_ID]++}`;
2604
2604
  }
2605
2605
 
2606
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/completion.mjs
2606
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/completion.mjs
2607
2607
  import { EmptyExpr, ImplicitReceiver as ImplicitReceiver2, PropertyRead as PropertyRead2, PropertyWrite as PropertyWrite2, SafePropertyRead, TmplAstReference as TmplAstReference2, TmplAstTextAttribute } from "@angular/compiler";
2608
2608
  import ts17 from "typescript";
2609
2609
 
2610
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/comments.mjs
2610
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/comments.mjs
2611
2611
  import { AbsoluteSourceSpan as AbsoluteSourceSpan2 } from "@angular/compiler";
2612
2612
  import ts16 from "typescript";
2613
2613
  var parseSpanComment = /^(\d+),(\d+)$/;
@@ -2737,7 +2737,7 @@ function hasExpressionIdentifier(sourceFile, node, identifier) {
2737
2737
  }) || false;
2738
2738
  }
2739
2739
 
2740
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/completion.mjs
2740
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/completion.mjs
2741
2741
  var CompletionEngine = class {
2742
2742
  constructor(tcb, data, tcbPath, tcbIsShim) {
2743
2743
  this.tcb = tcb;
@@ -2894,10 +2894,10 @@ var CompletionEngine = class {
2894
2894
  }
2895
2895
  };
2896
2896
 
2897
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
2897
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
2898
2898
  import ts30 from "typescript";
2899
2899
 
2900
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/dom.mjs
2900
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/dom.mjs
2901
2901
  import { DomElementSchemaRegistry } from "@angular/compiler";
2902
2902
  import ts18 from "typescript";
2903
2903
  var REGISTRY = new DomElementSchemaRegistry();
@@ -2950,11 +2950,11 @@ var RegistryDomSchemaChecker = class {
2950
2950
  }
2951
2951
  };
2952
2952
 
2953
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/environment.mjs
2953
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/environment.mjs
2954
2954
  import { ExpressionType, ExternalExpr, TypeModifier } from "@angular/compiler";
2955
2955
  import ts23 from "typescript";
2956
2956
 
2957
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/ts_util.mjs
2957
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/ts_util.mjs
2958
2958
  import ts19 from "typescript";
2959
2959
  var SAFE_TO_CAST_WITHOUT_PARENS = /* @__PURE__ */ new Set([
2960
2960
  ts19.SyntaxKind.ParenthesizedExpression,
@@ -3028,13 +3028,13 @@ function isAccessExpression(node) {
3028
3028
  return ts19.isPropertyAccessExpression(node) || ts19.isElementAccessExpression(node);
3029
3029
  }
3030
3030
 
3031
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.mjs
3031
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.mjs
3032
3032
  import ts22 from "typescript";
3033
3033
 
3034
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.mjs
3034
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.mjs
3035
3035
  import ts21 from "typescript";
3036
3036
 
3037
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_parameter_emitter.mjs
3037
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_parameter_emitter.mjs
3038
3038
  import ts20 from "typescript";
3039
3039
  var TypeParameterEmitter = class {
3040
3040
  constructor(typeParameters, reflector) {
@@ -3112,7 +3112,7 @@ var TypeParameterEmitter = class {
3112
3112
  }
3113
3113
  };
3114
3114
 
3115
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.mjs
3115
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.mjs
3116
3116
  var TcbInliningRequirement;
3117
3117
  (function(TcbInliningRequirement2) {
3118
3118
  TcbInliningRequirement2[TcbInliningRequirement2["MustInline"] = 0] = "MustInline";
@@ -3192,7 +3192,7 @@ function checkIfGenericTypeBoundsCanBeEmitted(node, reflector, env) {
3192
3192
  return emitter.canEmit((ref) => env.canReferenceType(ref));
3193
3193
  }
3194
3194
 
3195
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.mjs
3195
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.mjs
3196
3196
  function generateTypeCtorDeclarationFn(node, meta, nodeTypeRef, typeParams) {
3197
3197
  const rawTypeArgs = typeParams !== void 0 ? generateGenericArgs(typeParams) : void 0;
3198
3198
  const rawType = ts22.factory.createTypeReferenceNode(nodeTypeRef, rawTypeArgs);
@@ -3303,7 +3303,7 @@ function typeParametersWithDefaultTypes(params) {
3303
3303
  });
3304
3304
  }
3305
3305
 
3306
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/environment.mjs
3306
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/environment.mjs
3307
3307
  var Environment = class {
3308
3308
  constructor(config, importManager, refEmitter, reflector, contextFile) {
3309
3309
  this.config = config;
@@ -3397,7 +3397,7 @@ var Environment = class {
3397
3397
  }
3398
3398
  };
3399
3399
 
3400
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/oob.mjs
3400
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/oob.mjs
3401
3401
  import { TmplAstElement as TmplAstElement2 } from "@angular/compiler";
3402
3402
  import ts24 from "typescript";
3403
3403
  var OutOfBandDiagnosticRecorderImpl = class {
@@ -3553,7 +3553,7 @@ function makeInlineDiagnostic(templateId, code, node, messageText, relatedInform
3553
3553
  };
3554
3554
  }
3555
3555
 
3556
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/shim.mjs
3556
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/shim.mjs
3557
3557
  import ts25 from "typescript";
3558
3558
  var TypeCheckShimGenerator = class {
3559
3559
  constructor() {
@@ -3571,11 +3571,11 @@ var TypeCheckShimGenerator = class {
3571
3571
  }
3572
3572
  };
3573
3573
 
3574
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.mjs
3574
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.mjs
3575
3575
  import { BindingPipe, Call as Call2, DYNAMIC_TYPE, ImplicitReceiver as ImplicitReceiver4, PropertyRead as PropertyRead4, PropertyWrite as PropertyWrite3, SafeCall, SafePropertyRead as SafePropertyRead3, ThisReceiver, TmplAstBoundAttribute, TmplAstBoundText, TmplAstDeferredBlock, TmplAstElement as TmplAstElement3, TmplAstForLoopBlock, TmplAstIcu, TmplAstIfBlock, TmplAstIfBlockBranch, TmplAstReference as TmplAstReference3, TmplAstSwitchBlock, TmplAstTemplate as TmplAstTemplate2, TmplAstTextAttribute as TmplAstTextAttribute2, TmplAstVariable as TmplAstVariable2, TransplantedType } from "@angular/compiler";
3576
3576
  import ts28 from "typescript";
3577
3577
 
3578
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/diagnostics.mjs
3578
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/diagnostics.mjs
3579
3579
  import { AbsoluteSourceSpan as AbsoluteSourceSpan3 } from "@angular/compiler";
3580
3580
  import ts26 from "typescript";
3581
3581
  function wrapForDiagnostics(expr) {
@@ -3621,7 +3621,7 @@ function translateDiagnostic(diagnostic, resolver) {
3621
3621
  return makeTemplateDiagnostic(sourceLocation.id, templateSourceMapping, span, diagnostic.category, diagnostic.code, diagnostic.messageText);
3622
3622
  }
3623
3623
 
3624
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/expression.mjs
3624
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/expression.mjs
3625
3625
  import { ASTWithSource as ASTWithSource2, Call, EmptyExpr as EmptyExpr2, PropertyRead as PropertyRead3, SafeKeyedRead, SafePropertyRead as SafePropertyRead2 } from "@angular/compiler";
3626
3626
  import ts27 from "typescript";
3627
3627
  var NULL_AS_ANY = ts27.factory.createAsExpression(ts27.factory.createNull(), ts27.factory.createKeywordTypeNode(ts27.SyntaxKind.AnyKeyword));
@@ -3954,7 +3954,7 @@ var VeSafeLhsInferenceBugDetector = _VeSafeLhsInferenceBugDetector;
3954
3954
  _VeSafeLhsInferenceBugDetector.SINGLETON = new _VeSafeLhsInferenceBugDetector();
3955
3955
  })();
3956
3956
 
3957
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/template_semantics.mjs
3957
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/template_semantics.mjs
3958
3958
  import { ImplicitReceiver as ImplicitReceiver3, RecursiveAstVisitor as RecursiveAstVisitor2, TmplAstVariable } from "@angular/compiler";
3959
3959
  var ExpressionSemanticVisitor = class extends RecursiveAstVisitor2 {
3960
3960
  constructor(templateId, boundTarget, oob) {
@@ -3978,7 +3978,7 @@ var ExpressionSemanticVisitor = class extends RecursiveAstVisitor2 {
3978
3978
  }
3979
3979
  };
3980
3980
 
3981
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.mjs
3981
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.mjs
3982
3982
  var TcbGenericContextBehavior;
3983
3983
  (function(TcbGenericContextBehavior2) {
3984
3984
  TcbGenericContextBehavior2[TcbGenericContextBehavior2["UseEmitter"] = 0] = "UseEmitter";
@@ -5350,7 +5350,7 @@ var TcbForLoopTrackTranslator = class extends TcbExpressionTranslator {
5350
5350
  }
5351
5351
  };
5352
5352
 
5353
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_file.mjs
5353
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_file.mjs
5354
5354
  import ts29 from "typescript";
5355
5355
  var TypeCheckFile = class extends Environment {
5356
5356
  constructor(fileName, config, refEmitter, reflector, compilerHost) {
@@ -5386,7 +5386,7 @@ var TypeCheckFile = class extends Environment {
5386
5386
  }
5387
5387
  };
5388
5388
 
5389
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
5389
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
5390
5390
  var InliningMode;
5391
5391
  (function(InliningMode2) {
5392
5392
  InliningMode2[InliningMode2["InlineOps"] = 0] = "InlineOps";
@@ -5623,10 +5623,10 @@ function splitStringAtPoints(str, points) {
5623
5623
  return splits;
5624
5624
  }
5625
5625
 
5626
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/source.mjs
5626
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/source.mjs
5627
5627
  import { ParseLocation, ParseSourceSpan } from "@angular/compiler";
5628
5628
 
5629
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/line_mappings.mjs
5629
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/line_mappings.mjs
5630
5630
  var LF_CHAR = 10;
5631
5631
  var CR_CHAR = 13;
5632
5632
  var LINE_SEP_CHAR = 8232;
@@ -5667,7 +5667,7 @@ function findClosestLineStartPosition(linesMap, position, low = 0, high = linesM
5667
5667
  return low - 1;
5668
5668
  }
5669
5669
 
5670
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/source.mjs
5670
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/source.mjs
5671
5671
  var TemplateSource = class {
5672
5672
  constructor(mapping, file) {
5673
5673
  this.mapping = mapping;
@@ -5718,7 +5718,7 @@ var TemplateSourceManager = class {
5718
5718
  }
5719
5719
  };
5720
5720
 
5721
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/template_symbol_builder.mjs
5721
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/template_symbol_builder.mjs
5722
5722
  import { AST, ASTWithSource as ASTWithSource3, BindingPipe as BindingPipe2, PropertyRead as PropertyRead5, PropertyWrite as PropertyWrite4, SafePropertyRead as SafePropertyRead4, TmplAstBoundAttribute as TmplAstBoundAttribute2, TmplAstBoundEvent, TmplAstElement as TmplAstElement4, TmplAstReference as TmplAstReference4, TmplAstTemplate as TmplAstTemplate3, TmplAstTextAttribute as TmplAstTextAttribute3, TmplAstVariable as TmplAstVariable3 } from "@angular/compiler";
5723
5723
  import ts31 from "typescript";
5724
5724
  var SymbolBuilder = class {
@@ -6202,7 +6202,7 @@ function sourceSpanEqual(a, b) {
6202
6202
  return a.start.offset === b.start.offset && a.end.offset === b.end.offset;
6203
6203
  }
6204
6204
 
6205
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/checker.mjs
6205
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/checker.mjs
6206
6206
  var REGISTRY2 = new DomElementSchemaRegistry2();
6207
6207
  var TemplateTypeCheckerImpl = class {
6208
6208
  constructor(originalProgram, programDriver, typeCheckAdapter, config, refEmitter, reflector, compilerHost, priorBuild, metaReader, localMetaReader, ngModuleIndex, componentScopeReader, typeCheckScopeRegistry, perf) {
@@ -6899,10 +6899,10 @@ var SingleShimTypeCheckingHost = class extends SingleFileTypeCheckingHost {
6899
6899
  }
6900
6900
  };
6901
6901
 
6902
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/invalid_banana_in_box/index.mjs
6902
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/invalid_banana_in_box/index.mjs
6903
6903
  import { TmplAstBoundEvent as TmplAstBoundEvent2 } from "@angular/compiler";
6904
6904
 
6905
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/api/api.mjs
6905
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/api/api.mjs
6906
6906
  import { ASTWithSource as ASTWithSource4, RecursiveAstVisitor as RecursiveAstVisitor3, TmplAstBoundDeferredTrigger as TmplAstBoundDeferredTrigger2 } from "@angular/compiler";
6907
6907
  var TemplateCheckWithVisitor = class {
6908
6908
  run(ctx, component, template) {
@@ -7026,7 +7026,7 @@ var TemplateVisitor2 = class extends RecursiveAstVisitor3 {
7026
7026
  }
7027
7027
  };
7028
7028
 
7029
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/invalid_banana_in_box/index.mjs
7029
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/invalid_banana_in_box/index.mjs
7030
7030
  var InvalidBananaInBoxCheck = class extends TemplateCheckWithVisitor {
7031
7031
  constructor() {
7032
7032
  super(...arguments);
@@ -7051,7 +7051,7 @@ var factory = {
7051
7051
  create: () => new InvalidBananaInBoxCheck()
7052
7052
  };
7053
7053
 
7054
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_control_flow_directive/index.mjs
7054
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_control_flow_directive/index.mjs
7055
7055
  import { TmplAstTemplate as TmplAstTemplate4 } from "@angular/compiler";
7056
7056
  var KNOWN_CONTROL_FLOW_DIRECTIVES = /* @__PURE__ */ new Map([
7057
7057
  ["ngIf", { directive: "NgIf", builtIn: "@if" }],
@@ -7096,7 +7096,7 @@ var factory2 = {
7096
7096
  }
7097
7097
  };
7098
7098
 
7099
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_ngforof_let/index.mjs
7099
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_ngforof_let/index.mjs
7100
7100
  import { TmplAstTemplate as TmplAstTemplate5 } from "@angular/compiler";
7101
7101
  var MissingNgForOfLetCheck = class extends TemplateCheckWithVisitor {
7102
7102
  constructor() {
@@ -7129,7 +7129,7 @@ var factory3 = {
7129
7129
  create: () => new MissingNgForOfLetCheck()
7130
7130
  };
7131
7131
 
7132
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/nullish_coalescing_not_nullable/index.mjs
7132
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/nullish_coalescing_not_nullable/index.mjs
7133
7133
  import { Binary } from "@angular/compiler";
7134
7134
  import ts32 from "typescript";
7135
7135
  var NullishCoalescingNotNullableCheck = class extends TemplateCheckWithVisitor {
@@ -7174,7 +7174,7 @@ var factory4 = {
7174
7174
  }
7175
7175
  };
7176
7176
 
7177
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/optional_chain_not_nullable/index.mjs
7177
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/optional_chain_not_nullable/index.mjs
7178
7178
  import { SafeCall as SafeCall2, SafeKeyedRead as SafeKeyedRead2, SafePropertyRead as SafePropertyRead5 } from "@angular/compiler";
7179
7179
  import ts33 from "typescript";
7180
7180
  var OptionalChainNotNullableCheck = class extends TemplateCheckWithVisitor {
@@ -7220,7 +7220,7 @@ var factory5 = {
7220
7220
  }
7221
7221
  };
7222
7222
 
7223
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/suffix_not_supported/index.mjs
7223
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/suffix_not_supported/index.mjs
7224
7224
  import { TmplAstBoundAttribute as TmplAstBoundAttribute3 } from "@angular/compiler";
7225
7225
  var STYLE_SUFFIXES = ["px", "%", "em"];
7226
7226
  var SuffixNotSupportedCheck = class extends TemplateCheckWithVisitor {
@@ -7244,7 +7244,7 @@ var factory6 = {
7244
7244
  create: () => new SuffixNotSupportedCheck()
7245
7245
  };
7246
7246
 
7247
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/text_attribute_not_binding/index.mjs
7247
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/text_attribute_not_binding/index.mjs
7248
7248
  import { TmplAstTextAttribute as TmplAstTextAttribute4 } from "@angular/compiler";
7249
7249
  var TextAttributeNotBindingSpec = class extends TemplateCheckWithVisitor {
7250
7250
  constructor() {
@@ -7283,10 +7283,10 @@ var factory7 = {
7283
7283
  create: () => new TextAttributeNotBindingSpec()
7284
7284
  };
7285
7285
 
7286
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.mjs
7286
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.mjs
7287
7287
  import ts34 from "typescript";
7288
7288
 
7289
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/api/src/public_options.mjs
7289
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/api/src/public_options.mjs
7290
7290
  var DiagnosticCategoryLabel;
7291
7291
  (function(DiagnosticCategoryLabel2) {
7292
7292
  DiagnosticCategoryLabel2["Warning"] = "warning";
@@ -7294,7 +7294,7 @@ var DiagnosticCategoryLabel;
7294
7294
  DiagnosticCategoryLabel2["Suppress"] = "suppress";
7295
7295
  })(DiagnosticCategoryLabel || (DiagnosticCategoryLabel = {}));
7296
7296
 
7297
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.mjs
7297
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.mjs
7298
7298
  var ExtendedTemplateCheckerImpl = class {
7299
7299
  constructor(templateTypeChecker, typeChecker, templateCheckFactories, options) {
7300
7300
  var _a, _b, _c, _d, _e;
@@ -7347,7 +7347,7 @@ function assertNever(value) {
7347
7347
  ${value}`);
7348
7348
  }
7349
7349
 
7350
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/index.mjs
7350
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/index.mjs
7351
7351
  var ALL_DIAGNOSTIC_FACTORIES = [
7352
7352
  factory,
7353
7353
  factory4,
@@ -7358,7 +7358,7 @@ var ALL_DIAGNOSTIC_FACTORIES = [
7358
7358
  factory6
7359
7359
  ];
7360
7360
 
7361
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.mjs
7361
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.mjs
7362
7362
  var CompilationTicketKind;
7363
7363
  (function(CompilationTicketKind2) {
7364
7364
  CompilationTicketKind2[CompilationTicketKind2["Fresh"] = 0] = "Fresh";
@@ -8117,7 +8117,7 @@ function versionMapFromProgram(program, driver) {
8117
8117
  return versions;
8118
8118
  }
8119
8119
 
8120
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/host.mjs
8120
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/host.mjs
8121
8121
  import ts36 from "typescript";
8122
8122
  var DelegatingCompilerHost2 = class {
8123
8123
  constructor(delegate) {
@@ -8250,7 +8250,7 @@ var NgCompilerHost = class extends DelegatingCompilerHost2 {
8250
8250
  }
8251
8251
  };
8252
8252
 
8253
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
8253
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
8254
8254
  var NgtscProgram = class {
8255
8255
  constructor(rootNames, options, delegateHost, oldProgram) {
8256
8256
  this.options = options;
@@ -8477,15 +8477,15 @@ function mergeEmitResults(emitResults) {
8477
8477
  return { diagnostics, emitSkipped, emittedFiles };
8478
8478
  }
8479
8479
 
8480
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/program.mjs
8480
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/program.mjs
8481
8481
  function createProgram({ rootNames, options, host, oldProgram }) {
8482
8482
  return new NgtscProgram(rootNames, options, host, oldProgram);
8483
8483
  }
8484
8484
 
8485
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/perform_compile.mjs
8485
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/perform_compile.mjs
8486
8486
  import ts39 from "typescript";
8487
8487
 
8488
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/util.mjs
8488
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/util.mjs
8489
8489
  import ts38 from "typescript";
8490
8490
  function createMessageDiagnostic(messageText) {
8491
8491
  return {
@@ -8499,7 +8499,7 @@ function createMessageDiagnostic(messageText) {
8499
8499
  };
8500
8500
  }
8501
8501
 
8502
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/perform_compile.mjs
8502
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/perform_compile.mjs
8503
8503
  var defaultFormatHost = {
8504
8504
  getCurrentDirectory: () => ts39.sys.getCurrentDirectory(),
8505
8505
  getCanonicalFileName: (fileName) => fileName,
@@ -8712,4 +8712,4 @@ export {
8712
8712
  * Use of this source code is governed by an MIT-style license that can be
8713
8713
  * found in the LICENSE file at https://angular.io/license
8714
8714
  */
8715
- //# sourceMappingURL=chunk-KIPH6OCC.js.map
8715
+ //# sourceMappingURL=chunk-SKLJR6LO.js.map