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

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 (41) hide show
  1. package/bundles/{chunk-3RNF4LUH.js → chunk-53CCHRBH.js} +118 -98
  2. package/bundles/{chunk-3RNF4LUH.js.map → chunk-53CCHRBH.js.map} +1 -1
  3. package/bundles/{chunk-C4B5W2XC.js → chunk-ABPMSM4T.js} +8 -8
  4. package/bundles/{chunk-PLJ6QCDY.js → chunk-AHPF5263.js} +77 -76
  5. package/bundles/chunk-AHPF5263.js.map +6 -0
  6. package/bundles/{chunk-GVISPKNE.js → chunk-BZAIS6C3.js} +5 -5
  7. package/bundles/{chunk-SIHBKSBW.js → chunk-DZ2JDFLR.js} +33 -33
  8. package/bundles/{chunk-TBUSSXUA.js → chunk-EC5K6QPP.js} +7 -7
  9. package/bundles/{chunk-EKTJ7622.js → chunk-GYHDNUIK.js} +7 -7
  10. package/bundles/{chunk-7PCPPTTO.js → chunk-HJOPJLIM.js} +5 -5
  11. package/bundles/{chunk-LYJKWJUC.js → chunk-SBDNBITT.js} +3 -3
  12. package/bundles/{chunk-O7HTQKL2.js → chunk-SL3W33EA.js} +5 -5
  13. package/bundles/{chunk-4UQC5DMJ.js → chunk-UNR3CTVT.js} +6 -6
  14. package/bundles/{chunk-B6WD2R2T.js → chunk-WL4F4VQG.js} +21 -21
  15. package/bundles/index.js +16 -16
  16. package/bundles/linker/babel/index.js +13 -13
  17. package/bundles/linker/index.js +5 -5
  18. package/bundles/ngcc/index.js +52 -0
  19. package/bundles/ngcc/index.js.map +6 -0
  20. package/bundles/private/bazel.js +1 -1
  21. package/bundles/private/localize.js +3 -3
  22. package/bundles/private/migrations.js +6 -6
  23. package/bundles/private/tooling.js +4 -4
  24. package/bundles/src/bin/ng_xi18n.js +11 -11
  25. package/bundles/src/bin/ngc.js +9 -9
  26. package/bundles_metadata.json +1 -1
  27. package/ngcc/index.d.ts +11 -0
  28. package/package.json +3 -2
  29. package/src/ngtsc/core/api/src/public_options.d.ts +4 -1
  30. package/src/ngtsc/transform/src/api.d.ts +6 -1
  31. package/bundles/chunk-PLJ6QCDY.js.map +0 -6
  32. /package/bundles/{chunk-C4B5W2XC.js.map → chunk-ABPMSM4T.js.map} +0 -0
  33. /package/bundles/{chunk-GVISPKNE.js.map → chunk-BZAIS6C3.js.map} +0 -0
  34. /package/bundles/{chunk-SIHBKSBW.js.map → chunk-DZ2JDFLR.js.map} +0 -0
  35. /package/bundles/{chunk-TBUSSXUA.js.map → chunk-EC5K6QPP.js.map} +0 -0
  36. /package/bundles/{chunk-EKTJ7622.js.map → chunk-GYHDNUIK.js.map} +0 -0
  37. /package/bundles/{chunk-7PCPPTTO.js.map → chunk-HJOPJLIM.js.map} +0 -0
  38. /package/bundles/{chunk-LYJKWJUC.js.map → chunk-SBDNBITT.js.map} +0 -0
  39. /package/bundles/{chunk-O7HTQKL2.js.map → chunk-SL3W33EA.js.map} +0 -0
  40. /package/bundles/{chunk-4UQC5DMJ.js.map → chunk-UNR3CTVT.js.map} +0 -0
  41. /package/bundles/{chunk-B6WD2R2T.js.map → chunk-WL4F4VQG.js.map} +0 -0
@@ -9,13 +9,13 @@ import {
9
9
  reflectObjectLiteral,
10
10
  reflectTypeEntityToDeclaration,
11
11
  typeNodeToValueExpr
12
- } from "./chunk-4UQC5DMJ.js";
12
+ } from "./chunk-UNR3CTVT.js";
13
13
  import {
14
14
  ImportManager,
15
15
  translateExpression,
16
16
  translateStatement,
17
17
  translateType
18
- } from "./chunk-C4B5W2XC.js";
18
+ } from "./chunk-ABPMSM4T.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-B6WD2R2T.js";
35
+ } from "./chunk-WL4F4VQG.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) {
@@ -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/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/dynamic.mjs
283
+ // bazel-out/darwin_arm64-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/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
373
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
374
374
  import ts2 from "typescript";
375
375
 
376
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/result.mjs
376
+ // bazel-out/darwin_arm64-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/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/builtin.mjs
406
+ // bazel-out/darwin_arm64-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/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/synthetic.mjs
458
+ // bazel-out/darwin_arm64-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/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
465
+ // bazel-out/darwin_arm64-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/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interface.mjs
1043
+ // bazel-out/darwin_arm64-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/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/diagnostics.mjs
1063
+ // bazel-out/darwin_arm64-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/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/di.mjs
1193
+ // bazel-out/darwin_arm64-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/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.mjs
1337
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.mjs
1338
1338
  import ts7 from "typescript";
1339
1339
 
1340
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/api.mjs
1340
+ // bazel-out/darwin_arm64-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/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
1353
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
1354
1354
  import ts6 from "typescript";
1355
1355
 
1356
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/property_mapping.mjs
1356
+ // bazel-out/darwin_arm64-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/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/util.mjs
1434
+ // bazel-out/darwin_arm64-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/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
1616
+ // bazel-out/darwin_arm64-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/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/inheritance.mjs
1786
+ // bazel-out/darwin_arm64-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/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/registry.mjs
1844
+ // bazel-out/darwin_arm64-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/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/resource_registry.mjs
1901
+ // bazel-out/darwin_arm64-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/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/providers.mjs
1966
+ // bazel-out/darwin_arm64-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/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/host_directives_resolver.mjs
2010
+ // bazel-out/darwin_arm64-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/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.mjs
2071
+ // bazel-out/darwin_arm64-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/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/evaluation.mjs
2267
+ // bazel-out/darwin_arm64-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/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/factory.mjs
2300
+ // bazel-out/darwin_arm64-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/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/injectable_registry.mjs
2311
+ // bazel-out/darwin_arm64-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/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/metadata.mjs
2337
+ // bazel-out/darwin_arm64-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/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/references_registry.mjs
2424
+ // bazel-out/darwin_arm64-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/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/schema.mjs
2430
+ // bazel-out/darwin_arm64-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/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
2460
+ // bazel-out/darwin_arm64-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/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/api.mjs
2464
+ // bazel-out/darwin_arm64-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/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/graph.mjs
2480
+ // bazel-out/darwin_arm64-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/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
2623
+ // bazel-out/darwin_arm64-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/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/util.mjs
2626
+ // bazel-out/darwin_arm64-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/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
2676
+ // bazel-out/darwin_arm64-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/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/api.mjs
2696
+ // bazel-out/darwin_arm64-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/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/component_scope.mjs
2703
+ // bazel-out/darwin_arm64-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/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/dependency.mjs
2728
+ // bazel-out/darwin_arm64-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/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.mjs
2804
+ // bazel-out/darwin_arm64-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/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/util.mjs
2808
+ // bazel-out/darwin_arm64-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/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.mjs
2831
+ // bazel-out/darwin_arm64-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/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/typecheck.mjs
3170
+ // bazel-out/darwin_arm64-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,11 +3236,12 @@ var TypeCheckScopeRegistry = class {
3236
3236
  }
3237
3237
  };
3238
3238
 
3239
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/api.mjs
3239
+ // bazel-out/darwin_arm64-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";
3243
3243
  CompilationMode2[CompilationMode2["PARTIAL"] = 1] = "PARTIAL";
3244
+ CompilationMode2[CompilationMode2["LOCAL"] = 2] = "LOCAL";
3244
3245
  })(CompilationMode || (CompilationMode = {}));
3245
3246
  var HandlerPrecedence;
3246
3247
  (function(HandlerPrecedence2) {
@@ -3254,7 +3255,7 @@ var HandlerFlags;
3254
3255
  HandlerFlags2[HandlerFlags2["FULL_INHERITANCE"] = 1] = "FULL_INHERITANCE";
3255
3256
  })(HandlerFlags || (HandlerFlags = {}));
3256
3257
 
3257
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/alias.mjs
3258
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/alias.mjs
3258
3259
  import ts14 from "typescript";
3259
3260
  function aliasTransformFactory(exportStatements) {
3260
3261
  return () => {
@@ -3277,10 +3278,10 @@ function aliasTransformFactory(exportStatements) {
3277
3278
  };
3278
3279
  }
3279
3280
 
3280
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
3281
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
3281
3282
  import ts15 from "typescript";
3282
3283
 
3283
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/trait.mjs
3284
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/trait.mjs
3284
3285
  var TraitState;
3285
3286
  (function(TraitState2) {
3286
3287
  TraitState2[TraitState2["Pending"] = 0] = "Pending";
@@ -3337,7 +3338,7 @@ var TraitImpl = class {
3337
3338
  }
3338
3339
  };
3339
3340
 
3340
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
3341
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
3341
3342
  var TraitCompiler = class {
3342
3343
  constructor(handlers, reflector, perf, incrementalBuild, compileNonExportedClasses, compilationMode, dtsTransforms, semanticDepGraphUpdater, sourceFileTypeIdentifier) {
3343
3344
  this.handlers = handlers;
@@ -3772,10 +3773,10 @@ function containsErrors(diagnostics) {
3772
3773
  return diagnostics !== null && diagnostics.some((diag) => diag.category === ts15.DiagnosticCategory.Error);
3773
3774
  }
3774
3775
 
3775
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.mjs
3776
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.mjs
3776
3777
  import ts17 from "typescript";
3777
3778
 
3778
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/utils.mjs
3779
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/utils.mjs
3779
3780
  import ts16 from "typescript";
3780
3781
  function addImports(importManager, sf, extraStatements = []) {
3781
3782
  const addedImports = importManager.getAllImports(sf.fileName).map((i) => {
@@ -3811,7 +3812,7 @@ function isImportStatement(stmt) {
3811
3812
  return ts16.isImportDeclaration(stmt) || ts16.isImportEqualsDeclaration(stmt) || ts16.isNamespaceImport(stmt);
3812
3813
  }
3813
3814
 
3814
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.mjs
3815
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.mjs
3815
3816
  var DtsTransformRegistry = class {
3816
3817
  constructor() {
3817
3818
  this.ivyDeclarationTransforms = /* @__PURE__ */ new Map();
@@ -3956,11 +3957,11 @@ function markForEmitAsSingleLine(node) {
3956
3957
  ts17.forEachChild(node, markForEmitAsSingleLine);
3957
3958
  }
3958
3959
 
3959
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
3960
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
3960
3961
  import { ConstantPool } from "@angular/compiler";
3961
3962
  import ts19 from "typescript";
3962
3963
 
3963
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/visitor.mjs
3964
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/visitor.mjs
3964
3965
  import ts18 from "typescript";
3965
3966
  function visit(node, visitor, context) {
3966
3967
  return visitor._visit(node, context);
@@ -4021,7 +4022,7 @@ var Visitor = class {
4021
4022
  }
4022
4023
  };
4023
4024
 
4024
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
4025
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
4025
4026
  var NO_DECORATORS = /* @__PURE__ */ new Set();
4026
4027
  var CLOSURE_FILE_OVERVIEW_REGEXP = /\s+@fileoverview\s+/i;
4027
4028
  function ivyTransformFactory(compilation, reflector, importRewriter, defaultImportTracker, perf, isCore, isClosureCompilerEnabled) {
@@ -4229,10 +4230,10 @@ function nodeArrayFromDecoratorsArray(decorators) {
4229
4230
  return array;
4230
4231
  }
4231
4232
 
4232
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/handler.mjs
4233
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/handler.mjs
4233
4234
  import { compileClassMetadata, compileDeclareClassMetadata, compileDeclareDirectiveFromMetadata, compileDirectiveFromMetadata, FactoryTarget, makeBindingParser, WrappedNodeExpr as WrappedNodeExpr5 } from "@angular/compiler";
4234
4235
 
4235
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/shared.mjs
4236
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/shared.mjs
4236
4237
  import { createMayBeForwardRefExpression, emitDistinctChangesOnlyDefaultValue, ExternalExpr as ExternalExpr4, getSafePropertyAccessString, parseHostBindings, verifyHostBindings, WrappedNodeExpr as WrappedNodeExpr4 } from "@angular/compiler";
4237
4238
  import ts20 from "typescript";
4238
4239
  var EMPTY_OBJECT = {};
@@ -4704,7 +4705,7 @@ function toHostDirectiveMetadata(hostDirective, context, refEmitter) {
4704
4705
  };
4705
4706
  }
4706
4707
 
4707
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/symbol.mjs
4708
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/symbol.mjs
4708
4709
  var DirectiveSymbol = class extends SemanticSymbol {
4709
4710
  constructor(decl, selector, inputs, outputs, exportAs, typeCheckMeta, typeParameters) {
4710
4711
  super(decl);
@@ -4784,7 +4785,7 @@ function isBaseClassEqual(current, previous) {
4784
4785
  return isSymbolEqual(current, previous);
4785
4786
  }
4786
4787
 
4787
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/handler.mjs
4788
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/handler.mjs
4788
4789
  var FIELD_DECORATORS = [
4789
4790
  "Input",
4790
4791
  "Output",
@@ -4944,11 +4945,11 @@ var DirectiveDecoratorHandler = class {
4944
4945
  }
4945
4946
  };
4946
4947
 
4947
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
4948
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
4948
4949
  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";
4949
4950
  import ts22 from "typescript";
4950
4951
 
4951
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/module_with_providers.mjs
4952
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/module_with_providers.mjs
4952
4953
  import ts21 from "typescript";
4953
4954
  function createModuleWithProvidersResolver(reflector, isCore) {
4954
4955
  function _reflectModuleFromTypeParam(type, node) {
@@ -5015,7 +5016,7 @@ function isResolvedModuleWithProviders(sv) {
5015
5016
  return typeof sv.value === "object" && sv.value != null && sv.value.hasOwnProperty("ngModule") && sv.value.hasOwnProperty("mwpCall");
5016
5017
  }
5017
5018
 
5018
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
5019
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
5019
5020
  var NgModuleSymbol = class extends SemanticSymbol {
5020
5021
  constructor(decl, hasProviders) {
5021
5022
  super(decl);
@@ -5539,7 +5540,7 @@ function isSyntheticReference(ref) {
5539
5540
  return ref.synthetic;
5540
5541
  }
5541
5542
 
5542
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/diagnostics.mjs
5543
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/diagnostics.mjs
5543
5544
  function makeCyclicImportInfo(ref, type, cycle) {
5544
5545
  const name = ref.debugName || "(unknown)";
5545
5546
  const path = cycle.getPath().map((sf) => sf.fileName).join(" -> ");
@@ -5562,7 +5563,7 @@ function checkCustomElementSelectorForErrors(selector) {
5562
5563
  return null;
5563
5564
  }
5564
5565
 
5565
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/resources.mjs
5566
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/resources.mjs
5566
5567
  import { DEFAULT_INTERPOLATION_CONFIG, InterpolationConfig, ParseSourceFile as ParseSourceFile2, parseTemplate } from "@angular/compiler";
5567
5568
  import ts23 from "typescript";
5568
5569
  function getTemplateDeclarationNodeForError(declaration) {
@@ -5876,7 +5877,7 @@ function _extractTemplateStyleUrls(template) {
5876
5877
  return template.styleUrls.map((url) => ({ url, source: 1, nodeForError }));
5877
5878
  }
5878
5879
 
5879
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/symbol.mjs
5880
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/symbol.mjs
5880
5881
  var ComponentSymbol = class extends DirectiveSymbol {
5881
5882
  constructor() {
5882
5883
  super(...arguments);
@@ -5911,7 +5912,7 @@ var ComponentSymbol = class extends DirectiveSymbol {
5911
5912
  }
5912
5913
  };
5913
5914
 
5914
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/util.mjs
5915
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/util.mjs
5915
5916
  function collectAnimationNames(value, animationTriggerNames) {
5916
5917
  if (value instanceof Map) {
5917
5918
  const name = value.get("name");
@@ -5987,7 +5988,7 @@ function isLikelyModuleWithProviders(value) {
5987
5988
  return false;
5988
5989
  }
5989
5990
 
5990
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
5991
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
5991
5992
  var EMPTY_ARRAY2 = [];
5992
5993
  var ComponentDecoratorHandler = class {
5993
5994
  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) {
@@ -6636,7 +6637,7 @@ function validateStandaloneImports(importRefs, importExpr, metaReader, scopeRead
6636
6637
  return diagnostics;
6637
6638
  }
6638
6639
 
6639
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/injectable.mjs
6640
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/injectable.mjs
6640
6641
  import { compileClassMetadata as compileClassMetadata4, compileDeclareClassMetadata as compileDeclareClassMetadata4, compileDeclareInjectableFromMetadata, compileInjectable, createMayBeForwardRefExpression as createMayBeForwardRefExpression2, FactoryTarget as FactoryTarget4, LiteralExpr as LiteralExpr3, WrappedNodeExpr as WrappedNodeExpr8 } from "@angular/compiler";
6641
6642
  import ts25 from "typescript";
6642
6643
  var InjectableDecoratorHandler = class {
@@ -6851,7 +6852,7 @@ function getDep(dep, reflector) {
6851
6852
  return meta;
6852
6853
  }
6853
6854
 
6854
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/pipe.mjs
6855
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/pipe.mjs
6855
6856
  import { compileClassMetadata as compileClassMetadata5, compileDeclareClassMetadata as compileDeclareClassMetadata5, compileDeclarePipeFromMetadata, compilePipeFromMetadata, FactoryTarget as FactoryTarget5 } from "@angular/compiler";
6856
6857
  import ts26 from "typescript";
6857
6858
  var PipeSymbol = class extends SemanticSymbol {
@@ -6995,14 +6996,14 @@ var PipeDecoratorHandler = class {
6995
6996
  }
6996
6997
  };
6997
6998
 
6998
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/checker.mjs
6999
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/checker.mjs
6999
7000
  var OptimizeFor;
7000
7001
  (function(OptimizeFor2) {
7001
7002
  OptimizeFor2[OptimizeFor2["SingleFile"] = 0] = "SingleFile";
7002
7003
  OptimizeFor2[OptimizeFor2["WholeProgram"] = 1] = "WholeProgram";
7003
7004
  })(OptimizeFor || (OptimizeFor = {}));
7004
7005
 
7005
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/scope.mjs
7006
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/scope.mjs
7006
7007
  var PotentialImportKind;
7007
7008
  (function(PotentialImportKind2) {
7008
7009
  PotentialImportKind2[PotentialImportKind2["NgModule"] = 0] = "NgModule";
@@ -7014,14 +7015,14 @@ var PotentialImportMode;
7014
7015
  PotentialImportMode2[PotentialImportMode2["ForceDirect"] = 1] = "ForceDirect";
7015
7016
  })(PotentialImportMode || (PotentialImportMode = {}));
7016
7017
 
7017
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/completion.mjs
7018
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/completion.mjs
7018
7019
  var CompletionKind;
7019
7020
  (function(CompletionKind2) {
7020
7021
  CompletionKind2[CompletionKind2["Reference"] = 0] = "Reference";
7021
7022
  CompletionKind2[CompletionKind2["Variable"] = 1] = "Variable";
7022
7023
  })(CompletionKind || (CompletionKind = {}));
7023
7024
 
7024
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/symbols.mjs
7025
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/symbols.mjs
7025
7026
  var SymbolKind;
7026
7027
  (function(SymbolKind2) {
7027
7028
  SymbolKind2[SymbolKind2["Input"] = 0] = "Input";
@@ -7089,4 +7090,4 @@ export {
7089
7090
  * Use of this source code is governed by an MIT-style license that can be
7090
7091
  * found in the LICENSE file at https://angular.io/license
7091
7092
  */
7092
- //# sourceMappingURL=chunk-PLJ6QCDY.js.map
7093
+ //# sourceMappingURL=chunk-AHPF5263.js.map