@angular/compiler-cli 17.0.0-rc.3 → 17.0.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-BV3ZUD7T.js → chunk-3IBJEGH3.js} +5 -5
  2. package/bundles/{chunk-2I2I3FLR.js → chunk-6JN5EFEW.js} +78 -78
  3. package/bundles/{chunk-N7FTHCOD.js → chunk-6WFRHXYB.js} +5 -5
  4. package/bundles/{chunk-OTTOC3WQ.js → chunk-CLTYCPJK.js} +27 -27
  5. package/bundles/{chunk-PCMLSPQF.js → chunk-CSOLWS7O.js} +7 -7
  6. package/bundles/{chunk-EKTJ7622.js → chunk-GYHDNUIK.js} +7 -7
  7. package/bundles/{chunk-SKLJR6LO.js → chunk-KIPH6OCC.js} +105 -105
  8. package/bundles/{chunk-ELZXPNCU.js → chunk-QDHJ26RK.js} +9 -9
  9. package/bundles/{chunk-Z4QM3XT4.js → chunk-QFTMYSLL.js} +30 -30
  10. package/bundles/{chunk-LYJKWJUC.js → chunk-SBDNBITT.js} +3 -3
  11. package/bundles/{chunk-JZC4T2RR.js → chunk-UHYH6BYB.js} +1 -1
  12. package/bundles/{chunk-MHTLEXGT.js → chunk-VNJI35KB.js} +4 -4
  13. package/bundles/index.js +13 -13
  14. package/bundles/linker/babel/index.js +13 -13
  15. package/bundles/linker/index.js +5 -5
  16. package/bundles/ngcc/index.js +1 -1
  17. package/bundles/private/bazel.js +1 -1
  18. package/bundles/private/localize.js +3 -3
  19. package/bundles/private/migrations.js +6 -6
  20. package/bundles/private/tooling.js +4 -4
  21. package/bundles/src/bin/ng_xi18n.js +11 -11
  22. package/bundles/src/bin/ngc.js +9 -9
  23. package/bundles_metadata.json +1 -1
  24. package/linker/src/file_linker/partial_linkers/util.d.ts +1 -1
  25. package/package.json +2 -2
  26. /package/bundles/{chunk-BV3ZUD7T.js.map → chunk-3IBJEGH3.js.map} +0 -0
  27. /package/bundles/{chunk-2I2I3FLR.js.map → chunk-6JN5EFEW.js.map} +0 -0
  28. /package/bundles/{chunk-N7FTHCOD.js.map → chunk-6WFRHXYB.js.map} +0 -0
  29. /package/bundles/{chunk-OTTOC3WQ.js.map → chunk-CLTYCPJK.js.map} +0 -0
  30. /package/bundles/{chunk-PCMLSPQF.js.map → chunk-CSOLWS7O.js.map} +0 -0
  31. /package/bundles/{chunk-EKTJ7622.js.map → chunk-GYHDNUIK.js.map} +0 -0
  32. /package/bundles/{chunk-SKLJR6LO.js.map → chunk-KIPH6OCC.js.map} +0 -0
  33. /package/bundles/{chunk-ELZXPNCU.js.map → chunk-QDHJ26RK.js.map} +0 -0
  34. /package/bundles/{chunk-Z4QM3XT4.js.map → chunk-QFTMYSLL.js.map} +0 -0
  35. /package/bundles/{chunk-LYJKWJUC.js.map → chunk-SBDNBITT.js.map} +0 -0
  36. /package/bundles/{chunk-JZC4T2RR.js.map → chunk-UHYH6BYB.js.map} +0 -0
  37. /package/bundles/{chunk-MHTLEXGT.js.map → chunk-VNJI35KB.js.map} +0 -0
@@ -7,7 +7,7 @@ import {
7
7
  translateExpression,
8
8
  translateStatement,
9
9
  translateType
10
- } from "./chunk-ELZXPNCU.js";
10
+ } from "./chunk-QDHJ26RK.js";
11
11
  import {
12
12
  ClassMemberKind,
13
13
  ErrorCode,
@@ -30,18 +30,18 @@ import {
30
30
  reflectObjectLiteral,
31
31
  reflectTypeEntityToDeclaration,
32
32
  typeNodeToValueExpr
33
- } from "./chunk-OTTOC3WQ.js";
33
+ } from "./chunk-CLTYCPJK.js";
34
34
  import {
35
35
  PerfEvent,
36
36
  PerfPhase
37
- } from "./chunk-BV3ZUD7T.js";
37
+ } from "./chunk-3IBJEGH3.js";
38
38
  import {
39
39
  absoluteFrom,
40
40
  absoluteFromSourceFile,
41
41
  relative
42
- } from "./chunk-PCMLSPQF.js";
42
+ } from "./chunk-CSOLWS7O.js";
43
43
 
44
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/util.mjs
44
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/util.mjs
45
45
  import { ExternalExpr, ParseLocation, ParseSourceFile, ParseSourceSpan, ReadPropExpr, WrappedNodeExpr } from "@angular/compiler";
46
46
  import ts from "typescript";
47
47
  function valueReferenceToExpression(valueRef) {
@@ -286,7 +286,7 @@ function isAbstractClassDeclaration(clazz) {
286
286
  return ts.canHaveModifiers(clazz) && clazz.modifiers !== void 0 ? clazz.modifiers.some((mod) => mod.kind === ts.SyntaxKind.AbstractKeyword) : false;
287
287
  }
288
288
 
289
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/dynamic.mjs
289
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/dynamic.mjs
290
290
  var DynamicValue = class {
291
291
  constructor(node, reason, code) {
292
292
  this.node = node;
@@ -376,10 +376,10 @@ var DynamicValue = class {
376
376
  }
377
377
  };
378
378
 
379
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
379
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
380
380
  import ts2 from "typescript";
381
381
 
382
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/result.mjs
382
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/result.mjs
383
383
  var ResolvedModule = class {
384
384
  constructor(exports, evaluate) {
385
385
  this.exports = exports;
@@ -409,7 +409,7 @@ var EnumValue = class {
409
409
  var KnownFn = class {
410
410
  };
411
411
 
412
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/builtin.mjs
412
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/builtin.mjs
413
413
  var ArraySliceBuiltinFn = class extends KnownFn {
414
414
  constructor(lhs) {
415
415
  super();
@@ -461,14 +461,14 @@ var StringConcatBuiltinFn = class extends KnownFn {
461
461
  }
462
462
  };
463
463
 
464
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/synthetic.mjs
464
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/synthetic.mjs
465
465
  var SyntheticValue = class {
466
466
  constructor(value) {
467
467
  this.value = value;
468
468
  }
469
469
  };
470
470
 
471
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
471
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
472
472
  function literalBinaryOp(op) {
473
473
  return { op, literal: true };
474
474
  }
@@ -1046,7 +1046,7 @@ function owningModule(context, override = null) {
1046
1046
  }
1047
1047
  }
1048
1048
 
1049
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interface.mjs
1049
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interface.mjs
1050
1050
  var PartialEvaluator = class {
1051
1051
  constructor(host, checker, dependencyTracker) {
1052
1052
  this.host = host;
@@ -1066,7 +1066,7 @@ var PartialEvaluator = class {
1066
1066
  }
1067
1067
  };
1068
1068
 
1069
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/diagnostics.mjs
1069
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/diagnostics.mjs
1070
1070
  import ts3 from "typescript";
1071
1071
  function describeResolvedType(value, maxDepth = 1) {
1072
1072
  var _a, _b;
@@ -1196,11 +1196,11 @@ function getContainerNode(node) {
1196
1196
  return node.getSourceFile();
1197
1197
  }
1198
1198
 
1199
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/di.mjs
1199
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/di.mjs
1200
1200
  import { LiteralExpr, ReadPropExpr as ReadPropExpr2, WrappedNodeExpr as WrappedNodeExpr2 } from "@angular/compiler";
1201
1201
  import ts10 from "typescript";
1202
1202
 
1203
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/api.mjs
1203
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/api.mjs
1204
1204
  var CompilationMode;
1205
1205
  (function(CompilationMode2) {
1206
1206
  CompilationMode2[CompilationMode2["FULL"] = 0] = "FULL";
@@ -1214,7 +1214,7 @@ var HandlerPrecedence;
1214
1214
  HandlerPrecedence2[HandlerPrecedence2["WEAK"] = 2] = "WEAK";
1215
1215
  })(HandlerPrecedence || (HandlerPrecedence = {}));
1216
1216
 
1217
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/alias.mjs
1217
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/alias.mjs
1218
1218
  import ts4 from "typescript";
1219
1219
  function aliasTransformFactory(exportStatements) {
1220
1220
  return () => {
@@ -1237,10 +1237,10 @@ function aliasTransformFactory(exportStatements) {
1237
1237
  };
1238
1238
  }
1239
1239
 
1240
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
1240
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
1241
1241
  import ts5 from "typescript";
1242
1242
 
1243
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/trait.mjs
1243
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/trait.mjs
1244
1244
  var TraitState;
1245
1245
  (function(TraitState2) {
1246
1246
  TraitState2[TraitState2["Pending"] = 0] = "Pending";
@@ -1297,7 +1297,7 @@ var TraitImpl = class {
1297
1297
  }
1298
1298
  };
1299
1299
 
1300
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
1300
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
1301
1301
  var TraitCompiler = class {
1302
1302
  constructor(handlers, reflector, perf, incrementalBuild, compileNonExportedClasses, compilationMode, dtsTransforms, semanticDepGraphUpdater, sourceFileTypeIdentifier) {
1303
1303
  this.handlers = handlers;
@@ -1745,10 +1745,10 @@ function containsErrors(diagnostics) {
1745
1745
  return diagnostics !== null && diagnostics.some((diag) => diag.category === ts5.DiagnosticCategory.Error);
1746
1746
  }
1747
1747
 
1748
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.mjs
1748
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.mjs
1749
1749
  import ts7 from "typescript";
1750
1750
 
1751
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/utils.mjs
1751
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/utils.mjs
1752
1752
  import ts6 from "typescript";
1753
1753
  function addImports(importManager, sf, extraStatements = []) {
1754
1754
  const addedImports = importManager.getAllImports(sf.fileName).map((i) => {
@@ -1784,7 +1784,7 @@ function isImportStatement(stmt) {
1784
1784
  return ts6.isImportDeclaration(stmt) || ts6.isImportEqualsDeclaration(stmt) || ts6.isNamespaceImport(stmt);
1785
1785
  }
1786
1786
 
1787
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.mjs
1787
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.mjs
1788
1788
  var DtsTransformRegistry = class {
1789
1789
  constructor() {
1790
1790
  this.ivyDeclarationTransforms = /* @__PURE__ */ new Map();
@@ -1931,11 +1931,11 @@ function markForEmitAsSingleLine(node) {
1931
1931
  ts7.forEachChild(node, markForEmitAsSingleLine);
1932
1932
  }
1933
1933
 
1934
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
1934
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
1935
1935
  import { ConstantPool } from "@angular/compiler";
1936
1936
  import ts9 from "typescript";
1937
1937
 
1938
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/visitor.mjs
1938
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/visitor.mjs
1939
1939
  import ts8 from "typescript";
1940
1940
  function visit(node, visitor, context) {
1941
1941
  return visitor._visit(node, context);
@@ -1996,7 +1996,7 @@ var Visitor = class {
1996
1996
  }
1997
1997
  };
1998
1998
 
1999
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
1999
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
2000
2000
  var NO_DECORATORS = /* @__PURE__ */ new Set();
2001
2001
  var CLOSURE_FILE_OVERVIEW_REGEXP = /\s+@fileoverview\s+/i;
2002
2002
  function ivyTransformFactory(compilation, reflector, importRewriter, defaultImportTracker, perf, isCore, isClosureCompilerEnabled) {
@@ -2220,7 +2220,7 @@ function nodeArrayFromDecoratorsArray(decorators) {
2220
2220
  return array;
2221
2221
  }
2222
2222
 
2223
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/di.mjs
2223
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/di.mjs
2224
2224
  function getConstructorDependencies(clazz, reflector, isCore, compilationMode) {
2225
2225
  const deps = [];
2226
2226
  const errors = [];
@@ -2376,10 +2376,10 @@ function createUnsuitableInjectionTokenError(clazz, error) {
2376
2376
  return new FatalDiagnosticError(ErrorCode.PARAM_MISSING_TOKEN, param.nameNode, chain, hints);
2377
2377
  }
2378
2378
 
2379
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.mjs
2379
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.mjs
2380
2380
  import ts13 from "typescript";
2381
2381
 
2382
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/api.mjs
2382
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/api.mjs
2383
2383
  var MetaKind;
2384
2384
  (function(MetaKind2) {
2385
2385
  MetaKind2[MetaKind2["Directive"] = 0] = "Directive";
@@ -2392,10 +2392,10 @@ var MatchSource;
2392
2392
  MatchSource2[MatchSource2["HostDirective"] = 1] = "HostDirective";
2393
2393
  })(MatchSource || (MatchSource = {}));
2394
2394
 
2395
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
2395
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
2396
2396
  import ts12 from "typescript";
2397
2397
 
2398
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/property_mapping.mjs
2398
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/property_mapping.mjs
2399
2399
  var ClassPropertyMapping = class {
2400
2400
  constructor(forwardMap) {
2401
2401
  this.forwardMap = forwardMap;
@@ -2473,7 +2473,7 @@ function reverseMapFromForwardMap(forwardMap) {
2473
2473
  return reverseMap;
2474
2474
  }
2475
2475
 
2476
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/util.mjs
2476
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/util.mjs
2477
2477
  import ts11 from "typescript";
2478
2478
  function extractReferencesFromType(checker, def, bestGuessOwningModule) {
2479
2479
  if (!ts11.isTupleTypeNode(def)) {
@@ -2657,7 +2657,7 @@ function hasInjectableFields(clazz, host) {
2657
2657
  return members.some(({ isStatic, name }) => isStatic && (name === "\u0275prov" || name === "\u0275fac"));
2658
2658
  }
2659
2659
 
2660
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
2660
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
2661
2661
  var DtsMetadataReader = class {
2662
2662
  constructor(checker, reflector) {
2663
2663
  this.checker = checker;
@@ -2832,7 +2832,7 @@ function readHostDirectivesType(checker, type, bestGuessOwningModule) {
2832
2832
  return result.length > 0 ? result : null;
2833
2833
  }
2834
2834
 
2835
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/inheritance.mjs
2835
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/inheritance.mjs
2836
2836
  function flattenInheritedDirectiveMetadata(reader, dir) {
2837
2837
  const topMeta = reader.getDirectiveMetadata(dir);
2838
2838
  if (topMeta === null) {
@@ -2890,7 +2890,7 @@ function flattenInheritedDirectiveMetadata(reader, dir) {
2890
2890
  };
2891
2891
  }
2892
2892
 
2893
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/registry.mjs
2893
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/registry.mjs
2894
2894
  var LocalMetadataRegistry = class {
2895
2895
  constructor() {
2896
2896
  this.directives = /* @__PURE__ */ new Map();
@@ -2947,7 +2947,7 @@ var CompoundMetadataRegistry = class {
2947
2947
  }
2948
2948
  };
2949
2949
 
2950
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/resource_registry.mjs
2950
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/resource_registry.mjs
2951
2951
  var ResourceRegistry = class {
2952
2952
  constructor() {
2953
2953
  this.externalTemplateToComponentsMap = /* @__PURE__ */ new Map();
@@ -3012,7 +3012,7 @@ var ResourceRegistry = class {
3012
3012
  }
3013
3013
  };
3014
3014
 
3015
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/providers.mjs
3015
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/providers.mjs
3016
3016
  var ExportedProviderStatusResolver = class {
3017
3017
  constructor(metaReader) {
3018
3018
  this.metaReader = metaReader;
@@ -3056,7 +3056,7 @@ var ExportedProviderStatusResolver = class {
3056
3056
  }
3057
3057
  };
3058
3058
 
3059
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/host_directives_resolver.mjs
3059
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/host_directives_resolver.mjs
3060
3060
  var EMPTY_ARRAY = [];
3061
3061
  var HostDirectivesResolver = class {
3062
3062
  constructor(metaReader) {
@@ -3118,7 +3118,7 @@ function resolveOutput(bindingName) {
3118
3118
  return bindingName;
3119
3119
  }
3120
3120
 
3121
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.mjs
3121
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.mjs
3122
3122
  function makeDuplicateDeclarationError(node, data, kind) {
3123
3123
  const context = [];
3124
3124
  for (const decl of data) {
@@ -3314,7 +3314,7 @@ function getInheritedUndecoratedCtorDiagnostic(node, baseClass, kind) {
3314
3314
  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}.`);
3315
3315
  }
3316
3316
 
3317
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/evaluation.mjs
3317
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/evaluation.mjs
3318
3318
  import { ViewEncapsulation } from "@angular/compiler";
3319
3319
  import ts14 from "typescript";
3320
3320
  function resolveEnumValue(evaluator, metadata, field, enumSymbolName) {
@@ -3365,7 +3365,7 @@ function resolveLiteral(decorator, literalCache) {
3365
3365
  return meta;
3366
3366
  }
3367
3367
 
3368
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/factory.mjs
3368
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/factory.mjs
3369
3369
  import { compileDeclareFactoryFunction, compileFactoryFunction } from "@angular/compiler";
3370
3370
  function compileNgFactoryDefField(metadata) {
3371
3371
  const res = compileFactoryFunction(metadata);
@@ -3388,7 +3388,7 @@ function compileDeclareFactory(metadata) {
3388
3388
  };
3389
3389
  }
3390
3390
 
3391
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/injectable_registry.mjs
3391
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/injectable_registry.mjs
3392
3392
  var InjectableClassRegistry = class {
3393
3393
  constructor(host, isCore) {
3394
3394
  this.host = host;
@@ -3414,7 +3414,7 @@ var InjectableClassRegistry = class {
3414
3414
  }
3415
3415
  };
3416
3416
 
3417
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/metadata.mjs
3417
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/metadata.mjs
3418
3418
  import { ArrowFunctionExpr, LiteralArrayExpr, LiteralExpr as LiteralExpr2, literalMap, WrappedNodeExpr as WrappedNodeExpr3 } from "@angular/compiler";
3419
3419
  import ts15 from "typescript";
3420
3420
  function extractClassMetadata(clazz, reflection, isCore, annotateForClosureCompiler, angularDecoratorTransform = (dec) => dec) {
@@ -3499,7 +3499,7 @@ function removeIdentifierReferences(node, names) {
3499
3499
  return result.transformed[0];
3500
3500
  }
3501
3501
 
3502
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/debug_info.mjs
3502
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/debug_info.mjs
3503
3503
  import { literal as literal2, WrappedNodeExpr as WrappedNodeExpr4 } from "@angular/compiler";
3504
3504
  import * as path from "path";
3505
3505
  function extractClassDebugInfo(clazz, reflection, rootDirs, forbidOrphanRendering) {
@@ -3526,13 +3526,13 @@ function computeRelativePathIfPossible(filePath, rootDirs) {
3526
3526
  return null;
3527
3527
  }
3528
3528
 
3529
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/references_registry.mjs
3529
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/references_registry.mjs
3530
3530
  var NoopReferencesRegistry = class {
3531
3531
  add(source, ...references) {
3532
3532
  }
3533
3533
  };
3534
3534
 
3535
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/schema.mjs
3535
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/schema.mjs
3536
3536
  import { CUSTOM_ELEMENTS_SCHEMA, NO_ERRORS_SCHEMA } from "@angular/compiler";
3537
3537
  function extractSchemas(rawExpr, evaluator, context) {
3538
3538
  const schemas = [];
@@ -3562,7 +3562,7 @@ function extractSchemas(rawExpr, evaluator, context) {
3562
3562
  return schemas;
3563
3563
  }
3564
3564
 
3565
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/input_transforms.mjs
3565
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/input_transforms.mjs
3566
3566
  import { outputAst } from "@angular/compiler";
3567
3567
  function compileInputTransformFields(inputs) {
3568
3568
  const extraFields = [];
@@ -3580,11 +3580,11 @@ function compileInputTransformFields(inputs) {
3580
3580
  return extraFields;
3581
3581
  }
3582
3582
 
3583
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
3583
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
3584
3584
  import { compileClassDebugInfo, compileClassMetadata as compileClassMetadata3, compileComponentClassMetadata, 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 as ViewEncapsulation2, WrappedNodeExpr as WrappedNodeExpr8 } from "@angular/compiler";
3585
3585
  import ts24 from "typescript";
3586
3586
 
3587
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/api.mjs
3587
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/api.mjs
3588
3588
  import ts16 from "typescript";
3589
3589
  var SemanticSymbol = class {
3590
3590
  constructor(decl) {
@@ -3600,7 +3600,7 @@ function getSymbolIdentifier(decl) {
3600
3600
  return decl.name.text;
3601
3601
  }
3602
3602
 
3603
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/graph.mjs
3603
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/graph.mjs
3604
3604
  import { ExternalExpr as ExternalExpr2 } from "@angular/compiler";
3605
3605
  var OpaqueSymbol = class extends SemanticSymbol {
3606
3606
  isPublicApiAffected() {
@@ -3743,10 +3743,10 @@ function getImportPath(expr) {
3743
3743
  }
3744
3744
  }
3745
3745
 
3746
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
3746
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
3747
3747
  import ts17 from "typescript";
3748
3748
 
3749
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/util.mjs
3749
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/util.mjs
3750
3750
  function isSymbolEqual(a, b) {
3751
3751
  if (a.decl === b.decl) {
3752
3752
  return true;
@@ -3796,7 +3796,7 @@ function isSetEqual(a, b, equalityTester = referenceEquality) {
3796
3796
  return true;
3797
3797
  }
3798
3798
 
3799
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
3799
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
3800
3800
  function extractSemanticTypeParameters(node) {
3801
3801
  if (!ts17.isClassDeclaration(node) || node.typeParameters === void 0) {
3802
3802
  return null;
@@ -3816,14 +3816,14 @@ function isTypeParameterEqual(a, b) {
3816
3816
  return a.hasGenericTypeBound === b.hasGenericTypeBound;
3817
3817
  }
3818
3818
 
3819
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/api.mjs
3819
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/api.mjs
3820
3820
  var ComponentScopeKind;
3821
3821
  (function(ComponentScopeKind2) {
3822
3822
  ComponentScopeKind2[ComponentScopeKind2["NgModule"] = 0] = "NgModule";
3823
3823
  ComponentScopeKind2[ComponentScopeKind2["Standalone"] = 1] = "Standalone";
3824
3824
  })(ComponentScopeKind || (ComponentScopeKind = {}));
3825
3825
 
3826
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/component_scope.mjs
3826
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/component_scope.mjs
3827
3827
  var CompoundComponentScopeReader = class {
3828
3828
  constructor(readers) {
3829
3829
  this.readers = readers;
@@ -3848,7 +3848,7 @@ var CompoundComponentScopeReader = class {
3848
3848
  }
3849
3849
  };
3850
3850
 
3851
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/dependency.mjs
3851
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/dependency.mjs
3852
3852
  var MetadataDtsModuleScopeResolver = class {
3853
3853
  constructor(dtsMetaReader, aliasingHost) {
3854
3854
  this.dtsMetaReader = dtsMetaReader;
@@ -3924,11 +3924,11 @@ var MetadataDtsModuleScopeResolver = class {
3924
3924
  }
3925
3925
  };
3926
3926
 
3927
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.mjs
3927
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.mjs
3928
3928
  import { ExternalExpr as ExternalExpr3 } from "@angular/compiler";
3929
3929
  import ts18 from "typescript";
3930
3930
 
3931
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/util.mjs
3931
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/util.mjs
3932
3932
  function getDiagnosticNode(ref, rawExpr) {
3933
3933
  return rawExpr !== null ? ref.getOriginForDiagnostics(rawExpr) : ref.node.name;
3934
3934
  }
@@ -3951,7 +3951,7 @@ function makeUnknownComponentImportDiagnostic(ref, rawExpr) {
3951
3951
  return makeDiagnostic(ErrorCode.COMPONENT_UNKNOWN_IMPORT, getDiagnosticNode(ref, rawExpr), `Component imports must be standalone components, directives, pipes, or must be NgModules.`);
3952
3952
  }
3953
3953
 
3954
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.mjs
3954
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.mjs
3955
3955
  var LocalModuleScopeRegistry = class {
3956
3956
  constructor(localReader, fullReader, dependencyScopeReader, refEmitter, aliasingHost) {
3957
3957
  this.localReader = localReader;
@@ -4290,7 +4290,7 @@ function reexportCollision(module, refA, refB) {
4290
4290
  ]);
4291
4291
  }
4292
4292
 
4293
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/typecheck.mjs
4293
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/typecheck.mjs
4294
4294
  import { CssSelector, SelectorMatcher } from "@angular/compiler";
4295
4295
  import ts19 from "typescript";
4296
4296
  var TypeCheckScopeRegistry = class {
@@ -4359,10 +4359,10 @@ var TypeCheckScopeRegistry = class {
4359
4359
  }
4360
4360
  };
4361
4361
 
4362
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/handler.mjs
4362
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/handler.mjs
4363
4363
  import { compileClassMetadata, compileDeclareClassMetadata, compileDeclareDirectiveFromMetadata, compileDirectiveFromMetadata, FactoryTarget, makeBindingParser, WrappedNodeExpr as WrappedNodeExpr6 } from "@angular/compiler";
4364
4364
 
4365
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/shared.mjs
4365
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/shared.mjs
4366
4366
  import { createMayBeForwardRefExpression, emitDistinctChangesOnlyDefaultValue, ExternalExpr as ExternalExpr4, getSafePropertyAccessString, parseHostBindings, verifyHostBindings, WrappedNodeExpr as WrappedNodeExpr5 } from "@angular/compiler";
4367
4367
  import ts20 from "typescript";
4368
4368
  var EMPTY_OBJECT = {};
@@ -4955,7 +4955,7 @@ function toR3InputMetadata(mapping) {
4955
4955
  };
4956
4956
  }
4957
4957
 
4958
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/symbol.mjs
4958
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/symbol.mjs
4959
4959
  var DirectiveSymbol = class extends SemanticSymbol {
4960
4960
  constructor(decl, selector, inputs, outputs, exportAs, typeCheckMeta, typeParameters) {
4961
4961
  super(decl);
@@ -5035,7 +5035,7 @@ function isBaseClassEqual(current, previous) {
5035
5035
  return isSymbolEqual(current, previous);
5036
5036
  }
5037
5037
 
5038
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/handler.mjs
5038
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/handler.mjs
5039
5039
  var FIELD_DECORATORS = [
5040
5040
  "Input",
5041
5041
  "Output",
@@ -5207,11 +5207,11 @@ var DirectiveDecoratorHandler = class {
5207
5207
  }
5208
5208
  };
5209
5209
 
5210
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
5210
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
5211
5211
  import { compileClassMetadata as compileClassMetadata2, compileDeclareClassMetadata as compileDeclareClassMetadata2, compileDeclareInjectorFromMetadata, compileDeclareNgModuleFromMetadata, compileInjector, compileNgModule, ExternalExpr as ExternalExpr5, FactoryTarget as FactoryTarget2, FunctionExpr, InvokeFunctionExpr, LiteralArrayExpr as LiteralArrayExpr2, R3Identifiers, R3NgModuleMetadataKind, R3SelectorScopeMode, ReturnStatement, WrappedNodeExpr as WrappedNodeExpr7 } from "@angular/compiler";
5212
5212
  import ts22 from "typescript";
5213
5213
 
5214
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/module_with_providers.mjs
5214
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/module_with_providers.mjs
5215
5215
  import ts21 from "typescript";
5216
5216
  function createModuleWithProvidersResolver(reflector, isCore) {
5217
5217
  function _reflectModuleFromTypeParam(type, node) {
@@ -5278,7 +5278,7 @@ function isResolvedModuleWithProviders(sv) {
5278
5278
  return typeof sv.value === "object" && sv.value != null && sv.value.hasOwnProperty("ngModule") && sv.value.hasOwnProperty("mwpCall");
5279
5279
  }
5280
5280
 
5281
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
5281
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
5282
5282
  var NgModuleSymbol = class extends SemanticSymbol {
5283
5283
  constructor(decl, hasProviders) {
5284
5284
  super(decl);
@@ -5847,7 +5847,7 @@ function isSyntheticReference(ref) {
5847
5847
  return ref.synthetic;
5848
5848
  }
5849
5849
 
5850
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/diagnostics.mjs
5850
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/diagnostics.mjs
5851
5851
  function makeCyclicImportInfo(ref, type, cycle) {
5852
5852
  const name = ref.debugName || "(unknown)";
5853
5853
  const path2 = cycle.getPath().map((sf) => sf.fileName).join(" -> ");
@@ -5870,7 +5870,7 @@ function checkCustomElementSelectorForErrors(selector) {
5870
5870
  return null;
5871
5871
  }
5872
5872
 
5873
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/resources.mjs
5873
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/resources.mjs
5874
5874
  import { DEFAULT_INTERPOLATION_CONFIG, InterpolationConfig, ParseSourceFile as ParseSourceFile2, parseTemplate } from "@angular/compiler";
5875
5875
  import ts23 from "typescript";
5876
5876
  function getTemplateDeclarationNodeForError(declaration) {
@@ -6227,7 +6227,7 @@ function _extractTemplateStyleUrls(template) {
6227
6227
  return template.styleUrls.map((url) => ({ url, source: 1, nodeForError }));
6228
6228
  }
6229
6229
 
6230
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/symbol.mjs
6230
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/symbol.mjs
6231
6231
  var ComponentSymbol = class extends DirectiveSymbol {
6232
6232
  constructor() {
6233
6233
  super(...arguments);
@@ -6262,7 +6262,7 @@ var ComponentSymbol = class extends DirectiveSymbol {
6262
6262
  }
6263
6263
  };
6264
6264
 
6265
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/util.mjs
6265
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/util.mjs
6266
6266
  function collectAnimationNames(value, animationTriggerNames) {
6267
6267
  if (value instanceof Map) {
6268
6268
  const name = value.get("name");
@@ -6338,7 +6338,7 @@ function isLikelyModuleWithProviders(value) {
6338
6338
  return false;
6339
6339
  }
6340
6340
 
6341
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
6341
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
6342
6342
  var EMPTY_ARRAY2 = [];
6343
6343
  var isUsedDirective = (decl) => decl.kind === R3TemplateDependencyKind.Directive;
6344
6344
  var isUsedPipe = (decl) => decl.kind === R3TemplateDependencyKind.Pipe;
@@ -7147,7 +7147,7 @@ function validateStandaloneImports(importRefs, importExpr, metaReader, scopeRead
7147
7147
  return diagnostics;
7148
7148
  }
7149
7149
 
7150
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/injectable.mjs
7150
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/injectable.mjs
7151
7151
  import { compileClassMetadata as compileClassMetadata4, compileDeclareClassMetadata as compileDeclareClassMetadata4, compileDeclareInjectableFromMetadata, compileInjectable, createMayBeForwardRefExpression as createMayBeForwardRefExpression2, FactoryTarget as FactoryTarget4, LiteralExpr as LiteralExpr3, WrappedNodeExpr as WrappedNodeExpr9 } from "@angular/compiler";
7152
7152
  import ts25 from "typescript";
7153
7153
  var InjectableDecoratorHandler = class {
@@ -7373,7 +7373,7 @@ function getDep(dep, reflector) {
7373
7373
  return meta;
7374
7374
  }
7375
7375
 
7376
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/pipe.mjs
7376
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/pipe.mjs
7377
7377
  import { compileClassMetadata as compileClassMetadata5, compileDeclareClassMetadata as compileDeclareClassMetadata5, compileDeclarePipeFromMetadata, compilePipeFromMetadata, FactoryTarget as FactoryTarget5 } from "@angular/compiler";
7378
7378
  import ts26 from "typescript";
7379
7379
  var PipeSymbol = class extends SemanticSymbol {
@@ -7525,14 +7525,14 @@ var PipeDecoratorHandler = class {
7525
7525
  }
7526
7526
  };
7527
7527
 
7528
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/checker.mjs
7528
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/checker.mjs
7529
7529
  var OptimizeFor;
7530
7530
  (function(OptimizeFor2) {
7531
7531
  OptimizeFor2[OptimizeFor2["SingleFile"] = 0] = "SingleFile";
7532
7532
  OptimizeFor2[OptimizeFor2["WholeProgram"] = 1] = "WholeProgram";
7533
7533
  })(OptimizeFor || (OptimizeFor = {}));
7534
7534
 
7535
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/scope.mjs
7535
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/scope.mjs
7536
7536
  var PotentialImportKind;
7537
7537
  (function(PotentialImportKind2) {
7538
7538
  PotentialImportKind2[PotentialImportKind2["NgModule"] = 0] = "NgModule";
@@ -7544,14 +7544,14 @@ var PotentialImportMode;
7544
7544
  PotentialImportMode2[PotentialImportMode2["ForceDirect"] = 1] = "ForceDirect";
7545
7545
  })(PotentialImportMode || (PotentialImportMode = {}));
7546
7546
 
7547
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/completion.mjs
7547
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/completion.mjs
7548
7548
  var CompletionKind;
7549
7549
  (function(CompletionKind2) {
7550
7550
  CompletionKind2[CompletionKind2["Reference"] = 0] = "Reference";
7551
7551
  CompletionKind2[CompletionKind2["Variable"] = 1] = "Variable";
7552
7552
  })(CompletionKind || (CompletionKind = {}));
7553
7553
 
7554
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/symbols.mjs
7554
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/symbols.mjs
7555
7555
  var SymbolKind;
7556
7556
  (function(SymbolKind2) {
7557
7557
  SymbolKind2[SymbolKind2["Input"] = 0] = "Input";
@@ -7619,4 +7619,4 @@ export {
7619
7619
  * Use of this source code is governed by an MIT-style license that can be
7620
7620
  * found in the LICENSE file at https://angular.io/license
7621
7621
  */
7622
- //# sourceMappingURL=chunk-2I2I3FLR.js.map
7622
+ //# sourceMappingURL=chunk-6JN5EFEW.js.map
@@ -12,13 +12,13 @@ import {
12
12
  formatDiagnostics,
13
13
  performCompilation,
14
14
  readConfiguration
15
- } from "./chunk-SKLJR6LO.js";
15
+ } from "./chunk-KIPH6OCC.js";
16
16
 
17
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/main.mjs
17
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/main.mjs
18
18
  import ts2 from "typescript";
19
19
  import yargs from "yargs";
20
20
 
21
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/perform_watch.mjs
21
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/perform_watch.mjs
22
22
  import * as chokidar from "chokidar";
23
23
  import * as path from "path";
24
24
  import ts from "typescript";
@@ -234,7 +234,7 @@ function performWatchCompilation(host) {
234
234
  }
235
235
  }
236
236
 
237
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/main.mjs
237
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/main.mjs
238
238
  function main(args, consoleError = console.error, config, customTransformers, programReuse, modifiedResourceFiles) {
239
239
  let { project, rootNames, options, errors: configErrors, watch: watch2, emitFlags } = config || readNgcCommandLineAndConfiguration(args);
240
240
  if (configErrors.length) {
@@ -342,4 +342,4 @@ export {
342
342
  * Use of this source code is governed by an MIT-style license that can be
343
343
  * found in the LICENSE file at https://angular.io/license
344
344
  */
345
- //# sourceMappingURL=chunk-N7FTHCOD.js.map
345
+ //# sourceMappingURL=chunk-6WFRHXYB.js.map