@angular/compiler-cli 15.2.7 → 15.2.9

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 (50) hide show
  1. package/bundles/{chunk-7GNUPQOI.js → chunk-2PLRZDNU.js} +31 -31
  2. package/bundles/{chunk-JEWI23RF.js → chunk-2UDHTJ2I.js} +78 -83
  3. package/bundles/chunk-2UDHTJ2I.js.map +6 -0
  4. package/bundles/{chunk-TYAEIVDA.js → chunk-37YYFKDO.js} +40 -40
  5. package/bundles/{chunk-SU3FU3XQ.js → chunk-43M7ZA5W.js} +5 -5
  6. package/bundles/{chunk-2NLFVEGY.js → chunk-6ZJFIQBG.js} +7 -7
  7. package/bundles/{chunk-B57SP4JB.js → chunk-7DUI3BSX.js} +2 -2
  8. package/bundles/{chunk-TBUSSXUA.js → chunk-EC5K6QPP.js} +7 -7
  9. package/bundles/{chunk-BGY2CNQJ.js → chunk-LRE5KIJ7.js} +71 -71
  10. package/bundles/{chunk-E3MCJFSW.js → chunk-M65TNV27.js} +106 -99
  11. package/bundles/chunk-M65TNV27.js.map +6 -0
  12. package/bundles/{chunk-YZWN2KWE.js → chunk-NJMZRTB6.js} +5 -5
  13. package/bundles/{chunk-ZF3IVDQ2.js → chunk-O4JLZZWJ.js} +6 -6
  14. package/bundles/{chunk-ZV3QKZR5.js → chunk-PT6IDEJZ.js} +5 -5
  15. package/bundles/{chunk-IJECERTO.js → chunk-QRHWLC7U.js} +10 -10
  16. package/bundles/{chunk-LYJKWJUC.js → chunk-SBDNBITT.js} +3 -3
  17. package/bundles/{chunk-K7P4IHT5.js → chunk-YRDMG3GM.js} +4 -4
  18. package/bundles/{chunk-IYYB2HTK.js → chunk-ZCBRXUPO.js} +21 -21
  19. package/bundles/index.js +13 -13
  20. package/bundles/linker/babel/index.js +13 -13
  21. package/bundles/linker/index.js +5 -5
  22. package/bundles/ngcc/index.js +13 -13
  23. package/bundles/ngcc/main-ngcc.js +14 -14
  24. package/bundles/ngcc/src/execution/cluster/ngcc_cluster_worker.js +14 -14
  25. package/bundles/ngcc/src/locking/lock_file_with_child_process/ngcc_lock_unlocker.js +4 -4
  26. package/bundles/private/bazel.js +1 -1
  27. package/bundles/private/localize.js +3 -3
  28. package/bundles/private/migrations.js +6 -6
  29. package/bundles/private/tooling.js +4 -4
  30. package/bundles/src/bin/ng_xi18n.js +11 -11
  31. package/bundles/src/bin/ngc.js +9 -9
  32. package/bundles_metadata.json +1 -1
  33. package/ngcc/src/packages/build_marker.d.ts +1 -1
  34. package/package.json +2 -2
  35. package/bundles/chunk-E3MCJFSW.js.map +0 -6
  36. package/bundles/chunk-JEWI23RF.js.map +0 -6
  37. /package/bundles/{chunk-7GNUPQOI.js.map → chunk-2PLRZDNU.js.map} +0 -0
  38. /package/bundles/{chunk-TYAEIVDA.js.map → chunk-37YYFKDO.js.map} +0 -0
  39. /package/bundles/{chunk-SU3FU3XQ.js.map → chunk-43M7ZA5W.js.map} +0 -0
  40. /package/bundles/{chunk-2NLFVEGY.js.map → chunk-6ZJFIQBG.js.map} +0 -0
  41. /package/bundles/{chunk-B57SP4JB.js.map → chunk-7DUI3BSX.js.map} +0 -0
  42. /package/bundles/{chunk-TBUSSXUA.js.map → chunk-EC5K6QPP.js.map} +0 -0
  43. /package/bundles/{chunk-BGY2CNQJ.js.map → chunk-LRE5KIJ7.js.map} +0 -0
  44. /package/bundles/{chunk-YZWN2KWE.js.map → chunk-NJMZRTB6.js.map} +0 -0
  45. /package/bundles/{chunk-ZF3IVDQ2.js.map → chunk-O4JLZZWJ.js.map} +0 -0
  46. /package/bundles/{chunk-ZV3QKZR5.js.map → chunk-PT6IDEJZ.js.map} +0 -0
  47. /package/bundles/{chunk-IJECERTO.js.map → chunk-QRHWLC7U.js.map} +0 -0
  48. /package/bundles/{chunk-LYJKWJUC.js.map → chunk-SBDNBITT.js.map} +0 -0
  49. /package/bundles/{chunk-K7P4IHT5.js.map → chunk-YRDMG3GM.js.map} +0 -0
  50. /package/bundles/{chunk-IYYB2HTK.js.map → chunk-ZCBRXUPO.js.map} +0 -0
@@ -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-BGY2CNQJ.js";
40
+ } from "./chunk-LRE5KIJ7.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.7";
894
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/src/packages/build_marker.mjs
895
+ var NGCC_VERSION = "15.2.9";
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-TYAEIVDA.js.map
2187
+ //# sourceMappingURL=chunk-37YYFKDO.js.map
@@ -12,13 +12,13 @@ import {
12
12
  formatDiagnostics,
13
13
  performCompilation,
14
14
  readConfiguration
15
- } from "./chunk-E3MCJFSW.js";
15
+ } from "./chunk-M65TNV27.js";
16
16
 
17
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/main.mjs
17
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/main.mjs
18
18
  import ts2 from "typescript";
19
19
  import yargs from "yargs";
20
20
 
21
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/perform_watch.mjs
21
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/perform_watch.mjs
22
22
  import * as chokidar from "chokidar";
23
23
  import * as path from "path";
24
24
  import ts from "typescript";
@@ -234,7 +234,7 @@ function performWatchCompilation(host) {
234
234
  }
235
235
  }
236
236
 
237
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/main.mjs
237
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/main.mjs
238
238
  function main(args, consoleError = console.error, config, customTransformers, programReuse, modifiedResourceFiles, tsickle) {
239
239
  let { project, rootNames, options, errors: configErrors, watch: watch2, emitFlags } = config || readNgcCommandLineAndConfiguration(args);
240
240
  if (configErrors.length) {
@@ -375,4 +375,4 @@ export {
375
375
  * Use of this source code is governed by an MIT-style license that can be
376
376
  * found in the LICENSE file at https://angular.io/license
377
377
  */
378
- //# sourceMappingURL=chunk-SU3FU3XQ.js.map
378
+ //# sourceMappingURL=chunk-43M7ZA5W.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
@@ -6,7 +6,7 @@ import {
6
6
  __require
7
7
  } from "./chunk-SRFZMXHZ.js";
8
8
 
9
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/util.mjs
9
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/util.mjs
10
10
  var TS_DTS_JS_EXTENSION = /(?:\.d)?\.ts$|\.js$/;
11
11
  function normalizeSeparators(path) {
12
12
  return path.replace(/\\/g, "/");
@@ -22,7 +22,7 @@ function getSourceFileOrError(program, fileName) {
22
22
  return sf;
23
23
  }
24
24
 
25
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/invalid_file_system.mjs
25
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/invalid_file_system.mjs
26
26
  var InvalidFileSystem = class {
27
27
  exists(path) {
28
28
  throw makeError();
@@ -110,7 +110,7 @@ function makeError() {
110
110
  return new Error("FileSystem has not been configured. Please call `setFileSystem()` before calling this method.");
111
111
  }
112
112
 
113
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/helpers.mjs
113
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/helpers.mjs
114
114
  var fs = new InvalidFileSystem();
115
115
  function getFileSystem() {
116
116
  return fs;
@@ -167,7 +167,7 @@ function toRelativeImport(relativePath) {
167
167
  return isLocalRelativePath(relativePath) ? `./${relativePath}` : relativePath;
168
168
  }
169
169
 
170
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/compiler_host.mjs
170
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/compiler_host.mjs
171
171
  import * as os from "os";
172
172
  import ts from "typescript";
173
173
  var NgtscCompilerHost = class {
@@ -225,7 +225,7 @@ var NgtscCompilerHost = class {
225
225
  }
226
226
  };
227
227
 
228
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/logical.mjs
228
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/logical.mjs
229
229
  var LogicalProjectPath = {
230
230
  relativePathBetween: function(from, to) {
231
231
  const relativePath = relative(dirname(resolve(from)), resolve(to));
@@ -271,7 +271,7 @@ function isWithinBasePath(base, path) {
271
271
  return isLocalRelativePath(relative(base, path));
272
272
  }
273
273
 
274
- // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/node_js_file_system.mjs
274
+ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/node_js_file_system.mjs
275
275
  import fs2 from "fs";
276
276
  import module from "module";
277
277
  import * as p from "path";
@@ -407,4 +407,4 @@ export {
407
407
  * Use of this source code is governed by an MIT-style license that can be
408
408
  * found in the LICENSE file at https://angular.io/license
409
409
  */
410
- //# sourceMappingURL=chunk-TBUSSXUA.js.map
410
+ //# sourceMappingURL=chunk-EC5K6QPP.js.map