@angular/compiler-cli 15.1.2 → 15.1.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 (48) hide show
  1. package/bundles/{chunk-ZOI6L3RR.js → chunk-5M32KPOS.js} +28 -28
  2. package/bundles/{chunk-ZOI6L3RR.js.map → chunk-5M32KPOS.js.map} +0 -0
  3. package/bundles/{chunk-LYJKWJUC.js → chunk-CF2CT7RQ.js} +3 -3
  4. package/bundles/{chunk-LYJKWJUC.js.map → chunk-CF2CT7RQ.js.map} +0 -0
  5. package/bundles/{chunk-33AJ4VGZ.js → chunk-FU4IW4GN.js} +70 -70
  6. package/bundles/{chunk-33AJ4VGZ.js.map → chunk-FU4IW4GN.js.map} +0 -0
  7. package/bundles/{chunk-YZWN2KWE.js → chunk-HK36RNP3.js} +5 -5
  8. package/bundles/{chunk-YZWN2KWE.js.map → chunk-HK36RNP3.js.map} +0 -0
  9. package/bundles/{chunk-2AV6BOTZ.js → chunk-J44BXEUC.js} +5 -5
  10. package/bundles/{chunk-2AV6BOTZ.js.map → chunk-J44BXEUC.js.map} +0 -0
  11. package/bundles/{chunk-TBUSSXUA.js → chunk-K2U2VZ7S.js} +7 -7
  12. package/bundles/{chunk-TBUSSXUA.js.map → chunk-K2U2VZ7S.js.map} +0 -0
  13. package/bundles/{chunk-2NLFVEGY.js → chunk-L644G6CJ.js} +7 -7
  14. package/bundles/{chunk-2NLFVEGY.js.map → chunk-L644G6CJ.js.map} +0 -0
  15. package/bundles/{chunk-P6RV7WPP.js → chunk-L6LHAJZ7.js} +72 -72
  16. package/bundles/{chunk-P6RV7WPP.js.map → chunk-L6LHAJZ7.js.map} +0 -0
  17. package/bundles/{chunk-7CWE4INV.js → chunk-ML7UDN4R.js} +40 -40
  18. package/bundles/{chunk-7CWE4INV.js.map → chunk-ML7UDN4R.js.map} +0 -0
  19. package/bundles/{chunk-NEQOZOZQ.js → chunk-O52BHOQL.js} +31 -31
  20. package/bundles/{chunk-NEQOZOZQ.js.map → chunk-O52BHOQL.js.map} +0 -0
  21. package/bundles/{chunk-B57SP4JB.js → chunk-OFPWZYAK.js} +2 -2
  22. package/bundles/{chunk-B57SP4JB.js.map → chunk-OFPWZYAK.js.map} +0 -0
  23. package/bundles/{chunk-LPXFO4TY.js → chunk-U6ACTSPA.js} +6 -6
  24. package/bundles/{chunk-LPXFO4TY.js.map → chunk-U6ACTSPA.js.map} +0 -0
  25. package/bundles/{chunk-ZF3IVDQ2.js → chunk-UPBLAOWL.js} +6 -6
  26. package/bundles/{chunk-ZF3IVDQ2.js.map → chunk-UPBLAOWL.js.map} +0 -0
  27. package/bundles/{chunk-DEOVYZ6W.js → chunk-XRJ2O3LZ.js} +97 -97
  28. package/bundles/{chunk-DEOVYZ6W.js.map → chunk-XRJ2O3LZ.js.map} +0 -0
  29. package/bundles/{chunk-K7P4IHT5.js → chunk-YSDCIO24.js} +4 -4
  30. package/bundles/{chunk-K7P4IHT5.js.map → chunk-YSDCIO24.js.map} +0 -0
  31. package/bundles/index.js +12 -12
  32. package/bundles/linker/babel/index.js +12 -12
  33. package/bundles/linker/index.js +4 -4
  34. package/bundles/ngcc/index.js +12 -12
  35. package/bundles/ngcc/main-ngcc.js +13 -13
  36. package/bundles/ngcc/src/execution/cluster/ngcc_cluster_worker.js +13 -13
  37. package/bundles/ngcc/src/locking/lock_file_with_child_process/ngcc_lock_unlocker.js +4 -4
  38. package/bundles/private/bazel.js +1 -1
  39. package/bundles/private/localize.js +3 -3
  40. package/bundles/private/migrations.js +5 -5
  41. package/bundles/private/tooling.js +2 -2
  42. package/bundles/src/bin/ng_xi18n.js +10 -10
  43. package/bundles/src/bin/ngc.js +8 -8
  44. package/bundles_metadata.json +1 -1
  45. package/index.d.ts +1 -1
  46. package/ngcc/src/packages/build_marker.d.ts +1 -1
  47. package/package.json +2 -2
  48. package/src/ngtsc/tsc_plugin.d.ts +1 -1
@@ -30,11 +30,11 @@ import {
30
30
  aliasTransformFactory,
31
31
  declarationTransformFactory,
32
32
  ivyTransformFactory
33
- } from "./chunk-P6RV7WPP.js";
33
+ } from "./chunk-L6LHAJZ7.js";
34
34
  import {
35
35
  TypeScriptReflectionHost,
36
36
  isNamedClassDeclaration
37
- } from "./chunk-ZF3IVDQ2.js";
37
+ } from "./chunk-UPBLAOWL.js";
38
38
  import {
39
39
  AbsoluteModuleStrategy,
40
40
  AliasStrategy,
@@ -77,7 +77,7 @@ import {
77
77
  toUnredirectedSourceFile,
78
78
  translateExpression,
79
79
  translateType
80
- } from "./chunk-ZOI6L3RR.js";
80
+ } from "./chunk-5M32KPOS.js";
81
81
  import {
82
82
  LogicalFileSystem,
83
83
  absoluteFrom,
@@ -88,16 +88,16 @@ import {
88
88
  getSourceFileOrError,
89
89
  join,
90
90
  resolve
91
- } from "./chunk-TBUSSXUA.js";
91
+ } from "./chunk-K2U2VZ7S.js";
92
92
  import {
93
93
  ActivePerfRecorder,
94
94
  DelegatingPerfRecorder,
95
95
  PerfCheckpoint,
96
96
  PerfEvent,
97
97
  PerfPhase
98
- } from "./chunk-YZWN2KWE.js";
98
+ } from "./chunk-HK36RNP3.js";
99
99
 
100
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/api.mjs
100
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/transformers/api.mjs
101
101
  var DEFAULT_ERROR_CODE = 100;
102
102
  var UNKNOWN_ERROR_CODE = 500;
103
103
  var SOURCE = "angular";
@@ -115,7 +115,7 @@ var EmitFlags;
115
115
  EmitFlags2[EmitFlags2["All"] = 31] = "All";
116
116
  })(EmitFlags || (EmitFlags = {}));
117
117
 
118
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/compiler_host.mjs
118
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/transformers/compiler_host.mjs
119
119
  import ts from "typescript";
120
120
  var wrapHostForTest = null;
121
121
  function createCompilerHost({ options, tsHost = ts.createCompilerHost(options, true) }) {
@@ -125,28 +125,28 @@ function createCompilerHost({ options, tsHost = ts.createCompilerHost(options, t
125
125
  return tsHost;
126
126
  }
127
127
 
128
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/checker.mjs
128
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/checker.mjs
129
129
  var OptimizeFor;
130
130
  (function(OptimizeFor2) {
131
131
  OptimizeFor2[OptimizeFor2["SingleFile"] = 0] = "SingleFile";
132
132
  OptimizeFor2[OptimizeFor2["WholeProgram"] = 1] = "WholeProgram";
133
133
  })(OptimizeFor || (OptimizeFor = {}));
134
134
 
135
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/completion.mjs
135
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/completion.mjs
136
136
  var CompletionKind;
137
137
  (function(CompletionKind2) {
138
138
  CompletionKind2[CompletionKind2["Reference"] = 0] = "Reference";
139
139
  CompletionKind2[CompletionKind2["Variable"] = 1] = "Variable";
140
140
  })(CompletionKind || (CompletionKind = {}));
141
141
 
142
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/scope.mjs
142
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/scope.mjs
143
143
  var PotentialImportKind;
144
144
  (function(PotentialImportKind2) {
145
145
  PotentialImportKind2[PotentialImportKind2["NgModule"] = 0] = "NgModule";
146
146
  PotentialImportKind2[PotentialImportKind2["Standalone"] = 1] = "Standalone";
147
147
  })(PotentialImportKind || (PotentialImportKind = {}));
148
148
 
149
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/symbols.mjs
149
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/symbols.mjs
150
150
  var SymbolKind;
151
151
  (function(SymbolKind2) {
152
152
  SymbolKind2[SymbolKind2["Input"] = 0] = "Input";
@@ -162,11 +162,11 @@ var SymbolKind;
162
162
  SymbolKind2[SymbolKind2["Pipe"] = 10] = "Pipe";
163
163
  })(SymbolKind || (SymbolKind = {}));
164
164
 
165
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
165
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
166
166
  import { HtmlParser, MessageBundle } from "@angular/compiler";
167
167
  import ts34 from "typescript";
168
168
 
169
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/i18n.mjs
169
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/transformers/i18n.mjs
170
170
  import { Xliff, Xliff2, Xmb } from "@angular/compiler";
171
171
  import * as path from "path";
172
172
  function i18nGetExtension(formatName) {
@@ -217,10 +217,10 @@ function getPathNormalizer(basePath) {
217
217
  };
218
218
  }
219
219
 
220
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
220
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
221
221
  import ts2 from "typescript";
222
222
 
223
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/version_helpers.mjs
223
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/version_helpers.mjs
224
224
  function toNumbers(value) {
225
225
  const suffixIndex = value.lastIndexOf("-");
226
226
  return value.slice(0, suffixIndex === -1 ? value.length : suffixIndex).split(".").map((segment) => {
@@ -255,7 +255,7 @@ function compareVersions(v1, v2) {
255
255
  return compareNumbers(toNumbers(v1), toNumbers(v2));
256
256
  }
257
257
 
258
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
258
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
259
259
  var MIN_TS_VERSION = "4.8.2";
260
260
  var MAX_TS_VERSION = "5.0.0";
261
261
  var tsVersion = ts2.version;
@@ -268,10 +268,10 @@ function verifySupportedTypeScriptVersion() {
268
268
  checkVersion(tsVersion, MIN_TS_VERSION, MAX_TS_VERSION);
269
269
  }
270
270
 
271
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.mjs
271
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.mjs
272
272
  import ts32 from "typescript";
273
273
 
274
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/analyzer.mjs
274
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/analyzer.mjs
275
275
  var CycleAnalyzer = class {
276
276
  constructor(importGraph) {
277
277
  this.importGraph = importGraph;
@@ -342,7 +342,7 @@ var Cycle = class {
342
342
  }
343
343
  };
344
344
 
345
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/imports.mjs
345
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/imports.mjs
346
346
  import ts3 from "typescript";
347
347
  var ImportGraph = class {
348
348
  constructor(checker, perf) {
@@ -434,7 +434,7 @@ var Found = class {
434
434
  }
435
435
  };
436
436
 
437
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/generator.mjs
437
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/generator.mjs
438
438
  import ts4 from "typescript";
439
439
  var FlatIndexGenerator = class {
440
440
  constructor(entryPoint, relativeFlatIndexPath, moduleName) {
@@ -459,7 +459,7 @@ export * from '${relativeEntryPoint}';
459
459
  }
460
460
  };
461
461
 
462
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/logic.mjs
462
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/logic.mjs
463
463
  function findFlatIndexEntryPoint(rootFiles) {
464
464
  const tsFiles = rootFiles.filter((file) => isNonDeclarationTsPath(file));
465
465
  let resolvedEntryPoint = null;
@@ -475,7 +475,7 @@ function findFlatIndexEntryPoint(rootFiles) {
475
475
  return resolvedEntryPoint;
476
476
  }
477
477
 
478
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/private_export_checker.mjs
478
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/private_export_checker.mjs
479
479
  import ts5 from "typescript";
480
480
  function checkForPrivateExports(entryPoint, checker, refGraph) {
481
481
  const diagnostics = [];
@@ -555,7 +555,7 @@ function getDescriptorOfDeclaration(decl) {
555
555
  }
556
556
  }
557
557
 
558
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/reference_graph.mjs
558
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/reference_graph.mjs
559
559
  var ReferenceGraph = class {
560
560
  constructor() {
561
561
  this.references = /* @__PURE__ */ new Map();
@@ -609,7 +609,7 @@ var ReferenceGraph = class {
609
609
  }
610
610
  };
611
611
 
612
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/api.mjs
612
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/api.mjs
613
613
  var NgOriginalFile = Symbol("NgOriginalFile");
614
614
  var UpdateMode;
615
615
  (function(UpdateMode2) {
@@ -617,13 +617,13 @@ var UpdateMode;
617
617
  UpdateMode2[UpdateMode2["Incremental"] = 1] = "Incremental";
618
618
  })(UpdateMode || (UpdateMode = {}));
619
619
 
620
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/ts_create_program_driver.mjs
620
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/ts_create_program_driver.mjs
621
621
  import ts9 from "typescript";
622
622
 
623
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/adapter.mjs
623
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/adapter.mjs
624
624
  import ts6 from "typescript";
625
625
 
626
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/expando.mjs
626
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/expando.mjs
627
627
  var NgExtension = Symbol("NgExtension");
628
628
  function isExtended(sf) {
629
629
  return sf[NgExtension] !== void 0;
@@ -683,7 +683,7 @@ function retagTsFile(sf) {
683
683
  }
684
684
  }
685
685
 
686
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/util.mjs
686
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/util.mjs
687
687
  var TS_EXTENSIONS = /\.tsx?$/i;
688
688
  function makeShimFileName(fileName, suffix) {
689
689
  return absoluteFrom(fileName.replace(TS_EXTENSIONS, suffix));
@@ -698,7 +698,7 @@ function generatedModuleName(originalModuleName, originalFileName, genSuffix) {
698
698
  return moduleName;
699
699
  }
700
700
 
701
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/adapter.mjs
701
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/adapter.mjs
702
702
  var ShimAdapter = class {
703
703
  constructor(delegate, tsRootFiles, topLevelGenerators, perFileGenerators, oldProgram) {
704
704
  this.delegate = delegate;
@@ -793,7 +793,7 @@ var ShimAdapter = class {
793
793
  }
794
794
  };
795
795
 
796
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/factory_generator.mjs
796
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/factory_generator.mjs
797
797
  import ts7 from "typescript";
798
798
  var TS_DTS_SUFFIX = /(\.d)?\.ts$/;
799
799
  var STRIP_NG_FACTORY = /(.*)NgFactory$/;
@@ -953,7 +953,7 @@ function updateInitializers(stmt, update) {
953
953
  return ts7.factory.updateVariableStatement(stmt, ts7.getModifiers(stmt), ts7.factory.updateVariableDeclarationList(stmt.declarationList, stmt.declarationList.declarations.map((decl) => ts7.factory.updateVariableDeclaration(decl, decl.name, decl.exclamationToken, decl.type, update(decl.initializer)))));
954
954
  }
955
955
 
956
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/reference_tagger.mjs
956
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/reference_tagger.mjs
957
957
  var ShimReferenceTagger = class {
958
958
  constructor(shimExtensions) {
959
959
  this.tagged = /* @__PURE__ */ new Set();
@@ -987,7 +987,7 @@ var ShimReferenceTagger = class {
987
987
  }
988
988
  };
989
989
 
990
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/summary_generator.mjs
990
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/summary_generator.mjs
991
991
  import ts8 from "typescript";
992
992
  var SummaryGenerator = class {
993
993
  constructor() {
@@ -1028,7 +1028,7 @@ function isExported2(decl) {
1028
1028
  return modifiers !== void 0 && modifiers.some((mod) => mod.kind == ts8.SyntaxKind.ExportKeyword) || false;
1029
1029
  }
1030
1030
 
1031
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/ts_create_program_driver.mjs
1031
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/ts_create_program_driver.mjs
1032
1032
  var DelegatingCompilerHost = class {
1033
1033
  constructor(delegate) {
1034
1034
  this.delegate = delegate;
@@ -1139,7 +1139,7 @@ var TsCreateProgramDriver = class {
1139
1139
  }
1140
1140
  };
1141
1141
 
1142
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/dependency_tracking.mjs
1142
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/dependency_tracking.mjs
1143
1143
  var FileDependencyGraph = class {
1144
1144
  constructor() {
1145
1145
  this.nodes = /* @__PURE__ */ new Map();
@@ -1206,7 +1206,7 @@ function isLogicallyChanged(sf, node, changedTsPaths, deletedTsPaths, changedRes
1206
1206
  return false;
1207
1207
  }
1208
1208
 
1209
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/state.mjs
1209
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/state.mjs
1210
1210
  var IncrementalStateKind;
1211
1211
  (function(IncrementalStateKind2) {
1212
1212
  IncrementalStateKind2[IncrementalStateKind2["Fresh"] = 0] = "Fresh";
@@ -1214,7 +1214,7 @@ var IncrementalStateKind;
1214
1214
  IncrementalStateKind2[IncrementalStateKind2["Analyzed"] = 2] = "Analyzed";
1215
1215
  })(IncrementalStateKind || (IncrementalStateKind = {}));
1216
1216
 
1217
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/incremental.mjs
1217
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/incremental.mjs
1218
1218
  var PhaseKind;
1219
1219
  (function(PhaseKind2) {
1220
1220
  PhaseKind2[PhaseKind2["Analysis"] = 0] = "Analysis";
@@ -1415,7 +1415,7 @@ function toOriginalSourceFile(sf) {
1415
1415
  }
1416
1416
  }
1417
1417
 
1418
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/strategy.mjs
1418
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/strategy.mjs
1419
1419
  var TrackedIncrementalBuildStrategy = class {
1420
1420
  constructor() {
1421
1421
  this.state = null;
@@ -1451,7 +1451,7 @@ var PatchedProgramIncrementalBuildStrategy = class {
1451
1451
  };
1452
1452
  var SYM_INCREMENTAL_STATE = Symbol("NgIncrementalState");
1453
1453
 
1454
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/api.mjs
1454
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/api.mjs
1455
1455
  var IdentifierKind;
1456
1456
  (function(IdentifierKind2) {
1457
1457
  IdentifierKind2[IdentifierKind2["Property"] = 0] = "Property";
@@ -1469,7 +1469,7 @@ var AbsoluteSourceSpan = class {
1469
1469
  }
1470
1470
  };
1471
1471
 
1472
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/context.mjs
1472
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/context.mjs
1473
1473
  var IndexingContext = class {
1474
1474
  constructor() {
1475
1475
  this.components = /* @__PURE__ */ new Set();
@@ -1479,10 +1479,10 @@ var IndexingContext = class {
1479
1479
  }
1480
1480
  };
1481
1481
 
1482
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/transform.mjs
1482
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/transform.mjs
1483
1483
  import { ParseSourceFile } from "@angular/compiler";
1484
1484
 
1485
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/template.mjs
1485
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/template.mjs
1486
1486
  import { ASTWithSource, ImplicitReceiver, PropertyRead, PropertyWrite, RecursiveAstVisitor, TmplAstElement, TmplAstRecursiveVisitor, TmplAstReference, TmplAstTemplate } from "@angular/compiler";
1487
1487
  var ExpressionVisitor = class extends RecursiveAstVisitor {
1488
1488
  constructor(expressionStr, absoluteOffset, boundTemplate, targetToIdentifier) {
@@ -1719,7 +1719,7 @@ function getTemplateIdentifiers(boundTemplate) {
1719
1719
  return { identifiers: visitor.identifiers, errors: visitor.errors };
1720
1720
  }
1721
1721
 
1722
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/transform.mjs
1722
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/transform.mjs
1723
1723
  function generateAnalysis(context) {
1724
1724
  const analysis = /* @__PURE__ */ new Map();
1725
1725
  context.components.forEach(({ declaration, selector, boundTemplate, templateMeta }) => {
@@ -1755,7 +1755,7 @@ function generateAnalysis(context) {
1755
1755
  return analysis;
1756
1756
  }
1757
1757
 
1758
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/resource/src/loader.mjs
1758
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/resource/src/loader.mjs
1759
1759
  import ts10 from "typescript";
1760
1760
  var CSS_PREPROCESSOR_EXT = /(\.scss|\.sass|\.less|\.styl)$/;
1761
1761
  var RESOURCE_MARKER = ".$ngresource$";
@@ -1901,7 +1901,7 @@ function createLookupResolutionHost(adapter) {
1901
1901
  };
1902
1902
  }
1903
1903
 
1904
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/standalone.mjs
1904
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/standalone.mjs
1905
1905
  var StandaloneComponentScopeReader = class {
1906
1906
  constructor(metaReader, localModuleReader, dtsModuleReader) {
1907
1907
  this.metaReader = metaReader;
@@ -1979,10 +1979,10 @@ var StandaloneComponentScopeReader = class {
1979
1979
  }
1980
1980
  };
1981
1981
 
1982
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/checker.mjs
1982
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/checker.mjs
1983
1983
  import { CssSelector, DomElementSchemaRegistry as DomElementSchemaRegistry2, ExternalExpr as ExternalExpr2, WrappedNodeExpr } from "@angular/compiler";
1984
1984
 
1985
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/diagnostic.mjs
1985
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/diagnostic.mjs
1986
1986
  import ts11 from "typescript";
1987
1987
  function makeTemplateDiagnostic(templateId, mapping, span, category, code, messageText, relatedMessages) {
1988
1988
  var _a;
@@ -2089,7 +2089,7 @@ function parseTemplateAsSourceFile(fileName, template) {
2089
2089
  return ts11.createSourceFile(fileName, template, ts11.ScriptTarget.Latest, false, ts11.ScriptKind.JSX);
2090
2090
  }
2091
2091
 
2092
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/id.mjs
2092
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/id.mjs
2093
2093
  var TEMPLATE_ID = Symbol("ngTemplateId");
2094
2094
  var NEXT_TEMPLATE_ID = Symbol("ngNextTemplateId");
2095
2095
  function getTemplateId(clazz) {
@@ -2106,11 +2106,11 @@ function allocateTemplateId(sf) {
2106
2106
  return `tcb${sf[NEXT_TEMPLATE_ID]++}`;
2107
2107
  }
2108
2108
 
2109
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/completion.mjs
2109
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/completion.mjs
2110
2110
  import { EmptyExpr, ImplicitReceiver as ImplicitReceiver2, PropertyRead as PropertyRead2, PropertyWrite as PropertyWrite2, SafePropertyRead, TmplAstReference as TmplAstReference2, TmplAstTextAttribute } from "@angular/compiler";
2111
2111
  import ts13 from "typescript";
2112
2112
 
2113
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/comments.mjs
2113
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/comments.mjs
2114
2114
  import { AbsoluteSourceSpan as AbsoluteSourceSpan2 } from "@angular/compiler";
2115
2115
  import ts12 from "typescript";
2116
2116
  var parseSpanComment = /^(\d+),(\d+)$/;
@@ -2240,7 +2240,7 @@ function hasExpressionIdentifier(sourceFile, node, identifier) {
2240
2240
  }) || false;
2241
2241
  }
2242
2242
 
2243
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/completion.mjs
2243
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/completion.mjs
2244
2244
  var CompletionEngine = class {
2245
2245
  constructor(tcb, data, tcbPath, tcbIsShim) {
2246
2246
  this.tcb = tcb;
@@ -2397,10 +2397,10 @@ var CompletionEngine = class {
2397
2397
  }
2398
2398
  };
2399
2399
 
2400
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
2400
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
2401
2401
  import ts27 from "typescript";
2402
2402
 
2403
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/dom.mjs
2403
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/dom.mjs
2404
2404
  import { DomElementSchemaRegistry } from "@angular/compiler";
2405
2405
  import ts14 from "typescript";
2406
2406
  var REGISTRY = new DomElementSchemaRegistry();
@@ -2453,11 +2453,11 @@ var RegistryDomSchemaChecker = class {
2453
2453
  }
2454
2454
  };
2455
2455
 
2456
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/environment.mjs
2456
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/environment.mjs
2457
2457
  import { ExpressionType, ExternalExpr, TypeModifier } from "@angular/compiler";
2458
2458
  import ts20 from "typescript";
2459
2459
 
2460
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/ts_util.mjs
2460
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/ts_util.mjs
2461
2461
  import ts15 from "typescript";
2462
2462
  var SAFE_TO_CAST_WITHOUT_PARENS = /* @__PURE__ */ new Set([
2463
2463
  ts15.SyntaxKind.ParenthesizedExpression,
@@ -2531,16 +2531,16 @@ function isAccessExpression(node) {
2531
2531
  return ts15.isPropertyAccessExpression(node) || ts15.isElementAccessExpression(node);
2532
2532
  }
2533
2533
 
2534
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.mjs
2534
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.mjs
2535
2535
  import ts19 from "typescript";
2536
2536
 
2537
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.mjs
2537
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.mjs
2538
2538
  import ts18 from "typescript";
2539
2539
 
2540
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_parameter_emitter.mjs
2540
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_parameter_emitter.mjs
2541
2541
  import ts17 from "typescript";
2542
2542
 
2543
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_emitter.mjs
2543
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_emitter.mjs
2544
2544
  import ts16 from "typescript";
2545
2545
  var INELIGIBLE = {};
2546
2546
  function canEmitType(type, canEmit) {
@@ -2615,7 +2615,7 @@ var TypeEmitter = class {
2615
2615
  }
2616
2616
  };
2617
2617
 
2618
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_parameter_emitter.mjs
2618
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_parameter_emitter.mjs
2619
2619
  var TypeParameterEmitter = class {
2620
2620
  constructor(typeParameters, reflector) {
2621
2621
  this.typeParameters = typeParameters;
@@ -2692,7 +2692,7 @@ var TypeParameterEmitter = class {
2692
2692
  }
2693
2693
  };
2694
2694
 
2695
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.mjs
2695
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.mjs
2696
2696
  var TcbInliningRequirement;
2697
2697
  (function(TcbInliningRequirement2) {
2698
2698
  TcbInliningRequirement2[TcbInliningRequirement2["MustInline"] = 0] = "MustInline";
@@ -2772,7 +2772,7 @@ function checkIfGenericTypeBoundsCanBeEmitted(node, reflector, env) {
2772
2772
  return emitter.canEmit((ref) => env.canReferenceType(ref));
2773
2773
  }
2774
2774
 
2775
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.mjs
2775
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.mjs
2776
2776
  function generateTypeCtorDeclarationFn(node, meta, nodeTypeRef, typeParams) {
2777
2777
  const rawTypeArgs = typeParams !== void 0 ? generateGenericArgs(typeParams) : void 0;
2778
2778
  const rawType = ts19.factory.createTypeReferenceNode(nodeTypeRef, rawTypeArgs);
@@ -2884,7 +2884,7 @@ function typeParametersWithDefaultTypes(params) {
2884
2884
  });
2885
2885
  }
2886
2886
 
2887
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/environment.mjs
2887
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/environment.mjs
2888
2888
  var Environment = class {
2889
2889
  constructor(config, importManager, refEmitter, reflector, contextFile) {
2890
2890
  this.config = config;
@@ -2976,7 +2976,7 @@ var Environment = class {
2976
2976
  }
2977
2977
  };
2978
2978
 
2979
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/oob.mjs
2979
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/oob.mjs
2980
2980
  import { TmplAstElement as TmplAstElement2 } from "@angular/compiler";
2981
2981
  import ts21 from "typescript";
2982
2982
  var OutOfBandDiagnosticRecorderImpl = class {
@@ -3109,7 +3109,7 @@ function makeInlineDiagnostic(templateId, code, node, messageText, relatedInform
3109
3109
  };
3110
3110
  }
3111
3111
 
3112
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/shim.mjs
3112
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/shim.mjs
3113
3113
  import ts22 from "typescript";
3114
3114
  var TypeCheckShimGenerator = class {
3115
3115
  constructor() {
@@ -3127,11 +3127,11 @@ var TypeCheckShimGenerator = class {
3127
3127
  }
3128
3128
  };
3129
3129
 
3130
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.mjs
3130
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.mjs
3131
3131
  import { BindingPipe, Call as Call2, DYNAMIC_TYPE, ImplicitReceiver as ImplicitReceiver4, PropertyRead as PropertyRead4, PropertyWrite as PropertyWrite3, SafeCall, SafePropertyRead as SafePropertyRead3, ThisReceiver, TmplAstBoundAttribute, TmplAstBoundText, TmplAstElement as TmplAstElement3, TmplAstIcu, TmplAstReference as TmplAstReference3, TmplAstTemplate as TmplAstTemplate2, TmplAstTextAttribute as TmplAstTextAttribute2, TmplAstVariable as TmplAstVariable2 } from "@angular/compiler";
3132
3132
  import ts25 from "typescript";
3133
3133
 
3134
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/diagnostics.mjs
3134
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/diagnostics.mjs
3135
3135
  import { AbsoluteSourceSpan as AbsoluteSourceSpan3 } from "@angular/compiler";
3136
3136
  import ts23 from "typescript";
3137
3137
  function wrapForDiagnostics(expr) {
@@ -3177,7 +3177,7 @@ function translateDiagnostic(diagnostic, resolver) {
3177
3177
  return makeTemplateDiagnostic(sourceLocation.id, templateSourceMapping, span, diagnostic.category, diagnostic.code, diagnostic.messageText);
3178
3178
  }
3179
3179
 
3180
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/expression.mjs
3180
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/expression.mjs
3181
3181
  import { ASTWithSource as ASTWithSource2, Call, EmptyExpr as EmptyExpr2, PropertyRead as PropertyRead3, SafeKeyedRead, SafePropertyRead as SafePropertyRead2 } from "@angular/compiler";
3182
3182
  import ts24 from "typescript";
3183
3183
  var NULL_AS_ANY = ts24.factory.createAsExpression(ts24.factory.createNull(), ts24.factory.createKeywordTypeNode(ts24.SyntaxKind.AnyKeyword));
@@ -3507,7 +3507,7 @@ var VeSafeLhsInferenceBugDetector = class {
3507
3507
  };
3508
3508
  VeSafeLhsInferenceBugDetector.SINGLETON = new VeSafeLhsInferenceBugDetector();
3509
3509
 
3510
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/template_semantics.mjs
3510
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/template_semantics.mjs
3511
3511
  import { ImplicitReceiver as ImplicitReceiver3, RecursiveAstVisitor as RecursiveAstVisitor2, TmplAstVariable } from "@angular/compiler";
3512
3512
  var ExpressionSemanticVisitor = class extends RecursiveAstVisitor2 {
3513
3513
  constructor(templateId, boundTarget, oob) {
@@ -3531,7 +3531,7 @@ var ExpressionSemanticVisitor = class extends RecursiveAstVisitor2 {
3531
3531
  }
3532
3532
  };
3533
3533
 
3534
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.mjs
3534
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.mjs
3535
3535
  var TcbGenericContextBehavior;
3536
3536
  (function(TcbGenericContextBehavior2) {
3537
3537
  TcbGenericContextBehavior2[TcbGenericContextBehavior2["UseEmitter"] = 0] = "UseEmitter";
@@ -4634,7 +4634,7 @@ var TcbEventHandlerTranslator = class extends TcbExpressionTranslator {
4634
4634
  }
4635
4635
  };
4636
4636
 
4637
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_file.mjs
4637
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_file.mjs
4638
4638
  import ts26 from "typescript";
4639
4639
  var TypeCheckFile = class extends Environment {
4640
4640
  constructor(fileName, config, refEmitter, reflector, compilerHost) {
@@ -4670,7 +4670,7 @@ var TypeCheckFile = class extends Environment {
4670
4670
  }
4671
4671
  };
4672
4672
 
4673
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
4673
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
4674
4674
  var InliningMode;
4675
4675
  (function(InliningMode2) {
4676
4676
  InliningMode2[InliningMode2["InlineOps"] = 0] = "InlineOps";
@@ -4908,10 +4908,10 @@ function splitStringAtPoints(str, points) {
4908
4908
  return splits;
4909
4909
  }
4910
4910
 
4911
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/source.mjs
4911
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/source.mjs
4912
4912
  import { ParseLocation, ParseSourceSpan } from "@angular/compiler";
4913
4913
 
4914
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/line_mappings.mjs
4914
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/line_mappings.mjs
4915
4915
  var LF_CHAR = 10;
4916
4916
  var CR_CHAR = 13;
4917
4917
  var LINE_SEP_CHAR = 8232;
@@ -4952,7 +4952,7 @@ function findClosestLineStartPosition(linesMap, position, low = 0, high = linesM
4952
4952
  return low - 1;
4953
4953
  }
4954
4954
 
4955
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/source.mjs
4955
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/source.mjs
4956
4956
  var TemplateSource = class {
4957
4957
  constructor(mapping, file) {
4958
4958
  this.mapping = mapping;
@@ -5003,7 +5003,7 @@ var TemplateSourceManager = class {
5003
5003
  }
5004
5004
  };
5005
5005
 
5006
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/template_symbol_builder.mjs
5006
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/template_symbol_builder.mjs
5007
5007
  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";
5008
5008
  import ts28 from "typescript";
5009
5009
  var SymbolBuilder = class {
@@ -5487,7 +5487,7 @@ function sourceSpanEqual(a, b) {
5487
5487
  return a.start.offset === b.start.offset && a.end.offset === b.end.offset;
5488
5488
  }
5489
5489
 
5490
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/checker.mjs
5490
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/checker.mjs
5491
5491
  var REGISTRY2 = new DomElementSchemaRegistry2();
5492
5492
  var TemplateTypeCheckerImpl = class {
5493
5493
  constructor(originalProgram, programDriver, typeCheckAdapter, config, refEmitter, reflector, compilerHost, priorBuild, metaReader, localMetaReader, componentScopeReader, typeCheckScopeRegistry, perf) {
@@ -6137,10 +6137,10 @@ var SingleShimTypeCheckingHost = class extends SingleFileTypeCheckingHost {
6137
6137
  }
6138
6138
  };
6139
6139
 
6140
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/invalid_banana_in_box/index.mjs
6140
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/invalid_banana_in_box/index.mjs
6141
6141
  import { TmplAstBoundEvent as TmplAstBoundEvent2 } from "@angular/compiler";
6142
6142
 
6143
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/api/api.mjs
6143
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/api/api.mjs
6144
6144
  import { ASTWithSource as ASTWithSource4, RecursiveAstVisitor as RecursiveAstVisitor3 } from "@angular/compiler";
6145
6145
  var TemplateCheckWithVisitor = class {
6146
6146
  run(ctx, component, template) {
@@ -6217,7 +6217,7 @@ var TemplateVisitor2 = class extends RecursiveAstVisitor3 {
6217
6217
  }
6218
6218
  };
6219
6219
 
6220
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/invalid_banana_in_box/index.mjs
6220
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/invalid_banana_in_box/index.mjs
6221
6221
  var InvalidBananaInBoxCheck = class extends TemplateCheckWithVisitor {
6222
6222
  constructor() {
6223
6223
  super(...arguments);
@@ -6242,7 +6242,7 @@ var factory = {
6242
6242
  create: () => new InvalidBananaInBoxCheck()
6243
6243
  };
6244
6244
 
6245
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_control_flow_directive/index.mjs
6245
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_control_flow_directive/index.mjs
6246
6246
  import { TmplAstTemplate as TmplAstTemplate4 } from "@angular/compiler";
6247
6247
  var KNOWN_CONTROL_FLOW_DIRECTIVES = /* @__PURE__ */ new Map([
6248
6248
  ["ngIf", "NgIf"],
@@ -6287,7 +6287,7 @@ var factory2 = {
6287
6287
  }
6288
6288
  };
6289
6289
 
6290
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_ngforof_let/index.mjs
6290
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_ngforof_let/index.mjs
6291
6291
  import { TmplAstTemplate as TmplAstTemplate5 } from "@angular/compiler";
6292
6292
  var MissingNgForOfLetCheck = class extends TemplateCheckWithVisitor {
6293
6293
  constructor() {
@@ -6320,7 +6320,7 @@ var factory3 = {
6320
6320
  create: () => new MissingNgForOfLetCheck()
6321
6321
  };
6322
6322
 
6323
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/nullish_coalescing_not_nullable/index.mjs
6323
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/nullish_coalescing_not_nullable/index.mjs
6324
6324
  import { Binary } from "@angular/compiler";
6325
6325
  import ts29 from "typescript";
6326
6326
  var NullishCoalescingNotNullableCheck = class extends TemplateCheckWithVisitor {
@@ -6365,7 +6365,7 @@ var factory4 = {
6365
6365
  }
6366
6366
  };
6367
6367
 
6368
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/optional_chain_not_nullable/index.mjs
6368
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/optional_chain_not_nullable/index.mjs
6369
6369
  import { SafeCall as SafeCall2, SafeKeyedRead as SafeKeyedRead2, SafePropertyRead as SafePropertyRead5 } from "@angular/compiler";
6370
6370
  import ts30 from "typescript";
6371
6371
  var OptionalChainNotNullableCheck = class extends TemplateCheckWithVisitor {
@@ -6411,7 +6411,7 @@ var factory5 = {
6411
6411
  }
6412
6412
  };
6413
6413
 
6414
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/suffix_not_supported/index.mjs
6414
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/suffix_not_supported/index.mjs
6415
6415
  import { TmplAstBoundAttribute as TmplAstBoundAttribute3 } from "@angular/compiler";
6416
6416
  var STYLE_SUFFIXES = ["px", "%", "em"];
6417
6417
  var SuffixNotSupportedCheck = class extends TemplateCheckWithVisitor {
@@ -6435,7 +6435,7 @@ var factory6 = {
6435
6435
  create: () => new SuffixNotSupportedCheck()
6436
6436
  };
6437
6437
 
6438
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/text_attribute_not_binding/index.mjs
6438
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/text_attribute_not_binding/index.mjs
6439
6439
  import { TmplAstTextAttribute as TmplAstTextAttribute4 } from "@angular/compiler";
6440
6440
  var TextAttributeNotBindingSpec = class extends TemplateCheckWithVisitor {
6441
6441
  constructor() {
@@ -6474,10 +6474,10 @@ var factory7 = {
6474
6474
  create: () => new TextAttributeNotBindingSpec()
6475
6475
  };
6476
6476
 
6477
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.mjs
6477
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.mjs
6478
6478
  import ts31 from "typescript";
6479
6479
 
6480
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/api/src/public_options.mjs
6480
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/api/src/public_options.mjs
6481
6481
  var DiagnosticCategoryLabel;
6482
6482
  (function(DiagnosticCategoryLabel2) {
6483
6483
  DiagnosticCategoryLabel2["Warning"] = "warning";
@@ -6485,7 +6485,7 @@ var DiagnosticCategoryLabel;
6485
6485
  DiagnosticCategoryLabel2["Suppress"] = "suppress";
6486
6486
  })(DiagnosticCategoryLabel || (DiagnosticCategoryLabel = {}));
6487
6487
 
6488
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.mjs
6488
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.mjs
6489
6489
  var ExtendedTemplateCheckerImpl = class {
6490
6490
  constructor(templateTypeChecker, typeChecker, templateCheckFactories, options) {
6491
6491
  var _a, _b, _c, _d, _e;
@@ -6538,7 +6538,7 @@ function assertNever(value) {
6538
6538
  ${value}`);
6539
6539
  }
6540
6540
 
6541
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/index.mjs
6541
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/index.mjs
6542
6542
  var ALL_DIAGNOSTIC_FACTORIES = [
6543
6543
  factory,
6544
6544
  factory4,
@@ -6549,7 +6549,7 @@ var ALL_DIAGNOSTIC_FACTORIES = [
6549
6549
  factory6
6550
6550
  ];
6551
6551
 
6552
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.mjs
6552
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.mjs
6553
6553
  var CompilationTicketKind;
6554
6554
  (function(CompilationTicketKind2) {
6555
6555
  CompilationTicketKind2[CompilationTicketKind2["Fresh"] = 0] = "Fresh";
@@ -7254,7 +7254,7 @@ function versionMapFromProgram(program, driver) {
7254
7254
  return versions;
7255
7255
  }
7256
7256
 
7257
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/host.mjs
7257
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/host.mjs
7258
7258
  import ts33 from "typescript";
7259
7259
  var DelegatingCompilerHost2 = class {
7260
7260
  constructor(delegate) {
@@ -7399,7 +7399,7 @@ var NgCompilerHost = class extends DelegatingCompilerHost2 {
7399
7399
  }
7400
7400
  };
7401
7401
 
7402
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
7402
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
7403
7403
  var NgtscProgram = class {
7404
7404
  constructor(rootNames, options, delegateHost, oldProgram) {
7405
7405
  this.options = options;
@@ -7617,15 +7617,15 @@ function mergeEmitResults(emitResults) {
7617
7617
  return { diagnostics, emitSkipped, emittedFiles };
7618
7618
  }
7619
7619
 
7620
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/program.mjs
7620
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/transformers/program.mjs
7621
7621
  function createProgram({ rootNames, options, host, oldProgram }) {
7622
7622
  return new NgtscProgram(rootNames, options, host, oldProgram);
7623
7623
  }
7624
7624
 
7625
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/perform_compile.mjs
7625
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/perform_compile.mjs
7626
7626
  import ts36 from "typescript";
7627
7627
 
7628
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/util.mjs
7628
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/transformers/util.mjs
7629
7629
  import ts35 from "typescript";
7630
7630
  function createMessageDiagnostic(messageText) {
7631
7631
  return {
@@ -7639,7 +7639,7 @@ function createMessageDiagnostic(messageText) {
7639
7639
  };
7640
7640
  }
7641
7641
 
7642
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/perform_compile.mjs
7642
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/perform_compile.mjs
7643
7643
  var defaultFormatHost = {
7644
7644
  getCurrentDirectory: () => ts36.sys.getCurrentDirectory(),
7645
7645
  getCanonicalFileName: (fileName) => fileName,
@@ -7852,4 +7852,4 @@ export {
7852
7852
  * found in the LICENSE file at https://angular.io/license
7853
7853
  */
7854
7854
  // Closure Compiler ignores @suppress and similar if the comment contains @license.
7855
- //# sourceMappingURL=chunk-DEOVYZ6W.js.map
7855
+ //# sourceMappingURL=chunk-XRJ2O3LZ.js.map