@angular/compiler-cli 13.2.1 → 13.2.2

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 (46) hide show
  1. package/bundles/{chunk-K2Z44JHH.js → chunk-3WNAIXKA.js} +7 -7
  2. package/bundles/{chunk-K2Z44JHH.js.map → chunk-3WNAIXKA.js.map} +0 -0
  3. package/bundles/{chunk-C44PYKVA.js → chunk-5ABOWRRP.js} +57 -57
  4. package/bundles/{chunk-C44PYKVA.js.map → chunk-5ABOWRRP.js.map} +0 -0
  5. package/bundles/{chunk-PJPAHVUO.js → chunk-5XSC4B4W.js} +85 -85
  6. package/bundles/{chunk-PJPAHVUO.js.map → chunk-5XSC4B4W.js.map} +0 -0
  7. package/bundles/{chunk-XNYP2SFR.js → chunk-6ESPQED7.js} +26 -26
  8. package/bundles/{chunk-XNYP2SFR.js.map → chunk-6ESPQED7.js.map} +0 -0
  9. package/bundles/{chunk-O57ZKMWS.js → chunk-B5DWKBQ7.js} +5 -5
  10. package/bundles/{chunk-O57ZKMWS.js.map → chunk-B5DWKBQ7.js.map} +0 -0
  11. package/bundles/{chunk-QDWL7SZJ.js → chunk-BPCUCINV.js} +2 -2
  12. package/bundles/{chunk-QDWL7SZJ.js.map → chunk-BPCUCINV.js.map} +0 -0
  13. package/bundles/{chunk-GLCRIILX.js → chunk-J6CW3T62.js} +5 -5
  14. package/bundles/{chunk-GLCRIILX.js.map → chunk-J6CW3T62.js.map} +0 -0
  15. package/bundles/{chunk-SKBLJA43.js → chunk-JTYUTYS2.js} +3 -3
  16. package/bundles/{chunk-SKBLJA43.js.map → chunk-JTYUTYS2.js.map} +0 -0
  17. package/bundles/{chunk-Z2HS4HDG.js → chunk-LL4S3DRM.js} +4 -4
  18. package/bundles/{chunk-Z2HS4HDG.js.map → chunk-LL4S3DRM.js.map} +0 -0
  19. package/bundles/{chunk-NRJCXTRC.js → chunk-OSTNYZ2E.js} +40 -40
  20. package/bundles/{chunk-NRJCXTRC.js.map → chunk-OSTNYZ2E.js.map} +0 -0
  21. package/bundles/{chunk-FXU7FMZC.js → chunk-QZBA4KSX.js} +7 -7
  22. package/bundles/{chunk-FXU7FMZC.js.map → chunk-QZBA4KSX.js.map} +0 -0
  23. package/bundles/{chunk-A5PL3TE6.js → chunk-RNVIUKDY.js} +6 -6
  24. package/bundles/{chunk-A5PL3TE6.js.map → chunk-RNVIUKDY.js.map} +0 -0
  25. package/bundles/{chunk-XLVWXQAR.js → chunk-VMLZST3Q.js} +70 -70
  26. package/bundles/{chunk-XLVWXQAR.js.map → chunk-VMLZST3Q.js.map} +0 -0
  27. package/bundles/{chunk-ALKVYGAK.js → chunk-VXXCHVAH.js} +31 -31
  28. package/bundles/{chunk-ALKVYGAK.js.map → chunk-VXXCHVAH.js.map} +0 -0
  29. package/bundles/{chunk-7PY7XEFH.js → chunk-XXMNTCYN.js} +6 -6
  30. package/bundles/{chunk-7PY7XEFH.js.map → chunk-XXMNTCYN.js.map} +0 -0
  31. package/bundles/index.js +12 -12
  32. package/bundles/linker/babel/index.js +12 -12
  33. package/bundles/linker/index.js +4 -4
  34. package/bundles/ngcc/index.js +12 -12
  35. package/bundles/ngcc/main-ngcc.js +13 -13
  36. package/bundles/ngcc/src/execution/cluster/ngcc_cluster_worker.js +13 -13
  37. package/bundles/ngcc/src/locking/lock_file_with_child_process/ngcc_lock_unlocker.js +4 -4
  38. package/bundles/private/bazel.js +1 -1
  39. package/bundles/private/localize.js +3 -3
  40. package/bundles/private/migrations.js +5 -5
  41. package/bundles/private/tooling.js +2 -2
  42. package/bundles/src/bin/ng_xi18n.js +10 -10
  43. package/bundles/src/bin/ngc.js +8 -8
  44. package/bundles_metadata.json +1 -1
  45. package/ngcc/src/packages/build_marker.d.ts +1 -1
  46. package/package.json +2 -2
@@ -7,11 +7,11 @@ import {
7
7
  __spreadValues
8
8
  } from "./chunk-WQ3TNYTD.js";
9
9
 
10
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/sourcemaps/src/source_file.mjs
10
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/sourcemaps/src/source_file.mjs
11
11
  import mapHelpers from "convert-source-map";
12
12
  import { decode, encode } from "sourcemap-codec";
13
13
 
14
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/sourcemaps/src/segment_marker.mjs
14
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/sourcemaps/src/segment_marker.mjs
15
15
  function compareSegments(a, b) {
16
16
  return a.position - b.position;
17
17
  }
@@ -31,7 +31,7 @@ function offsetSegment(startOfLinePositions, marker, offset) {
31
31
  return { line, column, position, next: void 0 };
32
32
  }
33
33
 
34
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/sourcemaps/src/source_file.mjs
34
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/sourcemaps/src/source_file.mjs
35
35
  function removeSourceMapComments(contents) {
36
36
  return mapHelpers.removeMapFileComments(mapHelpers.removeComments(contents)).replace(/\n\n$/, "\n");
37
37
  }
@@ -282,10 +282,10 @@ var Cache = class {
282
282
  }
283
283
  };
284
284
 
285
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/sourcemaps/src/source_file_loader.mjs
285
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/sourcemaps/src/source_file_loader.mjs
286
286
  import mapHelpers2 from "convert-source-map";
287
287
 
288
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/sourcemaps/src/content_origin.mjs
288
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/sourcemaps/src/content_origin.mjs
289
289
  var ContentOrigin;
290
290
  (function(ContentOrigin2) {
291
291
  ContentOrigin2[ContentOrigin2["Provided"] = 0] = "Provided";
@@ -293,7 +293,7 @@ var ContentOrigin;
293
293
  ContentOrigin2[ContentOrigin2["FileSystem"] = 2] = "FileSystem";
294
294
  })(ContentOrigin || (ContentOrigin = {}));
295
295
 
296
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/sourcemaps/src/source_file_loader.mjs
296
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/sourcemaps/src/source_file_loader.mjs
297
297
  var SCHEME_MATCHER = /^([a-z][a-z0-9.-]*):\/\//i;
298
298
  var SourceFileLoader = class {
299
299
  constructor(fs, logger, schemeMap) {
@@ -421,4 +421,4 @@ export {
421
421
  * Use of this source code is governed by an MIT-style license that can be
422
422
  * found in the LICENSE file at https://angular.io/license
423
423
  */
424
- //# sourceMappingURL=chunk-K2Z44JHH.js.map
424
+ //# sourceMappingURL=chunk-3WNAIXKA.js.map
@@ -13,7 +13,7 @@ import {
13
13
  reflectObjectLiteral,
14
14
  reflectTypeEntityToDeclaration,
15
15
  typeNodeToValueExpr
16
- } from "./chunk-7PY7XEFH.js";
16
+ } from "./chunk-XXMNTCYN.js";
17
17
  import {
18
18
  ErrorCode,
19
19
  FatalDiagnosticError,
@@ -35,23 +35,23 @@ import {
35
35
  translateExpression,
36
36
  translateStatement,
37
37
  translateType
38
- } from "./chunk-XNYP2SFR.js";
38
+ } from "./chunk-6ESPQED7.js";
39
39
  import {
40
40
  absoluteFrom,
41
41
  absoluteFromSourceFile,
42
42
  basename,
43
43
  relative
44
- } from "./chunk-FXU7FMZC.js";
44
+ } from "./chunk-QZBA4KSX.js";
45
45
  import {
46
46
  PerfEvent,
47
47
  PerfPhase
48
- } from "./chunk-GLCRIILX.js";
48
+ } from "./chunk-J6CW3T62.js";
49
49
  import {
50
50
  __spreadProps,
51
51
  __spreadValues
52
52
  } from "./chunk-WQ3TNYTD.js";
53
53
 
54
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/dynamic.mjs
54
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/dynamic.mjs
55
55
  var DynamicValue = class {
56
56
  constructor(node, reason, code) {
57
57
  this.node = node;
@@ -136,10 +136,10 @@ var DynamicValue = class {
136
136
  }
137
137
  };
138
138
 
139
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
139
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
140
140
  import ts from "typescript";
141
141
 
142
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/result.mjs
142
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/result.mjs
143
143
  var ResolvedModule = class {
144
144
  constructor(exports, evaluate) {
145
145
  this.exports = exports;
@@ -169,7 +169,7 @@ var EnumValue = class {
169
169
  var KnownFn = class {
170
170
  };
171
171
 
172
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/builtin.mjs
172
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/builtin.mjs
173
173
  var ArraySliceBuiltinFn = class extends KnownFn {
174
174
  constructor(lhs) {
175
175
  super();
@@ -240,7 +240,7 @@ var ObjectAssignBuiltinFn = class extends KnownFn {
240
240
  }
241
241
  };
242
242
 
243
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/ts_helpers.mjs
243
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/ts_helpers.mjs
244
244
  var AssignHelperFn = class extends ObjectAssignBuiltinFn {
245
245
  };
246
246
  var SpreadHelperFn = class extends KnownFn {
@@ -293,7 +293,7 @@ var ReadHelperFn = class extends KnownFn {
293
293
  }
294
294
  };
295
295
 
296
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/known_declaration.mjs
296
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/known_declaration.mjs
297
297
  var jsGlobalObjectValue = /* @__PURE__ */ new Map([["assign", new ObjectAssignBuiltinFn()]]);
298
298
  var assignTsHelperFn = new AssignHelperFn();
299
299
  var spreadTsHelperFn = new SpreadHelperFn();
@@ -317,7 +317,7 @@ function resolveKnownDeclaration(decl) {
317
317
  }
318
318
  }
319
319
 
320
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
320
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
321
321
  function literalBinaryOp(op) {
322
322
  return { op, literal: true };
323
323
  }
@@ -904,7 +904,7 @@ function owningModule(context, override = null) {
904
904
  }
905
905
  }
906
906
 
907
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interface.mjs
907
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interface.mjs
908
908
  var PartialEvaluator = class {
909
909
  constructor(host, checker, dependencyTracker) {
910
910
  this.host = host;
@@ -924,7 +924,7 @@ var PartialEvaluator = class {
924
924
  }
925
925
  };
926
926
 
927
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/diagnostics.mjs
927
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/diagnostics.mjs
928
928
  import ts2 from "typescript";
929
929
  function describeResolvedType(value, maxDepth = 1) {
930
930
  var _a, _b;
@@ -1051,7 +1051,7 @@ function getContainerNode(node) {
1051
1051
  return node.getSourceFile();
1052
1052
  }
1053
1053
 
1054
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/util.mjs
1054
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/util.mjs
1055
1055
  import { ExternalExpr, LiteralExpr, ParseLocation, ParseSourceFile, ParseSourceSpan, ReadPropExpr, WrappedNodeExpr } from "@angular/compiler";
1056
1056
  import ts3 from "typescript";
1057
1057
  function getConstructorDependencies(clazz, reflector, isCore) {
@@ -1415,11 +1415,11 @@ function toFactoryMetadata(meta, target) {
1415
1415
  };
1416
1416
  }
1417
1417
 
1418
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/component.mjs
1418
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/component.mjs
1419
1419
  import { compileClassMetadata as compileClassMetadata3, compileComponentFromMetadata, compileDeclareClassMetadata as compileDeclareClassMetadata3, compileDeclareComponentFromMetadata, CssSelector, DEFAULT_INTERPOLATION_CONFIG, DomElementSchemaRegistry, ExternalExpr as ExternalExpr5, FactoryTarget as FactoryTarget3, InterpolationConfig, makeBindingParser as makeBindingParser2, ParseSourceFile as ParseSourceFile2, parseTemplate, R3TargetBinder, SelectorMatcher, ViewEncapsulation, WrappedNodeExpr as WrappedNodeExpr5 } from "@angular/compiler";
1420
1420
  import ts21 from "typescript";
1421
1421
 
1422
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/api.mjs
1422
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/api.mjs
1423
1423
  import ts4 from "typescript";
1424
1424
  var SemanticSymbol = class {
1425
1425
  constructor(decl) {
@@ -1435,7 +1435,7 @@ function getSymbolIdentifier(decl) {
1435
1435
  return decl.name.text;
1436
1436
  }
1437
1437
 
1438
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/graph.mjs
1438
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/graph.mjs
1439
1439
  import { ExternalExpr as ExternalExpr2 } from "@angular/compiler";
1440
1440
  var OpaqueSymbol = class extends SemanticSymbol {
1441
1441
  isPublicApiAffected() {
@@ -1578,10 +1578,10 @@ function getImportPath(expr) {
1578
1578
  }
1579
1579
  }
1580
1580
 
1581
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
1581
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
1582
1582
  import ts5 from "typescript";
1583
1583
 
1584
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/util.mjs
1584
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/util.mjs
1585
1585
  function isSymbolEqual(a, b) {
1586
1586
  if (a.decl === b.decl) {
1587
1587
  return true;
@@ -1631,7 +1631,7 @@ function isSetEqual(a, b, equalityTester = referenceEquality) {
1631
1631
  return true;
1632
1632
  }
1633
1633
 
1634
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
1634
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
1635
1635
  function extractSemanticTypeParameters(node) {
1636
1636
  if (!ts5.isClassDeclaration(node) || node.typeParameters === void 0) {
1637
1637
  return null;
@@ -1651,17 +1651,17 @@ function isTypeParameterEqual(a, b) {
1651
1651
  return a.hasGenericTypeBound === b.hasGenericTypeBound;
1652
1652
  }
1653
1653
 
1654
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/api.mjs
1654
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/api.mjs
1655
1655
  var MetaType;
1656
1656
  (function(MetaType2) {
1657
1657
  MetaType2[MetaType2["Pipe"] = 0] = "Pipe";
1658
1658
  MetaType2[MetaType2["Directive"] = 1] = "Directive";
1659
1659
  })(MetaType || (MetaType = {}));
1660
1660
 
1661
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
1661
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
1662
1662
  import ts7 from "typescript";
1663
1663
 
1664
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/property_mapping.mjs
1664
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/property_mapping.mjs
1665
1665
  var ClassPropertyMapping = class {
1666
1666
  constructor(forwardMap) {
1667
1667
  this.forwardMap = forwardMap;
@@ -1737,7 +1737,7 @@ function reverseMapFromForwardMap(forwardMap) {
1737
1737
  return reverseMap;
1738
1738
  }
1739
1739
 
1740
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/util.mjs
1740
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/util.mjs
1741
1741
  import ts6 from "typescript";
1742
1742
  function extractReferencesFromType(checker, def, bestGuessOwningModule) {
1743
1743
  if (!ts6.isTupleTypeNode(def)) {
@@ -1904,7 +1904,7 @@ function hasInjectableFields(clazz, host) {
1904
1904
  return members.some(({ isStatic, name }) => isStatic && (name === "\u0275prov" || name === "\u0275fac"));
1905
1905
  }
1906
1906
 
1907
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
1907
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
1908
1908
  var DtsMetadataReader = class {
1909
1909
  constructor(checker, reflector) {
1910
1910
  this.checker = checker;
@@ -2005,7 +2005,7 @@ function readBaseClass2(clazz, checker, reflector) {
2005
2005
  return null;
2006
2006
  }
2007
2007
 
2008
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/inheritance.mjs
2008
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/inheritance.mjs
2009
2009
  function flattenInheritedDirectiveMetadata(reader, dir) {
2010
2010
  const topMeta = reader.getDirectiveMetadata(dir);
2011
2011
  if (topMeta === null) {
@@ -2062,7 +2062,7 @@ function flattenInheritedDirectiveMetadata(reader, dir) {
2062
2062
  });
2063
2063
  }
2064
2064
 
2065
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/registry.mjs
2065
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/registry.mjs
2066
2066
  var LocalMetadataRegistry = class {
2067
2067
  constructor() {
2068
2068
  this.directives = /* @__PURE__ */ new Map();
@@ -2121,7 +2121,7 @@ var InjectableClassRegistry = class {
2121
2121
  }
2122
2122
  };
2123
2123
 
2124
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/resource_registry.mjs
2124
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/resource_registry.mjs
2125
2125
  var ResourceRegistry = class {
2126
2126
  constructor() {
2127
2127
  this.externalTemplateToComponentsMap = /* @__PURE__ */ new Map();
@@ -2186,7 +2186,7 @@ var ResourceRegistry = class {
2186
2186
  }
2187
2187
  };
2188
2188
 
2189
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/api.mjs
2189
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/api.mjs
2190
2190
  var CompilationMode;
2191
2191
  (function(CompilationMode2) {
2192
2192
  CompilationMode2[CompilationMode2["FULL"] = 0] = "FULL";
@@ -2204,7 +2204,7 @@ var HandlerFlags;
2204
2204
  HandlerFlags2[HandlerFlags2["FULL_INHERITANCE"] = 1] = "FULL_INHERITANCE";
2205
2205
  })(HandlerFlags || (HandlerFlags = {}));
2206
2206
 
2207
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/alias.mjs
2207
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/alias.mjs
2208
2208
  import ts8 from "typescript";
2209
2209
  function aliasTransformFactory(exportStatements) {
2210
2210
  return (context) => {
@@ -2222,13 +2222,13 @@ function aliasTransformFactory(exportStatements) {
2222
2222
  };
2223
2223
  }
2224
2224
 
2225
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
2225
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
2226
2226
  import ts12 from "typescript";
2227
2227
 
2228
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/adapter.mjs
2228
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/adapter.mjs
2229
2229
  import ts9 from "typescript";
2230
2230
 
2231
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/expando.mjs
2231
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/expando.mjs
2232
2232
  var NgExtension = Symbol("NgExtension");
2233
2233
  function isExtended(sf) {
2234
2234
  return sf[NgExtension] !== void 0;
@@ -2288,7 +2288,7 @@ function retagTsFile(sf) {
2288
2288
  }
2289
2289
  }
2290
2290
 
2291
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/util.mjs
2291
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/util.mjs
2292
2292
  var TS_EXTENSIONS = /\.tsx?$/i;
2293
2293
  function makeShimFileName(fileName, suffix) {
2294
2294
  return absoluteFrom(fileName.replace(TS_EXTENSIONS, suffix));
@@ -2303,7 +2303,7 @@ function generatedModuleName(originalModuleName, originalFileName, genSuffix) {
2303
2303
  return moduleName;
2304
2304
  }
2305
2305
 
2306
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/adapter.mjs
2306
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/adapter.mjs
2307
2307
  var ShimAdapter = class {
2308
2308
  constructor(delegate, tsRootFiles, topLevelGenerators, perFileGenerators, oldProgram) {
2309
2309
  this.delegate = delegate;
@@ -2400,7 +2400,7 @@ var ShimAdapter = class {
2400
2400
  }
2401
2401
  };
2402
2402
 
2403
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/factory_generator.mjs
2403
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/factory_generator.mjs
2404
2404
  import ts10 from "typescript";
2405
2405
  var TS_DTS_SUFFIX = /(\.d)?\.ts$/;
2406
2406
  var STRIP_NG_FACTORY = /(.*)NgFactory$/;
@@ -2549,7 +2549,7 @@ function updateInitializers(stmt, update) {
2549
2549
  return ts10.updateVariableStatement(stmt, stmt.modifiers, ts10.updateVariableDeclarationList(stmt.declarationList, stmt.declarationList.declarations.map((decl) => ts10.updateVariableDeclaration(decl, decl.name, decl.type, update(decl.initializer)))));
2550
2550
  }
2551
2551
 
2552
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/reference_tagger.mjs
2552
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/reference_tagger.mjs
2553
2553
  var ShimReferenceTagger = class {
2554
2554
  constructor(shimExtensions) {
2555
2555
  this.tagged = /* @__PURE__ */ new Set();
@@ -2583,7 +2583,7 @@ var ShimReferenceTagger = class {
2583
2583
  }
2584
2584
  };
2585
2585
 
2586
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/summary_generator.mjs
2586
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/summary_generator.mjs
2587
2587
  import ts11 from "typescript";
2588
2588
  var SummaryGenerator = class {
2589
2589
  constructor() {
@@ -2623,7 +2623,7 @@ function isExported2(decl) {
2623
2623
  return decl.modifiers !== void 0 && decl.modifiers.some((mod) => mod.kind == ts11.SyntaxKind.ExportKeyword);
2624
2624
  }
2625
2625
 
2626
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/trait.mjs
2626
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/trait.mjs
2627
2627
  var TraitState;
2628
2628
  (function(TraitState2) {
2629
2629
  TraitState2[TraitState2["Pending"] = 0] = "Pending";
@@ -2678,7 +2678,7 @@ var TraitImpl = class {
2678
2678
  }
2679
2679
  };
2680
2680
 
2681
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
2681
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
2682
2682
  var TraitCompiler = class {
2683
2683
  constructor(handlers, reflector, perf, incrementalBuild, compileNonExportedClasses, compilationMode, dtsTransforms, semanticDepGraphUpdater) {
2684
2684
  this.handlers = handlers;
@@ -3118,10 +3118,10 @@ var TraitCompiler = class {
3118
3118
  }
3119
3119
  };
3120
3120
 
3121
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.mjs
3121
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.mjs
3122
3122
  import ts14 from "typescript";
3123
3123
 
3124
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/utils.mjs
3124
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/utils.mjs
3125
3125
  import ts13 from "typescript";
3126
3126
  function addImports(importManager, sf, extraStatements = []) {
3127
3127
  const addedImports = importManager.getAllImports(sf.fileName).map((i) => {
@@ -3149,7 +3149,7 @@ function isImportStatement(stmt) {
3149
3149
  return ts13.isImportDeclaration(stmt) || ts13.isImportEqualsDeclaration(stmt) || ts13.isNamespaceImport(stmt);
3150
3150
  }
3151
3151
 
3152
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.mjs
3152
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.mjs
3153
3153
  var DtsTransformRegistry = class {
3154
3154
  constructor() {
3155
3155
  this.ivyDeclarationTransforms = /* @__PURE__ */ new Map();
@@ -3274,11 +3274,11 @@ function markForEmitAsSingleLine(node) {
3274
3274
  ts14.forEachChild(node, markForEmitAsSingleLine);
3275
3275
  }
3276
3276
 
3277
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
3277
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
3278
3278
  import { ConstantPool } from "@angular/compiler";
3279
3279
  import ts16 from "typescript";
3280
3280
 
3281
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/visitor.mjs
3281
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/visitor.mjs
3282
3282
  import ts15 from "typescript";
3283
3283
  function visit(node, visitor, context) {
3284
3284
  return visitor._visit(node, context);
@@ -3340,7 +3340,7 @@ function hasStatements(node) {
3340
3340
  return block.statements !== void 0 && Array.isArray(block.statements);
3341
3341
  }
3342
3342
 
3343
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
3343
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
3344
3344
  var NO_DECORATORS = /* @__PURE__ */ new Set();
3345
3345
  var CLOSURE_FILE_OVERVIEW_REGEXP = /\s+@fileoverview\s+/i;
3346
3346
  function ivyTransformFactory(compilation, reflector, importRewriter, defaultImportTracker, perf, isCore, isClosureCompilerEnabled) {
@@ -3521,7 +3521,7 @@ function createRecorderFn(defaultImportTracker) {
3521
3521
  };
3522
3522
  }
3523
3523
 
3524
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/diagnostics.mjs
3524
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/diagnostics.mjs
3525
3525
  import ts17 from "typescript";
3526
3526
  function createValueHasWrongTypeError(node, value, messageText) {
3527
3527
  var _a;
@@ -3618,11 +3618,11 @@ function getInheritedUndecoratedCtorDiagnostic(node, baseClass, reader) {
3618
3618
  return makeDiagnostic(ErrorCode.DIRECTIVE_INHERITS_UNDECORATED_CTOR, node.name, `The ${dirOrComp.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 @Directive decorator to ${baseClassName}, or add an explicit constructor to ${node.name.text}.`);
3619
3619
  }
3620
3620
 
3621
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/directive.mjs
3621
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/directive.mjs
3622
3622
  import { compileClassMetadata, compileDeclareClassMetadata, compileDeclareDirectiveFromMetadata, compileDirectiveFromMetadata, createMayBeForwardRefExpression, emitDistinctChangesOnlyDefaultValue, ExternalExpr as ExternalExpr3, FactoryTarget, getSafePropertyAccessString, makeBindingParser, parseHostBindings, verifyHostBindings, WrappedNodeExpr as WrappedNodeExpr3 } from "@angular/compiler";
3623
3623
  import ts19 from "typescript";
3624
3624
 
3625
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/factory.mjs
3625
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/factory.mjs
3626
3626
  import { compileDeclareFactoryFunction, compileFactoryFunction } from "@angular/compiler";
3627
3627
  function compileNgFactoryDefField(metadata) {
3628
3628
  const res = compileFactoryFunction(metadata);
@@ -3633,7 +3633,7 @@ function compileDeclareFactory(metadata) {
3633
3633
  return { name: "\u0275fac", initializer: res.expression, statements: res.statements, type: res.type };
3634
3634
  }
3635
3635
 
3636
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/metadata.mjs
3636
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/metadata.mjs
3637
3637
  import { FunctionExpr, LiteralArrayExpr, LiteralExpr as LiteralExpr2, literalMap, ReturnStatement, WrappedNodeExpr as WrappedNodeExpr2 } from "@angular/compiler";
3638
3638
  import ts18 from "typescript";
3639
3639
  function extractClassMetadata(clazz, reflection, isCore, annotateForClosureCompiler, angularDecoratorTransform = (dec) => dec) {
@@ -3721,7 +3721,7 @@ function removeIdentifierReferences(node, name) {
3721
3721
  return result.transformed[0];
3722
3722
  }
3723
3723
 
3724
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/directive.mjs
3724
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/directive.mjs
3725
3725
  var EMPTY_OBJECT = {};
3726
3726
  var FIELD_DECORATORS = [
3727
3727
  "Input",
@@ -4284,7 +4284,7 @@ var QUERY_TYPES = /* @__PURE__ */ new Set([
4284
4284
  "ViewChildren"
4285
4285
  ]);
4286
4286
 
4287
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/ng_module.mjs
4287
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/ng_module.mjs
4288
4288
  import { compileClassMetadata as compileClassMetadata2, compileDeclareClassMetadata as compileDeclareClassMetadata2, compileDeclareInjectorFromMetadata, compileDeclareNgModuleFromMetadata, compileInjector, compileNgModule, CUSTOM_ELEMENTS_SCHEMA, ExternalExpr as ExternalExpr4, FactoryTarget as FactoryTarget2, InvokeFunctionExpr, LiteralArrayExpr as LiteralArrayExpr2, NO_ERRORS_SCHEMA, R3Identifiers, WrappedNodeExpr as WrappedNodeExpr4 } from "@angular/compiler";
4289
4289
  import ts20 from "typescript";
4290
4290
  var NgModuleSymbol = class extends SemanticSymbol {
@@ -4730,7 +4730,7 @@ function isNgModule(node, compilation) {
4730
4730
  return !compilation.directives.some((directive) => directive.ref.node === node) && !compilation.pipes.some((pipe) => pipe.ref.node === node);
4731
4731
  }
4732
4732
 
4733
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/component.mjs
4733
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/component.mjs
4734
4734
  var EMPTY_MAP = /* @__PURE__ */ new Map();
4735
4735
  var EMPTY_ARRAY = [];
4736
4736
  var ComponentSymbol = class extends DirectiveSymbol {
@@ -5638,7 +5638,7 @@ function collectAnimationNames(value, animationTriggerNames) {
5638
5638
  }
5639
5639
  }
5640
5640
 
5641
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/injectable.mjs
5641
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/injectable.mjs
5642
5642
  import { compileClassMetadata as compileClassMetadata4, compileDeclareClassMetadata as compileDeclareClassMetadata4, compileDeclareInjectableFromMetadata, compileInjectable, createMayBeForwardRefExpression as createMayBeForwardRefExpression2, FactoryTarget as FactoryTarget4, LiteralExpr as LiteralExpr3, WrappedNodeExpr as WrappedNodeExpr6 } from "@angular/compiler";
5643
5643
  import ts22 from "typescript";
5644
5644
  var InjectableDecoratorHandler = class {
@@ -5838,7 +5838,7 @@ function getDep(dep, reflector) {
5838
5838
  return meta;
5839
5839
  }
5840
5840
 
5841
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/pipe.mjs
5841
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/pipe.mjs
5842
5842
  import { compileClassMetadata as compileClassMetadata5, compileDeclareClassMetadata as compileDeclareClassMetadata5, compileDeclarePipeFromMetadata, compilePipeFromMetadata, FactoryTarget as FactoryTarget5, WrappedNodeExpr as WrappedNodeExpr7 } from "@angular/compiler";
5843
5843
  import ts23 from "typescript";
5844
5844
  var PipeSymbol = class extends SemanticSymbol {
@@ -5963,7 +5963,7 @@ var PipeDecoratorHandler = class {
5963
5963
  }
5964
5964
  };
5965
5965
 
5966
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/references_registry.mjs
5966
+ // bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/references_registry.mjs
5967
5967
  var NoopReferencesRegistry = class {
5968
5968
  add(source, ...references) {
5969
5969
  }
@@ -6015,4 +6015,4 @@ export {
6015
6015
  * found in the LICENSE file at https://angular.io/license
6016
6016
  */
6017
6017
  // Closure Compiler ignores @suppress and similar if the comment contains @license.
6018
- //# sourceMappingURL=chunk-C44PYKVA.js.map
6018
+ //# sourceMappingURL=chunk-5ABOWRRP.js.map