@angular/compiler-cli 15.2.0-next.2 → 15.2.0-next.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 (49) hide show
  1. package/bundles/{chunk-NEQOZOZQ.js → chunk-64X67E3N.js} +31 -31
  2. package/bundles/{chunk-NEQOZOZQ.js.map → chunk-64X67E3N.js.map} +0 -0
  3. package/bundles/{chunk-2NLFVEGY.js → chunk-6ZJFIQBG.js} +7 -7
  4. package/bundles/{chunk-2NLFVEGY.js.map → chunk-6ZJFIQBG.js.map} +0 -0
  5. package/bundles/{chunk-B57SP4JB.js → chunk-7DUI3BSX.js} +2 -2
  6. package/bundles/{chunk-B57SP4JB.js.map → chunk-7DUI3BSX.js.map} +0 -0
  7. package/bundles/{chunk-JIV4G52G.js → chunk-BEXFRTBC.js} +40 -40
  8. package/bundles/{chunk-JIV4G52G.js.map → chunk-BEXFRTBC.js.map} +0 -0
  9. package/bundles/{chunk-TBUSSXUA.js → chunk-EC5K6QPP.js} +7 -7
  10. package/bundles/{chunk-TBUSSXUA.js.map → chunk-EC5K6QPP.js.map} +0 -0
  11. package/bundles/{chunk-72YORMPM.js → chunk-HYFCMILZ.js} +105 -96
  12. package/bundles/{chunk-72YORMPM.js.map → chunk-HYFCMILZ.js.map} +1 -1
  13. package/bundles/{chunk-TNUB43C4.js → chunk-JYL7IHZC.js} +76 -76
  14. package/bundles/{chunk-TNUB43C4.js.map → chunk-JYL7IHZC.js.map} +1 -1
  15. package/bundles/{chunk-YZWN2KWE.js → chunk-NJMZRTB6.js} +5 -5
  16. package/bundles/{chunk-YZWN2KWE.js.map → chunk-NJMZRTB6.js.map} +0 -0
  17. package/bundles/{chunk-ZF3IVDQ2.js → chunk-O4JLZZWJ.js} +6 -6
  18. package/bundles/{chunk-ZF3IVDQ2.js.map → chunk-O4JLZZWJ.js.map} +0 -0
  19. package/bundles/{chunk-G7ORMRHP.js → chunk-OAZD7RII.js} +70 -70
  20. package/bundles/{chunk-G7ORMRHP.js.map → chunk-OAZD7RII.js.map} +0 -0
  21. package/bundles/{chunk-LPXFO4TY.js → chunk-Q6W3UCXI.js} +6 -6
  22. package/bundles/{chunk-LPXFO4TY.js.map → chunk-Q6W3UCXI.js.map} +0 -0
  23. package/bundles/{chunk-LYJKWJUC.js → chunk-SBDNBITT.js} +3 -3
  24. package/bundles/{chunk-LYJKWJUC.js.map → chunk-SBDNBITT.js.map} +0 -0
  25. package/bundles/{chunk-K7P4IHT5.js → chunk-YRDMG3GM.js} +4 -4
  26. package/bundles/{chunk-K7P4IHT5.js.map → chunk-YRDMG3GM.js.map} +0 -0
  27. package/bundles/{chunk-ZOI6L3RR.js → chunk-Z534TW2O.js} +28 -28
  28. package/bundles/{chunk-ZOI6L3RR.js.map → chunk-Z534TW2O.js.map} +0 -0
  29. package/bundles/{chunk-KSFQT5FO.js → chunk-ZB4CDKOH.js} +5 -5
  30. package/bundles/{chunk-KSFQT5FO.js.map → chunk-ZB4CDKOH.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/index.d.ts +1 -1
  46. package/ngcc/src/packages/build_marker.d.ts +1 -1
  47. package/package.json +2 -2
  48. package/src/ngtsc/tsc_plugin.d.ts +1 -1
  49. package/src/ngtsc/typecheck/api/scope.d.ts +1 -0
@@ -4,13 +4,13 @@
4
4
 
5
5
  import {
6
6
  SourceFileLoader
7
- } from "./chunk-2NLFVEGY.js";
7
+ } from "./chunk-6ZJFIQBG.js";
8
8
  import {
9
9
  Context,
10
10
  ExpressionTranslatorVisitor
11
- } from "./chunk-ZOI6L3RR.js";
11
+ } from "./chunk-Z534TW2O.js";
12
12
 
13
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/fatal_linker_error.mjs
13
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/fatal_linker_error.mjs
14
14
  var FatalLinkerError = class extends Error {
15
15
  constructor(node, message) {
16
16
  super(message);
@@ -22,14 +22,14 @@ function isFatalLinkerError(e) {
22
22
  return e && e.type === "FatalLinkerError";
23
23
  }
24
24
 
25
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/ast/utils.mjs
25
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/ast/utils.mjs
26
26
  function assert(node, predicate, expected) {
27
27
  if (!predicate(node)) {
28
28
  throw new FatalLinkerError(node, `Unsupported syntax, expected ${expected}.`);
29
29
  }
30
30
  }
31
31
 
32
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/ast/ast_value.mjs
32
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/ast/ast_value.mjs
33
33
  import * as o from "@angular/compiler";
34
34
  var AstObject = class {
35
35
  static parse(expression, host) {
@@ -155,10 +155,10 @@ var AstValue = class {
155
155
  }
156
156
  };
157
157
 
158
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/emit_scopes/emit_scope.mjs
158
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/emit_scopes/emit_scope.mjs
159
159
  import { ConstantPool } from "@angular/compiler";
160
160
 
161
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/linker_import_generator.mjs
161
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/linker_import_generator.mjs
162
162
  var LinkerImportGenerator = class {
163
163
  constructor(ngImport) {
164
164
  this.ngImport = ngImport;
@@ -178,7 +178,7 @@ var LinkerImportGenerator = class {
178
178
  }
179
179
  };
180
180
 
181
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/emit_scopes/emit_scope.mjs
181
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/emit_scopes/emit_scope.mjs
182
182
  var EmitScope = class {
183
183
  constructor(ngImport, translator, factory) {
184
184
  this.ngImport = ngImport;
@@ -207,7 +207,7 @@ var EmitScope = class {
207
207
  }
208
208
  };
209
209
 
210
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/emit_scopes/local_emit_scope.mjs
210
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/emit_scopes/local_emit_scope.mjs
211
211
  var LocalEmitScope = class extends EmitScope {
212
212
  translateDefinition(definition) {
213
213
  return super.translateDefinition({
@@ -220,10 +220,10 @@ var LocalEmitScope = class extends EmitScope {
220
220
  }
221
221
  };
222
222
 
223
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_linker_selector.mjs
223
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_linker_selector.mjs
224
224
  import semver from "semver";
225
225
 
226
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/get_source_file.mjs
226
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/get_source_file.mjs
227
227
  function createGetSourceFile(sourceUrl, code, loader) {
228
228
  if (loader === null) {
229
229
  return () => null;
@@ -238,7 +238,7 @@ function createGetSourceFile(sourceUrl, code, loader) {
238
238
  }
239
239
  }
240
240
 
241
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_class_metadata_linker_1.mjs
241
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_class_metadata_linker_1.mjs
242
242
  import { compileClassMetadata } from "@angular/compiler";
243
243
  var PartialClassMetadataLinkerVersion1 = class {
244
244
  linkPartialDeclaration(constantPool, metaObj) {
@@ -258,13 +258,13 @@ function toR3ClassMetadata(metaObj) {
258
258
  };
259
259
  }
260
260
 
261
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_component_linker_1.mjs
261
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_component_linker_1.mjs
262
262
  import { ChangeDetectionStrategy, compileComponentFromMetadata, DEFAULT_INTERPOLATION_CONFIG, InterpolationConfig, makeBindingParser as makeBindingParser2, parseTemplate, R3TemplateDependencyKind, ViewEncapsulation } from "@angular/compiler";
263
263
 
264
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_directive_linker_1.mjs
264
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_directive_linker_1.mjs
265
265
  import { compileDirectiveFromMetadata, makeBindingParser, ParseLocation, ParseSourceFile, ParseSourceSpan } from "@angular/compiler";
266
266
 
267
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/util.mjs
267
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/util.mjs
268
268
  import { createMayBeForwardRefExpression, outputAst as o2 } from "@angular/compiler";
269
269
  function wrapReference(wrapped) {
270
270
  return { value: wrapped, type: wrapped };
@@ -312,7 +312,7 @@ function extractForwardRef(expr) {
312
312
  return createMayBeForwardRefExpression(wrapperFn.getFunctionReturnValue().getOpaque(), 2);
313
313
  }
314
314
 
315
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_directive_linker_1.mjs
315
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_directive_linker_1.mjs
316
316
  var PartialDirectiveLinkerVersion1 = class {
317
317
  constructor(sourceUrl, code) {
318
318
  this.sourceUrl = sourceUrl;
@@ -432,7 +432,7 @@ function createSourceSpan(range, code, sourceUrl) {
432
432
  return new ParseSourceSpan(startLocation, startLocation.moveBy(range.endPos - range.startPos));
433
433
  }
434
434
 
435
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_component_linker_1.mjs
435
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_component_linker_1.mjs
436
436
  function makeDirectiveMetadata(directiveExpr, typeExpr, isComponentByDefault = null) {
437
437
  return {
438
438
  kind: R3TemplateDependencyKind.Directive,
@@ -625,7 +625,7 @@ function parseChangeDetectionStrategy(changeDetectionStrategy) {
625
625
  return enumValue;
626
626
  }
627
627
 
628
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_factory_linker_1.mjs
628
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_factory_linker_1.mjs
629
629
  import { compileFactoryFunction, FactoryTarget } from "@angular/compiler";
630
630
  var PartialFactoryLinkerVersion1 = class {
631
631
  linkPartialDeclaration(constantPool, metaObj) {
@@ -662,7 +662,7 @@ function getDependencies(metaObj, propName) {
662
662
  return null;
663
663
  }
664
664
 
665
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_injectable_linker_1.mjs
665
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_injectable_linker_1.mjs
666
666
  import { compileInjectable, createMayBeForwardRefExpression as createMayBeForwardRefExpression2, outputAst as o3 } from "@angular/compiler";
667
667
  var PartialInjectableLinkerVersion1 = class {
668
668
  linkPartialDeclaration(constantPool, metaObj) {
@@ -701,7 +701,7 @@ function toR3InjectableMeta(metaObj) {
701
701
  return meta;
702
702
  }
703
703
 
704
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_injector_linker_1.mjs
704
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_injector_linker_1.mjs
705
705
  import { compileInjector } from "@angular/compiler";
706
706
  var PartialInjectorLinkerVersion1 = class {
707
707
  linkPartialDeclaration(constantPool, metaObj) {
@@ -724,7 +724,7 @@ function toR3InjectorMeta(metaObj) {
724
724
  };
725
725
  }
726
726
 
727
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_ng_module_linker_1.mjs
727
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_ng_module_linker_1.mjs
728
728
  import { compileNgModule, R3SelectorScopeMode } from "@angular/compiler";
729
729
  var PartialNgModuleLinkerVersion1 = class {
730
730
  constructor(emitInline) {
@@ -797,7 +797,7 @@ function wrapReferences(values) {
797
797
  return values.getArray().map((i) => wrapReference(i.getOpaque()));
798
798
  }
799
799
 
800
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_pipe_linker_1.mjs
800
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_pipe_linker_1.mjs
801
801
  import { compilePipeFromMetadata } from "@angular/compiler";
802
802
  var PartialPipeLinkerVersion1 = class {
803
803
  constructor() {
@@ -827,7 +827,7 @@ function toR3PipeMeta(metaObj) {
827
827
  };
828
828
  }
829
829
 
830
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_linker_selector.mjs
830
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_linker_selector.mjs
831
831
  var \u0275\u0275ngDeclareDirective = "\u0275\u0275ngDeclareDirective";
832
832
  var \u0275\u0275ngDeclareClassMetadata = "\u0275\u0275ngDeclareClassMetadata";
833
833
  var \u0275\u0275ngDeclareComponent = "\u0275\u0275ngDeclareComponent";
@@ -848,7 +848,7 @@ var declarationFunctions = [
848
848
  ];
849
849
  function createLinkerMap(environment, sourceUrl, code) {
850
850
  const linkers = /* @__PURE__ */ new Map();
851
- const LATEST_VERSION_RANGE = getRange("<=", "15.2.0-next.2");
851
+ const LATEST_VERSION_RANGE = getRange("<=", "15.2.0-next.4");
852
852
  linkers.set(\u0275\u0275ngDeclareDirective, [
853
853
  { range: LATEST_VERSION_RANGE, linker: new PartialDirectiveLinkerVersion1(sourceUrl, code) }
854
854
  ]);
@@ -895,7 +895,7 @@ var PartialLinkerSelector = class {
895
895
  throw new Error(`Unknown partial declaration function ${functionName}.`);
896
896
  }
897
897
  const linkerRanges = this.linkers.get(functionName);
898
- if (version === "15.2.0-next.2") {
898
+ if (version === "15.2.0-next.4") {
899
899
  return linkerRanges[linkerRanges.length - 1].linker;
900
900
  }
901
901
  const declarationRange = getRange(">=", minVersion);
@@ -921,7 +921,7 @@ function getRange(comparator, versionStr) {
921
921
  return new semver.Range(`${comparator}${version.format()}`);
922
922
  }
923
923
 
924
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/file_linker.mjs
924
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/file_linker.mjs
925
925
  var FileLinker = class {
926
926
  constructor(linkerEnvironment, sourceUrl, code) {
927
927
  this.linkerEnvironment = linkerEnvironment;
@@ -964,14 +964,14 @@ var FileLinker = class {
964
964
  }
965
965
  };
966
966
 
967
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/linker_options.mjs
967
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/linker_options.mjs
968
968
  var DEFAULT_LINKER_OPTIONS = {
969
969
  sourceMapping: true,
970
970
  linkerJitMode: false,
971
971
  unknownDeclarationVersionHandling: "error"
972
972
  };
973
973
 
974
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/translator.mjs
974
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/translator.mjs
975
975
  var Translator = class {
976
976
  constructor(factory) {
977
977
  this.factory = factory;
@@ -984,7 +984,7 @@ var Translator = class {
984
984
  }
985
985
  };
986
986
 
987
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/linker_environment.mjs
987
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/linker_environment.mjs
988
988
  var LinkerEnvironment = class {
989
989
  constructor(fileSystem, logger, host, factory, options) {
990
990
  this.fileSystem = fileSystem;
@@ -1005,7 +1005,7 @@ var LinkerEnvironment = class {
1005
1005
  }
1006
1006
  };
1007
1007
 
1008
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/needs_linking.mjs
1008
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/needs_linking.mjs
1009
1009
  function needsLinking(path, source) {
1010
1010
  return declarationFunctions.some((fn) => source.includes(fn));
1011
1011
  }
@@ -1026,4 +1026,4 @@ export {
1026
1026
  * Use of this source code is governed by an MIT-style license that can be
1027
1027
  * found in the LICENSE file at https://angular.io/license
1028
1028
  */
1029
- //# sourceMappingURL=chunk-NEQOZOZQ.js.map
1029
+ //# sourceMappingURL=chunk-64X67E3N.js.map
@@ -3,11 +3,11 @@
3
3
  const require = __cjsCompatRequire(import.meta.url);
4
4
 
5
5
 
6
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/sourcemaps/src/source_file.mjs
6
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/sourcemaps/src/source_file.mjs
7
7
  import { decode, encode } from "@jridgewell/sourcemap-codec";
8
8
  import mapHelpers from "convert-source-map";
9
9
 
10
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/sourcemaps/src/segment_marker.mjs
10
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/sourcemaps/src/segment_marker.mjs
11
11
  function compareSegments(a, b) {
12
12
  return a.position - b.position;
13
13
  }
@@ -27,7 +27,7 @@ function offsetSegment(startOfLinePositions, marker, offset) {
27
27
  return { line, column, position, next: void 0 };
28
28
  }
29
29
 
30
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/sourcemaps/src/source_file.mjs
30
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/sourcemaps/src/source_file.mjs
31
31
  function removeSourceMapComments(contents) {
32
32
  return mapHelpers.removeMapFileComments(mapHelpers.removeComments(contents)).replace(/\n\n$/, "\n");
33
33
  }
@@ -278,10 +278,10 @@ var Cache = class {
278
278
  }
279
279
  };
280
280
 
281
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/sourcemaps/src/source_file_loader.mjs
281
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/sourcemaps/src/source_file_loader.mjs
282
282
  import mapHelpers2 from "convert-source-map";
283
283
 
284
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/sourcemaps/src/content_origin.mjs
284
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/sourcemaps/src/content_origin.mjs
285
285
  var ContentOrigin;
286
286
  (function(ContentOrigin2) {
287
287
  ContentOrigin2[ContentOrigin2["Provided"] = 0] = "Provided";
@@ -289,7 +289,7 @@ var ContentOrigin;
289
289
  ContentOrigin2[ContentOrigin2["FileSystem"] = 2] = "FileSystem";
290
290
  })(ContentOrigin || (ContentOrigin = {}));
291
291
 
292
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/sourcemaps/src/source_file_loader.mjs
292
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/sourcemaps/src/source_file_loader.mjs
293
293
  var SCHEME_MATCHER = /^([a-z][a-z0-9.-]*):\/\//i;
294
294
  var SourceFileLoader = class {
295
295
  constructor(fs, logger, schemeMap) {
@@ -417,4 +417,4 @@ export {
417
417
  * Use of this source code is governed by an MIT-style license that can be
418
418
  * found in the LICENSE file at https://angular.io/license
419
419
  */
420
- //# sourceMappingURL=chunk-2NLFVEGY.js.map
420
+ //# sourceMappingURL=chunk-6ZJFIQBG.js.map
@@ -3,7 +3,7 @@
3
3
  const require = __cjsCompatRequire(import.meta.url);
4
4
 
5
5
 
6
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/locking/lock_file_with_child_process/util.mjs
6
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/locking/lock_file_with_child_process/util.mjs
7
7
  function removeLockFile(fs, logger, lockFilePath, pid) {
8
8
  try {
9
9
  logger.debug(`Attempting to remove lock-file at ${lockFilePath}.`);
@@ -26,4 +26,4 @@ function removeLockFile(fs, logger, lockFilePath, pid) {
26
26
  export {
27
27
  removeLockFile
28
28
  };
29
- //# sourceMappingURL=chunk-B57SP4JB.js.map
29
+ //# sourceMappingURL=chunk-7DUI3BSX.js.map
@@ -4,7 +4,7 @@
4
4
 
5
5
  import {
6
6
  removeLockFile
7
- } from "./chunk-B57SP4JB.js";
7
+ } from "./chunk-7DUI3BSX.js";
8
8
  import {
9
9
  Deferred,
10
10
  DirectPackageJsonUpdater,
@@ -37,19 +37,19 @@ import {
37
37
  sendMessageToWorker,
38
38
  sortTasksByPriority,
39
39
  stringifyTask
40
- } from "./chunk-G7ORMRHP.js";
40
+ } from "./chunk-OAZD7RII.js";
41
41
  import {
42
42
  LogLevel
43
- } from "./chunk-LYJKWJUC.js";
43
+ } from "./chunk-SBDNBITT.js";
44
44
  import {
45
45
  absoluteFrom,
46
46
  getFileSystem
47
- } from "./chunk-TBUSSXUA.js";
47
+ } from "./chunk-EC5K6QPP.js";
48
48
 
49
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/dependencies/commonjs_dependency_host.mjs
49
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/dependencies/commonjs_dependency_host.mjs
50
50
  import ts from "typescript";
51
51
 
52
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/dependencies/module_resolver.mjs
52
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/dependencies/module_resolver.mjs
53
53
  var ModuleResolver = class {
54
54
  constructor(fs, pathMappings, relativeExtensions = ["", ".js", "/index.js"]) {
55
55
  this.fs = fs;
@@ -187,7 +187,7 @@ function isRelativeImport(from, to) {
187
187
  return to.startsWith(from) && !to.includes("node_modules");
188
188
  }
189
189
 
190
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/dependencies/dependency_host.mjs
190
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/dependencies/dependency_host.mjs
191
191
  function createDependencyInfo() {
192
192
  return { dependencies: /* @__PURE__ */ new Set(), missing: /* @__PURE__ */ new Set(), deepImports: /* @__PURE__ */ new Set() };
193
193
  }
@@ -244,7 +244,7 @@ var DependencyHostBase = class {
244
244
  }
245
245
  };
246
246
 
247
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/dependencies/commonjs_dependency_host.mjs
247
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/dependencies/commonjs_dependency_host.mjs
248
248
  var CommonJsDependencyHost = class extends DependencyHostBase {
249
249
  canSkipFile(fileContents) {
250
250
  return !hasRequireCalls(fileContents);
@@ -288,7 +288,7 @@ function hasRequireCalls(source) {
288
288
  return /require\(['"]/.test(source);
289
289
  }
290
290
 
291
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/dependencies/dependency_resolver.mjs
291
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/dependencies/dependency_resolver.mjs
292
292
  import { DepGraph } from "dependency-graph";
293
293
  import module from "module";
294
294
  var builtinNodeJsModules = new Set(module.builtinModules);
@@ -392,7 +392,7 @@ var DependencyResolver = class {
392
392
  }
393
393
  };
394
394
 
395
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/dependencies/esm_dependency_host.mjs
395
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/dependencies/esm_dependency_host.mjs
396
396
  import ts2 from "typescript";
397
397
  var EsmDependencyHost = class extends DependencyHostBase {
398
398
  constructor(fs, moduleResolver, scanImportExpressions = true) {
@@ -558,7 +558,7 @@ function canPrecedeARegex(kind) {
558
558
  }
559
559
  }
560
560
 
561
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/dependencies/dts_dependency_host.mjs
561
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/dependencies/dts_dependency_host.mjs
562
562
  var DtsDependencyHost = class extends EsmDependencyHost {
563
563
  constructor(fs, pathMappings) {
564
564
  super(fs, new ModuleResolver(fs, pathMappings, ["", ".d.ts", "/index.d.ts", ".js", "/index.js"]), false);
@@ -568,7 +568,7 @@ var DtsDependencyHost = class extends EsmDependencyHost {
568
568
  }
569
569
  };
570
570
 
571
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/dependencies/umd_dependency_host.mjs
571
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/dependencies/umd_dependency_host.mjs
572
572
  import ts3 from "typescript";
573
573
  var UmdDependencyHost = class extends DependencyHostBase {
574
574
  canSkipFile(fileContents) {
@@ -588,7 +588,7 @@ var UmdDependencyHost = class extends DependencyHostBase {
588
588
  }
589
589
  };
590
590
 
591
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/entry_point_finder/utils.mjs
591
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/entry_point_finder/utils.mjs
592
592
  function getBasePaths(logger, sourceDirectory, pathMappings) {
593
593
  const fs = getFileSystem();
594
594
  const basePaths = [sourceDirectory];
@@ -698,7 +698,7 @@ function convertToLeaf(node, path) {
698
698
  node.path = path;
699
699
  }
700
700
 
701
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/entry_point_finder/directory_walker_entry_point_finder.mjs
701
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/entry_point_finder/directory_walker_entry_point_finder.mjs
702
702
  var DirectoryWalkerEntryPointFinder = class {
703
703
  constructor(logger, resolver, entryPointCollector, entryPointManifest, sourceDirectory, pathMappings) {
704
704
  this.logger = logger;
@@ -725,7 +725,7 @@ var DirectoryWalkerEntryPointFinder = class {
725
725
  }
726
726
  };
727
727
 
728
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/entry_point_finder/entry_point_collector.mjs
728
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/entry_point_finder/entry_point_collector.mjs
729
729
  var EntryPointCollector = class {
730
730
  constructor(fs, config, logger, resolver) {
731
731
  this.fs = fs;
@@ -803,7 +803,7 @@ function isIgnorablePath(path) {
803
803
  return path.startsWith(".") || path === "node_modules" || path === NGCC_DIRECTORY;
804
804
  }
805
805
 
806
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/entry_point_finder/tracing_entry_point_finder.mjs
806
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/entry_point_finder/tracing_entry_point_finder.mjs
807
807
  var TracingEntryPointFinder = class {
808
808
  constructor(fs, config, logger, resolver, basePath, pathMappings) {
809
809
  this.fs = fs;
@@ -840,7 +840,7 @@ var TracingEntryPointFinder = class {
840
840
  }
841
841
  };
842
842
 
843
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/entry_point_finder/program_based_entry_point_finder.mjs
843
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/entry_point_finder/program_based_entry_point_finder.mjs
844
844
  var ProgramBasedEntryPointFinder = class extends TracingEntryPointFinder {
845
845
  constructor(fs, config, logger, resolver, entryPointCollector, entryPointManifest, basePath, tsConfig, projectPath) {
846
846
  super(fs, config, logger, resolver, basePath, getPathMappingsFromTsConfig(fs, tsConfig, projectPath));
@@ -891,8 +891,8 @@ var ProgramBasedEntryPointFinder = class extends TracingEntryPointFinder {
891
891
  }
892
892
  };
893
893
 
894
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/packages/build_marker.mjs
895
- var NGCC_VERSION = "15.2.0-next.2";
894
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/packages/build_marker.mjs
895
+ var NGCC_VERSION = "15.2.0-next.4";
896
896
  function needsCleaning(packageJson) {
897
897
  return Object.values(packageJson.__processed_by_ivy_ngcc__ || {}).some((value) => value !== NGCC_VERSION);
898
898
  }
@@ -933,7 +933,7 @@ function markAsProcessed(pkgJsonUpdater, packageJson, packageJsonPath, formatPro
933
933
  update.writeChanges(packageJsonPath, packageJson);
934
934
  }
935
935
 
936
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/entry_point_finder/targeted_entry_point_finder.mjs
936
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/entry_point_finder/targeted_entry_point_finder.mjs
937
937
  var TargetedEntryPointFinder = class extends TracingEntryPointFinder {
938
938
  constructor(fs, config, logger, resolver, basePath, pathMappings, targetPath) {
939
939
  super(fs, config, logger, resolver, basePath, pathMappings);
@@ -1048,7 +1048,7 @@ var TargetedEntryPointFinder = class extends TracingEntryPointFinder {
1048
1048
  }
1049
1049
  };
1050
1050
 
1051
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/execution/tasks/queues/base_task_queue.mjs
1051
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/execution/tasks/queues/base_task_queue.mjs
1052
1052
  var BaseTaskQueue = class {
1053
1053
  get allTasksCompleted() {
1054
1054
  return this.tasks.length === 0 && this.inProgressTasks.size === 0;
@@ -1114,7 +1114,7 @@ ${indentation}- ${stringifyTask(task)}`).join("");
1114
1114
  }
1115
1115
  };
1116
1116
 
1117
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/execution/tasks/queues/parallel_task_queue.mjs
1117
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/execution/tasks/queues/parallel_task_queue.mjs
1118
1118
  var ParallelTaskQueue = class extends BaseTaskQueue {
1119
1119
  constructor(logger, tasks, dependencies) {
1120
1120
  super(logger, sortTasksByPriority(tasks, dependencies), dependencies);
@@ -1154,7 +1154,7 @@ ${indentation}- ${stringifyTask(task)} (${blockingTasks.size}): ` + this.stringi
1154
1154
  }
1155
1155
  };
1156
1156
 
1157
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/execution/tasks/queues/serial_task_queue.mjs
1157
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/execution/tasks/queues/serial_task_queue.mjs
1158
1158
  var SerialTaskQueue = class extends BaseTaskQueue {
1159
1159
  computeNextTask() {
1160
1160
  const nextTask = this.tasks.shift() || null;
@@ -1169,7 +1169,7 @@ var SerialTaskQueue = class extends BaseTaskQueue {
1169
1169
  }
1170
1170
  };
1171
1171
 
1172
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/writing/cleaning/utils.mjs
1172
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/writing/cleaning/utils.mjs
1173
1173
  function isLocalDirectory(fs, path) {
1174
1174
  if (fs.exists(path)) {
1175
1175
  const stat = fs.lstat(path);
@@ -1179,7 +1179,7 @@ function isLocalDirectory(fs, path) {
1179
1179
  }
1180
1180
  }
1181
1181
 
1182
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/writing/cleaning/cleaning_strategies.mjs
1182
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/writing/cleaning/cleaning_strategies.mjs
1183
1183
  var PackageJsonCleaner = class {
1184
1184
  constructor(fs) {
1185
1185
  this.fs = fs;
@@ -1218,7 +1218,7 @@ var BackupFileCleaner = class {
1218
1218
  }
1219
1219
  };
1220
1220
 
1221
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/writing/cleaning/package_cleaner.mjs
1221
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/writing/cleaning/package_cleaner.mjs
1222
1222
  var PackageCleaner = class {
1223
1223
  constructor(fs, cleaners) {
1224
1224
  this.fs = fs;
@@ -1261,7 +1261,7 @@ function cleanOutdatedPackages(fileSystem, entryPoints) {
1261
1261
  return packagesToClean.size > 0;
1262
1262
  }
1263
1263
 
1264
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/execution/analyze_entry_points.mjs
1264
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/execution/analyze_entry_points.mjs
1265
1265
  function getAnalyzeEntryPointsFn(logger, finder, fileSystem, supportedPropertiesToConsider, typingsOnly, compileAllFormats, propertiesToConsider, inParallel) {
1266
1266
  return () => {
1267
1267
  logger.debug("Analyzing entry-points...");
@@ -1350,7 +1350,7 @@ function getTaskQueue(logger, inParallel, tasks, graph) {
1350
1350
  return inParallel ? new ParallelTaskQueue(logger, tasks, dependencies) : new SerialTaskQueue(logger, tasks, dependencies);
1351
1351
  }
1352
1352
 
1353
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/execution/cluster/master.mjs
1353
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/execution/cluster/master.mjs
1354
1354
  import cluster from "cluster";
1355
1355
  import module2 from "module";
1356
1356
  var ClusterMaster = class {
@@ -1551,7 +1551,7 @@ var ClusterWorkerScriptResolver = class {
1551
1551
  }
1552
1552
  };
1553
1553
 
1554
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/execution/cluster/executor.mjs
1554
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/execution/cluster/executor.mjs
1555
1555
  var ClusterExecutor = class {
1556
1556
  constructor(workerCount, fileSystem, logger, fileWriter, pkgJsonUpdater, lockFile, createTaskCompletedCallback) {
1557
1557
  this.workerCount = workerCount;
@@ -1571,7 +1571,7 @@ var ClusterExecutor = class {
1571
1571
  }
1572
1572
  };
1573
1573
 
1574
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/execution/single_process_executor.mjs
1574
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/execution/single_process_executor.mjs
1575
1575
  var SingleProcessorExecutorBase = class {
1576
1576
  constructor(logger, createTaskCompletedCallback) {
1577
1577
  this.logger = logger;
@@ -1613,7 +1613,7 @@ var SingleProcessExecutorAsync = class extends SingleProcessorExecutorBase {
1613
1613
  }
1614
1614
  };
1615
1615
 
1616
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/execution/tasks/completion.mjs
1616
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/execution/tasks/completion.mjs
1617
1617
  function composeTaskCompletedCallbacks(callbacks) {
1618
1618
  return (task, outcome, message) => {
1619
1619
  const callback = callbacks[outcome];
@@ -1653,7 +1653,7 @@ function createErrorMessage(fs, task, message) {
1653
1653
  return `Failed to compile entry-point ${task.entryPoint.name} (${format})` + message;
1654
1654
  }
1655
1655
 
1656
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/locking/async_locker.mjs
1656
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/locking/async_locker.mjs
1657
1657
  var TimeoutError = class extends Error {
1658
1658
  constructor() {
1659
1659
  super(...arguments);
@@ -1702,11 +1702,11 @@ Waiting up to ${this.retryDelay * this.retryAttempts / 1e3}s for it to finish.
1702
1702
  }
1703
1703
  };
1704
1704
 
1705
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/locking/lock_file_with_child_process/index.mjs
1705
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/locking/lock_file_with_child_process/index.mjs
1706
1706
  import { fork } from "child_process";
1707
1707
  import module4 from "module";
1708
1708
 
1709
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/locking/lock_file.mjs
1709
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/locking/lock_file.mjs
1710
1710
  import module3 from "module";
1711
1711
  var LockFilePathResolver = class {
1712
1712
  static resolve(fs) {
@@ -1716,7 +1716,7 @@ var LockFilePathResolver = class {
1716
1716
  }
1717
1717
  };
1718
1718
 
1719
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/locking/lock_file_with_child_process/index.mjs
1719
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/locking/lock_file_with_child_process/index.mjs
1720
1720
  var LockFileWithChildProcess = class {
1721
1721
  constructor(fs, logger) {
1722
1722
  this.fs = fs;
@@ -1767,7 +1767,7 @@ var LockFileUnlockerScriptResolver = class {
1767
1767
  }
1768
1768
  };
1769
1769
 
1770
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/locking/sync_locker.mjs
1770
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/locking/sync_locker.mjs
1771
1771
  var SyncLocker = class {
1772
1772
  constructor(lockFile) {
1773
1773
  this.lockFile = lockFile;
@@ -1798,7 +1798,7 @@ If you are running multiple builds in parallel then you might try pre-processing
1798
1798
  }
1799
1799
  };
1800
1800
 
1801
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/packages/configuration.mjs
1801
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/packages/configuration.mjs
1802
1802
  import { createHash } from "crypto";
1803
1803
  import module5 from "module";
1804
1804
  import semver from "semver";
@@ -1983,7 +1983,7 @@ var NgccConfiguration = class {
1983
1983
  }
1984
1984
  };
1985
1985
 
1986
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/packages/entry_point_manifest.mjs
1986
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/packages/entry_point_manifest.mjs
1987
1987
  import { createHash as createHash2 } from "crypto";
1988
1988
  var EntryPointManifest = class {
1989
1989
  constructor(fs, config, logger) {
@@ -2091,7 +2091,7 @@ var InvalidatingEntryPointManifest = class extends EntryPointManifest {
2091
2091
  }
2092
2092
  };
2093
2093
 
2094
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/main.mjs
2094
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/main.mjs
2095
2095
  function mainNgcc(options) {
2096
2096
  const { basePath, targetEntryPointPath, propertiesToConsider, typingsOnly, compileAllFormats, logger, pathMappings, async, errorOnFailedEntryPoint, enableI18nLegacyMessageIdFormat, invalidateEntryPointManifest, fileSystem, absBasePath, projectPath, tsConfig, getFileWriter } = getSharedSetup(options);
2097
2097
  const config = new NgccConfiguration(fileSystem, projectPath);
@@ -2184,4 +2184,4 @@ export {
2184
2184
  * Use of this source code is governed by an MIT-style license that can be
2185
2185
  * found in the LICENSE file at https://angular.io/license
2186
2186
  */
2187
- //# sourceMappingURL=chunk-JIV4G52G.js.map
2187
+ //# sourceMappingURL=chunk-BEXFRTBC.js.map