@angular/compiler-cli 14.0.0-next.11 → 14.0.0-next.14
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.
- package/bundles/{chunk-LQLIHXU2.js → chunk-3DX2DBWU.js} +70 -70
- package/bundles/{chunk-LQLIHXU2.js.map → chunk-3DX2DBWU.js.map} +0 -0
- package/bundles/{chunk-2IMT6JFI.js → chunk-5K2JLFXT.js} +6 -6
- package/bundles/{chunk-2IMT6JFI.js.map → chunk-5K2JLFXT.js.map} +0 -0
- package/bundles/{chunk-UMDDHI5B.js → chunk-6356XFP6.js} +26 -26
- package/bundles/{chunk-UMDDHI5B.js.map → chunk-6356XFP6.js.map} +0 -0
- package/bundles/{chunk-DNXEJI2I.js → chunk-6VKVKDGL.js} +5 -5
- package/bundles/{chunk-DNXEJI2I.js.map → chunk-6VKVKDGL.js.map} +0 -0
- package/bundles/{chunk-OLGEBPBY.js → chunk-BRHP6XKM.js} +4 -4
- package/bundles/{chunk-OLGEBPBY.js.map → chunk-BRHP6XKM.js.map} +0 -0
- package/bundles/{chunk-ESNS3BVQ.js → chunk-HDIW2RJZ.js} +205 -122
- package/bundles/chunk-HDIW2RJZ.js.map +6 -0
- package/bundles/{chunk-R4NY3TJC.js → chunk-LC26KH5A.js} +5 -5
- package/bundles/{chunk-R4NY3TJC.js.map → chunk-LC26KH5A.js.map} +0 -0
- package/bundles/{chunk-FDAHGRSF.js → chunk-MKGTDQEO.js} +40 -40
- package/bundles/{chunk-FDAHGRSF.js.map → chunk-MKGTDQEO.js.map} +0 -0
- package/bundles/{chunk-FJDIFR5C.js → chunk-O6PNL22F.js} +97 -61
- package/bundles/chunk-O6PNL22F.js.map +6 -0
- package/bundles/{chunk-R3C7RFJ4.js → chunk-SJL5HBUW.js} +2 -2
- package/bundles/{chunk-R3C7RFJ4.js.map → chunk-SJL5HBUW.js.map} +0 -0
- package/bundles/{chunk-T7MYRXIE.js → chunk-TD64C4QJ.js} +7 -7
- package/bundles/{chunk-T7MYRXIE.js.map → chunk-TD64C4QJ.js.map} +0 -0
- package/bundles/{chunk-W6KM7BUM.js → chunk-TV7VZNWL.js} +6 -6
- package/bundles/{chunk-W6KM7BUM.js.map → chunk-TV7VZNWL.js.map} +0 -0
- package/bundles/{chunk-RYXFJXXN.js → chunk-U3GWKPTG.js} +3084 -3052
- package/bundles/chunk-U3GWKPTG.js.map +6 -0
- package/bundles/{chunk-WGBFSDVQ.js → chunk-WH4QSABR.js} +7 -7
- package/bundles/{chunk-WGBFSDVQ.js.map → chunk-WH4QSABR.js.map} +0 -0
- package/bundles/{chunk-LX5Q27EF.js → chunk-ZCDB56AX.js} +3 -3
- package/bundles/{chunk-LX5Q27EF.js.map → chunk-ZCDB56AX.js.map} +0 -0
- package/bundles/index.js +12 -12
- package/bundles/linker/babel/index.js +12 -12
- package/bundles/linker/index.js +4 -4
- package/bundles/ngcc/index.js +12 -12
- package/bundles/ngcc/main-ngcc.js +13 -13
- package/bundles/ngcc/src/execution/cluster/ngcc_cluster_worker.js +13 -13
- package/bundles/ngcc/src/locking/lock_file_with_child_process/ngcc_lock_unlocker.js +4 -4
- package/bundles/private/bazel.js +1 -1
- package/bundles/private/localize.js +3 -3
- package/bundles/private/migrations.js +5 -5
- package/bundles/private/tooling.js +2 -2
- package/bundles/src/bin/ng_xi18n.js +10 -10
- package/bundles/src/bin/ngc.js +8 -8
- package/bundles_metadata.json +1 -1
- package/ngcc/src/packages/build_marker.d.ts +1 -1
- package/package.json +2 -2
- package/src/ngtsc/annotations/component/src/metadata.d.ts +6 -8
- package/src/ngtsc/metadata/src/api.d.ts +14 -5
- package/src/ngtsc/metadata/src/util.d.ts +1 -0
- package/src/ngtsc/scope/index.d.ts +2 -2
- package/src/ngtsc/scope/src/api.d.ts +16 -10
- package/src/ngtsc/scope/src/component_scope.d.ts +2 -2
- package/src/ngtsc/scope/src/standalone.d.ts +26 -0
- package/src/ngtsc/scope/src/util.d.ts +1 -0
- package/bundles/chunk-ESNS3BVQ.js.map +0 -6
- package/bundles/chunk-FJDIFR5C.js.map +0 -6
- package/bundles/chunk-RYXFJXXN.js.map +0 -6
- package/src/ngtsc/annotations/component/src/scope.d.ts +0 -20
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
import {
|
|
7
7
|
removeLockFile
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-SJL5HBUW.js";
|
|
9
9
|
import {
|
|
10
10
|
Deferred,
|
|
11
11
|
DirectPackageJsonUpdater,
|
|
@@ -36,24 +36,24 @@ import {
|
|
|
36
36
|
sendMessageToWorker,
|
|
37
37
|
sortTasksByPriority,
|
|
38
38
|
stringifyTask
|
|
39
|
-
} from "./chunk-
|
|
39
|
+
} from "./chunk-3DX2DBWU.js";
|
|
40
40
|
import {
|
|
41
41
|
LogLevel
|
|
42
|
-
} from "./chunk-
|
|
42
|
+
} from "./chunk-ZCDB56AX.js";
|
|
43
43
|
import {
|
|
44
44
|
absoluteFrom,
|
|
45
45
|
getFileSystem
|
|
46
|
-
} from "./chunk-
|
|
46
|
+
} from "./chunk-TD64C4QJ.js";
|
|
47
47
|
import {
|
|
48
48
|
__require,
|
|
49
49
|
__spreadProps,
|
|
50
50
|
__spreadValues
|
|
51
51
|
} from "./chunk-GMSUYBZP.js";
|
|
52
52
|
|
|
53
|
-
// bazel-out/
|
|
53
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/dependencies/commonjs_dependency_host.mjs
|
|
54
54
|
import ts from "typescript";
|
|
55
55
|
|
|
56
|
-
// bazel-out/
|
|
56
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/dependencies/module_resolver.mjs
|
|
57
57
|
var ModuleResolver = class {
|
|
58
58
|
constructor(fs, pathMappings, relativeExtensions = ["", ".js", "/index.js"]) {
|
|
59
59
|
this.fs = fs;
|
|
@@ -182,7 +182,7 @@ function isRelativeImport(from, to) {
|
|
|
182
182
|
return to.startsWith(from) && !to.includes("node_modules");
|
|
183
183
|
}
|
|
184
184
|
|
|
185
|
-
// bazel-out/
|
|
185
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/dependencies/dependency_host.mjs
|
|
186
186
|
function createDependencyInfo() {
|
|
187
187
|
return { dependencies: /* @__PURE__ */ new Set(), missing: /* @__PURE__ */ new Set(), deepImports: /* @__PURE__ */ new Set() };
|
|
188
188
|
}
|
|
@@ -239,7 +239,7 @@ var DependencyHostBase = class {
|
|
|
239
239
|
}
|
|
240
240
|
};
|
|
241
241
|
|
|
242
|
-
// bazel-out/
|
|
242
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/dependencies/commonjs_dependency_host.mjs
|
|
243
243
|
var CommonJsDependencyHost = class extends DependencyHostBase {
|
|
244
244
|
canSkipFile(fileContents) {
|
|
245
245
|
return !hasRequireCalls(fileContents);
|
|
@@ -283,7 +283,7 @@ function hasRequireCalls(source) {
|
|
|
283
283
|
return /require\(['"]/.test(source);
|
|
284
284
|
}
|
|
285
285
|
|
|
286
|
-
// bazel-out/
|
|
286
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/dependencies/dependency_resolver.mjs
|
|
287
287
|
import { DepGraph } from "dependency-graph";
|
|
288
288
|
import module from "module";
|
|
289
289
|
var builtinNodeJsModules = new Set(module.builtinModules);
|
|
@@ -387,7 +387,7 @@ var DependencyResolver = class {
|
|
|
387
387
|
}
|
|
388
388
|
};
|
|
389
389
|
|
|
390
|
-
// bazel-out/
|
|
390
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/dependencies/esm_dependency_host.mjs
|
|
391
391
|
import ts2 from "typescript";
|
|
392
392
|
var EsmDependencyHost = class extends DependencyHostBase {
|
|
393
393
|
constructor(fs, moduleResolver, scanImportExpressions = true) {
|
|
@@ -553,7 +553,7 @@ function canPrecedeARegex(kind) {
|
|
|
553
553
|
}
|
|
554
554
|
}
|
|
555
555
|
|
|
556
|
-
// bazel-out/
|
|
556
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/dependencies/dts_dependency_host.mjs
|
|
557
557
|
var DtsDependencyHost = class extends EsmDependencyHost {
|
|
558
558
|
constructor(fs, pathMappings) {
|
|
559
559
|
super(fs, new ModuleResolver(fs, pathMappings, ["", ".d.ts", "/index.d.ts", ".js", "/index.js"]), false);
|
|
@@ -563,7 +563,7 @@ var DtsDependencyHost = class extends EsmDependencyHost {
|
|
|
563
563
|
}
|
|
564
564
|
};
|
|
565
565
|
|
|
566
|
-
// bazel-out/
|
|
566
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/dependencies/umd_dependency_host.mjs
|
|
567
567
|
import ts3 from "typescript";
|
|
568
568
|
var UmdDependencyHost = class extends DependencyHostBase {
|
|
569
569
|
canSkipFile(fileContents) {
|
|
@@ -583,7 +583,7 @@ var UmdDependencyHost = class extends DependencyHostBase {
|
|
|
583
583
|
}
|
|
584
584
|
};
|
|
585
585
|
|
|
586
|
-
// bazel-out/
|
|
586
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/entry_point_finder/utils.mjs
|
|
587
587
|
function getBasePaths(logger, sourceDirectory, pathMappings) {
|
|
588
588
|
const fs = getFileSystem();
|
|
589
589
|
const basePaths = [sourceDirectory];
|
|
@@ -693,7 +693,7 @@ function convertToLeaf(node, path) {
|
|
|
693
693
|
node.path = path;
|
|
694
694
|
}
|
|
695
695
|
|
|
696
|
-
// bazel-out/
|
|
696
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/entry_point_finder/directory_walker_entry_point_finder.mjs
|
|
697
697
|
var DirectoryWalkerEntryPointFinder = class {
|
|
698
698
|
constructor(logger, resolver, entryPointCollector, entryPointManifest, sourceDirectory, pathMappings) {
|
|
699
699
|
this.logger = logger;
|
|
@@ -720,7 +720,7 @@ var DirectoryWalkerEntryPointFinder = class {
|
|
|
720
720
|
}
|
|
721
721
|
};
|
|
722
722
|
|
|
723
|
-
// bazel-out/
|
|
723
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/entry_point_finder/entry_point_collector.mjs
|
|
724
724
|
var EntryPointCollector = class {
|
|
725
725
|
constructor(fs, config, logger, resolver) {
|
|
726
726
|
this.fs = fs;
|
|
@@ -798,7 +798,7 @@ function isIgnorablePath(path) {
|
|
|
798
798
|
return path.startsWith(".") || path === "node_modules" || path === NGCC_DIRECTORY;
|
|
799
799
|
}
|
|
800
800
|
|
|
801
|
-
// bazel-out/
|
|
801
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/entry_point_finder/tracing_entry_point_finder.mjs
|
|
802
802
|
var TracingEntryPointFinder = class {
|
|
803
803
|
constructor(fs, config, logger, resolver, basePath, pathMappings) {
|
|
804
804
|
this.fs = fs;
|
|
@@ -835,7 +835,7 @@ var TracingEntryPointFinder = class {
|
|
|
835
835
|
}
|
|
836
836
|
};
|
|
837
837
|
|
|
838
|
-
// bazel-out/
|
|
838
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/entry_point_finder/program_based_entry_point_finder.mjs
|
|
839
839
|
var ProgramBasedEntryPointFinder = class extends TracingEntryPointFinder {
|
|
840
840
|
constructor(fs, config, logger, resolver, entryPointCollector, entryPointManifest, basePath, tsConfig, projectPath) {
|
|
841
841
|
super(fs, config, logger, resolver, basePath, getPathMappingsFromTsConfig(fs, tsConfig, projectPath));
|
|
@@ -886,8 +886,8 @@ var ProgramBasedEntryPointFinder = class extends TracingEntryPointFinder {
|
|
|
886
886
|
}
|
|
887
887
|
};
|
|
888
888
|
|
|
889
|
-
// bazel-out/
|
|
890
|
-
var NGCC_VERSION = "14.0.0-next.
|
|
889
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/packages/build_marker.mjs
|
|
890
|
+
var NGCC_VERSION = "14.0.0-next.14";
|
|
891
891
|
function needsCleaning(packageJson) {
|
|
892
892
|
return Object.values(packageJson.__processed_by_ivy_ngcc__ || {}).some((value) => value !== NGCC_VERSION);
|
|
893
893
|
}
|
|
@@ -928,7 +928,7 @@ function markAsProcessed(pkgJsonUpdater, packageJson, packageJsonPath, formatPro
|
|
|
928
928
|
update.writeChanges(packageJsonPath, packageJson);
|
|
929
929
|
}
|
|
930
930
|
|
|
931
|
-
// bazel-out/
|
|
931
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/entry_point_finder/targeted_entry_point_finder.mjs
|
|
932
932
|
var TargetedEntryPointFinder = class extends TracingEntryPointFinder {
|
|
933
933
|
constructor(fs, config, logger, resolver, basePath, pathMappings, targetPath) {
|
|
934
934
|
super(fs, config, logger, resolver, basePath, pathMappings);
|
|
@@ -1043,7 +1043,7 @@ var TargetedEntryPointFinder = class extends TracingEntryPointFinder {
|
|
|
1043
1043
|
}
|
|
1044
1044
|
};
|
|
1045
1045
|
|
|
1046
|
-
// bazel-out/
|
|
1046
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/execution/tasks/queues/base_task_queue.mjs
|
|
1047
1047
|
var BaseTaskQueue = class {
|
|
1048
1048
|
constructor(logger, tasks, dependencies) {
|
|
1049
1049
|
this.logger = logger;
|
|
@@ -1109,7 +1109,7 @@ ${indentation}- ${stringifyTask(task)}`).join("");
|
|
|
1109
1109
|
}
|
|
1110
1110
|
};
|
|
1111
1111
|
|
|
1112
|
-
// bazel-out/
|
|
1112
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/execution/tasks/queues/parallel_task_queue.mjs
|
|
1113
1113
|
var ParallelTaskQueue = class extends BaseTaskQueue {
|
|
1114
1114
|
constructor(logger, tasks, dependencies) {
|
|
1115
1115
|
super(logger, sortTasksByPriority(tasks, dependencies), dependencies);
|
|
@@ -1149,7 +1149,7 @@ ${indentation}- ${stringifyTask(task)} (${blockingTasks.size}): ` + this.stringi
|
|
|
1149
1149
|
}
|
|
1150
1150
|
};
|
|
1151
1151
|
|
|
1152
|
-
// bazel-out/
|
|
1152
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/execution/tasks/queues/serial_task_queue.mjs
|
|
1153
1153
|
var SerialTaskQueue = class extends BaseTaskQueue {
|
|
1154
1154
|
computeNextTask() {
|
|
1155
1155
|
const nextTask = this.tasks.shift() || null;
|
|
@@ -1164,7 +1164,7 @@ var SerialTaskQueue = class extends BaseTaskQueue {
|
|
|
1164
1164
|
}
|
|
1165
1165
|
};
|
|
1166
1166
|
|
|
1167
|
-
// bazel-out/
|
|
1167
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/writing/cleaning/utils.mjs
|
|
1168
1168
|
function isLocalDirectory(fs, path) {
|
|
1169
1169
|
if (fs.exists(path)) {
|
|
1170
1170
|
const stat = fs.lstat(path);
|
|
@@ -1174,7 +1174,7 @@ function isLocalDirectory(fs, path) {
|
|
|
1174
1174
|
}
|
|
1175
1175
|
}
|
|
1176
1176
|
|
|
1177
|
-
// bazel-out/
|
|
1177
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/writing/cleaning/cleaning_strategies.mjs
|
|
1178
1178
|
var PackageJsonCleaner = class {
|
|
1179
1179
|
constructor(fs) {
|
|
1180
1180
|
this.fs = fs;
|
|
@@ -1213,7 +1213,7 @@ var BackupFileCleaner = class {
|
|
|
1213
1213
|
}
|
|
1214
1214
|
};
|
|
1215
1215
|
|
|
1216
|
-
// bazel-out/
|
|
1216
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/writing/cleaning/package_cleaner.mjs
|
|
1217
1217
|
var PackageCleaner = class {
|
|
1218
1218
|
constructor(fs, cleaners) {
|
|
1219
1219
|
this.fs = fs;
|
|
@@ -1256,7 +1256,7 @@ function cleanOutdatedPackages(fileSystem, entryPoints) {
|
|
|
1256
1256
|
return packagesToClean.size > 0;
|
|
1257
1257
|
}
|
|
1258
1258
|
|
|
1259
|
-
// bazel-out/
|
|
1259
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/execution/analyze_entry_points.mjs
|
|
1260
1260
|
function getAnalyzeEntryPointsFn(logger, finder, fileSystem, supportedPropertiesToConsider, typingsOnly, compileAllFormats, propertiesToConsider, inParallel) {
|
|
1261
1261
|
return () => {
|
|
1262
1262
|
logger.debug("Analyzing entry-points...");
|
|
@@ -1345,7 +1345,7 @@ function getTaskQueue(logger, inParallel, tasks, graph) {
|
|
|
1345
1345
|
return inParallel ? new ParallelTaskQueue(logger, tasks, dependencies) : new SerialTaskQueue(logger, tasks, dependencies);
|
|
1346
1346
|
}
|
|
1347
1347
|
|
|
1348
|
-
// bazel-out/
|
|
1348
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/execution/cluster/master.mjs
|
|
1349
1349
|
import cluster from "cluster";
|
|
1350
1350
|
import module2 from "module";
|
|
1351
1351
|
var ClusterMaster = class {
|
|
@@ -1542,7 +1542,7 @@ function getClusterWorkerScriptPath(fileSystem) {
|
|
|
1542
1542
|
return fileSystem.resolve(workerScriptPath);
|
|
1543
1543
|
}
|
|
1544
1544
|
|
|
1545
|
-
// bazel-out/
|
|
1545
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/execution/cluster/executor.mjs
|
|
1546
1546
|
var ClusterExecutor = class {
|
|
1547
1547
|
constructor(workerCount, fileSystem, logger, fileWriter, pkgJsonUpdater, lockFile, createTaskCompletedCallback) {
|
|
1548
1548
|
this.workerCount = workerCount;
|
|
@@ -1562,7 +1562,7 @@ var ClusterExecutor = class {
|
|
|
1562
1562
|
}
|
|
1563
1563
|
};
|
|
1564
1564
|
|
|
1565
|
-
// bazel-out/
|
|
1565
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/execution/single_process_executor.mjs
|
|
1566
1566
|
var SingleProcessorExecutorBase = class {
|
|
1567
1567
|
constructor(logger, createTaskCompletedCallback) {
|
|
1568
1568
|
this.logger = logger;
|
|
@@ -1604,7 +1604,7 @@ var SingleProcessExecutorAsync = class extends SingleProcessorExecutorBase {
|
|
|
1604
1604
|
}
|
|
1605
1605
|
};
|
|
1606
1606
|
|
|
1607
|
-
// bazel-out/
|
|
1607
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/execution/tasks/completion.mjs
|
|
1608
1608
|
function composeTaskCompletedCallbacks(callbacks) {
|
|
1609
1609
|
return (task, outcome, message) => {
|
|
1610
1610
|
const callback = callbacks[outcome];
|
|
@@ -1644,7 +1644,7 @@ function createErrorMessage(fs, task, message) {
|
|
|
1644
1644
|
return `Failed to compile entry-point ${task.entryPoint.name} (${format})` + message;
|
|
1645
1645
|
}
|
|
1646
1646
|
|
|
1647
|
-
// bazel-out/
|
|
1647
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/locking/async_locker.mjs
|
|
1648
1648
|
var TimeoutError = class extends Error {
|
|
1649
1649
|
constructor() {
|
|
1650
1650
|
super(...arguments);
|
|
@@ -1693,11 +1693,11 @@ Waiting up to ${this.retryDelay * this.retryAttempts / 1e3}s for it to finish.
|
|
|
1693
1693
|
}
|
|
1694
1694
|
};
|
|
1695
1695
|
|
|
1696
|
-
// bazel-out/
|
|
1696
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/locking/lock_file_with_child_process/index.mjs
|
|
1697
1697
|
import { fork } from "child_process";
|
|
1698
1698
|
import module4 from "module";
|
|
1699
1699
|
|
|
1700
|
-
// bazel-out/
|
|
1700
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/locking/lock_file.mjs
|
|
1701
1701
|
import module3 from "module";
|
|
1702
1702
|
function getLockFilePath(fs) {
|
|
1703
1703
|
const requireFn = typeof __require !== "undefined" ? __require : module3.createRequire(__ESM_IMPORT_META_URL__);
|
|
@@ -1705,7 +1705,7 @@ function getLockFilePath(fs) {
|
|
|
1705
1705
|
return fs.resolve(ngccEntryPointFile, "../../../.ngcc_lock_file");
|
|
1706
1706
|
}
|
|
1707
1707
|
|
|
1708
|
-
// bazel-out/
|
|
1708
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/locking/lock_file_with_child_process/index.mjs
|
|
1709
1709
|
var LockFileWithChildProcess = class {
|
|
1710
1710
|
constructor(fs, logger) {
|
|
1711
1711
|
this.fs = fs;
|
|
@@ -1754,7 +1754,7 @@ function getLockFileUnlockerScriptPath(fileSystem) {
|
|
|
1754
1754
|
return fileSystem.resolve(unlockerScriptPath);
|
|
1755
1755
|
}
|
|
1756
1756
|
|
|
1757
|
-
// bazel-out/
|
|
1757
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/locking/sync_locker.mjs
|
|
1758
1758
|
var SyncLocker = class {
|
|
1759
1759
|
constructor(lockFile) {
|
|
1760
1760
|
this.lockFile = lockFile;
|
|
@@ -1785,7 +1785,7 @@ If you are running multiple builds in parallel then you might try pre-processing
|
|
|
1785
1785
|
}
|
|
1786
1786
|
};
|
|
1787
1787
|
|
|
1788
|
-
// bazel-out/
|
|
1788
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/packages/configuration.mjs
|
|
1789
1789
|
import { createHash } from "crypto";
|
|
1790
1790
|
import module5 from "module";
|
|
1791
1791
|
import semver from "semver";
|
|
@@ -1971,7 +1971,7 @@ var NgccConfiguration = class {
|
|
|
1971
1971
|
}
|
|
1972
1972
|
};
|
|
1973
1973
|
|
|
1974
|
-
// bazel-out/
|
|
1974
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/packages/entry_point_manifest.mjs
|
|
1975
1975
|
import { createHash as createHash2 } from "crypto";
|
|
1976
1976
|
var EntryPointManifest = class {
|
|
1977
1977
|
constructor(fs, config, logger) {
|
|
@@ -2079,7 +2079,7 @@ var InvalidatingEntryPointManifest = class extends EntryPointManifest {
|
|
|
2079
2079
|
}
|
|
2080
2080
|
};
|
|
2081
2081
|
|
|
2082
|
-
// bazel-out/
|
|
2082
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/main.mjs
|
|
2083
2083
|
function mainNgcc(options) {
|
|
2084
2084
|
const { basePath, targetEntryPointPath, propertiesToConsider, typingsOnly, compileAllFormats, logger, pathMappings, async, errorOnFailedEntryPoint, enableI18nLegacyMessageIdFormat, invalidateEntryPointManifest, fileSystem, absBasePath, projectPath, tsConfig, getFileWriter } = getSharedSetup(options);
|
|
2085
2085
|
const config = new NgccConfiguration(fileSystem, projectPath);
|
|
@@ -2172,4 +2172,4 @@ export {
|
|
|
2172
2172
|
* Use of this source code is governed by an MIT-style license that can be
|
|
2173
2173
|
* found in the LICENSE file at https://angular.io/license
|
|
2174
2174
|
*/
|
|
2175
|
-
//# sourceMappingURL=chunk-
|
|
2175
|
+
//# sourceMappingURL=chunk-MKGTDQEO.js.map
|
|
File without changes
|