@angular/compiler-cli 16.1.0-next.2 → 16.1.0-rc.0

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 (37) hide show
  1. package/bundles/{chunk-KKMOMQGE.js → chunk-7HUJG2M6.js} +81 -78
  2. package/bundles/chunk-7HUJG2M6.js.map +6 -0
  3. package/bundles/{chunk-LOZJLM26.js → chunk-AAX4HKH5.js} +8 -8
  4. package/bundles/{chunk-TBUSSXUA.js → chunk-EC5K6QPP.js} +7 -7
  5. package/bundles/{chunk-EKTJ7622.js → chunk-GYHDNUIK.js} +7 -7
  6. package/bundles/{chunk-7PCPPTTO.js → chunk-HJOPJLIM.js} +5 -5
  7. package/bundles/{chunk-WF3L5COT.js → chunk-KPIJL3UY.js} +21 -21
  8. package/bundles/{chunk-NIK4FIWB.js → chunk-OIJPCKRW.js} +6 -6
  9. package/bundles/{chunk-SJLWUYXS.js → chunk-ONCDPGC3.js} +5 -5
  10. package/bundles/{chunk-ADNHTL54.js → chunk-OOJTRSMD.js} +31 -31
  11. package/bundles/{chunk-OGRHCPOV.js → chunk-QCI2PLQA.js} +94 -94
  12. package/bundles/{chunk-OGRHCPOV.js.map → chunk-QCI2PLQA.js.map} +1 -1
  13. package/bundles/{chunk-LYJKWJUC.js → chunk-SBDNBITT.js} +3 -3
  14. package/bundles/{chunk-FHTU2HTQ.js → chunk-XTUD3JK5.js} +5 -5
  15. package/bundles/index.js +13 -13
  16. package/bundles/linker/babel/index.js +13 -13
  17. package/bundles/linker/index.js +5 -5
  18. package/bundles/ngcc/index.js +1 -1
  19. package/bundles/private/bazel.js +1 -1
  20. package/bundles/private/localize.js +3 -3
  21. package/bundles/private/migrations.js +6 -6
  22. package/bundles/private/tooling.js +4 -4
  23. package/bundles/src/bin/ng_xi18n.js +11 -11
  24. package/bundles/src/bin/ngc.js +9 -9
  25. package/bundles_metadata.json +1 -1
  26. package/package.json +2 -2
  27. package/bundles/chunk-KKMOMQGE.js.map +0 -6
  28. /package/bundles/{chunk-LOZJLM26.js.map → chunk-AAX4HKH5.js.map} +0 -0
  29. /package/bundles/{chunk-TBUSSXUA.js.map → chunk-EC5K6QPP.js.map} +0 -0
  30. /package/bundles/{chunk-EKTJ7622.js.map → chunk-GYHDNUIK.js.map} +0 -0
  31. /package/bundles/{chunk-7PCPPTTO.js.map → chunk-HJOPJLIM.js.map} +0 -0
  32. /package/bundles/{chunk-WF3L5COT.js.map → chunk-KPIJL3UY.js.map} +0 -0
  33. /package/bundles/{chunk-NIK4FIWB.js.map → chunk-OIJPCKRW.js.map} +0 -0
  34. /package/bundles/{chunk-SJLWUYXS.js.map → chunk-ONCDPGC3.js.map} +0 -0
  35. /package/bundles/{chunk-ADNHTL54.js.map → chunk-OOJTRSMD.js.map} +0 -0
  36. /package/bundles/{chunk-LYJKWJUC.js.map → chunk-SBDNBITT.js.map} +0 -0
  37. /package/bundles/{chunk-FHTU2HTQ.js.map → chunk-XTUD3JK5.js.map} +0 -0
@@ -9,13 +9,13 @@ import {
9
9
  reflectObjectLiteral,
10
10
  reflectTypeEntityToDeclaration,
11
11
  typeNodeToValueExpr
12
- } from "./chunk-NIK4FIWB.js";
12
+ } from "./chunk-OIJPCKRW.js";
13
13
  import {
14
14
  ImportManager,
15
15
  translateExpression,
16
16
  translateStatement,
17
17
  translateType
18
- } from "./chunk-LOZJLM26.js";
18
+ } from "./chunk-AAX4HKH5.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-WF3L5COT.js";
35
+ } from "./chunk-KPIJL3UY.js";
36
36
  import {
37
37
  PerfEvent,
38
38
  PerfPhase
39
- } from "./chunk-7PCPPTTO.js";
39
+ } from "./chunk-HJOPJLIM.js";
40
40
  import {
41
41
  absoluteFrom,
42
42
  absoluteFromSourceFile,
43
43
  relative
44
- } from "./chunk-TBUSSXUA.js";
44
+ } from "./chunk-EC5K6QPP.js";
45
45
 
46
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/util.mjs
46
+ // bazel-out/darwin_arm64-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) {
@@ -284,7 +284,7 @@ function isAbstractClassDeclaration(clazz) {
284
284
  return ts.canHaveModifiers(clazz) && clazz.modifiers !== void 0 ? clazz.modifiers.some((mod) => mod.kind === ts.SyntaxKind.AbstractKeyword) : false;
285
285
  }
286
286
 
287
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/dynamic.mjs
287
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/dynamic.mjs
288
288
  var DynamicValue = class {
289
289
  constructor(node, reason, code) {
290
290
  this.node = node;
@@ -374,10 +374,10 @@ var DynamicValue = class {
374
374
  }
375
375
  };
376
376
 
377
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
377
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
378
378
  import ts2 from "typescript";
379
379
 
380
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/result.mjs
380
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/result.mjs
381
381
  var ResolvedModule = class {
382
382
  constructor(exports, evaluate) {
383
383
  this.exports = exports;
@@ -407,7 +407,7 @@ var EnumValue = class {
407
407
  var KnownFn = class {
408
408
  };
409
409
 
410
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/builtin.mjs
410
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/builtin.mjs
411
411
  var ArraySliceBuiltinFn = class extends KnownFn {
412
412
  constructor(lhs) {
413
413
  super();
@@ -459,14 +459,14 @@ var StringConcatBuiltinFn = class extends KnownFn {
459
459
  }
460
460
  };
461
461
 
462
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/synthetic.mjs
462
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/synthetic.mjs
463
463
  var SyntheticValue = class {
464
464
  constructor(value) {
465
465
  this.value = value;
466
466
  }
467
467
  };
468
468
 
469
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
469
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
470
470
  function literalBinaryOp(op) {
471
471
  return { op, literal: true };
472
472
  }
@@ -623,7 +623,7 @@ var StaticInterpreter = class {
623
623
  visitIdentifier(node, context) {
624
624
  const decl = this.host.getDeclarationOfIdentifier(node);
625
625
  if (decl === null) {
626
- if (node.originalKeywordKind === ts2.SyntaxKind.UndefinedKeyword) {
626
+ if (getOriginalKeywordKind(node) === ts2.SyntaxKind.UndefinedKeyword) {
627
627
  return void 0;
628
628
  } else {
629
629
  if (this.dependencyTracker !== null && this.host.getImportOfIdentifier(node) !== null) {
@@ -1043,8 +1043,11 @@ function owningModule(context, override = null) {
1043
1043
  return null;
1044
1044
  }
1045
1045
  }
1046
+ function getOriginalKeywordKind(identifier) {
1047
+ return typeof ts2.identifierToKeywordKind === "function" ? ts2.identifierToKeywordKind(identifier) : identifier.originalKeywordKind;
1048
+ }
1046
1049
 
1047
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interface.mjs
1050
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interface.mjs
1048
1051
  var PartialEvaluator = class {
1049
1052
  constructor(host, checker, dependencyTracker) {
1050
1053
  this.host = host;
@@ -1064,7 +1067,7 @@ var PartialEvaluator = class {
1064
1067
  }
1065
1068
  };
1066
1069
 
1067
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/diagnostics.mjs
1070
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/diagnostics.mjs
1068
1071
  import ts3 from "typescript";
1069
1072
  function describeResolvedType(value, maxDepth = 1) {
1070
1073
  var _a, _b;
@@ -1194,7 +1197,7 @@ function getContainerNode(node) {
1194
1197
  return node.getSourceFile();
1195
1198
  }
1196
1199
 
1197
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/di.mjs
1200
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/di.mjs
1198
1201
  import { LiteralExpr, WrappedNodeExpr as WrappedNodeExpr2 } from "@angular/compiler";
1199
1202
  import ts4 from "typescript";
1200
1203
  function getConstructorDependencies(clazz, reflector, isCore) {
@@ -1338,10 +1341,10 @@ function createUnsuitableInjectionTokenError(clazz, error) {
1338
1341
  return new FatalDiagnosticError(ErrorCode.PARAM_MISSING_TOKEN, param.nameNode, chain, hints);
1339
1342
  }
1340
1343
 
1341
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.mjs
1344
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.mjs
1342
1345
  import ts7 from "typescript";
1343
1346
 
1344
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/api.mjs
1347
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/api.mjs
1345
1348
  var MetaKind;
1346
1349
  (function(MetaKind2) {
1347
1350
  MetaKind2[MetaKind2["Directive"] = 0] = "Directive";
@@ -1354,10 +1357,10 @@ var MatchSource;
1354
1357
  MatchSource2[MatchSource2["HostDirective"] = 1] = "HostDirective";
1355
1358
  })(MatchSource || (MatchSource = {}));
1356
1359
 
1357
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
1360
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
1358
1361
  import ts6 from "typescript";
1359
1362
 
1360
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/property_mapping.mjs
1363
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/property_mapping.mjs
1361
1364
  var ClassPropertyMapping = class {
1362
1365
  constructor(forwardMap) {
1363
1366
  this.forwardMap = forwardMap;
@@ -1435,7 +1438,7 @@ function reverseMapFromForwardMap(forwardMap) {
1435
1438
  return reverseMap;
1436
1439
  }
1437
1440
 
1438
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/util.mjs
1441
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/util.mjs
1439
1442
  import ts5 from "typescript";
1440
1443
  function extractReferencesFromType(checker, def, bestGuessOwningModule) {
1441
1444
  if (!ts5.isTupleTypeNode(def)) {
@@ -1620,7 +1623,7 @@ function hasInjectableFields(clazz, host) {
1620
1623
  return members.some(({ isStatic, name }) => isStatic && (name === "\u0275prov" || name === "\u0275fac"));
1621
1624
  }
1622
1625
 
1623
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
1626
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
1624
1627
  var DtsMetadataReader = class {
1625
1628
  constructor(checker, reflector) {
1626
1629
  this.checker = checker;
@@ -1795,7 +1798,7 @@ function readHostDirectivesType(checker, type, bestGuessOwningModule) {
1795
1798
  return result.length > 0 ? result : null;
1796
1799
  }
1797
1800
 
1798
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/inheritance.mjs
1801
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/inheritance.mjs
1799
1802
  function flattenInheritedDirectiveMetadata(reader, dir) {
1800
1803
  const topMeta = reader.getDirectiveMetadata(dir);
1801
1804
  if (topMeta === null) {
@@ -1853,7 +1856,7 @@ function flattenInheritedDirectiveMetadata(reader, dir) {
1853
1856
  };
1854
1857
  }
1855
1858
 
1856
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/registry.mjs
1859
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/registry.mjs
1857
1860
  var LocalMetadataRegistry = class {
1858
1861
  constructor() {
1859
1862
  this.directives = /* @__PURE__ */ new Map();
@@ -1910,7 +1913,7 @@ var CompoundMetadataRegistry = class {
1910
1913
  }
1911
1914
  };
1912
1915
 
1913
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/resource_registry.mjs
1916
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/resource_registry.mjs
1914
1917
  var ResourceRegistry = class {
1915
1918
  constructor() {
1916
1919
  this.externalTemplateToComponentsMap = /* @__PURE__ */ new Map();
@@ -1975,7 +1978,7 @@ var ResourceRegistry = class {
1975
1978
  }
1976
1979
  };
1977
1980
 
1978
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/providers.mjs
1981
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/providers.mjs
1979
1982
  var ExportedProviderStatusResolver = class {
1980
1983
  constructor(metaReader) {
1981
1984
  this.metaReader = metaReader;
@@ -2019,7 +2022,7 @@ var ExportedProviderStatusResolver = class {
2019
2022
  }
2020
2023
  };
2021
2024
 
2022
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/host_directives_resolver.mjs
2025
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/host_directives_resolver.mjs
2023
2026
  var EMPTY_ARRAY = [];
2024
2027
  var HostDirectivesResolver = class {
2025
2028
  constructor(metaReader) {
@@ -2081,7 +2084,7 @@ function resolveOutput(bindingName) {
2081
2084
  return bindingName;
2082
2085
  }
2083
2086
 
2084
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.mjs
2087
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.mjs
2085
2088
  function makeDuplicateDeclarationError(node, data, kind) {
2086
2089
  const context = [];
2087
2090
  for (const decl of data) {
@@ -2277,7 +2280,7 @@ function getInheritedUndecoratedCtorDiagnostic(node, baseClass, kind) {
2277
2280
  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}.`);
2278
2281
  }
2279
2282
 
2280
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/evaluation.mjs
2283
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/evaluation.mjs
2281
2284
  import ts8 from "typescript";
2282
2285
  function resolveEnumValue(evaluator, metadata, field, enumSymbolName) {
2283
2286
  let resolved = null;
@@ -2310,7 +2313,7 @@ function resolveLiteral(decorator, literalCache) {
2310
2313
  return meta;
2311
2314
  }
2312
2315
 
2313
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/factory.mjs
2316
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/factory.mjs
2314
2317
  import { compileDeclareFactoryFunction, compileFactoryFunction } from "@angular/compiler";
2315
2318
  function compileNgFactoryDefField(metadata) {
2316
2319
  const res = compileFactoryFunction(metadata);
@@ -2321,7 +2324,7 @@ function compileDeclareFactory(metadata) {
2321
2324
  return { name: "\u0275fac", initializer: res.expression, statements: res.statements, type: res.type };
2322
2325
  }
2323
2326
 
2324
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/injectable_registry.mjs
2327
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/injectable_registry.mjs
2325
2328
  var InjectableClassRegistry = class {
2326
2329
  constructor(host, isCore) {
2327
2330
  this.host = host;
@@ -2347,7 +2350,7 @@ var InjectableClassRegistry = class {
2347
2350
  }
2348
2351
  };
2349
2352
 
2350
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/metadata.mjs
2353
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/metadata.mjs
2351
2354
  import { FunctionExpr, LiteralArrayExpr, LiteralExpr as LiteralExpr2, literalMap, ReturnStatement, WrappedNodeExpr as WrappedNodeExpr3 } from "@angular/compiler";
2352
2355
  import ts9 from "typescript";
2353
2356
  function extractClassMetadata(clazz, reflection, isCore, annotateForClosureCompiler, angularDecoratorTransform = (dec) => dec) {
@@ -2434,13 +2437,13 @@ function removeIdentifierReferences(node, name) {
2434
2437
  return result.transformed[0];
2435
2438
  }
2436
2439
 
2437
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/references_registry.mjs
2440
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/references_registry.mjs
2438
2441
  var NoopReferencesRegistry = class {
2439
2442
  add(source, ...references) {
2440
2443
  }
2441
2444
  };
2442
2445
 
2443
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/schema.mjs
2446
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/schema.mjs
2444
2447
  import { CUSTOM_ELEMENTS_SCHEMA, NO_ERRORS_SCHEMA } from "@angular/compiler";
2445
2448
  function extractSchemas(rawExpr, evaluator, context) {
2446
2449
  const schemas = [];
@@ -2470,7 +2473,7 @@ function extractSchemas(rawExpr, evaluator, context) {
2470
2473
  return schemas;
2471
2474
  }
2472
2475
 
2473
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/input_transforms.mjs
2476
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/input_transforms.mjs
2474
2477
  import { outputAst } from "@angular/compiler";
2475
2478
  function compileInputTransformFields(inputs) {
2476
2479
  const extraFields = [];
@@ -2487,11 +2490,11 @@ function compileInputTransformFields(inputs) {
2487
2490
  return extraFields;
2488
2491
  }
2489
2492
 
2490
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
2493
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
2491
2494
  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";
2492
2495
  import ts24 from "typescript";
2493
2496
 
2494
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/api.mjs
2497
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/api.mjs
2495
2498
  import ts10 from "typescript";
2496
2499
  var SemanticSymbol = class {
2497
2500
  constructor(decl) {
@@ -2507,7 +2510,7 @@ function getSymbolIdentifier(decl) {
2507
2510
  return decl.name.text;
2508
2511
  }
2509
2512
 
2510
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/graph.mjs
2513
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/graph.mjs
2511
2514
  import { ExternalExpr as ExternalExpr2 } from "@angular/compiler";
2512
2515
  var OpaqueSymbol = class extends SemanticSymbol {
2513
2516
  isPublicApiAffected() {
@@ -2650,10 +2653,10 @@ function getImportPath(expr) {
2650
2653
  }
2651
2654
  }
2652
2655
 
2653
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
2656
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
2654
2657
  import ts11 from "typescript";
2655
2658
 
2656
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/util.mjs
2659
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/util.mjs
2657
2660
  function isSymbolEqual(a, b) {
2658
2661
  if (a.decl === b.decl) {
2659
2662
  return true;
@@ -2703,7 +2706,7 @@ function isSetEqual(a, b, equalityTester = referenceEquality) {
2703
2706
  return true;
2704
2707
  }
2705
2708
 
2706
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
2709
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
2707
2710
  function extractSemanticTypeParameters(node) {
2708
2711
  if (!ts11.isClassDeclaration(node) || node.typeParameters === void 0) {
2709
2712
  return null;
@@ -2723,14 +2726,14 @@ function isTypeParameterEqual(a, b) {
2723
2726
  return a.hasGenericTypeBound === b.hasGenericTypeBound;
2724
2727
  }
2725
2728
 
2726
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/api.mjs
2729
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/api.mjs
2727
2730
  var ComponentScopeKind;
2728
2731
  (function(ComponentScopeKind2) {
2729
2732
  ComponentScopeKind2[ComponentScopeKind2["NgModule"] = 0] = "NgModule";
2730
2733
  ComponentScopeKind2[ComponentScopeKind2["Standalone"] = 1] = "Standalone";
2731
2734
  })(ComponentScopeKind || (ComponentScopeKind = {}));
2732
2735
 
2733
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/component_scope.mjs
2736
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/component_scope.mjs
2734
2737
  var CompoundComponentScopeReader = class {
2735
2738
  constructor(readers) {
2736
2739
  this.readers = readers;
@@ -2755,7 +2758,7 @@ var CompoundComponentScopeReader = class {
2755
2758
  }
2756
2759
  };
2757
2760
 
2758
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/dependency.mjs
2761
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/dependency.mjs
2759
2762
  var MetadataDtsModuleScopeResolver = class {
2760
2763
  constructor(dtsMetaReader, aliasingHost) {
2761
2764
  this.dtsMetaReader = dtsMetaReader;
@@ -2831,11 +2834,11 @@ var MetadataDtsModuleScopeResolver = class {
2831
2834
  }
2832
2835
  };
2833
2836
 
2834
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.mjs
2837
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.mjs
2835
2838
  import { ExternalExpr as ExternalExpr3 } from "@angular/compiler";
2836
2839
  import ts12 from "typescript";
2837
2840
 
2838
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/util.mjs
2841
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/util.mjs
2839
2842
  function getDiagnosticNode(ref, rawExpr) {
2840
2843
  return rawExpr !== null ? ref.getOriginForDiagnostics(rawExpr) : ref.node.name;
2841
2844
  }
@@ -2858,7 +2861,7 @@ function makeUnknownComponentImportDiagnostic(ref, rawExpr) {
2858
2861
  return makeDiagnostic(ErrorCode.COMPONENT_UNKNOWN_IMPORT, getDiagnosticNode(ref, rawExpr), `Component imports must be standalone components, directives, pipes, or must be NgModules.`);
2859
2862
  }
2860
2863
 
2861
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.mjs
2864
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.mjs
2862
2865
  var LocalModuleScopeRegistry = class {
2863
2866
  constructor(localReader, fullReader, dependencyScopeReader, refEmitter, aliasingHost) {
2864
2867
  this.localReader = localReader;
@@ -3197,7 +3200,7 @@ function reexportCollision(module, refA, refB) {
3197
3200
  ]);
3198
3201
  }
3199
3202
 
3200
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/typecheck.mjs
3203
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/typecheck.mjs
3201
3204
  import { CssSelector, SelectorMatcher } from "@angular/compiler";
3202
3205
  import ts13 from "typescript";
3203
3206
  var TypeCheckScopeRegistry = class {
@@ -3266,7 +3269,7 @@ var TypeCheckScopeRegistry = class {
3266
3269
  }
3267
3270
  };
3268
3271
 
3269
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/api.mjs
3272
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/api.mjs
3270
3273
  var CompilationMode;
3271
3274
  (function(CompilationMode2) {
3272
3275
  CompilationMode2[CompilationMode2["FULL"] = 0] = "FULL";
@@ -3285,7 +3288,7 @@ var HandlerFlags;
3285
3288
  HandlerFlags2[HandlerFlags2["FULL_INHERITANCE"] = 1] = "FULL_INHERITANCE";
3286
3289
  })(HandlerFlags || (HandlerFlags = {}));
3287
3290
 
3288
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/alias.mjs
3291
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/alias.mjs
3289
3292
  import ts14 from "typescript";
3290
3293
  function aliasTransformFactory(exportStatements) {
3291
3294
  return () => {
@@ -3308,10 +3311,10 @@ function aliasTransformFactory(exportStatements) {
3308
3311
  };
3309
3312
  }
3310
3313
 
3311
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
3314
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
3312
3315
  import ts15 from "typescript";
3313
3316
 
3314
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/trait.mjs
3317
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/trait.mjs
3315
3318
  var TraitState;
3316
3319
  (function(TraitState2) {
3317
3320
  TraitState2[TraitState2["Pending"] = 0] = "Pending";
@@ -3368,7 +3371,7 @@ var TraitImpl = class {
3368
3371
  }
3369
3372
  };
3370
3373
 
3371
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
3374
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
3372
3375
  var TraitCompiler = class {
3373
3376
  constructor(handlers, reflector, perf, incrementalBuild, compileNonExportedClasses, compilationMode, dtsTransforms, semanticDepGraphUpdater, sourceFileTypeIdentifier) {
3374
3377
  this.handlers = handlers;
@@ -3803,10 +3806,10 @@ function containsErrors(diagnostics) {
3803
3806
  return diagnostics !== null && diagnostics.some((diag) => diag.category === ts15.DiagnosticCategory.Error);
3804
3807
  }
3805
3808
 
3806
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.mjs
3809
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.mjs
3807
3810
  import ts17 from "typescript";
3808
3811
 
3809
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/utils.mjs
3812
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/utils.mjs
3810
3813
  import ts16 from "typescript";
3811
3814
  function addImports(importManager, sf, extraStatements = []) {
3812
3815
  const addedImports = importManager.getAllImports(sf.fileName).map((i) => {
@@ -3842,7 +3845,7 @@ function isImportStatement(stmt) {
3842
3845
  return ts16.isImportDeclaration(stmt) || ts16.isImportEqualsDeclaration(stmt) || ts16.isNamespaceImport(stmt);
3843
3846
  }
3844
3847
 
3845
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.mjs
3848
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.mjs
3846
3849
  var DtsTransformRegistry = class {
3847
3850
  constructor() {
3848
3851
  this.ivyDeclarationTransforms = /* @__PURE__ */ new Map();
@@ -3989,11 +3992,11 @@ function markForEmitAsSingleLine(node) {
3989
3992
  ts17.forEachChild(node, markForEmitAsSingleLine);
3990
3993
  }
3991
3994
 
3992
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
3995
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
3993
3996
  import { ConstantPool } from "@angular/compiler";
3994
3997
  import ts19 from "typescript";
3995
3998
 
3996
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/visitor.mjs
3999
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/visitor.mjs
3997
4000
  import ts18 from "typescript";
3998
4001
  function visit(node, visitor, context) {
3999
4002
  return visitor._visit(node, context);
@@ -4054,7 +4057,7 @@ var Visitor = class {
4054
4057
  }
4055
4058
  };
4056
4059
 
4057
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
4060
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
4058
4061
  var NO_DECORATORS = /* @__PURE__ */ new Set();
4059
4062
  var CLOSURE_FILE_OVERVIEW_REGEXP = /\s+@fileoverview\s+/i;
4060
4063
  function ivyTransformFactory(compilation, reflector, importRewriter, defaultImportTracker, perf, isCore, isClosureCompilerEnabled) {
@@ -4265,10 +4268,10 @@ function nodeArrayFromDecoratorsArray(decorators) {
4265
4268
  return array;
4266
4269
  }
4267
4270
 
4268
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/handler.mjs
4271
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/handler.mjs
4269
4272
  import { compileClassMetadata, compileDeclareClassMetadata, compileDeclareDirectiveFromMetadata, compileDirectiveFromMetadata, FactoryTarget, makeBindingParser, WrappedNodeExpr as WrappedNodeExpr5 } from "@angular/compiler";
4270
4273
 
4271
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/shared.mjs
4274
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/shared.mjs
4272
4275
  import { createMayBeForwardRefExpression, emitDistinctChangesOnlyDefaultValue, ExternalExpr as ExternalExpr4, getSafePropertyAccessString, parseHostBindings, verifyHostBindings, WrappedNodeExpr as WrappedNodeExpr4 } from "@angular/compiler";
4273
4276
  import ts20 from "typescript";
4274
4277
  var EMPTY_OBJECT = {};
@@ -4832,7 +4835,7 @@ function toR3InputMetadata(mapping) {
4832
4835
  };
4833
4836
  }
4834
4837
 
4835
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/symbol.mjs
4838
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/symbol.mjs
4836
4839
  var DirectiveSymbol = class extends SemanticSymbol {
4837
4840
  constructor(decl, selector, inputs, outputs, exportAs, typeCheckMeta, typeParameters) {
4838
4841
  super(decl);
@@ -4912,7 +4915,7 @@ function isBaseClassEqual(current, previous) {
4912
4915
  return isSymbolEqual(current, previous);
4913
4916
  }
4914
4917
 
4915
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/handler.mjs
4918
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/handler.mjs
4916
4919
  var FIELD_DECORATORS = [
4917
4920
  "Input",
4918
4921
  "Output",
@@ -5075,11 +5078,11 @@ var DirectiveDecoratorHandler = class {
5075
5078
  }
5076
5079
  };
5077
5080
 
5078
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
5081
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
5079
5082
  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";
5080
5083
  import ts22 from "typescript";
5081
5084
 
5082
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/module_with_providers.mjs
5085
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/module_with_providers.mjs
5083
5086
  import ts21 from "typescript";
5084
5087
  function createModuleWithProvidersResolver(reflector, isCore) {
5085
5088
  function _reflectModuleFromTypeParam(type, node) {
@@ -5146,7 +5149,7 @@ function isResolvedModuleWithProviders(sv) {
5146
5149
  return typeof sv.value === "object" && sv.value != null && sv.value.hasOwnProperty("ngModule") && sv.value.hasOwnProperty("mwpCall");
5147
5150
  }
5148
5151
 
5149
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
5152
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
5150
5153
  var NgModuleSymbol = class extends SemanticSymbol {
5151
5154
  constructor(decl, hasProviders) {
5152
5155
  super(decl);
@@ -5670,7 +5673,7 @@ function isSyntheticReference(ref) {
5670
5673
  return ref.synthetic;
5671
5674
  }
5672
5675
 
5673
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/diagnostics.mjs
5676
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/diagnostics.mjs
5674
5677
  function makeCyclicImportInfo(ref, type, cycle) {
5675
5678
  const name = ref.debugName || "(unknown)";
5676
5679
  const path = cycle.getPath().map((sf) => sf.fileName).join(" -> ");
@@ -5693,7 +5696,7 @@ function checkCustomElementSelectorForErrors(selector) {
5693
5696
  return null;
5694
5697
  }
5695
5698
 
5696
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/resources.mjs
5699
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/resources.mjs
5697
5700
  import { DEFAULT_INTERPOLATION_CONFIG, InterpolationConfig, ParseSourceFile as ParseSourceFile2, parseTemplate } from "@angular/compiler";
5698
5701
  import ts23 from "typescript";
5699
5702
  function getTemplateDeclarationNodeForError(declaration) {
@@ -6007,7 +6010,7 @@ function _extractTemplateStyleUrls(template) {
6007
6010
  return template.styleUrls.map((url) => ({ url, source: 1, nodeForError }));
6008
6011
  }
6009
6012
 
6010
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/symbol.mjs
6013
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/symbol.mjs
6011
6014
  var ComponentSymbol = class extends DirectiveSymbol {
6012
6015
  constructor() {
6013
6016
  super(...arguments);
@@ -6042,7 +6045,7 @@ var ComponentSymbol = class extends DirectiveSymbol {
6042
6045
  }
6043
6046
  };
6044
6047
 
6045
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/util.mjs
6048
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/util.mjs
6046
6049
  function collectAnimationNames(value, animationTriggerNames) {
6047
6050
  if (value instanceof Map) {
6048
6051
  const name = value.get("name");
@@ -6118,7 +6121,7 @@ function isLikelyModuleWithProviders(value) {
6118
6121
  return false;
6119
6122
  }
6120
6123
 
6121
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
6124
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
6122
6125
  var EMPTY_ARRAY2 = [];
6123
6126
  var ComponentDecoratorHandler = class {
6124
6127
  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) {
@@ -6770,7 +6773,7 @@ function validateStandaloneImports(importRefs, importExpr, metaReader, scopeRead
6770
6773
  return diagnostics;
6771
6774
  }
6772
6775
 
6773
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/injectable.mjs
6776
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/injectable.mjs
6774
6777
  import { compileClassMetadata as compileClassMetadata4, compileDeclareClassMetadata as compileDeclareClassMetadata4, compileDeclareInjectableFromMetadata, compileInjectable, createMayBeForwardRefExpression as createMayBeForwardRefExpression2, FactoryTarget as FactoryTarget4, LiteralExpr as LiteralExpr3, WrappedNodeExpr as WrappedNodeExpr8 } from "@angular/compiler";
6775
6778
  import ts25 from "typescript";
6776
6779
  var InjectableDecoratorHandler = class {
@@ -6985,7 +6988,7 @@ function getDep(dep, reflector) {
6985
6988
  return meta;
6986
6989
  }
6987
6990
 
6988
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/pipe.mjs
6991
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/pipe.mjs
6989
6992
  import { compileClassMetadata as compileClassMetadata5, compileDeclareClassMetadata as compileDeclareClassMetadata5, compileDeclarePipeFromMetadata, compilePipeFromMetadata, FactoryTarget as FactoryTarget5 } from "@angular/compiler";
6990
6993
  import ts26 from "typescript";
6991
6994
  var PipeSymbol = class extends SemanticSymbol {
@@ -7129,14 +7132,14 @@ var PipeDecoratorHandler = class {
7129
7132
  }
7130
7133
  };
7131
7134
 
7132
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/checker.mjs
7135
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/checker.mjs
7133
7136
  var OptimizeFor;
7134
7137
  (function(OptimizeFor2) {
7135
7138
  OptimizeFor2[OptimizeFor2["SingleFile"] = 0] = "SingleFile";
7136
7139
  OptimizeFor2[OptimizeFor2["WholeProgram"] = 1] = "WholeProgram";
7137
7140
  })(OptimizeFor || (OptimizeFor = {}));
7138
7141
 
7139
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/scope.mjs
7142
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/scope.mjs
7140
7143
  var PotentialImportKind;
7141
7144
  (function(PotentialImportKind2) {
7142
7145
  PotentialImportKind2[PotentialImportKind2["NgModule"] = 0] = "NgModule";
@@ -7148,14 +7151,14 @@ var PotentialImportMode;
7148
7151
  PotentialImportMode2[PotentialImportMode2["ForceDirect"] = 1] = "ForceDirect";
7149
7152
  })(PotentialImportMode || (PotentialImportMode = {}));
7150
7153
 
7151
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/completion.mjs
7154
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/completion.mjs
7152
7155
  var CompletionKind;
7153
7156
  (function(CompletionKind2) {
7154
7157
  CompletionKind2[CompletionKind2["Reference"] = 0] = "Reference";
7155
7158
  CompletionKind2[CompletionKind2["Variable"] = 1] = "Variable";
7156
7159
  })(CompletionKind || (CompletionKind = {}));
7157
7160
 
7158
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/symbols.mjs
7161
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/symbols.mjs
7159
7162
  var SymbolKind;
7160
7163
  (function(SymbolKind2) {
7161
7164
  SymbolKind2[SymbolKind2["Input"] = 0] = "Input";
@@ -7223,4 +7226,4 @@ export {
7223
7226
  * Use of this source code is governed by an MIT-style license that can be
7224
7227
  * found in the LICENSE file at https://angular.io/license
7225
7228
  */
7226
- //# sourceMappingURL=chunk-KKMOMQGE.js.map
7229
+ //# sourceMappingURL=chunk-7HUJG2M6.js.map