@angular/compiler-cli 14.0.0-next.10 → 14.0.0-next.11

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 (46) hide show
  1. package/bundles/{chunk-5K2JLFXT.js → chunk-2IMT6JFI.js} +6 -6
  2. package/bundles/{chunk-5K2JLFXT.js.map → chunk-2IMT6JFI.js.map} +0 -0
  3. package/bundles/{chunk-TXPPTZTK.js → chunk-DNXEJI2I.js} +5 -5
  4. package/bundles/{chunk-TXPPTZTK.js.map → chunk-DNXEJI2I.js.map} +0 -0
  5. package/bundles/{chunk-MGNOHKS6.js → chunk-ESNS3BVQ.js} +82 -82
  6. package/bundles/{chunk-MGNOHKS6.js.map → chunk-ESNS3BVQ.js.map} +0 -0
  7. package/bundles/{chunk-GAGUQCGV.js → chunk-FDAHGRSF.js} +40 -40
  8. package/bundles/{chunk-GAGUQCGV.js.map → chunk-FDAHGRSF.js.map} +0 -0
  9. package/bundles/{chunk-T7KW7P7D.js → chunk-FJDIFR5C.js} +31 -31
  10. package/bundles/{chunk-T7KW7P7D.js.map → chunk-FJDIFR5C.js.map} +0 -0
  11. package/bundles/{chunk-LV3S6HFU.js → chunk-LQLIHXU2.js} +70 -70
  12. package/bundles/{chunk-LV3S6HFU.js.map → chunk-LQLIHXU2.js.map} +0 -0
  13. package/bundles/{chunk-ZCDB56AX.js → chunk-LX5Q27EF.js} +3 -3
  14. package/bundles/{chunk-ZCDB56AX.js.map → chunk-LX5Q27EF.js.map} +0 -0
  15. package/bundles/{chunk-BRHP6XKM.js → chunk-OLGEBPBY.js} +4 -4
  16. package/bundles/{chunk-BRHP6XKM.js.map → chunk-OLGEBPBY.js.map} +0 -0
  17. package/bundles/{chunk-SJL5HBUW.js → chunk-R3C7RFJ4.js} +2 -2
  18. package/bundles/{chunk-SJL5HBUW.js.map → chunk-R3C7RFJ4.js.map} +0 -0
  19. package/bundles/{chunk-LC26KH5A.js → chunk-R4NY3TJC.js} +5 -5
  20. package/bundles/{chunk-LC26KH5A.js.map → chunk-R4NY3TJC.js.map} +0 -0
  21. package/bundles/{chunk-GMECRI4A.js → chunk-RYXFJXXN.js} +71 -71
  22. package/bundles/{chunk-GMECRI4A.js.map → chunk-RYXFJXXN.js.map} +0 -0
  23. package/bundles/{chunk-TD64C4QJ.js → chunk-T7MYRXIE.js} +7 -7
  24. package/bundles/{chunk-TD64C4QJ.js.map → chunk-T7MYRXIE.js.map} +0 -0
  25. package/bundles/{chunk-6356XFP6.js → chunk-UMDDHI5B.js} +26 -26
  26. package/bundles/{chunk-6356XFP6.js.map → chunk-UMDDHI5B.js.map} +0 -0
  27. package/bundles/{chunk-TV7VZNWL.js → chunk-W6KM7BUM.js} +6 -6
  28. package/bundles/{chunk-TV7VZNWL.js.map → chunk-W6KM7BUM.js.map} +0 -0
  29. package/bundles/{chunk-WH4QSABR.js → chunk-WGBFSDVQ.js} +7 -7
  30. package/bundles/{chunk-WH4QSABR.js.map → chunk-WGBFSDVQ.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/ngcc/src/packages/build_marker.d.ts +1 -1
  46. package/package.json +2 -2
@@ -36,11 +36,11 @@ import {
36
36
  ivyTransformFactory,
37
37
  retagAllTsFiles,
38
38
  untagAllTsFiles
39
- } from "./chunk-GMECRI4A.js";
39
+ } from "./chunk-RYXFJXXN.js";
40
40
  import {
41
41
  TypeScriptReflectionHost,
42
42
  isNamedClassDeclaration
43
- } from "./chunk-5K2JLFXT.js";
43
+ } from "./chunk-2IMT6JFI.js";
44
44
  import {
45
45
  AbsoluteModuleStrategy,
46
46
  AliasStrategy,
@@ -79,7 +79,7 @@ import {
79
79
  toUnredirectedSourceFile,
80
80
  translateExpression,
81
81
  translateType
82
- } from "./chunk-6356XFP6.js";
82
+ } from "./chunk-UMDDHI5B.js";
83
83
  import {
84
84
  LogicalFileSystem,
85
85
  absoluteFrom,
@@ -89,20 +89,20 @@ import {
89
89
  getSourceFileOrError,
90
90
  join,
91
91
  resolve
92
- } from "./chunk-TD64C4QJ.js";
92
+ } from "./chunk-T7MYRXIE.js";
93
93
  import {
94
94
  ActivePerfRecorder,
95
95
  DelegatingPerfRecorder,
96
96
  PerfCheckpoint,
97
97
  PerfEvent,
98
98
  PerfPhase
99
- } from "./chunk-LC26KH5A.js";
99
+ } from "./chunk-R4NY3TJC.js";
100
100
  import {
101
101
  __spreadProps,
102
102
  __spreadValues
103
103
  } from "./chunk-GMSUYBZP.js";
104
104
 
105
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/transformers/api.mjs
105
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/api.mjs
106
106
  var DEFAULT_ERROR_CODE = 100;
107
107
  var UNKNOWN_ERROR_CODE = 500;
108
108
  var SOURCE = "angular";
@@ -120,7 +120,7 @@ var EmitFlags;
120
120
  EmitFlags2[EmitFlags2["All"] = 31] = "All";
121
121
  })(EmitFlags || (EmitFlags = {}));
122
122
 
123
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/transformers/compiler_host.mjs
123
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/compiler_host.mjs
124
124
  import ts from "typescript";
125
125
  var wrapHostForTest = null;
126
126
  function createCompilerHost({ options, tsHost = ts.createCompilerHost(options, true) }) {
@@ -130,21 +130,21 @@ function createCompilerHost({ options, tsHost = ts.createCompilerHost(options, t
130
130
  return tsHost;
131
131
  }
132
132
 
133
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/checker.mjs
133
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/checker.mjs
134
134
  var OptimizeFor;
135
135
  (function(OptimizeFor2) {
136
136
  OptimizeFor2[OptimizeFor2["SingleFile"] = 0] = "SingleFile";
137
137
  OptimizeFor2[OptimizeFor2["WholeProgram"] = 1] = "WholeProgram";
138
138
  })(OptimizeFor || (OptimizeFor = {}));
139
139
 
140
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/completion.mjs
140
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/completion.mjs
141
141
  var CompletionKind;
142
142
  (function(CompletionKind2) {
143
143
  CompletionKind2[CompletionKind2["Reference"] = 0] = "Reference";
144
144
  CompletionKind2[CompletionKind2["Variable"] = 1] = "Variable";
145
145
  })(CompletionKind || (CompletionKind = {}));
146
146
 
147
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/symbols.mjs
147
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/symbols.mjs
148
148
  var SymbolKind;
149
149
  (function(SymbolKind2) {
150
150
  SymbolKind2[SymbolKind2["Input"] = 0] = "Input";
@@ -160,11 +160,11 @@ var SymbolKind;
160
160
  SymbolKind2[SymbolKind2["Pipe"] = 10] = "Pipe";
161
161
  })(SymbolKind || (SymbolKind = {}));
162
162
 
163
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
163
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
164
164
  import { HtmlParser, MessageBundle } from "@angular/compiler";
165
165
  import ts30 from "typescript";
166
166
 
167
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/transformers/i18n.mjs
167
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/i18n.mjs
168
168
  import { Xliff, Xliff2, Xmb } from "@angular/compiler";
169
169
  import * as path from "path";
170
170
  function i18nGetExtension(formatName) {
@@ -215,10 +215,10 @@ function getPathNormalizer(basePath) {
215
215
  };
216
216
  }
217
217
 
218
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
218
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
219
219
  import ts2 from "typescript";
220
220
 
221
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/version_helpers.mjs
221
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/version_helpers.mjs
222
222
  function toNumbers(value) {
223
223
  const suffixIndex = value.lastIndexOf("-");
224
224
  return value.slice(0, suffixIndex === -1 ? value.length : suffixIndex).split(".").map((segment) => {
@@ -253,7 +253,7 @@ function compareVersions(v1, v2) {
253
253
  return compareNumbers(toNumbers(v1), toNumbers(v2));
254
254
  }
255
255
 
256
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
256
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
257
257
  var MIN_TS_VERSION = "4.6.2";
258
258
  var MAX_TS_VERSION = "4.7.0";
259
259
  var tsVersion = ts2.version;
@@ -266,10 +266,10 @@ function verifySupportedTypeScriptVersion() {
266
266
  checkVersion(tsVersion, MIN_TS_VERSION, MAX_TS_VERSION);
267
267
  }
268
268
 
269
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.mjs
269
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.mjs
270
270
  import ts28 from "typescript";
271
271
 
272
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/analyzer.mjs
272
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/analyzer.mjs
273
273
  var CycleAnalyzer = class {
274
274
  constructor(importGraph) {
275
275
  this.importGraph = importGraph;
@@ -340,7 +340,7 @@ var Cycle = class {
340
340
  }
341
341
  };
342
342
 
343
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/imports.mjs
343
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/imports.mjs
344
344
  import ts3 from "typescript";
345
345
  var ImportGraph = class {
346
346
  constructor(checker, perf) {
@@ -432,7 +432,7 @@ var Found = class {
432
432
  }
433
433
  };
434
434
 
435
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/generator.mjs
435
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/generator.mjs
436
436
  import ts4 from "typescript";
437
437
  var FlatIndexGenerator = class {
438
438
  constructor(entryPoint, relativeFlatIndexPath, moduleName) {
@@ -457,7 +457,7 @@ export * from '${relativeEntryPoint}';
457
457
  }
458
458
  };
459
459
 
460
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/logic.mjs
460
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/logic.mjs
461
461
  function findFlatIndexEntryPoint(rootFiles) {
462
462
  const tsFiles = rootFiles.filter((file) => isNonDeclarationTsPath(file));
463
463
  let resolvedEntryPoint = null;
@@ -473,7 +473,7 @@ function findFlatIndexEntryPoint(rootFiles) {
473
473
  return resolvedEntryPoint;
474
474
  }
475
475
 
476
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/private_export_checker.mjs
476
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/private_export_checker.mjs
477
477
  import ts5 from "typescript";
478
478
  function checkForPrivateExports(entryPoint, checker, refGraph) {
479
479
  const diagnostics = [];
@@ -553,7 +553,7 @@ function getDescriptorOfDeclaration(decl) {
553
553
  }
554
554
  }
555
555
 
556
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/reference_graph.mjs
556
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/reference_graph.mjs
557
557
  var ReferenceGraph = class {
558
558
  constructor() {
559
559
  this.references = /* @__PURE__ */ new Map();
@@ -607,7 +607,7 @@ var ReferenceGraph = class {
607
607
  }
608
608
  };
609
609
 
610
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/api.mjs
610
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/api.mjs
611
611
  var NgOriginalFile = Symbol("NgOriginalFile");
612
612
  var UpdateMode;
613
613
  (function(UpdateMode2) {
@@ -615,7 +615,7 @@ var UpdateMode;
615
615
  UpdateMode2[UpdateMode2["Incremental"] = 1] = "Incremental";
616
616
  })(UpdateMode || (UpdateMode = {}));
617
617
 
618
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/ts_create_program_driver.mjs
618
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/ts_create_program_driver.mjs
619
619
  import ts6 from "typescript";
620
620
  var DelegatingCompilerHost = class {
621
621
  constructor(delegate) {
@@ -726,7 +726,7 @@ var TsCreateProgramDriver = class {
726
726
  }
727
727
  };
728
728
 
729
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/dependency_tracking.mjs
729
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/dependency_tracking.mjs
730
730
  var FileDependencyGraph = class {
731
731
  constructor() {
732
732
  this.nodes = /* @__PURE__ */ new Map();
@@ -793,7 +793,7 @@ function isLogicallyChanged(sf, node, changedTsPaths, deletedTsPaths, changedRes
793
793
  return false;
794
794
  }
795
795
 
796
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/state.mjs
796
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/state.mjs
797
797
  var IncrementalStateKind;
798
798
  (function(IncrementalStateKind2) {
799
799
  IncrementalStateKind2[IncrementalStateKind2["Fresh"] = 0] = "Fresh";
@@ -801,7 +801,7 @@ var IncrementalStateKind;
801
801
  IncrementalStateKind2[IncrementalStateKind2["Analyzed"] = 2] = "Analyzed";
802
802
  })(IncrementalStateKind || (IncrementalStateKind = {}));
803
803
 
804
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/incremental.mjs
804
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/incremental.mjs
805
805
  var PhaseKind;
806
806
  (function(PhaseKind2) {
807
807
  PhaseKind2[PhaseKind2["Analysis"] = 0] = "Analysis";
@@ -1002,7 +1002,7 @@ function toOriginalSourceFile(sf) {
1002
1002
  }
1003
1003
  }
1004
1004
 
1005
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/strategy.mjs
1005
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/strategy.mjs
1006
1006
  var TrackedIncrementalBuildStrategy = class {
1007
1007
  constructor() {
1008
1008
  this.state = null;
@@ -1038,7 +1038,7 @@ var PatchedProgramIncrementalBuildStrategy = class {
1038
1038
  };
1039
1039
  var SYM_INCREMENTAL_STATE = Symbol("NgIncrementalState");
1040
1040
 
1041
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/api.mjs
1041
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/api.mjs
1042
1042
  var IdentifierKind;
1043
1043
  (function(IdentifierKind2) {
1044
1044
  IdentifierKind2[IdentifierKind2["Property"] = 0] = "Property";
@@ -1056,7 +1056,7 @@ var AbsoluteSourceSpan = class {
1056
1056
  }
1057
1057
  };
1058
1058
 
1059
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/context.mjs
1059
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/context.mjs
1060
1060
  var IndexingContext = class {
1061
1061
  constructor() {
1062
1062
  this.components = /* @__PURE__ */ new Set();
@@ -1066,10 +1066,10 @@ var IndexingContext = class {
1066
1066
  }
1067
1067
  };
1068
1068
 
1069
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/transform.mjs
1069
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/transform.mjs
1070
1070
  import { ParseSourceFile } from "@angular/compiler";
1071
1071
 
1072
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/template.mjs
1072
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/template.mjs
1073
1073
  import { ASTWithSource, ImplicitReceiver, PropertyRead, PropertyWrite, RecursiveAstVisitor, TmplAstElement, TmplAstRecursiveVisitor, TmplAstReference, TmplAstTemplate } from "@angular/compiler";
1074
1074
  var ExpressionVisitor = class extends RecursiveAstVisitor {
1075
1075
  constructor(expressionStr, absoluteOffset, boundTemplate, targetToIdentifier) {
@@ -1306,7 +1306,7 @@ function getTemplateIdentifiers(boundTemplate) {
1306
1306
  return { identifiers: visitor.identifiers, errors: visitor.errors };
1307
1307
  }
1308
1308
 
1309
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/transform.mjs
1309
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/transform.mjs
1310
1310
  function generateAnalysis(context) {
1311
1311
  const analysis = /* @__PURE__ */ new Map();
1312
1312
  context.components.forEach(({ declaration, selector, boundTemplate, templateMeta }) => {
@@ -1342,7 +1342,7 @@ function generateAnalysis(context) {
1342
1342
  return analysis;
1343
1343
  }
1344
1344
 
1345
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/resource/src/loader.mjs
1345
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/resource/src/loader.mjs
1346
1346
  import ts7 from "typescript";
1347
1347
  var CSS_PREPROCESSOR_EXT = /(\.scss|\.sass|\.less|\.styl)$/;
1348
1348
  var RESOURCE_MARKER = ".$ngresource$";
@@ -1488,10 +1488,10 @@ function createLookupResolutionHost(adapter) {
1488
1488
  };
1489
1489
  }
1490
1490
 
1491
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/checker.mjs
1491
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/checker.mjs
1492
1492
  import { CssSelector, DomElementSchemaRegistry as DomElementSchemaRegistry2 } from "@angular/compiler";
1493
1493
 
1494
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/diagnostic.mjs
1494
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/diagnostic.mjs
1495
1495
  import ts8 from "typescript";
1496
1496
  function makeTemplateDiagnostic(templateId, mapping, span, category, code, messageText, relatedMessages) {
1497
1497
  if (mapping.type === "direct") {
@@ -1564,7 +1564,7 @@ function makeTemplateDiagnostic(templateId, mapping, span, category, code, messa
1564
1564
  }
1565
1565
  }
1566
1566
 
1567
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/id.mjs
1567
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/id.mjs
1568
1568
  var TEMPLATE_ID = Symbol("ngTemplateId");
1569
1569
  var NEXT_TEMPLATE_ID = Symbol("ngNextTemplateId");
1570
1570
  function getTemplateId(clazz) {
@@ -1581,11 +1581,11 @@ function allocateTemplateId(sf) {
1581
1581
  return `tcb${sf[NEXT_TEMPLATE_ID]++}`;
1582
1582
  }
1583
1583
 
1584
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/completion.mjs
1584
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/completion.mjs
1585
1585
  import { EmptyExpr, ImplicitReceiver as ImplicitReceiver2, PropertyRead as PropertyRead2, PropertyWrite as PropertyWrite2, SafePropertyRead, TmplAstReference as TmplAstReference2, TmplAstTextAttribute } from "@angular/compiler";
1586
1586
  import ts10 from "typescript";
1587
1587
 
1588
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/comments.mjs
1588
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/comments.mjs
1589
1589
  import { AbsoluteSourceSpan as AbsoluteSourceSpan2 } from "@angular/compiler";
1590
1590
  import ts9 from "typescript";
1591
1591
  var parseSpanComment = /^(\d+),(\d+)$/;
@@ -1705,7 +1705,7 @@ function hasExpressionIdentifier(sourceFile, node, identifier) {
1705
1705
  }) || false;
1706
1706
  }
1707
1707
 
1708
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/completion.mjs
1708
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/completion.mjs
1709
1709
  var CompletionEngine = class {
1710
1710
  constructor(tcb, data, tcbPath, tcbIsShim) {
1711
1711
  this.tcb = tcb;
@@ -1862,10 +1862,10 @@ var CompletionEngine = class {
1862
1862
  }
1863
1863
  };
1864
1864
 
1865
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
1865
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
1866
1866
  import ts24 from "typescript";
1867
1867
 
1868
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/dom.mjs
1868
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/dom.mjs
1869
1869
  import { DomElementSchemaRegistry } from "@angular/compiler";
1870
1870
  import ts11 from "typescript";
1871
1871
  var REGISTRY = new DomElementSchemaRegistry();
@@ -1915,11 +1915,11 @@ var RegistryDomSchemaChecker = class {
1915
1915
  }
1916
1916
  };
1917
1917
 
1918
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/environment.mjs
1918
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/environment.mjs
1919
1919
  import { ExpressionType, ExternalExpr, TypeModifier } from "@angular/compiler";
1920
1920
  import ts17 from "typescript";
1921
1921
 
1922
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/ts_util.mjs
1922
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/ts_util.mjs
1923
1923
  import ts12 from "typescript";
1924
1924
  var SAFE_TO_CAST_WITHOUT_PARENS = /* @__PURE__ */ new Set([
1925
1925
  ts12.SyntaxKind.ParenthesizedExpression,
@@ -1988,16 +1988,16 @@ function isAccessExpression(node) {
1988
1988
  return ts12.isPropertyAccessExpression(node) || ts12.isElementAccessExpression(node);
1989
1989
  }
1990
1990
 
1991
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.mjs
1991
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.mjs
1992
1992
  import ts16 from "typescript";
1993
1993
 
1994
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.mjs
1994
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.mjs
1995
1995
  import ts15 from "typescript";
1996
1996
 
1997
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_parameter_emitter.mjs
1997
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_parameter_emitter.mjs
1998
1998
  import ts14 from "typescript";
1999
1999
 
2000
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_emitter.mjs
2000
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_emitter.mjs
2001
2001
  import ts13 from "typescript";
2002
2002
  var INELIGIBLE = {};
2003
2003
  function canEmitType(type, canEmit) {
@@ -2059,7 +2059,7 @@ var TypeEmitter = class {
2059
2059
  }
2060
2060
  };
2061
2061
 
2062
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_parameter_emitter.mjs
2062
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_parameter_emitter.mjs
2063
2063
  var TypeParameterEmitter = class {
2064
2064
  constructor(typeParameters, reflector) {
2065
2065
  this.typeParameters = typeParameters;
@@ -2136,7 +2136,7 @@ var TypeParameterEmitter = class {
2136
2136
  }
2137
2137
  };
2138
2138
 
2139
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.mjs
2139
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.mjs
2140
2140
  var TcbInliningRequirement;
2141
2141
  (function(TcbInliningRequirement2) {
2142
2142
  TcbInliningRequirement2[TcbInliningRequirement2["MustInline"] = 0] = "MustInline";
@@ -2216,7 +2216,7 @@ function checkIfGenericTypeBoundsCanBeEmitted(node, reflector, env) {
2216
2216
  return emitter.canEmit((ref) => env.canReferenceType(ref));
2217
2217
  }
2218
2218
 
2219
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.mjs
2219
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.mjs
2220
2220
  function generateTypeCtorDeclarationFn(node, meta, nodeTypeRef, typeParams) {
2221
2221
  const rawTypeArgs = typeParams !== void 0 ? generateGenericArgs(typeParams) : void 0;
2222
2222
  const rawType = ts16.factory.createTypeReferenceNode(nodeTypeRef, rawTypeArgs);
@@ -2287,7 +2287,7 @@ function typeParametersWithDefaultTypes(params) {
2287
2287
  });
2288
2288
  }
2289
2289
 
2290
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/environment.mjs
2290
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/environment.mjs
2291
2291
  var Environment = class {
2292
2292
  constructor(config, importManager, refEmitter, reflector, contextFile) {
2293
2293
  this.config = config;
@@ -2379,7 +2379,7 @@ var Environment = class {
2379
2379
  }
2380
2380
  };
2381
2381
 
2382
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/oob.mjs
2382
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/oob.mjs
2383
2383
  import { TmplAstElement as TmplAstElement2 } from "@angular/compiler";
2384
2384
  import ts18 from "typescript";
2385
2385
  var OutOfBandDiagnosticRecorderImpl = class {
@@ -2511,7 +2511,7 @@ function makeInlineDiagnostic(templateId, code, node, messageText, relatedInform
2511
2511
  });
2512
2512
  }
2513
2513
 
2514
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/shim.mjs
2514
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/shim.mjs
2515
2515
  import ts19 from "typescript";
2516
2516
  var TypeCheckShimGenerator = class {
2517
2517
  constructor() {
@@ -2529,11 +2529,11 @@ var TypeCheckShimGenerator = class {
2529
2529
  }
2530
2530
  };
2531
2531
 
2532
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.mjs
2532
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.mjs
2533
2533
  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";
2534
2534
  import ts22 from "typescript";
2535
2535
 
2536
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/diagnostics.mjs
2536
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/diagnostics.mjs
2537
2537
  import { AbsoluteSourceSpan as AbsoluteSourceSpan3 } from "@angular/compiler";
2538
2538
  import ts20 from "typescript";
2539
2539
  function wrapForDiagnostics(expr) {
@@ -2579,7 +2579,7 @@ function translateDiagnostic(diagnostic, resolver) {
2579
2579
  return makeTemplateDiagnostic(sourceLocation.id, templateSourceMapping, span, diagnostic.category, diagnostic.code, diagnostic.messageText);
2580
2580
  }
2581
2581
 
2582
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/expression.mjs
2582
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/expression.mjs
2583
2583
  import { ASTWithSource as ASTWithSource2, Call, EmptyExpr as EmptyExpr2, PropertyRead as PropertyRead3, SafeKeyedRead, SafePropertyRead as SafePropertyRead2 } from "@angular/compiler";
2584
2584
  import ts21 from "typescript";
2585
2585
  var NULL_AS_ANY = ts21.factory.createAsExpression(ts21.factory.createNull(), ts21.factory.createKeywordTypeNode(ts21.SyntaxKind.AnyKeyword));
@@ -2909,7 +2909,7 @@ var VeSafeLhsInferenceBugDetector = class {
2909
2909
  };
2910
2910
  VeSafeLhsInferenceBugDetector.SINGLETON = new VeSafeLhsInferenceBugDetector();
2911
2911
 
2912
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/template_semantics.mjs
2912
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/template_semantics.mjs
2913
2913
  import { ImplicitReceiver as ImplicitReceiver3, RecursiveAstVisitor as RecursiveAstVisitor2, TmplAstVariable } from "@angular/compiler";
2914
2914
  var ExpressionSemanticVisitor = class extends RecursiveAstVisitor2 {
2915
2915
  constructor(templateId, boundTarget, oob) {
@@ -2933,7 +2933,7 @@ var ExpressionSemanticVisitor = class extends RecursiveAstVisitor2 {
2933
2933
  }
2934
2934
  };
2935
2935
 
2936
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.mjs
2936
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.mjs
2937
2937
  var TcbGenericContextBehavior;
2938
2938
  (function(TcbGenericContextBehavior2) {
2939
2939
  TcbGenericContextBehavior2[TcbGenericContextBehavior2["UseEmitter"] = 0] = "UseEmitter";
@@ -3983,7 +3983,7 @@ var TcbEventHandlerTranslator = class extends TcbExpressionTranslator {
3983
3983
  }
3984
3984
  };
3985
3985
 
3986
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_file.mjs
3986
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_file.mjs
3987
3987
  import ts23 from "typescript";
3988
3988
  var TypeCheckFile = class extends Environment {
3989
3989
  constructor(fileName, config, refEmitter, reflector, compilerHost) {
@@ -4019,7 +4019,7 @@ var TypeCheckFile = class extends Environment {
4019
4019
  }
4020
4020
  };
4021
4021
 
4022
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
4022
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
4023
4023
  var InliningMode;
4024
4024
  (function(InliningMode2) {
4025
4025
  InliningMode2[InliningMode2["InlineOps"] = 0] = "InlineOps";
@@ -4249,10 +4249,10 @@ function splitStringAtPoints(str, points) {
4249
4249
  return splits;
4250
4250
  }
4251
4251
 
4252
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/source.mjs
4252
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/source.mjs
4253
4253
  import { ParseLocation, ParseSourceSpan } from "@angular/compiler";
4254
4254
 
4255
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/line_mappings.mjs
4255
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/line_mappings.mjs
4256
4256
  var LF_CHAR = 10;
4257
4257
  var CR_CHAR = 13;
4258
4258
  var LINE_SEP_CHAR = 8232;
@@ -4293,7 +4293,7 @@ function findClosestLineStartPosition(linesMap, position, low = 0, high = linesM
4293
4293
  return low - 1;
4294
4294
  }
4295
4295
 
4296
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/source.mjs
4296
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/source.mjs
4297
4297
  var TemplateSource = class {
4298
4298
  constructor(mapping, file) {
4299
4299
  this.mapping = mapping;
@@ -4344,7 +4344,7 @@ var TemplateSourceManager = class {
4344
4344
  }
4345
4345
  };
4346
4346
 
4347
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/template_symbol_builder.mjs
4347
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/template_symbol_builder.mjs
4348
4348
  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";
4349
4349
  import ts25 from "typescript";
4350
4350
  var SymbolBuilder = class {
@@ -4784,7 +4784,7 @@ function sourceSpanEqual(a, b) {
4784
4784
  return a.start.offset === b.start.offset && a.end.offset === b.end.offset;
4785
4785
  }
4786
4786
 
4787
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/checker.mjs
4787
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/checker.mjs
4788
4788
  var REGISTRY2 = new DomElementSchemaRegistry2();
4789
4789
  var TemplateTypeCheckerImpl = class {
4790
4790
  constructor(originalProgram, programDriver, typeCheckAdapter, config, refEmitter, reflector, compilerHost, priorBuild, componentScopeReader, typeCheckScopeRegistry, perf) {
@@ -5318,10 +5318,10 @@ var SingleShimTypeCheckingHost = class extends SingleFileTypeCheckingHost {
5318
5318
  }
5319
5319
  };
5320
5320
 
5321
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/invalid_banana_in_box/index.mjs
5321
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/invalid_banana_in_box/index.mjs
5322
5322
  import { TmplAstBoundEvent as TmplAstBoundEvent2 } from "@angular/compiler";
5323
5323
 
5324
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/api/api.mjs
5324
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/api/api.mjs
5325
5325
  import { ASTWithSource as ASTWithSource4, RecursiveAstVisitor as RecursiveAstVisitor3 } from "@angular/compiler";
5326
5326
  var TemplateCheckWithVisitor = class {
5327
5327
  run(ctx, component, template) {
@@ -5398,7 +5398,7 @@ var TemplateVisitor2 = class extends RecursiveAstVisitor3 {
5398
5398
  }
5399
5399
  };
5400
5400
 
5401
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/invalid_banana_in_box/index.mjs
5401
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/invalid_banana_in_box/index.mjs
5402
5402
  var InvalidBananaInBoxCheck = class extends TemplateCheckWithVisitor {
5403
5403
  constructor() {
5404
5404
  super(...arguments);
@@ -5423,7 +5423,7 @@ var factory = {
5423
5423
  create: () => new InvalidBananaInBoxCheck()
5424
5424
  };
5425
5425
 
5426
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/nullish_coalescing_not_nullable/index.mjs
5426
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/nullish_coalescing_not_nullable/index.mjs
5427
5427
  import { Binary } from "@angular/compiler";
5428
5428
  import ts26 from "typescript";
5429
5429
  var NullishCoalescingNotNullableCheck = class extends TemplateCheckWithVisitor {
@@ -5468,10 +5468,10 @@ var factory2 = {
5468
5468
  }
5469
5469
  };
5470
5470
 
5471
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.mjs
5471
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.mjs
5472
5472
  import ts27 from "typescript";
5473
5473
 
5474
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/api/src/public_options.mjs
5474
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/api/src/public_options.mjs
5475
5475
  var DiagnosticCategoryLabel;
5476
5476
  (function(DiagnosticCategoryLabel2) {
5477
5477
  DiagnosticCategoryLabel2["Warning"] = "warning";
@@ -5479,7 +5479,7 @@ var DiagnosticCategoryLabel;
5479
5479
  DiagnosticCategoryLabel2["Suppress"] = "suppress";
5480
5480
  })(DiagnosticCategoryLabel || (DiagnosticCategoryLabel = {}));
5481
5481
 
5482
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.mjs
5482
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.mjs
5483
5483
  var ExtendedTemplateCheckerImpl = class {
5484
5484
  constructor(templateTypeChecker, typeChecker, templateCheckFactories, options) {
5485
5485
  var _a, _b, _c, _d, _e;
@@ -5531,13 +5531,13 @@ function assertNever(value) {
5531
5531
  ${value}`);
5532
5532
  }
5533
5533
 
5534
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/index.mjs
5534
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/index.mjs
5535
5535
  var ALL_DIAGNOSTIC_FACTORIES = [
5536
5536
  factory,
5537
5537
  factory2
5538
5538
  ];
5539
5539
 
5540
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.mjs
5540
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.mjs
5541
5541
  var CompilationTicketKind;
5542
5542
  (function(CompilationTicketKind2) {
5543
5543
  CompilationTicketKind2[CompilationTicketKind2["Fresh"] = 0] = "Fresh";
@@ -6232,7 +6232,7 @@ function versionMapFromProgram(program, driver) {
6232
6232
  return versions;
6233
6233
  }
6234
6234
 
6235
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/host.mjs
6235
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/host.mjs
6236
6236
  import ts29 from "typescript";
6237
6237
  var DelegatingCompilerHost2 = class {
6238
6238
  constructor(delegate) {
@@ -6373,7 +6373,7 @@ var NgCompilerHost = class extends DelegatingCompilerHost2 {
6373
6373
  }
6374
6374
  };
6375
6375
 
6376
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
6376
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
6377
6377
  var NgtscProgram = class {
6378
6378
  constructor(rootNames, options, delegateHost, oldProgram) {
6379
6379
  this.options = options;
@@ -6580,15 +6580,15 @@ function mergeEmitResults(emitResults) {
6580
6580
  return { diagnostics, emitSkipped, emittedFiles };
6581
6581
  }
6582
6582
 
6583
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/transformers/program.mjs
6583
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/program.mjs
6584
6584
  function createProgram({ rootNames, options, host, oldProgram }) {
6585
6585
  return new NgtscProgram(rootNames, options, host, oldProgram);
6586
6586
  }
6587
6587
 
6588
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/perform_compile.mjs
6588
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/perform_compile.mjs
6589
6589
  import ts32 from "typescript";
6590
6590
 
6591
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/transformers/util.mjs
6591
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/util.mjs
6592
6592
  import ts31 from "typescript";
6593
6593
  var GENERATED_FILES = /(.*?)\.(ngfactory|shim\.ngstyle|ngstyle|ngsummary)\.(js|d\.ts|ts)$/;
6594
6594
  function createMessageDiagnostic(messageText) {
@@ -6603,7 +6603,7 @@ function createMessageDiagnostic(messageText) {
6603
6603
  };
6604
6604
  }
6605
6605
 
6606
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/perform_compile.mjs
6606
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/perform_compile.mjs
6607
6607
  var defaultFormatHost = {
6608
6608
  getCurrentDirectory: () => ts32.sys.getCurrentDirectory(),
6609
6609
  getCanonicalFileName: (fileName) => fileName,
@@ -6813,4 +6813,4 @@ export {
6813
6813
  * Use of this source code is governed by an MIT-style license that can be
6814
6814
  * found in the LICENSE file at https://angular.io/license
6815
6815
  */
6816
- //# sourceMappingURL=chunk-MGNOHKS6.js.map
6816
+ //# sourceMappingURL=chunk-ESNS3BVQ.js.map