@angular/compiler-cli 14.0.0-next.14 → 14.0.0-next.15

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 (59) 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-U3GWKPTG.js → chunk-2ZVQLOCC.js} +293 -182
  4. package/bundles/chunk-2ZVQLOCC.js.map +6 -0
  5. package/bundles/{chunk-3DX2DBWU.js → chunk-7464WID2.js} +70 -70
  6. package/bundles/{chunk-3DX2DBWU.js.map → chunk-7464WID2.js.map} +0 -0
  7. package/bundles/{chunk-O6PNL22F.js → chunk-CPLZ6CTJ.js} +31 -31
  8. package/bundles/{chunk-O6PNL22F.js.map → chunk-CPLZ6CTJ.js.map} +0 -0
  9. package/bundles/{chunk-ZCDB56AX.js → chunk-LX5Q27EF.js} +3 -3
  10. package/bundles/{chunk-ZCDB56AX.js.map → chunk-LX5Q27EF.js.map} +0 -0
  11. package/bundles/{chunk-BRHP6XKM.js → chunk-OLGEBPBY.js} +4 -4
  12. package/bundles/{chunk-BRHP6XKM.js.map → chunk-OLGEBPBY.js.map} +0 -0
  13. package/bundles/{chunk-6VKVKDGL.js → chunk-PR5JCXGL.js} +5 -5
  14. package/bundles/{chunk-6VKVKDGL.js.map → chunk-PR5JCXGL.js.map} +0 -0
  15. package/bundles/{chunk-SJL5HBUW.js → chunk-R3C7RFJ4.js} +2 -2
  16. package/bundles/{chunk-SJL5HBUW.js.map → chunk-R3C7RFJ4.js.map} +0 -0
  17. package/bundles/{chunk-LC26KH5A.js → chunk-R4NY3TJC.js} +5 -5
  18. package/bundles/{chunk-LC26KH5A.js.map → chunk-R4NY3TJC.js.map} +0 -0
  19. package/bundles/{chunk-HDIW2RJZ.js → chunk-RJMU2IDU.js} +85 -84
  20. package/bundles/chunk-RJMU2IDU.js.map +6 -0
  21. package/bundles/{chunk-TD64C4QJ.js → chunk-T7MYRXIE.js} +7 -7
  22. package/bundles/{chunk-TD64C4QJ.js.map → chunk-T7MYRXIE.js.map} +0 -0
  23. package/bundles/{chunk-6356XFP6.js → chunk-UMDDHI5B.js} +26 -26
  24. package/bundles/{chunk-6356XFP6.js.map → chunk-UMDDHI5B.js.map} +0 -0
  25. package/bundles/{chunk-TV7VZNWL.js → chunk-W6KM7BUM.js} +6 -6
  26. package/bundles/{chunk-TV7VZNWL.js.map → chunk-W6KM7BUM.js.map} +0 -0
  27. package/bundles/{chunk-WH4QSABR.js → chunk-WGBFSDVQ.js} +7 -7
  28. package/bundles/{chunk-WH4QSABR.js.map → chunk-WGBFSDVQ.js.map} +0 -0
  29. package/bundles/{chunk-MKGTDQEO.js → chunk-ZNTB6B4W.js} +40 -40
  30. package/bundles/{chunk-MKGTDQEO.js.map → chunk-ZNTB6B4W.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
  47. package/src/ngtsc/annotations/common/index.d.ts +1 -0
  48. package/src/ngtsc/annotations/common/src/schema.d.ts +12 -0
  49. package/src/ngtsc/annotations/common/src/util.d.ts +1 -1
  50. package/src/ngtsc/annotations/component/src/metadata.d.ts +2 -1
  51. package/src/ngtsc/annotations/ng_module/src/handler.d.ts +8 -7
  52. package/src/ngtsc/metadata/src/api.d.ts +4 -0
  53. package/src/ngtsc/partial_evaluator/index.d.ts +1 -0
  54. package/src/ngtsc/partial_evaluator/src/dynamic.d.ts +9 -1
  55. package/src/ngtsc/partial_evaluator/src/interface.d.ts +2 -1
  56. package/src/ngtsc/partial_evaluator/src/result.d.ts +2 -1
  57. package/src/ngtsc/partial_evaluator/src/synthetic.d.ts +19 -0
  58. package/bundles/chunk-HDIW2RJZ.js.map +0 -6
  59. package/bundles/chunk-U3GWKPTG.js.map +0 -6
@@ -39,11 +39,11 @@ import {
39
39
  ivyTransformFactory,
40
40
  retagAllTsFiles,
41
41
  untagAllTsFiles
42
- } from "./chunk-U3GWKPTG.js";
42
+ } from "./chunk-2ZVQLOCC.js";
43
43
  import {
44
44
  TypeScriptReflectionHost,
45
45
  isNamedClassDeclaration
46
- } from "./chunk-5K2JLFXT.js";
46
+ } from "./chunk-2IMT6JFI.js";
47
47
  import {
48
48
  AbsoluteModuleStrategy,
49
49
  AliasStrategy,
@@ -82,7 +82,7 @@ import {
82
82
  toUnredirectedSourceFile,
83
83
  translateExpression,
84
84
  translateType
85
- } from "./chunk-6356XFP6.js";
85
+ } from "./chunk-UMDDHI5B.js";
86
86
  import {
87
87
  LogicalFileSystem,
88
88
  absoluteFrom,
@@ -92,20 +92,20 @@ import {
92
92
  getSourceFileOrError,
93
93
  join,
94
94
  resolve
95
- } from "./chunk-TD64C4QJ.js";
95
+ } from "./chunk-T7MYRXIE.js";
96
96
  import {
97
97
  ActivePerfRecorder,
98
98
  DelegatingPerfRecorder,
99
99
  PerfCheckpoint,
100
100
  PerfEvent,
101
101
  PerfPhase
102
- } from "./chunk-LC26KH5A.js";
102
+ } from "./chunk-R4NY3TJC.js";
103
103
  import {
104
104
  __spreadProps,
105
105
  __spreadValues
106
106
  } from "./chunk-GMSUYBZP.js";
107
107
 
108
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/transformers/api.mjs
108
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/api.mjs
109
109
  var DEFAULT_ERROR_CODE = 100;
110
110
  var UNKNOWN_ERROR_CODE = 500;
111
111
  var SOURCE = "angular";
@@ -123,7 +123,7 @@ var EmitFlags;
123
123
  EmitFlags2[EmitFlags2["All"] = 31] = "All";
124
124
  })(EmitFlags || (EmitFlags = {}));
125
125
 
126
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/transformers/compiler_host.mjs
126
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/compiler_host.mjs
127
127
  import ts from "typescript";
128
128
  var wrapHostForTest = null;
129
129
  function createCompilerHost({ options, tsHost = ts.createCompilerHost(options, true) }) {
@@ -133,21 +133,21 @@ function createCompilerHost({ options, tsHost = ts.createCompilerHost(options, t
133
133
  return tsHost;
134
134
  }
135
135
 
136
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/checker.mjs
136
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/checker.mjs
137
137
  var OptimizeFor;
138
138
  (function(OptimizeFor2) {
139
139
  OptimizeFor2[OptimizeFor2["SingleFile"] = 0] = "SingleFile";
140
140
  OptimizeFor2[OptimizeFor2["WholeProgram"] = 1] = "WholeProgram";
141
141
  })(OptimizeFor || (OptimizeFor = {}));
142
142
 
143
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/completion.mjs
143
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/completion.mjs
144
144
  var CompletionKind;
145
145
  (function(CompletionKind2) {
146
146
  CompletionKind2[CompletionKind2["Reference"] = 0] = "Reference";
147
147
  CompletionKind2[CompletionKind2["Variable"] = 1] = "Variable";
148
148
  })(CompletionKind || (CompletionKind = {}));
149
149
 
150
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/symbols.mjs
150
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/symbols.mjs
151
151
  var SymbolKind;
152
152
  (function(SymbolKind2) {
153
153
  SymbolKind2[SymbolKind2["Input"] = 0] = "Input";
@@ -163,11 +163,11 @@ var SymbolKind;
163
163
  SymbolKind2[SymbolKind2["Pipe"] = 10] = "Pipe";
164
164
  })(SymbolKind || (SymbolKind = {}));
165
165
 
166
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
166
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
167
167
  import { HtmlParser, MessageBundle } from "@angular/compiler";
168
168
  import ts30 from "typescript";
169
169
 
170
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/transformers/i18n.mjs
170
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/i18n.mjs
171
171
  import { Xliff, Xliff2, Xmb } from "@angular/compiler";
172
172
  import * as path from "path";
173
173
  function i18nGetExtension(formatName) {
@@ -218,10 +218,10 @@ function getPathNormalizer(basePath) {
218
218
  };
219
219
  }
220
220
 
221
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
221
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
222
222
  import ts2 from "typescript";
223
223
 
224
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/version_helpers.mjs
224
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/version_helpers.mjs
225
225
  function toNumbers(value) {
226
226
  const suffixIndex = value.lastIndexOf("-");
227
227
  return value.slice(0, suffixIndex === -1 ? value.length : suffixIndex).split(".").map((segment) => {
@@ -256,7 +256,7 @@ function compareVersions(v1, v2) {
256
256
  return compareNumbers(toNumbers(v1), toNumbers(v2));
257
257
  }
258
258
 
259
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
259
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
260
260
  var MIN_TS_VERSION = "4.6.2";
261
261
  var MAX_TS_VERSION = "4.7.0";
262
262
  var tsVersion = ts2.version;
@@ -269,10 +269,10 @@ function verifySupportedTypeScriptVersion() {
269
269
  checkVersion(tsVersion, MIN_TS_VERSION, MAX_TS_VERSION);
270
270
  }
271
271
 
272
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.mjs
272
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.mjs
273
273
  import ts28 from "typescript";
274
274
 
275
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/analyzer.mjs
275
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/analyzer.mjs
276
276
  var CycleAnalyzer = class {
277
277
  constructor(importGraph) {
278
278
  this.importGraph = importGraph;
@@ -343,7 +343,7 @@ var Cycle = class {
343
343
  }
344
344
  };
345
345
 
346
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/imports.mjs
346
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/imports.mjs
347
347
  import ts3 from "typescript";
348
348
  var ImportGraph = class {
349
349
  constructor(checker, perf) {
@@ -435,7 +435,7 @@ var Found = class {
435
435
  }
436
436
  };
437
437
 
438
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/generator.mjs
438
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/generator.mjs
439
439
  import ts4 from "typescript";
440
440
  var FlatIndexGenerator = class {
441
441
  constructor(entryPoint, relativeFlatIndexPath, moduleName) {
@@ -460,7 +460,7 @@ export * from '${relativeEntryPoint}';
460
460
  }
461
461
  };
462
462
 
463
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/logic.mjs
463
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/logic.mjs
464
464
  function findFlatIndexEntryPoint(rootFiles) {
465
465
  const tsFiles = rootFiles.filter((file) => isNonDeclarationTsPath(file));
466
466
  let resolvedEntryPoint = null;
@@ -476,7 +476,7 @@ function findFlatIndexEntryPoint(rootFiles) {
476
476
  return resolvedEntryPoint;
477
477
  }
478
478
 
479
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/private_export_checker.mjs
479
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/private_export_checker.mjs
480
480
  import ts5 from "typescript";
481
481
  function checkForPrivateExports(entryPoint, checker, refGraph) {
482
482
  const diagnostics = [];
@@ -556,7 +556,7 @@ function getDescriptorOfDeclaration(decl) {
556
556
  }
557
557
  }
558
558
 
559
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/reference_graph.mjs
559
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/reference_graph.mjs
560
560
  var ReferenceGraph = class {
561
561
  constructor() {
562
562
  this.references = /* @__PURE__ */ new Map();
@@ -610,7 +610,7 @@ var ReferenceGraph = class {
610
610
  }
611
611
  };
612
612
 
613
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/api.mjs
613
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/api.mjs
614
614
  var NgOriginalFile = Symbol("NgOriginalFile");
615
615
  var UpdateMode;
616
616
  (function(UpdateMode2) {
@@ -618,7 +618,7 @@ var UpdateMode;
618
618
  UpdateMode2[UpdateMode2["Incremental"] = 1] = "Incremental";
619
619
  })(UpdateMode || (UpdateMode = {}));
620
620
 
621
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/ts_create_program_driver.mjs
621
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/ts_create_program_driver.mjs
622
622
  import ts6 from "typescript";
623
623
  var DelegatingCompilerHost = class {
624
624
  constructor(delegate) {
@@ -729,7 +729,7 @@ var TsCreateProgramDriver = class {
729
729
  }
730
730
  };
731
731
 
732
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/dependency_tracking.mjs
732
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/dependency_tracking.mjs
733
733
  var FileDependencyGraph = class {
734
734
  constructor() {
735
735
  this.nodes = /* @__PURE__ */ new Map();
@@ -796,7 +796,7 @@ function isLogicallyChanged(sf, node, changedTsPaths, deletedTsPaths, changedRes
796
796
  return false;
797
797
  }
798
798
 
799
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/state.mjs
799
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/state.mjs
800
800
  var IncrementalStateKind;
801
801
  (function(IncrementalStateKind2) {
802
802
  IncrementalStateKind2[IncrementalStateKind2["Fresh"] = 0] = "Fresh";
@@ -804,7 +804,7 @@ var IncrementalStateKind;
804
804
  IncrementalStateKind2[IncrementalStateKind2["Analyzed"] = 2] = "Analyzed";
805
805
  })(IncrementalStateKind || (IncrementalStateKind = {}));
806
806
 
807
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/incremental.mjs
807
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/incremental.mjs
808
808
  var PhaseKind;
809
809
  (function(PhaseKind2) {
810
810
  PhaseKind2[PhaseKind2["Analysis"] = 0] = "Analysis";
@@ -1005,7 +1005,7 @@ function toOriginalSourceFile(sf) {
1005
1005
  }
1006
1006
  }
1007
1007
 
1008
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/strategy.mjs
1008
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/strategy.mjs
1009
1009
  var TrackedIncrementalBuildStrategy = class {
1010
1010
  constructor() {
1011
1011
  this.state = null;
@@ -1041,7 +1041,7 @@ var PatchedProgramIncrementalBuildStrategy = class {
1041
1041
  };
1042
1042
  var SYM_INCREMENTAL_STATE = Symbol("NgIncrementalState");
1043
1043
 
1044
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/api.mjs
1044
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/api.mjs
1045
1045
  var IdentifierKind;
1046
1046
  (function(IdentifierKind2) {
1047
1047
  IdentifierKind2[IdentifierKind2["Property"] = 0] = "Property";
@@ -1059,7 +1059,7 @@ var AbsoluteSourceSpan = class {
1059
1059
  }
1060
1060
  };
1061
1061
 
1062
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/context.mjs
1062
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/context.mjs
1063
1063
  var IndexingContext = class {
1064
1064
  constructor() {
1065
1065
  this.components = /* @__PURE__ */ new Set();
@@ -1069,10 +1069,10 @@ var IndexingContext = class {
1069
1069
  }
1070
1070
  };
1071
1071
 
1072
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/transform.mjs
1072
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/transform.mjs
1073
1073
  import { ParseSourceFile } from "@angular/compiler";
1074
1074
 
1075
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/template.mjs
1075
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/template.mjs
1076
1076
  import { ASTWithSource, ImplicitReceiver, PropertyRead, PropertyWrite, RecursiveAstVisitor, TmplAstElement, TmplAstRecursiveVisitor, TmplAstReference, TmplAstTemplate } from "@angular/compiler";
1077
1077
  var ExpressionVisitor = class extends RecursiveAstVisitor {
1078
1078
  constructor(expressionStr, absoluteOffset, boundTemplate, targetToIdentifier) {
@@ -1309,7 +1309,7 @@ function getTemplateIdentifiers(boundTemplate) {
1309
1309
  return { identifiers: visitor.identifiers, errors: visitor.errors };
1310
1310
  }
1311
1311
 
1312
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/transform.mjs
1312
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/transform.mjs
1313
1313
  function generateAnalysis(context) {
1314
1314
  const analysis = /* @__PURE__ */ new Map();
1315
1315
  context.components.forEach(({ declaration, selector, boundTemplate, templateMeta }) => {
@@ -1345,7 +1345,7 @@ function generateAnalysis(context) {
1345
1345
  return analysis;
1346
1346
  }
1347
1347
 
1348
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/resource/src/loader.mjs
1348
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/resource/src/loader.mjs
1349
1349
  import ts7 from "typescript";
1350
1350
  var CSS_PREPROCESSOR_EXT = /(\.scss|\.sass|\.less|\.styl)$/;
1351
1351
  var RESOURCE_MARKER = ".$ngresource$";
@@ -1491,7 +1491,7 @@ function createLookupResolutionHost(adapter) {
1491
1491
  };
1492
1492
  }
1493
1493
 
1494
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/standalone.mjs
1494
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/standalone.mjs
1495
1495
  var StandaloneComponentScopeReader = class {
1496
1496
  constructor(metaReader, localModuleReader, dtsModuleReader) {
1497
1497
  this.metaReader = metaReader;
@@ -1500,6 +1500,7 @@ var StandaloneComponentScopeReader = class {
1500
1500
  this.cache = /* @__PURE__ */ new Map();
1501
1501
  }
1502
1502
  getScopeForComponent(clazz) {
1503
+ var _a;
1503
1504
  if (!this.cache.has(clazz)) {
1504
1505
  const clazzRef = new Reference(clazz);
1505
1506
  const clazzMeta = this.metaReader.getDirectiveMetadata(clazzRef);
@@ -1558,7 +1559,7 @@ var StandaloneComponentScopeReader = class {
1558
1559
  component: clazz,
1559
1560
  dependencies: Array.from(dependencies),
1560
1561
  isPoisoned,
1561
- schemas: []
1562
+ schemas: (_a = clazzMeta.schemas) != null ? _a : []
1562
1563
  });
1563
1564
  }
1564
1565
  return this.cache.get(clazz);
@@ -1568,10 +1569,10 @@ var StandaloneComponentScopeReader = class {
1568
1569
  }
1569
1570
  };
1570
1571
 
1571
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/checker.mjs
1572
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/checker.mjs
1572
1573
  import { CssSelector, DomElementSchemaRegistry as DomElementSchemaRegistry2 } from "@angular/compiler";
1573
1574
 
1574
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/diagnostic.mjs
1575
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/diagnostic.mjs
1575
1576
  import ts8 from "typescript";
1576
1577
  function makeTemplateDiagnostic(templateId, mapping, span, category, code, messageText, relatedMessages) {
1577
1578
  if (mapping.type === "direct") {
@@ -1644,7 +1645,7 @@ function makeTemplateDiagnostic(templateId, mapping, span, category, code, messa
1644
1645
  }
1645
1646
  }
1646
1647
 
1647
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/id.mjs
1648
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/id.mjs
1648
1649
  var TEMPLATE_ID = Symbol("ngTemplateId");
1649
1650
  var NEXT_TEMPLATE_ID = Symbol("ngNextTemplateId");
1650
1651
  function getTemplateId(clazz) {
@@ -1661,11 +1662,11 @@ function allocateTemplateId(sf) {
1661
1662
  return `tcb${sf[NEXT_TEMPLATE_ID]++}`;
1662
1663
  }
1663
1664
 
1664
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/completion.mjs
1665
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/completion.mjs
1665
1666
  import { EmptyExpr, ImplicitReceiver as ImplicitReceiver2, PropertyRead as PropertyRead2, PropertyWrite as PropertyWrite2, SafePropertyRead, TmplAstReference as TmplAstReference2, TmplAstTextAttribute } from "@angular/compiler";
1666
1667
  import ts10 from "typescript";
1667
1668
 
1668
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/comments.mjs
1669
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/comments.mjs
1669
1670
  import { AbsoluteSourceSpan as AbsoluteSourceSpan2 } from "@angular/compiler";
1670
1671
  import ts9 from "typescript";
1671
1672
  var parseSpanComment = /^(\d+),(\d+)$/;
@@ -1785,7 +1786,7 @@ function hasExpressionIdentifier(sourceFile, node, identifier) {
1785
1786
  }) || false;
1786
1787
  }
1787
1788
 
1788
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/completion.mjs
1789
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/completion.mjs
1789
1790
  var CompletionEngine = class {
1790
1791
  constructor(tcb, data, tcbPath, tcbIsShim) {
1791
1792
  this.tcb = tcb;
@@ -1942,10 +1943,10 @@ var CompletionEngine = class {
1942
1943
  }
1943
1944
  };
1944
1945
 
1945
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
1946
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
1946
1947
  import ts24 from "typescript";
1947
1948
 
1948
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/dom.mjs
1949
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/dom.mjs
1949
1950
  import { DomElementSchemaRegistry } from "@angular/compiler";
1950
1951
  import ts11 from "typescript";
1951
1952
  var REGISTRY = new DomElementSchemaRegistry();
@@ -1995,11 +1996,11 @@ var RegistryDomSchemaChecker = class {
1995
1996
  }
1996
1997
  };
1997
1998
 
1998
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/environment.mjs
1999
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/environment.mjs
1999
2000
  import { ExpressionType, ExternalExpr, TypeModifier } from "@angular/compiler";
2000
2001
  import ts17 from "typescript";
2001
2002
 
2002
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/ts_util.mjs
2003
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/ts_util.mjs
2003
2004
  import ts12 from "typescript";
2004
2005
  var SAFE_TO_CAST_WITHOUT_PARENS = /* @__PURE__ */ new Set([
2005
2006
  ts12.SyntaxKind.ParenthesizedExpression,
@@ -2068,16 +2069,16 @@ function isAccessExpression(node) {
2068
2069
  return ts12.isPropertyAccessExpression(node) || ts12.isElementAccessExpression(node);
2069
2070
  }
2070
2071
 
2071
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.mjs
2072
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.mjs
2072
2073
  import ts16 from "typescript";
2073
2074
 
2074
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.mjs
2075
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.mjs
2075
2076
  import ts15 from "typescript";
2076
2077
 
2077
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_parameter_emitter.mjs
2078
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_parameter_emitter.mjs
2078
2079
  import ts14 from "typescript";
2079
2080
 
2080
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_emitter.mjs
2081
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_emitter.mjs
2081
2082
  import ts13 from "typescript";
2082
2083
  var INELIGIBLE = {};
2083
2084
  function canEmitType(type, canEmit) {
@@ -2139,7 +2140,7 @@ var TypeEmitter = class {
2139
2140
  }
2140
2141
  };
2141
2142
 
2142
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_parameter_emitter.mjs
2143
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_parameter_emitter.mjs
2143
2144
  var TypeParameterEmitter = class {
2144
2145
  constructor(typeParameters, reflector) {
2145
2146
  this.typeParameters = typeParameters;
@@ -2216,7 +2217,7 @@ var TypeParameterEmitter = class {
2216
2217
  }
2217
2218
  };
2218
2219
 
2219
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.mjs
2220
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.mjs
2220
2221
  var TcbInliningRequirement;
2221
2222
  (function(TcbInliningRequirement2) {
2222
2223
  TcbInliningRequirement2[TcbInliningRequirement2["MustInline"] = 0] = "MustInline";
@@ -2296,7 +2297,7 @@ function checkIfGenericTypeBoundsCanBeEmitted(node, reflector, env) {
2296
2297
  return emitter.canEmit((ref) => env.canReferenceType(ref));
2297
2298
  }
2298
2299
 
2299
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.mjs
2300
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.mjs
2300
2301
  function generateTypeCtorDeclarationFn(node, meta, nodeTypeRef, typeParams) {
2301
2302
  const rawTypeArgs = typeParams !== void 0 ? generateGenericArgs(typeParams) : void 0;
2302
2303
  const rawType = ts16.factory.createTypeReferenceNode(nodeTypeRef, rawTypeArgs);
@@ -2367,7 +2368,7 @@ function typeParametersWithDefaultTypes(params) {
2367
2368
  });
2368
2369
  }
2369
2370
 
2370
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/environment.mjs
2371
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/environment.mjs
2371
2372
  var Environment = class {
2372
2373
  constructor(config, importManager, refEmitter, reflector, contextFile) {
2373
2374
  this.config = config;
@@ -2459,7 +2460,7 @@ var Environment = class {
2459
2460
  }
2460
2461
  };
2461
2462
 
2462
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/oob.mjs
2463
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/oob.mjs
2463
2464
  import { TmplAstElement as TmplAstElement2 } from "@angular/compiler";
2464
2465
  import ts18 from "typescript";
2465
2466
  var OutOfBandDiagnosticRecorderImpl = class {
@@ -2591,7 +2592,7 @@ function makeInlineDiagnostic(templateId, code, node, messageText, relatedInform
2591
2592
  });
2592
2593
  }
2593
2594
 
2594
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/shim.mjs
2595
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/shim.mjs
2595
2596
  import ts19 from "typescript";
2596
2597
  var TypeCheckShimGenerator = class {
2597
2598
  constructor() {
@@ -2609,11 +2610,11 @@ var TypeCheckShimGenerator = class {
2609
2610
  }
2610
2611
  };
2611
2612
 
2612
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.mjs
2613
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.mjs
2613
2614
  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";
2614
2615
  import ts22 from "typescript";
2615
2616
 
2616
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/diagnostics.mjs
2617
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/diagnostics.mjs
2617
2618
  import { AbsoluteSourceSpan as AbsoluteSourceSpan3 } from "@angular/compiler";
2618
2619
  import ts20 from "typescript";
2619
2620
  function wrapForDiagnostics(expr) {
@@ -2659,7 +2660,7 @@ function translateDiagnostic(diagnostic, resolver) {
2659
2660
  return makeTemplateDiagnostic(sourceLocation.id, templateSourceMapping, span, diagnostic.category, diagnostic.code, diagnostic.messageText);
2660
2661
  }
2661
2662
 
2662
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/expression.mjs
2663
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/expression.mjs
2663
2664
  import { ASTWithSource as ASTWithSource2, Call, EmptyExpr as EmptyExpr2, PropertyRead as PropertyRead3, SafeKeyedRead, SafePropertyRead as SafePropertyRead2 } from "@angular/compiler";
2664
2665
  import ts21 from "typescript";
2665
2666
  var NULL_AS_ANY = ts21.factory.createAsExpression(ts21.factory.createNull(), ts21.factory.createKeywordTypeNode(ts21.SyntaxKind.AnyKeyword));
@@ -2989,7 +2990,7 @@ var VeSafeLhsInferenceBugDetector = class {
2989
2990
  };
2990
2991
  VeSafeLhsInferenceBugDetector.SINGLETON = new VeSafeLhsInferenceBugDetector();
2991
2992
 
2992
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/template_semantics.mjs
2993
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/template_semantics.mjs
2993
2994
  import { ImplicitReceiver as ImplicitReceiver3, RecursiveAstVisitor as RecursiveAstVisitor2, TmplAstVariable } from "@angular/compiler";
2994
2995
  var ExpressionSemanticVisitor = class extends RecursiveAstVisitor2 {
2995
2996
  constructor(templateId, boundTarget, oob) {
@@ -3013,7 +3014,7 @@ var ExpressionSemanticVisitor = class extends RecursiveAstVisitor2 {
3013
3014
  }
3014
3015
  };
3015
3016
 
3016
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.mjs
3017
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.mjs
3017
3018
  var TcbGenericContextBehavior;
3018
3019
  (function(TcbGenericContextBehavior2) {
3019
3020
  TcbGenericContextBehavior2[TcbGenericContextBehavior2["UseEmitter"] = 0] = "UseEmitter";
@@ -4063,7 +4064,7 @@ var TcbEventHandlerTranslator = class extends TcbExpressionTranslator {
4063
4064
  }
4064
4065
  };
4065
4066
 
4066
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_file.mjs
4067
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_file.mjs
4067
4068
  import ts23 from "typescript";
4068
4069
  var TypeCheckFile = class extends Environment {
4069
4070
  constructor(fileName, config, refEmitter, reflector, compilerHost) {
@@ -4099,7 +4100,7 @@ var TypeCheckFile = class extends Environment {
4099
4100
  }
4100
4101
  };
4101
4102
 
4102
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
4103
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
4103
4104
  var InliningMode;
4104
4105
  (function(InliningMode2) {
4105
4106
  InliningMode2[InliningMode2["InlineOps"] = 0] = "InlineOps";
@@ -4329,10 +4330,10 @@ function splitStringAtPoints(str, points) {
4329
4330
  return splits;
4330
4331
  }
4331
4332
 
4332
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/source.mjs
4333
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/source.mjs
4333
4334
  import { ParseLocation, ParseSourceSpan } from "@angular/compiler";
4334
4335
 
4335
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/line_mappings.mjs
4336
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/line_mappings.mjs
4336
4337
  var LF_CHAR = 10;
4337
4338
  var CR_CHAR = 13;
4338
4339
  var LINE_SEP_CHAR = 8232;
@@ -4373,7 +4374,7 @@ function findClosestLineStartPosition(linesMap, position, low = 0, high = linesM
4373
4374
  return low - 1;
4374
4375
  }
4375
4376
 
4376
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/source.mjs
4377
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/source.mjs
4377
4378
  var TemplateSource = class {
4378
4379
  constructor(mapping, file) {
4379
4380
  this.mapping = mapping;
@@ -4424,7 +4425,7 @@ var TemplateSourceManager = class {
4424
4425
  }
4425
4426
  };
4426
4427
 
4427
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/template_symbol_builder.mjs
4428
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/template_symbol_builder.mjs
4428
4429
  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";
4429
4430
  import ts25 from "typescript";
4430
4431
  var SymbolBuilder = class {
@@ -4864,7 +4865,7 @@ function sourceSpanEqual(a, b) {
4864
4865
  return a.start.offset === b.start.offset && a.end.offset === b.end.offset;
4865
4866
  }
4866
4867
 
4867
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/checker.mjs
4868
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/checker.mjs
4868
4869
  var REGISTRY2 = new DomElementSchemaRegistry2();
4869
4870
  var TemplateTypeCheckerImpl = class {
4870
4871
  constructor(originalProgram, programDriver, typeCheckAdapter, config, refEmitter, reflector, compilerHost, priorBuild, componentScopeReader, typeCheckScopeRegistry, perf) {
@@ -5400,10 +5401,10 @@ var SingleShimTypeCheckingHost = class extends SingleFileTypeCheckingHost {
5400
5401
  }
5401
5402
  };
5402
5403
 
5403
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/invalid_banana_in_box/index.mjs
5404
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/invalid_banana_in_box/index.mjs
5404
5405
  import { TmplAstBoundEvent as TmplAstBoundEvent2 } from "@angular/compiler";
5405
5406
 
5406
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/api/api.mjs
5407
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/api/api.mjs
5407
5408
  import { ASTWithSource as ASTWithSource4, RecursiveAstVisitor as RecursiveAstVisitor3 } from "@angular/compiler";
5408
5409
  var TemplateCheckWithVisitor = class {
5409
5410
  run(ctx, component, template) {
@@ -5480,7 +5481,7 @@ var TemplateVisitor2 = class extends RecursiveAstVisitor3 {
5480
5481
  }
5481
5482
  };
5482
5483
 
5483
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/invalid_banana_in_box/index.mjs
5484
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/invalid_banana_in_box/index.mjs
5484
5485
  var InvalidBananaInBoxCheck = class extends TemplateCheckWithVisitor {
5485
5486
  constructor() {
5486
5487
  super(...arguments);
@@ -5505,7 +5506,7 @@ var factory = {
5505
5506
  create: () => new InvalidBananaInBoxCheck()
5506
5507
  };
5507
5508
 
5508
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/nullish_coalescing_not_nullable/index.mjs
5509
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/nullish_coalescing_not_nullable/index.mjs
5509
5510
  import { Binary } from "@angular/compiler";
5510
5511
  import ts26 from "typescript";
5511
5512
  var NullishCoalescingNotNullableCheck = class extends TemplateCheckWithVisitor {
@@ -5550,10 +5551,10 @@ var factory2 = {
5550
5551
  }
5551
5552
  };
5552
5553
 
5553
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.mjs
5554
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.mjs
5554
5555
  import ts27 from "typescript";
5555
5556
 
5556
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/api/src/public_options.mjs
5557
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/api/src/public_options.mjs
5557
5558
  var DiagnosticCategoryLabel;
5558
5559
  (function(DiagnosticCategoryLabel2) {
5559
5560
  DiagnosticCategoryLabel2["Warning"] = "warning";
@@ -5561,7 +5562,7 @@ var DiagnosticCategoryLabel;
5561
5562
  DiagnosticCategoryLabel2["Suppress"] = "suppress";
5562
5563
  })(DiagnosticCategoryLabel || (DiagnosticCategoryLabel = {}));
5563
5564
 
5564
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.mjs
5565
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.mjs
5565
5566
  var ExtendedTemplateCheckerImpl = class {
5566
5567
  constructor(templateTypeChecker, typeChecker, templateCheckFactories, options) {
5567
5568
  var _a, _b, _c, _d, _e;
@@ -5613,13 +5614,13 @@ function assertNever(value) {
5613
5614
  ${value}`);
5614
5615
  }
5615
5616
 
5616
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/index.mjs
5617
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/index.mjs
5617
5618
  var ALL_DIAGNOSTIC_FACTORIES = [
5618
5619
  factory,
5619
5620
  factory2
5620
5621
  ];
5621
5622
 
5622
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.mjs
5623
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.mjs
5623
5624
  var CompilationTicketKind;
5624
5625
  (function(CompilationTicketKind2) {
5625
5626
  CompilationTicketKind2[CompilationTicketKind2["Fresh"] = 0] = "Fresh";
@@ -6315,7 +6316,7 @@ function versionMapFromProgram(program, driver) {
6315
6316
  return versions;
6316
6317
  }
6317
6318
 
6318
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/host.mjs
6319
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/host.mjs
6319
6320
  import ts29 from "typescript";
6320
6321
  var DelegatingCompilerHost2 = class {
6321
6322
  constructor(delegate) {
@@ -6456,7 +6457,7 @@ var NgCompilerHost = class extends DelegatingCompilerHost2 {
6456
6457
  }
6457
6458
  };
6458
6459
 
6459
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
6460
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
6460
6461
  var NgtscProgram = class {
6461
6462
  constructor(rootNames, options, delegateHost, oldProgram) {
6462
6463
  this.options = options;
@@ -6663,15 +6664,15 @@ function mergeEmitResults(emitResults) {
6663
6664
  return { diagnostics, emitSkipped, emittedFiles };
6664
6665
  }
6665
6666
 
6666
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/transformers/program.mjs
6667
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/program.mjs
6667
6668
  function createProgram({ rootNames, options, host, oldProgram }) {
6668
6669
  return new NgtscProgram(rootNames, options, host, oldProgram);
6669
6670
  }
6670
6671
 
6671
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/perform_compile.mjs
6672
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/perform_compile.mjs
6672
6673
  import ts32 from "typescript";
6673
6674
 
6674
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/transformers/util.mjs
6675
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/util.mjs
6675
6676
  import ts31 from "typescript";
6676
6677
  var GENERATED_FILES = /(.*?)\.(ngfactory|shim\.ngstyle|ngstyle|ngsummary)\.(js|d\.ts|ts)$/;
6677
6678
  function createMessageDiagnostic(messageText) {
@@ -6686,7 +6687,7 @@ function createMessageDiagnostic(messageText) {
6686
6687
  };
6687
6688
  }
6688
6689
 
6689
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/perform_compile.mjs
6690
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/perform_compile.mjs
6690
6691
  var defaultFormatHost = {
6691
6692
  getCurrentDirectory: () => ts32.sys.getCurrentDirectory(),
6692
6693
  getCanonicalFileName: (fileName) => fileName,
@@ -6896,4 +6897,4 @@ export {
6896
6897
  * Use of this source code is governed by an MIT-style license that can be
6897
6898
  * found in the LICENSE file at https://angular.io/license
6898
6899
  */
6899
- //# sourceMappingURL=chunk-HDIW2RJZ.js.map
6900
+ //# sourceMappingURL=chunk-RJMU2IDU.js.map