@angular/compiler-cli 15.0.1 → 15.0.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 (52) hide show
  1. package/bundles/{chunk-XVHC4VAO.js → chunk-4F26FKLW.js} +5 -5
  2. package/bundles/{chunk-XVHC4VAO.js.map → chunk-4F26FKLW.js.map} +0 -0
  3. package/bundles/{chunk-22N3RTKA.js → chunk-ALSLKTUB.js} +7 -7
  4. package/bundles/{chunk-22N3RTKA.js.map → chunk-ALSLKTUB.js.map} +0 -0
  5. package/bundles/{chunk-VOEFUUJH.js → chunk-DLVFMDSC.js} +2 -2
  6. package/bundles/{chunk-VOEFUUJH.js.map → chunk-DLVFMDSC.js.map} +0 -0
  7. package/bundles/{chunk-UUIUKASM.js → chunk-DSVWG4QJ.js} +2 -2
  8. package/bundles/{chunk-UUIUKASM.js.map → chunk-DSVWG4QJ.js.map} +0 -0
  9. package/bundles/{chunk-NXGWYLNC.js → chunk-E7DPJFUS.js} +7 -7
  10. package/bundles/{chunk-NXGWYLNC.js.map → chunk-E7DPJFUS.js.map} +0 -0
  11. package/bundles/{chunk-C3UJTEDQ.js → chunk-JA6DFT5T.js} +5 -5
  12. package/bundles/{chunk-C3UJTEDQ.js.map → chunk-JA6DFT5T.js.map} +0 -0
  13. package/bundles/{chunk-GIA6ASYG.js → chunk-JGWOWDGB.js} +7 -7
  14. package/bundles/{chunk-GIA6ASYG.js.map → chunk-JGWOWDGB.js.map} +0 -0
  15. package/bundles/{chunk-NAJWFXRP.js → chunk-MMP4UVEC.js} +40 -40
  16. package/bundles/{chunk-NAJWFXRP.js.map → chunk-MMP4UVEC.js.map} +0 -0
  17. package/bundles/{chunk-FPQZA7NP.js → chunk-OFXSI6E3.js} +3 -3
  18. package/bundles/{chunk-FPQZA7NP.js.map → chunk-OFXSI6E3.js.map} +0 -0
  19. package/bundles/{chunk-JY5KP5YT.js → chunk-QVO57CDR.js} +4 -4
  20. package/bundles/{chunk-JY5KP5YT.js.map → chunk-QVO57CDR.js.map} +0 -0
  21. package/bundles/{chunk-LHZD6YT2.js → chunk-R3UUI3WU.js} +31 -31
  22. package/bundles/{chunk-LHZD6YT2.js.map → chunk-R3UUI3WU.js.map} +0 -0
  23. package/bundles/{chunk-RRZN7SI2.js → chunk-SYXTR5F3.js} +71 -71
  24. package/bundles/{chunk-RRZN7SI2.js.map → chunk-SYXTR5F3.js.map} +0 -0
  25. package/bundles/{chunk-TZNP5L2W.js → chunk-TOW3O33K.js} +26 -26
  26. package/bundles/{chunk-TZNP5L2W.js.map → chunk-TOW3O33K.js.map} +0 -0
  27. package/bundles/{chunk-OKDR75TI.js → chunk-TTNJEW7O.js} +7 -7
  28. package/bundles/{chunk-OKDR75TI.js.map → chunk-TTNJEW7O.js.map} +0 -0
  29. package/bundles/{chunk-J6BGLPIM.js → chunk-V4R3BHFY.js} +102 -99
  30. package/bundles/{chunk-J6BGLPIM.js.map → chunk-V4R3BHFY.js.map} +1 -1
  31. package/bundles/{chunk-5S4T5JRZ.js → chunk-VF6SIDZK.js} +85 -75
  32. package/bundles/chunk-VF6SIDZK.js.map +6 -0
  33. package/bundles/index.js +13 -13
  34. package/bundles/linker/babel/index.js +13 -13
  35. package/bundles/linker/index.js +5 -5
  36. package/bundles/ngcc/index.js +13 -13
  37. package/bundles/ngcc/main-ngcc.js +14 -14
  38. package/bundles/ngcc/src/execution/cluster/ngcc_cluster_worker.js +14 -14
  39. package/bundles/ngcc/src/locking/lock_file_with_child_process/ngcc_lock_unlocker.js +4 -4
  40. package/bundles/private/bazel.js +1 -1
  41. package/bundles/private/localize.js +3 -3
  42. package/bundles/private/migrations.js +6 -6
  43. package/bundles/private/tooling.js +3 -3
  44. package/bundles/src/bin/ng_xi18n.js +11 -11
  45. package/bundles/src/bin/ngc.js +9 -9
  46. package/bundles_metadata.json +1 -1
  47. package/ngcc/src/packages/build_marker.d.ts +1 -1
  48. package/package.json +3 -3
  49. package/src/ngtsc/metadata/src/inheritance.d.ts +1 -1
  50. package/src/ngtsc/scope/src/typecheck.d.ts +1 -1
  51. package/src/ngtsc/typecheck/api/scope.d.ts +1 -1
  52. package/bundles/chunk-5S4T5JRZ.js.map +0 -6
@@ -13,7 +13,7 @@ import {
13
13
  reflectObjectLiteral,
14
14
  reflectTypeEntityToDeclaration,
15
15
  typeNodeToValueExpr
16
- } from "./chunk-22N3RTKA.js";
16
+ } from "./chunk-ALSLKTUB.js";
17
17
  import {
18
18
  ErrorCode,
19
19
  FatalDiagnosticError,
@@ -26,6 +26,7 @@ import {
26
26
  getSourceFile,
27
27
  identifierOfNode,
28
28
  isDeclaration,
29
+ isFromDtsFile,
29
30
  makeDiagnostic,
30
31
  makeRelatedInformation,
31
32
  nodeDebugInfo,
@@ -33,7 +34,7 @@ import {
33
34
  translateExpression,
34
35
  translateStatement,
35
36
  translateType
36
- } from "./chunk-TZNP5L2W.js";
37
+ } from "./chunk-TOW3O33K.js";
37
38
  import {
38
39
  combineModifiers,
39
40
  createPropertyDeclaration,
@@ -46,18 +47,18 @@ import {
46
47
  updateParameterDeclaration,
47
48
  updatePropertyDeclaration,
48
49
  updateSetAccessorDeclaration
49
- } from "./chunk-UUIUKASM.js";
50
+ } from "./chunk-DSVWG4QJ.js";
50
51
  import {
51
52
  absoluteFrom,
52
53
  absoluteFromSourceFile,
53
54
  relative
54
- } from "./chunk-NXGWYLNC.js";
55
+ } from "./chunk-E7DPJFUS.js";
55
56
  import {
56
57
  PerfEvent,
57
58
  PerfPhase
58
- } from "./chunk-XVHC4VAO.js";
59
+ } from "./chunk-4F26FKLW.js";
59
60
 
60
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/util.mjs
61
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/util.mjs
61
62
  import { ExternalExpr, ParseLocation, ParseSourceFile, ParseSourceSpan, ReadPropExpr, WrappedNodeExpr } from "@angular/compiler";
62
63
  import ts from "typescript";
63
64
  function valueReferenceToExpression(valueRef) {
@@ -296,7 +297,7 @@ function isAbstractClassDeclaration(clazz) {
296
297
  return clazz.modifiers !== void 0 && clazz.modifiers.some((mod) => mod.kind === ts.SyntaxKind.AbstractKeyword);
297
298
  }
298
299
 
299
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/dynamic.mjs
300
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/dynamic.mjs
300
301
  var DynamicValue = class {
301
302
  constructor(node, reason, code) {
302
303
  this.node = node;
@@ -386,10 +387,10 @@ var DynamicValue = class {
386
387
  }
387
388
  };
388
389
 
389
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
390
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
390
391
  import ts2 from "typescript";
391
392
 
392
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/result.mjs
393
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/result.mjs
393
394
  var ResolvedModule = class {
394
395
  constructor(exports, evaluate) {
395
396
  this.exports = exports;
@@ -419,7 +420,7 @@ var EnumValue = class {
419
420
  var KnownFn = class {
420
421
  };
421
422
 
422
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/builtin.mjs
423
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/builtin.mjs
423
424
  var ArraySliceBuiltinFn = class extends KnownFn {
424
425
  constructor(lhs) {
425
426
  super();
@@ -490,7 +491,7 @@ var ObjectAssignBuiltinFn = class extends KnownFn {
490
491
  }
491
492
  };
492
493
 
493
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/ts_helpers.mjs
494
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/ts_helpers.mjs
494
495
  var AssignHelperFn = class extends ObjectAssignBuiltinFn {
495
496
  };
496
497
  var SpreadHelperFn = class extends KnownFn {
@@ -543,7 +544,7 @@ var ReadHelperFn = class extends KnownFn {
543
544
  }
544
545
  };
545
546
 
546
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/known_declaration.mjs
547
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/known_declaration.mjs
547
548
  var jsGlobalObjectValue = /* @__PURE__ */ new Map([["assign", new ObjectAssignBuiltinFn()]]);
548
549
  var assignTsHelperFn = new AssignHelperFn();
549
550
  var spreadTsHelperFn = new SpreadHelperFn();
@@ -567,14 +568,14 @@ function resolveKnownDeclaration(decl) {
567
568
  }
568
569
  }
569
570
 
570
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/synthetic.mjs
571
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/synthetic.mjs
571
572
  var SyntheticValue = class {
572
573
  constructor(value) {
573
574
  this.value = value;
574
575
  }
575
576
  };
576
577
 
577
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
578
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
578
579
  function literalBinaryOp(op) {
579
580
  return { op, literal: true };
580
581
  }
@@ -1160,7 +1161,7 @@ function owningModule(context, override = null) {
1160
1161
  }
1161
1162
  }
1162
1163
 
1163
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interface.mjs
1164
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interface.mjs
1164
1165
  var PartialEvaluator = class {
1165
1166
  constructor(host, checker, dependencyTracker) {
1166
1167
  this.host = host;
@@ -1180,7 +1181,7 @@ var PartialEvaluator = class {
1180
1181
  }
1181
1182
  };
1182
1183
 
1183
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/diagnostics.mjs
1184
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/diagnostics.mjs
1184
1185
  import ts3 from "typescript";
1185
1186
  function describeResolvedType(value, maxDepth = 1) {
1186
1187
  var _a, _b;
@@ -1310,7 +1311,7 @@ function getContainerNode(node) {
1310
1311
  return node.getSourceFile();
1311
1312
  }
1312
1313
 
1313
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/di.mjs
1314
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/di.mjs
1314
1315
  import { LiteralExpr, WrappedNodeExpr as WrappedNodeExpr2 } from "@angular/compiler";
1315
1316
  import ts4 from "typescript";
1316
1317
  function getConstructorDependencies(clazz, reflector, isCore) {
@@ -1454,10 +1455,10 @@ function createUnsuitableInjectionTokenError(clazz, error) {
1454
1455
  return new FatalDiagnosticError(ErrorCode.PARAM_MISSING_TOKEN, param.nameNode, chain, hints);
1455
1456
  }
1456
1457
 
1457
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.mjs
1458
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.mjs
1458
1459
  import ts7 from "typescript";
1459
1460
 
1460
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/api.mjs
1461
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/api.mjs
1461
1462
  var MetaKind;
1462
1463
  (function(MetaKind2) {
1463
1464
  MetaKind2[MetaKind2["Directive"] = 0] = "Directive";
@@ -1470,10 +1471,10 @@ var MatchSource;
1470
1471
  MatchSource2[MatchSource2["HostDirective"] = 1] = "HostDirective";
1471
1472
  })(MatchSource || (MatchSource = {}));
1472
1473
 
1473
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
1474
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
1474
1475
  import ts6 from "typescript";
1475
1476
 
1476
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/property_mapping.mjs
1477
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/property_mapping.mjs
1477
1478
  var ClassPropertyMapping = class {
1478
1479
  constructor(forwardMap) {
1479
1480
  this.forwardMap = forwardMap;
@@ -1549,7 +1550,7 @@ function reverseMapFromForwardMap(forwardMap) {
1549
1550
  return reverseMap;
1550
1551
  }
1551
1552
 
1552
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/util.mjs
1553
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/util.mjs
1553
1554
  import ts5 from "typescript";
1554
1555
  function extractReferencesFromType(checker, def, bestGuessOwningModule) {
1555
1556
  if (!ts5.isTupleTypeNode(def)) {
@@ -1731,7 +1732,7 @@ function hasInjectableFields(clazz, host) {
1731
1732
  return members.some(({ isStatic, name }) => isStatic && (name === "\u0275prov" || name === "\u0275fac"));
1732
1733
  }
1733
1734
 
1734
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
1735
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
1735
1736
  var DtsMetadataReader = class {
1736
1737
  constructor(checker, reflector) {
1737
1738
  this.checker = checker;
@@ -1870,11 +1871,11 @@ function readHostDirectivesType(checker, type, bestGuessOwningModule) {
1870
1871
  return result.length > 0 ? result : null;
1871
1872
  }
1872
1873
 
1873
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/inheritance.mjs
1874
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/inheritance.mjs
1874
1875
  function flattenInheritedDirectiveMetadata(reader, dir) {
1875
1876
  const topMeta = reader.getDirectiveMetadata(dir);
1876
1877
  if (topMeta === null) {
1877
- throw new Error(`Metadata not found for directive: ${dir.debugName}`);
1878
+ return null;
1878
1879
  }
1879
1880
  if (topMeta.baseClass === null) {
1880
1881
  return topMeta;
@@ -1928,7 +1929,7 @@ function flattenInheritedDirectiveMetadata(reader, dir) {
1928
1929
  };
1929
1930
  }
1930
1931
 
1931
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/registry.mjs
1932
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/registry.mjs
1932
1933
  var LocalMetadataRegistry = class {
1933
1934
  constructor() {
1934
1935
  this.directives = /* @__PURE__ */ new Map();
@@ -1978,7 +1979,7 @@ var CompoundMetadataRegistry = class {
1978
1979
  }
1979
1980
  };
1980
1981
 
1981
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/resource_registry.mjs
1982
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/resource_registry.mjs
1982
1983
  var ResourceRegistry = class {
1983
1984
  constructor() {
1984
1985
  this.externalTemplateToComponentsMap = /* @__PURE__ */ new Map();
@@ -2043,7 +2044,7 @@ var ResourceRegistry = class {
2043
2044
  }
2044
2045
  };
2045
2046
 
2046
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/host_directives_resolver.mjs
2047
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/host_directives_resolver.mjs
2047
2048
  var EMPTY_ARRAY = [];
2048
2049
  var HostDirectivesResolver = class {
2049
2050
  constructor(metaReader) {
@@ -2062,7 +2063,7 @@ var HostDirectivesResolver = class {
2062
2063
  for (const current of directives) {
2063
2064
  const hostMeta = flattenInheritedDirectiveMetadata(this.metaReader, current.directive);
2064
2065
  if (hostMeta === null) {
2065
- throw new Error(`Could not resolve host directive metadata of ${current.directive.debugName}`);
2066
+ continue;
2066
2067
  }
2067
2068
  if (hostMeta.hostDirectives) {
2068
2069
  this.walkHostDirectives(hostMeta.hostDirectives, results);
@@ -2094,7 +2095,7 @@ var HostDirectivesResolver = class {
2094
2095
  }
2095
2096
  };
2096
2097
 
2097
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.mjs
2098
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.mjs
2098
2099
  function makeDuplicateDeclarationError(node, data, kind) {
2099
2100
  const context = [];
2100
2101
  for (const decl of data) {
@@ -2219,6 +2220,9 @@ function checkInheritanceOfInjectable(node, injectableRegistry, reflector, evalu
2219
2220
  if (!classWithCtor.isDecorated) {
2220
2221
  return getInheritedUndecoratedCtorDiagnostic(node, classWithCtor.ref, kind);
2221
2222
  }
2223
+ if (isFromDtsFile(classWithCtor.ref.node)) {
2224
+ return null;
2225
+ }
2222
2226
  if (!strictInjectionParameters || isAbstractClassDeclaration(node)) {
2223
2227
  return null;
2224
2228
  }
@@ -2266,7 +2270,7 @@ function getInheritedUndecoratedCtorDiagnostic(node, baseClass, kind) {
2266
2270
  return makeDiagnostic(ErrorCode.DIRECTIVE_INHERITS_UNDECORATED_CTOR, node.name, `The ${kind.toLowerCase()} ${node.name.text} inherits its constructor from ${baseClassName}, but the latter does not have an Angular decorator of its own. Dependency injection will not be able to resolve the parameters of ${baseClassName}'s constructor. Either add a @${baseNeedsDecorator} decorator to ${baseClassName}, or add an explicit constructor to ${node.name.text}.`);
2267
2271
  }
2268
2272
 
2269
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/evaluation.mjs
2273
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/evaluation.mjs
2270
2274
  import ts8 from "typescript";
2271
2275
  function resolveEnumValue(evaluator, metadata, field, enumSymbolName) {
2272
2276
  let resolved = null;
@@ -2299,7 +2303,7 @@ function resolveLiteral(decorator, literalCache) {
2299
2303
  return meta;
2300
2304
  }
2301
2305
 
2302
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/factory.mjs
2306
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/factory.mjs
2303
2307
  import { compileDeclareFactoryFunction, compileFactoryFunction } from "@angular/compiler";
2304
2308
  function compileNgFactoryDefField(metadata) {
2305
2309
  const res = compileFactoryFunction(metadata);
@@ -2310,7 +2314,7 @@ function compileDeclareFactory(metadata) {
2310
2314
  return { name: "\u0275fac", initializer: res.expression, statements: res.statements, type: res.type };
2311
2315
  }
2312
2316
 
2313
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/injectable_registry.mjs
2317
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/injectable_registry.mjs
2314
2318
  var InjectableClassRegistry = class {
2315
2319
  constructor(host, isCore) {
2316
2320
  this.host = host;
@@ -2336,7 +2340,7 @@ var InjectableClassRegistry = class {
2336
2340
  }
2337
2341
  };
2338
2342
 
2339
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/metadata.mjs
2343
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/metadata.mjs
2340
2344
  import { FunctionExpr, LiteralArrayExpr, LiteralExpr as LiteralExpr2, literalMap, ReturnStatement, WrappedNodeExpr as WrappedNodeExpr3 } from "@angular/compiler";
2341
2345
  import ts9 from "typescript";
2342
2346
  function extractClassMetadata(clazz, reflection, isCore, annotateForClosureCompiler, angularDecoratorTransform = (dec) => dec) {
@@ -2423,13 +2427,13 @@ function removeIdentifierReferences(node, name) {
2423
2427
  return result.transformed[0];
2424
2428
  }
2425
2429
 
2426
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/references_registry.mjs
2430
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/references_registry.mjs
2427
2431
  var NoopReferencesRegistry = class {
2428
2432
  add(source, ...references) {
2429
2433
  }
2430
2434
  };
2431
2435
 
2432
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/schema.mjs
2436
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/schema.mjs
2433
2437
  import { CUSTOM_ELEMENTS_SCHEMA, NO_ERRORS_SCHEMA } from "@angular/compiler";
2434
2438
  function extractSchemas(rawExpr, evaluator, context) {
2435
2439
  const schemas = [];
@@ -2459,11 +2463,11 @@ function extractSchemas(rawExpr, evaluator, context) {
2459
2463
  return schemas;
2460
2464
  }
2461
2465
 
2462
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
2466
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
2463
2467
  import { compileClassMetadata as compileClassMetadata3, compileComponentFromMetadata, compileDeclareClassMetadata as compileDeclareClassMetadata3, compileDeclareComponentFromMetadata, CssSelector as CssSelector2, DEFAULT_INTERPOLATION_CONFIG as DEFAULT_INTERPOLATION_CONFIG2, DomElementSchemaRegistry, FactoryTarget as FactoryTarget3, makeBindingParser as makeBindingParser2, R3TargetBinder, R3TemplateDependencyKind, SelectorMatcher as SelectorMatcher2, ViewEncapsulation, WrappedNodeExpr as WrappedNodeExpr7 } from "@angular/compiler";
2464
2468
  import ts24 from "typescript";
2465
2469
 
2466
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/api.mjs
2470
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/api.mjs
2467
2471
  import ts10 from "typescript";
2468
2472
  var SemanticSymbol = class {
2469
2473
  constructor(decl) {
@@ -2479,7 +2483,7 @@ function getSymbolIdentifier(decl) {
2479
2483
  return decl.name.text;
2480
2484
  }
2481
2485
 
2482
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/graph.mjs
2486
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/graph.mjs
2483
2487
  import { ExternalExpr as ExternalExpr2 } from "@angular/compiler";
2484
2488
  var OpaqueSymbol = class extends SemanticSymbol {
2485
2489
  isPublicApiAffected() {
@@ -2622,10 +2626,10 @@ function getImportPath(expr) {
2622
2626
  }
2623
2627
  }
2624
2628
 
2625
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
2629
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
2626
2630
  import ts11 from "typescript";
2627
2631
 
2628
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/util.mjs
2632
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/util.mjs
2629
2633
  function isSymbolEqual(a, b) {
2630
2634
  if (a.decl === b.decl) {
2631
2635
  return true;
@@ -2675,7 +2679,7 @@ function isSetEqual(a, b, equalityTester = referenceEquality) {
2675
2679
  return true;
2676
2680
  }
2677
2681
 
2678
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
2682
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
2679
2683
  function extractSemanticTypeParameters(node) {
2680
2684
  if (!ts11.isClassDeclaration(node) || node.typeParameters === void 0) {
2681
2685
  return null;
@@ -2695,14 +2699,14 @@ function isTypeParameterEqual(a, b) {
2695
2699
  return a.hasGenericTypeBound === b.hasGenericTypeBound;
2696
2700
  }
2697
2701
 
2698
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/api.mjs
2702
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/api.mjs
2699
2703
  var ComponentScopeKind;
2700
2704
  (function(ComponentScopeKind2) {
2701
2705
  ComponentScopeKind2[ComponentScopeKind2["NgModule"] = 0] = "NgModule";
2702
2706
  ComponentScopeKind2[ComponentScopeKind2["Standalone"] = 1] = "Standalone";
2703
2707
  })(ComponentScopeKind || (ComponentScopeKind = {}));
2704
2708
 
2705
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/component_scope.mjs
2709
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/component_scope.mjs
2706
2710
  var CompoundComponentScopeReader = class {
2707
2711
  constructor(readers) {
2708
2712
  this.readers = readers;
@@ -2727,7 +2731,7 @@ var CompoundComponentScopeReader = class {
2727
2731
  }
2728
2732
  };
2729
2733
 
2730
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/dependency.mjs
2734
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/dependency.mjs
2731
2735
  var MetadataDtsModuleScopeResolver = class {
2732
2736
  constructor(dtsMetaReader, aliasingHost) {
2733
2737
  this.dtsMetaReader = dtsMetaReader;
@@ -2803,11 +2807,11 @@ var MetadataDtsModuleScopeResolver = class {
2803
2807
  }
2804
2808
  };
2805
2809
 
2806
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.mjs
2810
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.mjs
2807
2811
  import { ExternalExpr as ExternalExpr3 } from "@angular/compiler";
2808
2812
  import ts12 from "typescript";
2809
2813
 
2810
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/util.mjs
2814
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/util.mjs
2811
2815
  function getDiagnosticNode(ref, rawExpr) {
2812
2816
  return rawExpr !== null ? ref.getOriginForDiagnostics(rawExpr) : ref.node.name;
2813
2817
  }
@@ -2830,7 +2834,7 @@ function makeUnknownComponentImportDiagnostic(ref, rawExpr) {
2830
2834
  return makeDiagnostic(ErrorCode.COMPONENT_UNKNOWN_IMPORT, getDiagnosticNode(ref, rawExpr), `Component imports must be standalone components, directives, pipes, or must be NgModules.`);
2831
2835
  }
2832
2836
 
2833
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.mjs
2837
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.mjs
2834
2838
  var LocalModuleScopeRegistry = class {
2835
2839
  constructor(localReader, fullReader, dependencyScopeReader, refEmitter, aliasingHost) {
2836
2840
  this.localReader = localReader;
@@ -3169,7 +3173,7 @@ function reexportCollision(module, refA, refB) {
3169
3173
  ]);
3170
3174
  }
3171
3175
 
3172
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/typecheck.mjs
3176
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/typecheck.mjs
3173
3177
  import { CssSelector, SelectorMatcher } from "@angular/compiler";
3174
3178
  import ts13 from "typescript";
3175
3179
  var TypeCheckScopeRegistry = class {
@@ -3202,6 +3206,9 @@ var TypeCheckScopeRegistry = class {
3202
3206
  for (const meta of dependencies) {
3203
3207
  if (meta.kind === MetaKind.Directive && meta.selector !== null) {
3204
3208
  const extMeta = this.getTypeCheckDirectiveMetadata(meta.ref);
3209
+ if (extMeta === null) {
3210
+ continue;
3211
+ }
3205
3212
  matcher.addSelectables(CssSelector.parse(meta.selector), [...this.hostDirectivesResolver.resolve(extMeta), extMeta]);
3206
3213
  directives.push(extMeta);
3207
3214
  } else if (meta.kind === MetaKind.Pipe) {
@@ -3227,12 +3234,15 @@ var TypeCheckScopeRegistry = class {
3227
3234
  return this.flattenedDirectiveMetaCache.get(clazz);
3228
3235
  }
3229
3236
  const meta = flattenInheritedDirectiveMetadata(this.metaReader, ref);
3237
+ if (meta === null) {
3238
+ return null;
3239
+ }
3230
3240
  this.flattenedDirectiveMetaCache.set(clazz, meta);
3231
3241
  return meta;
3232
3242
  }
3233
3243
  };
3234
3244
 
3235
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/api.mjs
3245
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/api.mjs
3236
3246
  var CompilationMode;
3237
3247
  (function(CompilationMode2) {
3238
3248
  CompilationMode2[CompilationMode2["FULL"] = 0] = "FULL";
@@ -3250,7 +3260,7 @@ var HandlerFlags;
3250
3260
  HandlerFlags2[HandlerFlags2["FULL_INHERITANCE"] = 1] = "FULL_INHERITANCE";
3251
3261
  })(HandlerFlags || (HandlerFlags = {}));
3252
3262
 
3253
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/alias.mjs
3263
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/alias.mjs
3254
3264
  import ts14 from "typescript";
3255
3265
  function aliasTransformFactory(exportStatements) {
3256
3266
  return (context) => {
@@ -3274,10 +3284,10 @@ function aliasTransformFactory(exportStatements) {
3274
3284
  };
3275
3285
  }
3276
3286
 
3277
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
3287
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
3278
3288
  import ts15 from "typescript";
3279
3289
 
3280
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/trait.mjs
3290
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/trait.mjs
3281
3291
  var TraitState;
3282
3292
  (function(TraitState2) {
3283
3293
  TraitState2[TraitState2["Pending"] = 0] = "Pending";
@@ -3332,7 +3342,7 @@ var TraitImpl = class {
3332
3342
  }
3333
3343
  };
3334
3344
 
3335
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
3345
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
3336
3346
  var TraitCompiler = class {
3337
3347
  constructor(handlers, reflector, perf, incrementalBuild, compileNonExportedClasses, compilationMode, dtsTransforms, semanticDepGraphUpdater, sourceFileTypeIdentifier) {
3338
3348
  this.handlers = handlers;
@@ -3776,10 +3786,10 @@ function containsErrors(diagnostics) {
3776
3786
  return diagnostics !== null && diagnostics.some((diag) => diag.category === ts15.DiagnosticCategory.Error);
3777
3787
  }
3778
3788
 
3779
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.mjs
3789
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.mjs
3780
3790
  import ts17 from "typescript";
3781
3791
 
3782
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/utils.mjs
3792
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/utils.mjs
3783
3793
  import ts16 from "typescript";
3784
3794
  function addImports(importManager, sf, extraStatements = []) {
3785
3795
  const addedImports = importManager.getAllImports(sf.fileName).map((i) => {
@@ -3816,7 +3826,7 @@ function isImportStatement(stmt) {
3816
3826
  return ts16.isImportDeclaration(stmt) || ts16.isImportEqualsDeclaration(stmt) || ts16.isNamespaceImport(stmt);
3817
3827
  }
3818
3828
 
3819
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.mjs
3829
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.mjs
3820
3830
  var DtsTransformRegistry = class {
3821
3831
  constructor() {
3822
3832
  this.ivyDeclarationTransforms = /* @__PURE__ */ new Map();
@@ -3961,11 +3971,11 @@ function markForEmitAsSingleLine(node) {
3961
3971
  ts17.forEachChild(node, markForEmitAsSingleLine);
3962
3972
  }
3963
3973
 
3964
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
3974
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
3965
3975
  import { ConstantPool } from "@angular/compiler";
3966
3976
  import ts19 from "typescript";
3967
3977
 
3968
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/visitor.mjs
3978
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/visitor.mjs
3969
3979
  import ts18 from "typescript";
3970
3980
  function visit(node, visitor, context) {
3971
3981
  return visitor._visit(node, context);
@@ -4026,7 +4036,7 @@ var Visitor = class {
4026
4036
  }
4027
4037
  };
4028
4038
 
4029
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
4039
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
4030
4040
  var NO_DECORATORS = /* @__PURE__ */ new Set();
4031
4041
  var CLOSURE_FILE_OVERVIEW_REGEXP = /\s+@fileoverview\s+/i;
4032
4042
  function ivyTransformFactory(compilation, reflector, importRewriter, defaultImportTracker, perf, isCore, isClosureCompilerEnabled) {
@@ -4226,10 +4236,10 @@ function nodeArrayFromDecoratorsArray(decorators) {
4226
4236
  return array;
4227
4237
  }
4228
4238
 
4229
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/handler.mjs
4239
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/handler.mjs
4230
4240
  import { compileClassMetadata, compileDeclareClassMetadata, compileDeclareDirectiveFromMetadata, compileDirectiveFromMetadata, FactoryTarget, makeBindingParser, WrappedNodeExpr as WrappedNodeExpr5 } from "@angular/compiler";
4231
4241
 
4232
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/shared.mjs
4242
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/shared.mjs
4233
4243
  import { createMayBeForwardRefExpression, emitDistinctChangesOnlyDefaultValue, ExternalExpr as ExternalExpr4, getSafePropertyAccessString, parseHostBindings, verifyHostBindings, WrappedNodeExpr as WrappedNodeExpr4 } from "@angular/compiler";
4234
4244
  import ts20 from "typescript";
4235
4245
  var EMPTY_OBJECT = {};
@@ -4646,7 +4656,7 @@ function toHostDirectiveMetadata(hostDirective, context, refEmitter) {
4646
4656
  };
4647
4657
  }
4648
4658
 
4649
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/symbol.mjs
4659
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/symbol.mjs
4650
4660
  var DirectiveSymbol = class extends SemanticSymbol {
4651
4661
  constructor(decl, selector, inputs, outputs, exportAs, typeCheckMeta, typeParameters) {
4652
4662
  super(decl);
@@ -4723,7 +4733,7 @@ function isBaseClassEqual(current, previous) {
4723
4733
  return isSymbolEqual(current, previous);
4724
4734
  }
4725
4735
 
4726
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/handler.mjs
4736
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/handler.mjs
4727
4737
  var FIELD_DECORATORS = [
4728
4738
  "Input",
4729
4739
  "Output",
@@ -4882,11 +4892,11 @@ var DirectiveDecoratorHandler = class {
4882
4892
  }
4883
4893
  };
4884
4894
 
4885
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
4895
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
4886
4896
  import { compileClassMetadata as compileClassMetadata2, compileDeclareClassMetadata as compileDeclareClassMetadata2, compileDeclareInjectorFromMetadata, compileDeclareNgModuleFromMetadata, compileInjector, compileNgModule, ExternalExpr as ExternalExpr5, FactoryTarget as FactoryTarget2, FunctionExpr as FunctionExpr2, InvokeFunctionExpr, LiteralArrayExpr as LiteralArrayExpr2, R3Identifiers, R3SelectorScopeMode, ReturnStatement as ReturnStatement2, WrappedNodeExpr as WrappedNodeExpr6 } from "@angular/compiler";
4887
4897
  import ts22 from "typescript";
4888
4898
 
4889
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/module_with_providers.mjs
4899
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/module_with_providers.mjs
4890
4900
  import ts21 from "typescript";
4891
4901
  function createModuleWithProvidersResolver(reflector, isCore) {
4892
4902
  function _reflectModuleFromTypeParam(type, node) {
@@ -4953,7 +4963,7 @@ function isResolvedModuleWithProviders(sv) {
4953
4963
  return typeof sv.value === "object" && sv.value != null && sv.value.hasOwnProperty("ngModule") && sv.value.hasOwnProperty("mwpCall");
4954
4964
  }
4955
4965
 
4956
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
4966
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
4957
4967
  var NgModuleSymbol = class extends SemanticSymbol {
4958
4968
  constructor() {
4959
4969
  super(...arguments);
@@ -5457,7 +5467,7 @@ function isSyntheticReference(ref) {
5457
5467
  return ref.synthetic;
5458
5468
  }
5459
5469
 
5460
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/diagnostics.mjs
5470
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/diagnostics.mjs
5461
5471
  function makeCyclicImportInfo(ref, type, cycle) {
5462
5472
  const name = ref.debugName || "(unknown)";
5463
5473
  const path = cycle.getPath().map((sf) => sf.fileName).join(" -> ");
@@ -5480,7 +5490,7 @@ function checkCustomElementSelectorForErrors(selector) {
5480
5490
  return null;
5481
5491
  }
5482
5492
 
5483
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/resources.mjs
5493
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/resources.mjs
5484
5494
  import { DEFAULT_INTERPOLATION_CONFIG, InterpolationConfig, ParseSourceFile as ParseSourceFile2, parseTemplate } from "@angular/compiler";
5485
5495
  import ts23 from "typescript";
5486
5496
  function getTemplateDeclarationNodeForError(declaration) {
@@ -5793,7 +5803,7 @@ function _extractTemplateStyleUrls(template) {
5793
5803
  return template.styleUrls.map((url) => ({ url, source: 1, nodeForError }));
5794
5804
  }
5795
5805
 
5796
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/symbol.mjs
5806
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/symbol.mjs
5797
5807
  var ComponentSymbol = class extends DirectiveSymbol {
5798
5808
  constructor() {
5799
5809
  super(...arguments);
@@ -5828,7 +5838,7 @@ var ComponentSymbol = class extends DirectiveSymbol {
5828
5838
  }
5829
5839
  };
5830
5840
 
5831
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/util.mjs
5841
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/util.mjs
5832
5842
  function collectAnimationNames(value, animationTriggerNames) {
5833
5843
  if (value instanceof Map) {
5834
5844
  const name = value.get("name");
@@ -5904,7 +5914,7 @@ function isLikelyModuleWithProviders(value) {
5904
5914
  return false;
5905
5915
  }
5906
5916
 
5907
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
5917
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
5908
5918
  var EMPTY_ARRAY2 = [];
5909
5919
  var ComponentDecoratorHandler = class {
5910
5920
  constructor(reflector, evaluator, metaRegistry, metaReader, scopeReader, dtsScopeReader, scopeRegistry, typeCheckScopeRegistry, resourceRegistry, isCore, strictCtorDeps, resourceLoader, rootDirs, defaultPreserveWhitespaces, i18nUseExternalIds, enableI18nLegacyMessageIdFormat, usePoisonedData, i18nNormalizeLineEndingsInICUs, moduleResolver, cycleAnalyzer, cycleHandlingStrategy, refEmitter, depTracker, injectableRegistry, semanticDepGraphUpdater, annotateForClosureCompiler, perf, hostDirectivesResolver) {
@@ -6548,7 +6558,7 @@ function validateStandaloneImports(importRefs, importExpr, metaReader, scopeRead
6548
6558
  return diagnostics;
6549
6559
  }
6550
6560
 
6551
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/injectable.mjs
6561
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/injectable.mjs
6552
6562
  import { compileClassMetadata as compileClassMetadata4, compileDeclareClassMetadata as compileDeclareClassMetadata4, compileDeclareInjectableFromMetadata, compileInjectable, createMayBeForwardRefExpression as createMayBeForwardRefExpression2, FactoryTarget as FactoryTarget4, LiteralExpr as LiteralExpr3, WrappedNodeExpr as WrappedNodeExpr8 } from "@angular/compiler";
6553
6563
  import ts25 from "typescript";
6554
6564
  var InjectableDecoratorHandler = class {
@@ -6765,7 +6775,7 @@ function getDep(dep, reflector) {
6765
6775
  return meta;
6766
6776
  }
6767
6777
 
6768
- // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/pipe.mjs
6778
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/pipe.mjs
6769
6779
  import { compileClassMetadata as compileClassMetadata5, compileDeclareClassMetadata as compileDeclareClassMetadata5, compileDeclarePipeFromMetadata, compilePipeFromMetadata, FactoryTarget as FactoryTarget5, WrappedNodeExpr as WrappedNodeExpr9 } from "@angular/compiler";
6770
6780
  import ts26 from "typescript";
6771
6781
  var PipeSymbol = class extends SemanticSymbol {
@@ -6960,4 +6970,4 @@ export {
6960
6970
  * Use of this source code is governed by an MIT-style license that can be
6961
6971
  * found in the LICENSE file at https://angular.io/license
6962
6972
  */
6963
- //# sourceMappingURL=chunk-5S4T5JRZ.js.map
6973
+ //# sourceMappingURL=chunk-VF6SIDZK.js.map