@angular/compiler-cli 15.2.0-next.2 → 15.2.0-next.3
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-ZOI6L3RR.js → chunk-5M32KPOS.js} +28 -28
- package/bundles/{chunk-ZOI6L3RR.js.map → chunk-5M32KPOS.js.map} +0 -0
- package/bundles/{chunk-72YORMPM.js → chunk-ARWUPUEU.js} +94 -94
- package/bundles/{chunk-72YORMPM.js.map → chunk-ARWUPUEU.js.map} +0 -0
- package/bundles/{chunk-LYJKWJUC.js → chunk-CF2CT7RQ.js} +3 -3
- package/bundles/{chunk-LYJKWJUC.js.map → chunk-CF2CT7RQ.js.map} +0 -0
- package/bundles/{chunk-KSFQT5FO.js → chunk-DPXI64B2.js} +5 -5
- package/bundles/{chunk-KSFQT5FO.js.map → chunk-DPXI64B2.js.map} +0 -0
- package/bundles/{chunk-YZWN2KWE.js → chunk-HK36RNP3.js} +5 -5
- package/bundles/{chunk-YZWN2KWE.js.map → chunk-HK36RNP3.js.map} +0 -0
- package/bundles/{chunk-JIV4G52G.js → chunk-ID6DEFX4.js} +40 -40
- package/bundles/{chunk-JIV4G52G.js.map → chunk-ID6DEFX4.js.map} +0 -0
- package/bundles/{chunk-G7ORMRHP.js → chunk-JEX35DLM.js} +70 -70
- package/bundles/{chunk-G7ORMRHP.js.map → chunk-JEX35DLM.js.map} +0 -0
- package/bundles/{chunk-TBUSSXUA.js → chunk-K2U2VZ7S.js} +7 -7
- package/bundles/{chunk-TBUSSXUA.js.map → chunk-K2U2VZ7S.js.map} +0 -0
- package/bundles/{chunk-2NLFVEGY.js → chunk-L644G6CJ.js} +7 -7
- package/bundles/{chunk-2NLFVEGY.js.map → chunk-L644G6CJ.js.map} +0 -0
- package/bundles/{chunk-NEQOZOZQ.js → chunk-O52BHOQL.js} +31 -31
- package/bundles/{chunk-NEQOZOZQ.js.map → chunk-O52BHOQL.js.map} +0 -0
- package/bundles/{chunk-B57SP4JB.js → chunk-OFPWZYAK.js} +2 -2
- package/bundles/{chunk-B57SP4JB.js.map → chunk-OFPWZYAK.js.map} +0 -0
- package/bundles/{chunk-LPXFO4TY.js → chunk-U6ACTSPA.js} +6 -6
- package/bundles/{chunk-LPXFO4TY.js.map → chunk-U6ACTSPA.js.map} +0 -0
- package/bundles/{chunk-ZF3IVDQ2.js → chunk-UPBLAOWL.js} +6 -6
- package/bundles/{chunk-ZF3IVDQ2.js.map → chunk-UPBLAOWL.js.map} +0 -0
- package/bundles/{chunk-TNUB43C4.js → chunk-UZOIQIRL.js} +76 -76
- package/bundles/{chunk-TNUB43C4.js.map → chunk-UZOIQIRL.js.map} +0 -0
- package/bundles/{chunk-K7P4IHT5.js → chunk-YSDCIO24.js} +4 -4
- package/bundles/{chunk-K7P4IHT5.js.map → chunk-YSDCIO24.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/index.d.ts +1 -1
- package/ngcc/src/packages/build_marker.d.ts +1 -1
- package/package.json +2 -2
- package/src/ngtsc/tsc_plugin.d.ts +1 -1
|
File without changes
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
const require = __cjsCompatRequire(import.meta.url);
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
// bazel-out/
|
|
6
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/logging/src/logger.mjs
|
|
7
7
|
var LogLevel;
|
|
8
8
|
(function(LogLevel2) {
|
|
9
9
|
LogLevel2[LogLevel2["debug"] = 0] = "debug";
|
|
@@ -12,7 +12,7 @@ var LogLevel;
|
|
|
12
12
|
LogLevel2[LogLevel2["error"] = 3] = "error";
|
|
13
13
|
})(LogLevel || (LogLevel = {}));
|
|
14
14
|
|
|
15
|
-
// bazel-out/
|
|
15
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/logging/src/console_logger.mjs
|
|
16
16
|
var RESET = "\x1B[0m";
|
|
17
17
|
var RED = "\x1B[31m";
|
|
18
18
|
var YELLOW = "\x1B[33m";
|
|
@@ -53,4 +53,4 @@ export {
|
|
|
53
53
|
* Use of this source code is governed by an MIT-style license that can be
|
|
54
54
|
* found in the LICENSE file at https://angular.io/license
|
|
55
55
|
*/
|
|
56
|
-
//# sourceMappingURL=chunk-
|
|
56
|
+
//# sourceMappingURL=chunk-CF2CT7RQ.js.map
|
|
File without changes
|
|
@@ -12,13 +12,13 @@ import {
|
|
|
12
12
|
formatDiagnostics,
|
|
13
13
|
performCompilation,
|
|
14
14
|
readConfiguration
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-ARWUPUEU.js";
|
|
16
16
|
|
|
17
|
-
// bazel-out/
|
|
17
|
+
// bazel-out/darwin-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/
|
|
21
|
+
// bazel-out/darwin-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/
|
|
237
|
+
// bazel-out/darwin-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-
|
|
378
|
+
//# sourceMappingURL=chunk-DPXI64B2.js.map
|
|
File without changes
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
const require = __cjsCompatRequire(import.meta.url);
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
// bazel-out/
|
|
6
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/api.mjs
|
|
7
7
|
var PerfPhase;
|
|
8
8
|
(function(PerfPhase2) {
|
|
9
9
|
PerfPhase2[PerfPhase2["Unaccounted"] = 0] = "Unaccounted";
|
|
@@ -70,7 +70,7 @@ var PerfCheckpoint;
|
|
|
70
70
|
PerfCheckpoint2[PerfCheckpoint2["LAST"] = 9] = "LAST";
|
|
71
71
|
})(PerfCheckpoint || (PerfCheckpoint = {}));
|
|
72
72
|
|
|
73
|
-
// bazel-out/
|
|
73
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/noop.mjs
|
|
74
74
|
var NoopPerfRecorder = class {
|
|
75
75
|
eventCount() {
|
|
76
76
|
}
|
|
@@ -87,7 +87,7 @@ var NoopPerfRecorder = class {
|
|
|
87
87
|
};
|
|
88
88
|
var NOOP_PERF_RECORDER = new NoopPerfRecorder();
|
|
89
89
|
|
|
90
|
-
// bazel-out/
|
|
90
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/clock.mjs
|
|
91
91
|
function mark() {
|
|
92
92
|
return process.hrtime();
|
|
93
93
|
}
|
|
@@ -96,7 +96,7 @@ function timeSinceInMicros(mark2) {
|
|
|
96
96
|
return delta[0] * 1e6 + Math.floor(delta[1] / 1e3);
|
|
97
97
|
}
|
|
98
98
|
|
|
99
|
-
// bazel-out/
|
|
99
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/recorder.mjs
|
|
100
100
|
var ActivePerfRecorder = class {
|
|
101
101
|
static zeroedToNow() {
|
|
102
102
|
return new ActivePerfRecorder(mark());
|
|
@@ -205,4 +205,4 @@ export {
|
|
|
205
205
|
* Use of this source code is governed by an MIT-style license that can be
|
|
206
206
|
* found in the LICENSE file at https://angular.io/license
|
|
207
207
|
*/
|
|
208
|
-
//# sourceMappingURL=chunk-
|
|
208
|
+
//# sourceMappingURL=chunk-HK36RNP3.js.map
|
|
File without changes
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
import {
|
|
6
6
|
removeLockFile
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-OFPWZYAK.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-
|
|
40
|
+
} from "./chunk-JEX35DLM.js";
|
|
41
41
|
import {
|
|
42
42
|
LogLevel
|
|
43
|
-
} from "./chunk-
|
|
43
|
+
} from "./chunk-CF2CT7RQ.js";
|
|
44
44
|
import {
|
|
45
45
|
absoluteFrom,
|
|
46
46
|
getFileSystem
|
|
47
|
-
} from "./chunk-
|
|
47
|
+
} from "./chunk-K2U2VZ7S.js";
|
|
48
48
|
|
|
49
|
-
// bazel-out/
|
|
49
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/dependencies/commonjs_dependency_host.mjs
|
|
50
50
|
import ts from "typescript";
|
|
51
51
|
|
|
52
|
-
// bazel-out/
|
|
52
|
+
// bazel-out/darwin-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/
|
|
190
|
+
// bazel-out/darwin-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/
|
|
247
|
+
// bazel-out/darwin-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/
|
|
291
|
+
// bazel-out/darwin-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/
|
|
395
|
+
// bazel-out/darwin-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/
|
|
561
|
+
// bazel-out/darwin-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/
|
|
571
|
+
// bazel-out/darwin-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/
|
|
591
|
+
// bazel-out/darwin-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/
|
|
701
|
+
// bazel-out/darwin-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/
|
|
728
|
+
// bazel-out/darwin-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/
|
|
806
|
+
// bazel-out/darwin-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/
|
|
843
|
+
// bazel-out/darwin-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/
|
|
895
|
-
var NGCC_VERSION = "15.2.0-next.
|
|
894
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/packages/build_marker.mjs
|
|
895
|
+
var NGCC_VERSION = "15.2.0-next.3";
|
|
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/
|
|
936
|
+
// bazel-out/darwin-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/
|
|
1051
|
+
// bazel-out/darwin-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/
|
|
1117
|
+
// bazel-out/darwin-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/
|
|
1157
|
+
// bazel-out/darwin-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/
|
|
1172
|
+
// bazel-out/darwin-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/
|
|
1182
|
+
// bazel-out/darwin-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/
|
|
1221
|
+
// bazel-out/darwin-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/
|
|
1264
|
+
// bazel-out/darwin-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/
|
|
1353
|
+
// bazel-out/darwin-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/
|
|
1554
|
+
// bazel-out/darwin-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/
|
|
1574
|
+
// bazel-out/darwin-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/
|
|
1616
|
+
// bazel-out/darwin-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/
|
|
1656
|
+
// bazel-out/darwin-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/
|
|
1705
|
+
// bazel-out/darwin-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/
|
|
1709
|
+
// bazel-out/darwin-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/
|
|
1719
|
+
// bazel-out/darwin-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/
|
|
1770
|
+
// bazel-out/darwin-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/
|
|
1801
|
+
// bazel-out/darwin-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/
|
|
1986
|
+
// bazel-out/darwin-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/
|
|
2094
|
+
// bazel-out/darwin-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-
|
|
2187
|
+
//# sourceMappingURL=chunk-ID6DEFX4.js.map
|
|
File without changes
|