@angular/compiler-cli 15.2.3 → 15.2.5

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 (48) hide show
  1. package/bundles/{chunk-6ZJFIQBG.js → chunk-2NLFVEGY.js} +7 -7
  2. package/bundles/{chunk-E6XIZDH3.js → chunk-5WBIJMZH.js} +5 -5
  3. package/bundles/{chunk-2PLRZDNU.js → chunk-7GNUPQOI.js} +31 -31
  4. package/bundles/{chunk-7DUI3BSX.js → chunk-B57SP4JB.js} +2 -2
  5. package/bundles/{chunk-QRHWLC7U.js → chunk-IJECERTO.js} +10 -10
  6. package/bundles/{chunk-ZCBRXUPO.js → chunk-IYYB2HTK.js} +21 -21
  7. package/bundles/{chunk-YRDMG3GM.js → chunk-K7P4IHT5.js} +4 -4
  8. package/bundles/{chunk-SBDNBITT.js → chunk-LYJKWJUC.js} +3 -3
  9. package/bundles/{chunk-VVIQFUX6.js → chunk-P5LISIUG.js} +77 -77
  10. package/bundles/{chunk-EYXJKNSD.js → chunk-PKXB2WOZ.js} +40 -40
  11. package/bundles/{chunk-AYNYESJJ.js → chunk-RMPM4VAI.js} +95 -95
  12. package/bundles/{chunk-EC5K6QPP.js → chunk-TBUSSXUA.js} +7 -7
  13. package/bundles/{chunk-ZEOG7UFV.js → chunk-WN75SNW4.js} +71 -71
  14. package/bundles/{chunk-NJMZRTB6.js → chunk-YZWN2KWE.js} +5 -5
  15. package/bundles/{chunk-O4JLZZWJ.js → chunk-ZF3IVDQ2.js} +6 -6
  16. package/bundles/{chunk-PT6IDEJZ.js → chunk-ZV3QKZR5.js} +5 -5
  17. package/bundles/index.js +13 -13
  18. package/bundles/linker/babel/index.js +13 -13
  19. package/bundles/linker/index.js +5 -5
  20. package/bundles/ngcc/index.js +13 -13
  21. package/bundles/ngcc/main-ngcc.js +14 -14
  22. package/bundles/ngcc/src/execution/cluster/ngcc_cluster_worker.js +14 -14
  23. package/bundles/ngcc/src/locking/lock_file_with_child_process/ngcc_lock_unlocker.js +4 -4
  24. package/bundles/private/bazel.js +1 -1
  25. package/bundles/private/localize.js +3 -3
  26. package/bundles/private/migrations.js +6 -6
  27. package/bundles/private/tooling.js +4 -4
  28. package/bundles/src/bin/ng_xi18n.js +11 -11
  29. package/bundles/src/bin/ngc.js +9 -9
  30. package/bundles_metadata.json +1 -1
  31. package/ngcc/src/packages/build_marker.d.ts +1 -1
  32. package/package.json +2 -2
  33. /package/bundles/{chunk-6ZJFIQBG.js.map → chunk-2NLFVEGY.js.map} +0 -0
  34. /package/bundles/{chunk-E6XIZDH3.js.map → chunk-5WBIJMZH.js.map} +0 -0
  35. /package/bundles/{chunk-2PLRZDNU.js.map → chunk-7GNUPQOI.js.map} +0 -0
  36. /package/bundles/{chunk-7DUI3BSX.js.map → chunk-B57SP4JB.js.map} +0 -0
  37. /package/bundles/{chunk-QRHWLC7U.js.map → chunk-IJECERTO.js.map} +0 -0
  38. /package/bundles/{chunk-ZCBRXUPO.js.map → chunk-IYYB2HTK.js.map} +0 -0
  39. /package/bundles/{chunk-YRDMG3GM.js.map → chunk-K7P4IHT5.js.map} +0 -0
  40. /package/bundles/{chunk-SBDNBITT.js.map → chunk-LYJKWJUC.js.map} +0 -0
  41. /package/bundles/{chunk-VVIQFUX6.js.map → chunk-P5LISIUG.js.map} +0 -0
  42. /package/bundles/{chunk-EYXJKNSD.js.map → chunk-PKXB2WOZ.js.map} +0 -0
  43. /package/bundles/{chunk-AYNYESJJ.js.map → chunk-RMPM4VAI.js.map} +0 -0
  44. /package/bundles/{chunk-EC5K6QPP.js.map → chunk-TBUSSXUA.js.map} +0 -0
  45. /package/bundles/{chunk-ZEOG7UFV.js.map → chunk-WN75SNW4.js.map} +0 -0
  46. /package/bundles/{chunk-NJMZRTB6.js.map → chunk-YZWN2KWE.js.map} +0 -0
  47. /package/bundles/{chunk-O4JLZZWJ.js.map → chunk-ZF3IVDQ2.js.map} +0 -0
  48. /package/bundles/{chunk-PT6IDEJZ.js.map → chunk-ZV3QKZR5.js.map} +0 -0
@@ -4,7 +4,7 @@
4
4
 
5
5
  import {
6
6
  removeLockFile
7
- } from "./chunk-7DUI3BSX.js";
7
+ } from "./chunk-B57SP4JB.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-ZEOG7UFV.js";
40
+ } from "./chunk-WN75SNW4.js";
41
41
  import {
42
42
  LogLevel
43
- } from "./chunk-SBDNBITT.js";
43
+ } from "./chunk-LYJKWJUC.js";
44
44
  import {
45
45
  absoluteFrom,
46
46
  getFileSystem
47
- } from "./chunk-EC5K6QPP.js";
47
+ } from "./chunk-TBUSSXUA.js";
48
48
 
49
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/dependencies/commonjs_dependency_host.mjs
49
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/dependencies/commonjs_dependency_host.mjs
50
50
  import ts from "typescript";
51
51
 
52
- // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/dependencies/module_resolver.mjs
52
+ // bazel-out/k8-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/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/dependencies/dependency_host.mjs
190
+ // bazel-out/k8-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/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/dependencies/commonjs_dependency_host.mjs
247
+ // bazel-out/k8-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/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/dependencies/dependency_resolver.mjs
291
+ // bazel-out/k8-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/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/dependencies/esm_dependency_host.mjs
395
+ // bazel-out/k8-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/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/dependencies/dts_dependency_host.mjs
561
+ // bazel-out/k8-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/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/dependencies/umd_dependency_host.mjs
571
+ // bazel-out/k8-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/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/entry_point_finder/utils.mjs
591
+ // bazel-out/k8-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/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/entry_point_finder/directory_walker_entry_point_finder.mjs
701
+ // bazel-out/k8-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/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/entry_point_finder/entry_point_collector.mjs
728
+ // bazel-out/k8-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/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/entry_point_finder/tracing_entry_point_finder.mjs
806
+ // bazel-out/k8-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/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/entry_point_finder/program_based_entry_point_finder.mjs
843
+ // bazel-out/k8-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/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/packages/build_marker.mjs
895
- var NGCC_VERSION = "15.2.3";
894
+ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/packages/build_marker.mjs
895
+ var NGCC_VERSION = "15.2.5";
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/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/entry_point_finder/targeted_entry_point_finder.mjs
936
+ // bazel-out/k8-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/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/execution/tasks/queues/base_task_queue.mjs
1051
+ // bazel-out/k8-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/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/execution/tasks/queues/parallel_task_queue.mjs
1117
+ // bazel-out/k8-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/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/execution/tasks/queues/serial_task_queue.mjs
1157
+ // bazel-out/k8-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/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/writing/cleaning/utils.mjs
1172
+ // bazel-out/k8-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/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/writing/cleaning/cleaning_strategies.mjs
1182
+ // bazel-out/k8-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/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/writing/cleaning/package_cleaner.mjs
1221
+ // bazel-out/k8-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/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/execution/analyze_entry_points.mjs
1264
+ // bazel-out/k8-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/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/execution/cluster/master.mjs
1353
+ // bazel-out/k8-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/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/execution/cluster/executor.mjs
1554
+ // bazel-out/k8-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/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/execution/single_process_executor.mjs
1574
+ // bazel-out/k8-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/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/execution/tasks/completion.mjs
1616
+ // bazel-out/k8-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/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/locking/async_locker.mjs
1656
+ // bazel-out/k8-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/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/locking/lock_file_with_child_process/index.mjs
1705
+ // bazel-out/k8-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/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/locking/lock_file.mjs
1709
+ // bazel-out/k8-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/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/locking/lock_file_with_child_process/index.mjs
1719
+ // bazel-out/k8-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/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/locking/sync_locker.mjs
1770
+ // bazel-out/k8-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/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/packages/configuration.mjs
1801
+ // bazel-out/k8-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/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/packages/entry_point_manifest.mjs
1986
+ // bazel-out/k8-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/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/main.mjs
2094
+ // bazel-out/k8-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-EYXJKNSD.js.map
2187
+ //# sourceMappingURL=chunk-PKXB2WOZ.js.map