@angular/compiler-cli 16.0.0-rc.4 → 16.0.1

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 (44) hide show
  1. package/bundles/{chunk-DZ2JDFLR.js → chunk-2KHZXNEI.js} +31 -31
  2. package/bundles/{chunk-BZAIS6C3.js → chunk-64MYZ5SD.js} +5 -5
  3. package/bundles/{chunk-HJOPJLIM.js → chunk-7PCPPTTO.js} +5 -5
  4. package/bundles/{chunk-WL4F4VQG.js → chunk-B6WD2R2T.js} +21 -21
  5. package/bundles/{chunk-GYHDNUIK.js → chunk-EKTJ7622.js} +7 -7
  6. package/bundles/{chunk-SL3W33EA.js → chunk-HE7H76I4.js} +5 -5
  7. package/bundles/{chunk-AHPF5263.js → chunk-JI4NJHOK.js} +84 -82
  8. package/bundles/{chunk-AHPF5263.js.map → chunk-JI4NJHOK.js.map} +1 -1
  9. package/bundles/{chunk-SBDNBITT.js → chunk-LYJKWJUC.js} +3 -3
  10. package/bundles/{chunk-UNR3CTVT.js → chunk-T2BBDUF3.js} +14 -9
  11. package/bundles/chunk-T2BBDUF3.js.map +6 -0
  12. package/bundles/{chunk-EC5K6QPP.js → chunk-TBUSSXUA.js} +7 -7
  13. package/bundles/{chunk-53CCHRBH.js → chunk-UUUQF5ZZ.js} +99 -96
  14. package/bundles/chunk-UUUQF5ZZ.js.map +6 -0
  15. package/bundles/{chunk-ABPMSM4T.js → chunk-VLCBVJOY.js} +56 -12
  16. package/bundles/chunk-VLCBVJOY.js.map +6 -0
  17. package/bundles/index.js +13 -13
  18. package/bundles/linker/babel/index.js +13 -13
  19. package/bundles/linker/index.js +5 -5
  20. package/bundles/ngcc/index.js +1 -1
  21. package/bundles/private/bazel.js +1 -1
  22. package/bundles/private/localize.js +3 -3
  23. package/bundles/private/migrations.js +6 -6
  24. package/bundles/private/tooling.js +4 -4
  25. package/bundles/src/bin/ng_xi18n.js +11 -11
  26. package/bundles/src/bin/ngc.js +9 -9
  27. package/bundles_metadata.json +1 -1
  28. package/package.json +2 -2
  29. package/src/ngtsc/reflection/src/host.d.ts +9 -1
  30. package/src/ngtsc/transform/src/api.d.ts +3 -3
  31. package/src/ngtsc/transform/src/declaration.d.ts +4 -4
  32. package/src/ngtsc/translator/src/type_translator.d.ts +3 -34
  33. package/src/ngtsc/typecheck/src/environment.d.ts +7 -1
  34. package/bundles/chunk-53CCHRBH.js.map +0 -6
  35. package/bundles/chunk-ABPMSM4T.js.map +0 -6
  36. package/bundles/chunk-UNR3CTVT.js.map +0 -6
  37. /package/bundles/{chunk-DZ2JDFLR.js.map → chunk-2KHZXNEI.js.map} +0 -0
  38. /package/bundles/{chunk-BZAIS6C3.js.map → chunk-64MYZ5SD.js.map} +0 -0
  39. /package/bundles/{chunk-HJOPJLIM.js.map → chunk-7PCPPTTO.js.map} +0 -0
  40. /package/bundles/{chunk-WL4F4VQG.js.map → chunk-B6WD2R2T.js.map} +0 -0
  41. /package/bundles/{chunk-GYHDNUIK.js.map → chunk-EKTJ7622.js.map} +0 -0
  42. /package/bundles/{chunk-SL3W33EA.js.map → chunk-HE7H76I4.js.map} +0 -0
  43. /package/bundles/{chunk-SBDNBITT.js.map → chunk-LYJKWJUC.js.map} +0 -0
  44. /package/bundles/{chunk-EC5K6QPP.js.map → chunk-TBUSSXUA.js.map} +0 -0
@@ -9,13 +9,13 @@ import {
9
9
  reflectObjectLiteral,
10
10
  reflectTypeEntityToDeclaration,
11
11
  typeNodeToValueExpr
12
- } from "./chunk-UNR3CTVT.js";
12
+ } from "./chunk-T2BBDUF3.js";
13
13
  import {
14
14
  ImportManager,
15
15
  translateExpression,
16
16
  translateStatement,
17
17
  translateType
18
- } from "./chunk-ABPMSM4T.js";
18
+ } from "./chunk-VLCBVJOY.js";
19
19
  import {
20
20
  ErrorCode,
21
21
  FatalDiagnosticError,
@@ -32,18 +32,18 @@ import {
32
32
  makeRelatedInformation,
33
33
  nodeDebugInfo,
34
34
  nodeNameForError
35
- } from "./chunk-WL4F4VQG.js";
35
+ } from "./chunk-B6WD2R2T.js";
36
36
  import {
37
37
  PerfEvent,
38
38
  PerfPhase
39
- } from "./chunk-HJOPJLIM.js";
39
+ } from "./chunk-7PCPPTTO.js";
40
40
  import {
41
41
  absoluteFrom,
42
42
  absoluteFromSourceFile,
43
43
  relative
44
- } from "./chunk-EC5K6QPP.js";
44
+ } from "./chunk-TBUSSXUA.js";
45
45
 
46
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/util.mjs
46
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/util.mjs
47
47
  import { ExternalExpr, ParseLocation, ParseSourceFile, ParseSourceSpan, ReadPropExpr, WrappedNodeExpr } from "@angular/compiler";
48
48
  import ts from "typescript";
49
49
  function valueReferenceToExpression(valueRef) {
@@ -280,7 +280,7 @@ function isAbstractClassDeclaration(clazz) {
280
280
  return ts.canHaveModifiers(clazz) && clazz.modifiers !== void 0 ? clazz.modifiers.some((mod) => mod.kind === ts.SyntaxKind.AbstractKeyword) : false;
281
281
  }
282
282
 
283
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/dynamic.mjs
283
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/dynamic.mjs
284
284
  var DynamicValue = class {
285
285
  constructor(node, reason, code) {
286
286
  this.node = node;
@@ -370,10 +370,10 @@ var DynamicValue = class {
370
370
  }
371
371
  };
372
372
 
373
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
373
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
374
374
  import ts2 from "typescript";
375
375
 
376
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/result.mjs
376
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/result.mjs
377
377
  var ResolvedModule = class {
378
378
  constructor(exports, evaluate) {
379
379
  this.exports = exports;
@@ -403,7 +403,7 @@ var EnumValue = class {
403
403
  var KnownFn = class {
404
404
  };
405
405
 
406
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/builtin.mjs
406
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/builtin.mjs
407
407
  var ArraySliceBuiltinFn = class extends KnownFn {
408
408
  constructor(lhs) {
409
409
  super();
@@ -455,14 +455,14 @@ var StringConcatBuiltinFn = class extends KnownFn {
455
455
  }
456
456
  };
457
457
 
458
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/synthetic.mjs
458
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/synthetic.mjs
459
459
  var SyntheticValue = class {
460
460
  constructor(value) {
461
461
  this.value = value;
462
462
  }
463
463
  };
464
464
 
465
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
465
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
466
466
  function literalBinaryOp(op) {
467
467
  return { op, literal: true };
468
468
  }
@@ -1040,7 +1040,7 @@ function owningModule(context, override = null) {
1040
1040
  }
1041
1041
  }
1042
1042
 
1043
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interface.mjs
1043
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interface.mjs
1044
1044
  var PartialEvaluator = class {
1045
1045
  constructor(host, checker, dependencyTracker) {
1046
1046
  this.host = host;
@@ -1060,7 +1060,7 @@ var PartialEvaluator = class {
1060
1060
  }
1061
1061
  };
1062
1062
 
1063
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/diagnostics.mjs
1063
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/diagnostics.mjs
1064
1064
  import ts3 from "typescript";
1065
1065
  function describeResolvedType(value, maxDepth = 1) {
1066
1066
  var _a, _b;
@@ -1190,7 +1190,7 @@ function getContainerNode(node) {
1190
1190
  return node.getSourceFile();
1191
1191
  }
1192
1192
 
1193
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/di.mjs
1193
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/di.mjs
1194
1194
  import { LiteralExpr, WrappedNodeExpr as WrappedNodeExpr2 } from "@angular/compiler";
1195
1195
  import ts4 from "typescript";
1196
1196
  function getConstructorDependencies(clazz, reflector, isCore) {
@@ -1334,10 +1334,10 @@ function createUnsuitableInjectionTokenError(clazz, error) {
1334
1334
  return new FatalDiagnosticError(ErrorCode.PARAM_MISSING_TOKEN, param.nameNode, chain, hints);
1335
1335
  }
1336
1336
 
1337
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.mjs
1337
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.mjs
1338
1338
  import ts7 from "typescript";
1339
1339
 
1340
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/api.mjs
1340
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/api.mjs
1341
1341
  var MetaKind;
1342
1342
  (function(MetaKind2) {
1343
1343
  MetaKind2[MetaKind2["Directive"] = 0] = "Directive";
@@ -1350,10 +1350,10 @@ var MatchSource;
1350
1350
  MatchSource2[MatchSource2["HostDirective"] = 1] = "HostDirective";
1351
1351
  })(MatchSource || (MatchSource = {}));
1352
1352
 
1353
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
1353
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
1354
1354
  import ts6 from "typescript";
1355
1355
 
1356
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/property_mapping.mjs
1356
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/property_mapping.mjs
1357
1357
  var ClassPropertyMapping = class {
1358
1358
  constructor(forwardMap) {
1359
1359
  this.forwardMap = forwardMap;
@@ -1431,7 +1431,7 @@ function reverseMapFromForwardMap(forwardMap) {
1431
1431
  return reverseMap;
1432
1432
  }
1433
1433
 
1434
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/util.mjs
1434
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/util.mjs
1435
1435
  import ts5 from "typescript";
1436
1436
  function extractReferencesFromType(checker, def, bestGuessOwningModule) {
1437
1437
  if (!ts5.isTupleTypeNode(def)) {
@@ -1613,7 +1613,7 @@ function hasInjectableFields(clazz, host) {
1613
1613
  return members.some(({ isStatic, name }) => isStatic && (name === "\u0275prov" || name === "\u0275fac"));
1614
1614
  }
1615
1615
 
1616
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
1616
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
1617
1617
  var DtsMetadataReader = class {
1618
1618
  constructor(checker, reflector) {
1619
1619
  this.checker = checker;
@@ -1783,7 +1783,7 @@ function readHostDirectivesType(checker, type, bestGuessOwningModule) {
1783
1783
  return result.length > 0 ? result : null;
1784
1784
  }
1785
1785
 
1786
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/inheritance.mjs
1786
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/inheritance.mjs
1787
1787
  function flattenInheritedDirectiveMetadata(reader, dir) {
1788
1788
  const topMeta = reader.getDirectiveMetadata(dir);
1789
1789
  if (topMeta === null) {
@@ -1841,7 +1841,7 @@ function flattenInheritedDirectiveMetadata(reader, dir) {
1841
1841
  };
1842
1842
  }
1843
1843
 
1844
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/registry.mjs
1844
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/registry.mjs
1845
1845
  var LocalMetadataRegistry = class {
1846
1846
  constructor() {
1847
1847
  this.directives = /* @__PURE__ */ new Map();
@@ -1898,7 +1898,7 @@ var CompoundMetadataRegistry = class {
1898
1898
  }
1899
1899
  };
1900
1900
 
1901
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/resource_registry.mjs
1901
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/resource_registry.mjs
1902
1902
  var ResourceRegistry = class {
1903
1903
  constructor() {
1904
1904
  this.externalTemplateToComponentsMap = /* @__PURE__ */ new Map();
@@ -1963,7 +1963,7 @@ var ResourceRegistry = class {
1963
1963
  }
1964
1964
  };
1965
1965
 
1966
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/providers.mjs
1966
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/providers.mjs
1967
1967
  var ExportedProviderStatusResolver = class {
1968
1968
  constructor(metaReader) {
1969
1969
  this.metaReader = metaReader;
@@ -2007,7 +2007,7 @@ var ExportedProviderStatusResolver = class {
2007
2007
  }
2008
2008
  };
2009
2009
 
2010
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/host_directives_resolver.mjs
2010
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/host_directives_resolver.mjs
2011
2011
  var EMPTY_ARRAY = [];
2012
2012
  var HostDirectivesResolver = class {
2013
2013
  constructor(metaReader) {
@@ -2068,7 +2068,7 @@ function resolveOutput(bindingName) {
2068
2068
  return bindingName;
2069
2069
  }
2070
2070
 
2071
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.mjs
2071
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.mjs
2072
2072
  function makeDuplicateDeclarationError(node, data, kind) {
2073
2073
  const context = [];
2074
2074
  for (const decl of data) {
@@ -2264,7 +2264,7 @@ function getInheritedUndecoratedCtorDiagnostic(node, baseClass, kind) {
2264
2264
  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}.`);
2265
2265
  }
2266
2266
 
2267
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/evaluation.mjs
2267
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/evaluation.mjs
2268
2268
  import ts8 from "typescript";
2269
2269
  function resolveEnumValue(evaluator, metadata, field, enumSymbolName) {
2270
2270
  let resolved = null;
@@ -2297,7 +2297,7 @@ function resolveLiteral(decorator, literalCache) {
2297
2297
  return meta;
2298
2298
  }
2299
2299
 
2300
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/factory.mjs
2300
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/factory.mjs
2301
2301
  import { compileDeclareFactoryFunction, compileFactoryFunction } from "@angular/compiler";
2302
2302
  function compileNgFactoryDefField(metadata) {
2303
2303
  const res = compileFactoryFunction(metadata);
@@ -2308,7 +2308,7 @@ function compileDeclareFactory(metadata) {
2308
2308
  return { name: "\u0275fac", initializer: res.expression, statements: res.statements, type: res.type };
2309
2309
  }
2310
2310
 
2311
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/injectable_registry.mjs
2311
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/injectable_registry.mjs
2312
2312
  var InjectableClassRegistry = class {
2313
2313
  constructor(host, isCore) {
2314
2314
  this.host = host;
@@ -2334,7 +2334,7 @@ var InjectableClassRegistry = class {
2334
2334
  }
2335
2335
  };
2336
2336
 
2337
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/metadata.mjs
2337
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/metadata.mjs
2338
2338
  import { FunctionExpr, LiteralArrayExpr, LiteralExpr as LiteralExpr2, literalMap, ReturnStatement, WrappedNodeExpr as WrappedNodeExpr3 } from "@angular/compiler";
2339
2339
  import ts9 from "typescript";
2340
2340
  function extractClassMetadata(clazz, reflection, isCore, annotateForClosureCompiler, angularDecoratorTransform = (dec) => dec) {
@@ -2421,13 +2421,13 @@ function removeIdentifierReferences(node, name) {
2421
2421
  return result.transformed[0];
2422
2422
  }
2423
2423
 
2424
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/references_registry.mjs
2424
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/references_registry.mjs
2425
2425
  var NoopReferencesRegistry = class {
2426
2426
  add(source, ...references) {
2427
2427
  }
2428
2428
  };
2429
2429
 
2430
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/schema.mjs
2430
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/schema.mjs
2431
2431
  import { CUSTOM_ELEMENTS_SCHEMA, NO_ERRORS_SCHEMA } from "@angular/compiler";
2432
2432
  function extractSchemas(rawExpr, evaluator, context) {
2433
2433
  const schemas = [];
@@ -2457,11 +2457,11 @@ function extractSchemas(rawExpr, evaluator, context) {
2457
2457
  return schemas;
2458
2458
  }
2459
2459
 
2460
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
2460
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
2461
2461
  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";
2462
2462
  import ts24 from "typescript";
2463
2463
 
2464
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/api.mjs
2464
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/api.mjs
2465
2465
  import ts10 from "typescript";
2466
2466
  var SemanticSymbol = class {
2467
2467
  constructor(decl) {
@@ -2477,7 +2477,7 @@ function getSymbolIdentifier(decl) {
2477
2477
  return decl.name.text;
2478
2478
  }
2479
2479
 
2480
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/graph.mjs
2480
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/graph.mjs
2481
2481
  import { ExternalExpr as ExternalExpr2 } from "@angular/compiler";
2482
2482
  var OpaqueSymbol = class extends SemanticSymbol {
2483
2483
  isPublicApiAffected() {
@@ -2620,10 +2620,10 @@ function getImportPath(expr) {
2620
2620
  }
2621
2621
  }
2622
2622
 
2623
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
2623
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
2624
2624
  import ts11 from "typescript";
2625
2625
 
2626
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/util.mjs
2626
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/util.mjs
2627
2627
  function isSymbolEqual(a, b) {
2628
2628
  if (a.decl === b.decl) {
2629
2629
  return true;
@@ -2673,7 +2673,7 @@ function isSetEqual(a, b, equalityTester = referenceEquality) {
2673
2673
  return true;
2674
2674
  }
2675
2675
 
2676
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
2676
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
2677
2677
  function extractSemanticTypeParameters(node) {
2678
2678
  if (!ts11.isClassDeclaration(node) || node.typeParameters === void 0) {
2679
2679
  return null;
@@ -2693,14 +2693,14 @@ function isTypeParameterEqual(a, b) {
2693
2693
  return a.hasGenericTypeBound === b.hasGenericTypeBound;
2694
2694
  }
2695
2695
 
2696
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/api.mjs
2696
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/api.mjs
2697
2697
  var ComponentScopeKind;
2698
2698
  (function(ComponentScopeKind2) {
2699
2699
  ComponentScopeKind2[ComponentScopeKind2["NgModule"] = 0] = "NgModule";
2700
2700
  ComponentScopeKind2[ComponentScopeKind2["Standalone"] = 1] = "Standalone";
2701
2701
  })(ComponentScopeKind || (ComponentScopeKind = {}));
2702
2702
 
2703
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/component_scope.mjs
2703
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/component_scope.mjs
2704
2704
  var CompoundComponentScopeReader = class {
2705
2705
  constructor(readers) {
2706
2706
  this.readers = readers;
@@ -2725,7 +2725,7 @@ var CompoundComponentScopeReader = class {
2725
2725
  }
2726
2726
  };
2727
2727
 
2728
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/dependency.mjs
2728
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/dependency.mjs
2729
2729
  var MetadataDtsModuleScopeResolver = class {
2730
2730
  constructor(dtsMetaReader, aliasingHost) {
2731
2731
  this.dtsMetaReader = dtsMetaReader;
@@ -2801,11 +2801,11 @@ var MetadataDtsModuleScopeResolver = class {
2801
2801
  }
2802
2802
  };
2803
2803
 
2804
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.mjs
2804
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.mjs
2805
2805
  import { ExternalExpr as ExternalExpr3 } from "@angular/compiler";
2806
2806
  import ts12 from "typescript";
2807
2807
 
2808
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/util.mjs
2808
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/util.mjs
2809
2809
  function getDiagnosticNode(ref, rawExpr) {
2810
2810
  return rawExpr !== null ? ref.getOriginForDiagnostics(rawExpr) : ref.node.name;
2811
2811
  }
@@ -2828,7 +2828,7 @@ function makeUnknownComponentImportDiagnostic(ref, rawExpr) {
2828
2828
  return makeDiagnostic(ErrorCode.COMPONENT_UNKNOWN_IMPORT, getDiagnosticNode(ref, rawExpr), `Component imports must be standalone components, directives, pipes, or must be NgModules.`);
2829
2829
  }
2830
2830
 
2831
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.mjs
2831
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.mjs
2832
2832
  var LocalModuleScopeRegistry = class {
2833
2833
  constructor(localReader, fullReader, dependencyScopeReader, refEmitter, aliasingHost) {
2834
2834
  this.localReader = localReader;
@@ -3167,7 +3167,7 @@ function reexportCollision(module, refA, refB) {
3167
3167
  ]);
3168
3168
  }
3169
3169
 
3170
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/typecheck.mjs
3170
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/typecheck.mjs
3171
3171
  import { CssSelector, SelectorMatcher } from "@angular/compiler";
3172
3172
  import ts13 from "typescript";
3173
3173
  var TypeCheckScopeRegistry = class {
@@ -3236,7 +3236,7 @@ var TypeCheckScopeRegistry = class {
3236
3236
  }
3237
3237
  };
3238
3238
 
3239
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/api.mjs
3239
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/api.mjs
3240
3240
  var CompilationMode;
3241
3241
  (function(CompilationMode2) {
3242
3242
  CompilationMode2[CompilationMode2["FULL"] = 0] = "FULL";
@@ -3255,7 +3255,7 @@ var HandlerFlags;
3255
3255
  HandlerFlags2[HandlerFlags2["FULL_INHERITANCE"] = 1] = "FULL_INHERITANCE";
3256
3256
  })(HandlerFlags || (HandlerFlags = {}));
3257
3257
 
3258
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/alias.mjs
3258
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/alias.mjs
3259
3259
  import ts14 from "typescript";
3260
3260
  function aliasTransformFactory(exportStatements) {
3261
3261
  return () => {
@@ -3278,10 +3278,10 @@ function aliasTransformFactory(exportStatements) {
3278
3278
  };
3279
3279
  }
3280
3280
 
3281
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
3281
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
3282
3282
  import ts15 from "typescript";
3283
3283
 
3284
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/trait.mjs
3284
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/trait.mjs
3285
3285
  var TraitState;
3286
3286
  (function(TraitState2) {
3287
3287
  TraitState2[TraitState2["Pending"] = 0] = "Pending";
@@ -3338,7 +3338,7 @@ var TraitImpl = class {
3338
3338
  }
3339
3339
  };
3340
3340
 
3341
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
3341
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
3342
3342
  var TraitCompiler = class {
3343
3343
  constructor(handlers, reflector, perf, incrementalBuild, compileNonExportedClasses, compilationMode, dtsTransforms, semanticDepGraphUpdater, sourceFileTypeIdentifier) {
3344
3344
  this.handlers = handlers;
@@ -3773,10 +3773,10 @@ function containsErrors(diagnostics) {
3773
3773
  return diagnostics !== null && diagnostics.some((diag) => diag.category === ts15.DiagnosticCategory.Error);
3774
3774
  }
3775
3775
 
3776
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.mjs
3776
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.mjs
3777
3777
  import ts17 from "typescript";
3778
3778
 
3779
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/utils.mjs
3779
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/utils.mjs
3780
3780
  import ts16 from "typescript";
3781
3781
  function addImports(importManager, sf, extraStatements = []) {
3782
3782
  const addedImports = importManager.getAllImports(sf.fileName).map((i) => {
@@ -3812,7 +3812,7 @@ function isImportStatement(stmt) {
3812
3812
  return ts16.isImportDeclaration(stmt) || ts16.isImportEqualsDeclaration(stmt) || ts16.isNamespaceImport(stmt);
3813
3813
  }
3814
3814
 
3815
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.mjs
3815
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.mjs
3816
3816
  var DtsTransformRegistry = class {
3817
3817
  constructor() {
3818
3818
  this.ivyDeclarationTransforms = /* @__PURE__ */ new Map();
@@ -3836,9 +3836,9 @@ var DtsTransformRegistry = class {
3836
3836
  return transforms;
3837
3837
  }
3838
3838
  };
3839
- function declarationTransformFactory(transformRegistry, importRewriter, importPrefix) {
3839
+ function declarationTransformFactory(transformRegistry, reflector, refEmitter, importRewriter, importPrefix) {
3840
3840
  return (context) => {
3841
- const transformer = new DtsTransformer(context, importRewriter, importPrefix);
3841
+ const transformer = new DtsTransformer(context, reflector, refEmitter, importRewriter, importPrefix);
3842
3842
  return (fileOrBundle) => {
3843
3843
  if (ts17.isBundle(fileOrBundle)) {
3844
3844
  return fileOrBundle;
@@ -3852,8 +3852,10 @@ function declarationTransformFactory(transformRegistry, importRewriter, importPr
3852
3852
  };
3853
3853
  }
3854
3854
  var DtsTransformer = class {
3855
- constructor(ctx, importRewriter, importPrefix) {
3855
+ constructor(ctx, reflector, refEmitter, importRewriter, importPrefix) {
3856
3856
  this.ctx = ctx;
3857
+ this.reflector = reflector;
3858
+ this.refEmitter = refEmitter;
3857
3859
  this.importRewriter = importRewriter;
3858
3860
  this.importPrefix = importPrefix;
3859
3861
  }
@@ -3892,7 +3894,7 @@ var DtsTransformer = class {
3892
3894
  for (const transform of transforms) {
3893
3895
  if (transform.transformClass !== void 0) {
3894
3896
  const inputMembers = clazz === newClazz ? elements : newClazz.members;
3895
- newClazz = transform.transformClass(newClazz, inputMembers, imports);
3897
+ newClazz = transform.transformClass(newClazz, inputMembers, this.reflector, this.refEmitter, imports);
3896
3898
  }
3897
3899
  }
3898
3900
  if (elementsChanged && clazz === newClazz) {
@@ -3924,7 +3926,7 @@ var IvyDeclarationDtsTransform = class {
3924
3926
  addFields(decl, fields) {
3925
3927
  this.declarationFields.set(decl, fields);
3926
3928
  }
3927
- transformClass(clazz, members, imports) {
3929
+ transformClass(clazz, members, reflector, refEmitter, imports) {
3928
3930
  const original = ts17.getOriginalNode(clazz);
3929
3931
  if (!this.declarationFields.has(original)) {
3930
3932
  return clazz;
@@ -3932,7 +3934,7 @@ var IvyDeclarationDtsTransform = class {
3932
3934
  const fields = this.declarationFields.get(original);
3933
3935
  const newMembers = fields.map((decl) => {
3934
3936
  const modifiers = [ts17.factory.createModifier(ts17.SyntaxKind.StaticKeyword)];
3935
- const typeRef = translateType(decl.type, imports);
3937
+ const typeRef = translateType(decl.type, original.getSourceFile(), reflector, refEmitter, imports);
3936
3938
  markForEmitAsSingleLine(typeRef);
3937
3939
  return ts17.factory.createPropertyDeclaration(
3938
3940
  modifiers,
@@ -3957,11 +3959,11 @@ function markForEmitAsSingleLine(node) {
3957
3959
  ts17.forEachChild(node, markForEmitAsSingleLine);
3958
3960
  }
3959
3961
 
3960
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
3962
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
3961
3963
  import { ConstantPool } from "@angular/compiler";
3962
3964
  import ts19 from "typescript";
3963
3965
 
3964
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/visitor.mjs
3966
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/visitor.mjs
3965
3967
  import ts18 from "typescript";
3966
3968
  function visit(node, visitor, context) {
3967
3969
  return visitor._visit(node, context);
@@ -4022,7 +4024,7 @@ var Visitor = class {
4022
4024
  }
4023
4025
  };
4024
4026
 
4025
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
4027
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
4026
4028
  var NO_DECORATORS = /* @__PURE__ */ new Set();
4027
4029
  var CLOSURE_FILE_OVERVIEW_REGEXP = /\s+@fileoverview\s+/i;
4028
4030
  function ivyTransformFactory(compilation, reflector, importRewriter, defaultImportTracker, perf, isCore, isClosureCompilerEnabled) {
@@ -4230,10 +4232,10 @@ function nodeArrayFromDecoratorsArray(decorators) {
4230
4232
  return array;
4231
4233
  }
4232
4234
 
4233
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/handler.mjs
4235
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/handler.mjs
4234
4236
  import { compileClassMetadata, compileDeclareClassMetadata, compileDeclareDirectiveFromMetadata, compileDirectiveFromMetadata, FactoryTarget, makeBindingParser, WrappedNodeExpr as WrappedNodeExpr5 } from "@angular/compiler";
4235
4237
 
4236
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/shared.mjs
4238
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/shared.mjs
4237
4239
  import { createMayBeForwardRefExpression, emitDistinctChangesOnlyDefaultValue, ExternalExpr as ExternalExpr4, getSafePropertyAccessString, parseHostBindings, verifyHostBindings, WrappedNodeExpr as WrappedNodeExpr4 } from "@angular/compiler";
4238
4240
  import ts20 from "typescript";
4239
4241
  var EMPTY_OBJECT = {};
@@ -4705,7 +4707,7 @@ function toHostDirectiveMetadata(hostDirective, context, refEmitter) {
4705
4707
  };
4706
4708
  }
4707
4709
 
4708
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/symbol.mjs
4710
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/symbol.mjs
4709
4711
  var DirectiveSymbol = class extends SemanticSymbol {
4710
4712
  constructor(decl, selector, inputs, outputs, exportAs, typeCheckMeta, typeParameters) {
4711
4713
  super(decl);
@@ -4785,7 +4787,7 @@ function isBaseClassEqual(current, previous) {
4785
4787
  return isSymbolEqual(current, previous);
4786
4788
  }
4787
4789
 
4788
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/handler.mjs
4790
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/handler.mjs
4789
4791
  var FIELD_DECORATORS = [
4790
4792
  "Input",
4791
4793
  "Output",
@@ -4945,11 +4947,11 @@ var DirectiveDecoratorHandler = class {
4945
4947
  }
4946
4948
  };
4947
4949
 
4948
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
4950
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
4949
4951
  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";
4950
4952
  import ts22 from "typescript";
4951
4953
 
4952
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/module_with_providers.mjs
4954
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/module_with_providers.mjs
4953
4955
  import ts21 from "typescript";
4954
4956
  function createModuleWithProvidersResolver(reflector, isCore) {
4955
4957
  function _reflectModuleFromTypeParam(type, node) {
@@ -5016,7 +5018,7 @@ function isResolvedModuleWithProviders(sv) {
5016
5018
  return typeof sv.value === "object" && sv.value != null && sv.value.hasOwnProperty("ngModule") && sv.value.hasOwnProperty("mwpCall");
5017
5019
  }
5018
5020
 
5019
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
5021
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
5020
5022
  var NgModuleSymbol = class extends SemanticSymbol {
5021
5023
  constructor(decl, hasProviders) {
5022
5024
  super(decl);
@@ -5540,7 +5542,7 @@ function isSyntheticReference(ref) {
5540
5542
  return ref.synthetic;
5541
5543
  }
5542
5544
 
5543
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/diagnostics.mjs
5545
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/diagnostics.mjs
5544
5546
  function makeCyclicImportInfo(ref, type, cycle) {
5545
5547
  const name = ref.debugName || "(unknown)";
5546
5548
  const path = cycle.getPath().map((sf) => sf.fileName).join(" -> ");
@@ -5563,7 +5565,7 @@ function checkCustomElementSelectorForErrors(selector) {
5563
5565
  return null;
5564
5566
  }
5565
5567
 
5566
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/resources.mjs
5568
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/resources.mjs
5567
5569
  import { DEFAULT_INTERPOLATION_CONFIG, InterpolationConfig, ParseSourceFile as ParseSourceFile2, parseTemplate } from "@angular/compiler";
5568
5570
  import ts23 from "typescript";
5569
5571
  function getTemplateDeclarationNodeForError(declaration) {
@@ -5877,7 +5879,7 @@ function _extractTemplateStyleUrls(template) {
5877
5879
  return template.styleUrls.map((url) => ({ url, source: 1, nodeForError }));
5878
5880
  }
5879
5881
 
5880
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/symbol.mjs
5882
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/symbol.mjs
5881
5883
  var ComponentSymbol = class extends DirectiveSymbol {
5882
5884
  constructor() {
5883
5885
  super(...arguments);
@@ -5912,7 +5914,7 @@ var ComponentSymbol = class extends DirectiveSymbol {
5912
5914
  }
5913
5915
  };
5914
5916
 
5915
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/util.mjs
5917
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/util.mjs
5916
5918
  function collectAnimationNames(value, animationTriggerNames) {
5917
5919
  if (value instanceof Map) {
5918
5920
  const name = value.get("name");
@@ -5988,7 +5990,7 @@ function isLikelyModuleWithProviders(value) {
5988
5990
  return false;
5989
5991
  }
5990
5992
 
5991
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
5993
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
5992
5994
  var EMPTY_ARRAY2 = [];
5993
5995
  var ComponentDecoratorHandler = class {
5994
5996
  constructor(reflector, evaluator, metaRegistry, metaReader, scopeReader, dtsScopeReader, scopeRegistry, typeCheckScopeRegistry, resourceRegistry, isCore, strictCtorDeps, resourceLoader, rootDirs, defaultPreserveWhitespaces, i18nUseExternalIds, enableI18nLegacyMessageIdFormat, usePoisonedData, i18nNormalizeLineEndingsInICUs, moduleResolver, cycleAnalyzer, cycleHandlingStrategy, refEmitter, referencesRegistry, depTracker, injectableRegistry, semanticDepGraphUpdater, annotateForClosureCompiler, perf, hostDirectivesResolver) {
@@ -6637,7 +6639,7 @@ function validateStandaloneImports(importRefs, importExpr, metaReader, scopeRead
6637
6639
  return diagnostics;
6638
6640
  }
6639
6641
 
6640
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/injectable.mjs
6642
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/injectable.mjs
6641
6643
  import { compileClassMetadata as compileClassMetadata4, compileDeclareClassMetadata as compileDeclareClassMetadata4, compileDeclareInjectableFromMetadata, compileInjectable, createMayBeForwardRefExpression as createMayBeForwardRefExpression2, FactoryTarget as FactoryTarget4, LiteralExpr as LiteralExpr3, WrappedNodeExpr as WrappedNodeExpr8 } from "@angular/compiler";
6642
6644
  import ts25 from "typescript";
6643
6645
  var InjectableDecoratorHandler = class {
@@ -6852,7 +6854,7 @@ function getDep(dep, reflector) {
6852
6854
  return meta;
6853
6855
  }
6854
6856
 
6855
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/pipe.mjs
6857
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/pipe.mjs
6856
6858
  import { compileClassMetadata as compileClassMetadata5, compileDeclareClassMetadata as compileDeclareClassMetadata5, compileDeclarePipeFromMetadata, compilePipeFromMetadata, FactoryTarget as FactoryTarget5 } from "@angular/compiler";
6857
6859
  import ts26 from "typescript";
6858
6860
  var PipeSymbol = class extends SemanticSymbol {
@@ -6996,14 +6998,14 @@ var PipeDecoratorHandler = class {
6996
6998
  }
6997
6999
  };
6998
7000
 
6999
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/checker.mjs
7001
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/checker.mjs
7000
7002
  var OptimizeFor;
7001
7003
  (function(OptimizeFor2) {
7002
7004
  OptimizeFor2[OptimizeFor2["SingleFile"] = 0] = "SingleFile";
7003
7005
  OptimizeFor2[OptimizeFor2["WholeProgram"] = 1] = "WholeProgram";
7004
7006
  })(OptimizeFor || (OptimizeFor = {}));
7005
7007
 
7006
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/scope.mjs
7008
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/scope.mjs
7007
7009
  var PotentialImportKind;
7008
7010
  (function(PotentialImportKind2) {
7009
7011
  PotentialImportKind2[PotentialImportKind2["NgModule"] = 0] = "NgModule";
@@ -7015,14 +7017,14 @@ var PotentialImportMode;
7015
7017
  PotentialImportMode2[PotentialImportMode2["ForceDirect"] = 1] = "ForceDirect";
7016
7018
  })(PotentialImportMode || (PotentialImportMode = {}));
7017
7019
 
7018
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/completion.mjs
7020
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/completion.mjs
7019
7021
  var CompletionKind;
7020
7022
  (function(CompletionKind2) {
7021
7023
  CompletionKind2[CompletionKind2["Reference"] = 0] = "Reference";
7022
7024
  CompletionKind2[CompletionKind2["Variable"] = 1] = "Variable";
7023
7025
  })(CompletionKind || (CompletionKind = {}));
7024
7026
 
7025
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/symbols.mjs
7027
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/symbols.mjs
7026
7028
  var SymbolKind;
7027
7029
  (function(SymbolKind2) {
7028
7030
  SymbolKind2[SymbolKind2["Input"] = 0] = "Input";
@@ -7090,4 +7092,4 @@ export {
7090
7092
  * Use of this source code is governed by an MIT-style license that can be
7091
7093
  * found in the LICENSE file at https://angular.io/license
7092
7094
  */
7093
- //# sourceMappingURL=chunk-AHPF5263.js.map
7095
+ //# sourceMappingURL=chunk-JI4NJHOK.js.map