@angular/compiler-cli 14.0.0-next.10 → 14.0.0-next.11
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-5K2JLFXT.js → chunk-2IMT6JFI.js} +6 -6
- package/bundles/{chunk-5K2JLFXT.js.map → chunk-2IMT6JFI.js.map} +0 -0
- package/bundles/{chunk-TXPPTZTK.js → chunk-DNXEJI2I.js} +5 -5
- package/bundles/{chunk-TXPPTZTK.js.map → chunk-DNXEJI2I.js.map} +0 -0
- package/bundles/{chunk-MGNOHKS6.js → chunk-ESNS3BVQ.js} +82 -82
- package/bundles/{chunk-MGNOHKS6.js.map → chunk-ESNS3BVQ.js.map} +0 -0
- package/bundles/{chunk-GAGUQCGV.js → chunk-FDAHGRSF.js} +40 -40
- package/bundles/{chunk-GAGUQCGV.js.map → chunk-FDAHGRSF.js.map} +0 -0
- package/bundles/{chunk-T7KW7P7D.js → chunk-FJDIFR5C.js} +31 -31
- package/bundles/{chunk-T7KW7P7D.js.map → chunk-FJDIFR5C.js.map} +0 -0
- package/bundles/{chunk-LV3S6HFU.js → chunk-LQLIHXU2.js} +70 -70
- package/bundles/{chunk-LV3S6HFU.js.map → chunk-LQLIHXU2.js.map} +0 -0
- package/bundles/{chunk-ZCDB56AX.js → chunk-LX5Q27EF.js} +3 -3
- package/bundles/{chunk-ZCDB56AX.js.map → chunk-LX5Q27EF.js.map} +0 -0
- package/bundles/{chunk-BRHP6XKM.js → chunk-OLGEBPBY.js} +4 -4
- package/bundles/{chunk-BRHP6XKM.js.map → chunk-OLGEBPBY.js.map} +0 -0
- package/bundles/{chunk-SJL5HBUW.js → chunk-R3C7RFJ4.js} +2 -2
- package/bundles/{chunk-SJL5HBUW.js.map → chunk-R3C7RFJ4.js.map} +0 -0
- package/bundles/{chunk-LC26KH5A.js → chunk-R4NY3TJC.js} +5 -5
- package/bundles/{chunk-LC26KH5A.js.map → chunk-R4NY3TJC.js.map} +0 -0
- package/bundles/{chunk-GMECRI4A.js → chunk-RYXFJXXN.js} +71 -71
- package/bundles/{chunk-GMECRI4A.js.map → chunk-RYXFJXXN.js.map} +0 -0
- package/bundles/{chunk-TD64C4QJ.js → chunk-T7MYRXIE.js} +7 -7
- package/bundles/{chunk-TD64C4QJ.js.map → chunk-T7MYRXIE.js.map} +0 -0
- package/bundles/{chunk-6356XFP6.js → chunk-UMDDHI5B.js} +26 -26
- package/bundles/{chunk-6356XFP6.js.map → chunk-UMDDHI5B.js.map} +0 -0
- package/bundles/{chunk-TV7VZNWL.js → chunk-W6KM7BUM.js} +6 -6
- package/bundles/{chunk-TV7VZNWL.js.map → chunk-W6KM7BUM.js.map} +0 -0
- package/bundles/{chunk-WH4QSABR.js → chunk-WGBFSDVQ.js} +7 -7
- package/bundles/{chunk-WH4QSABR.js.map → chunk-WGBFSDVQ.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
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
import {
|
|
7
7
|
removeLockFile
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-R3C7RFJ4.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-LQLIHXU2.js";
|
|
40
40
|
import {
|
|
41
41
|
LogLevel
|
|
42
|
-
} from "./chunk-
|
|
42
|
+
} from "./chunk-LX5Q27EF.js";
|
|
43
43
|
import {
|
|
44
44
|
absoluteFrom,
|
|
45
45
|
getFileSystem
|
|
46
|
-
} from "./chunk-
|
|
46
|
+
} from "./chunk-T7MYRXIE.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/k8-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/k8-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/k8-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/k8-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/k8-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/k8-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/k8-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/k8-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/k8-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/k8-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/k8-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/k8-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/k8-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/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/packages/build_marker.mjs
|
|
890
|
+
var NGCC_VERSION = "14.0.0-next.11";
|
|
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/k8-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/k8-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/k8-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/k8-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/k8-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/k8-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/k8-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/k8-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/k8-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/k8-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/k8-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/k8-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/k8-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/k8-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/k8-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/k8-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/k8-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/k8-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/k8-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/k8-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-FDAHGRSF.js.map
|
|
File without changes
|
|
@@ -5,17 +5,17 @@
|
|
|
5
5
|
|
|
6
6
|
import {
|
|
7
7
|
SourceFileLoader
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-WGBFSDVQ.js";
|
|
9
9
|
import {
|
|
10
10
|
Context,
|
|
11
11
|
ExpressionTranslatorVisitor
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-UMDDHI5B.js";
|
|
13
13
|
import {
|
|
14
14
|
__spreadProps,
|
|
15
15
|
__spreadValues
|
|
16
16
|
} from "./chunk-GMSUYBZP.js";
|
|
17
17
|
|
|
18
|
-
// bazel-out/
|
|
18
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/fatal_linker_error.mjs
|
|
19
19
|
var FatalLinkerError = class extends Error {
|
|
20
20
|
constructor(node, message) {
|
|
21
21
|
super(message);
|
|
@@ -27,14 +27,14 @@ function isFatalLinkerError(e) {
|
|
|
27
27
|
return e && e.type === "FatalLinkerError";
|
|
28
28
|
}
|
|
29
29
|
|
|
30
|
-
// bazel-out/
|
|
30
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/ast/utils.mjs
|
|
31
31
|
function assert(node, predicate, expected) {
|
|
32
32
|
if (!predicate(node)) {
|
|
33
33
|
throw new FatalLinkerError(node, `Unsupported syntax, expected ${expected}.`);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
|
|
37
|
-
// bazel-out/
|
|
37
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/ast/ast_value.mjs
|
|
38
38
|
import * as o from "@angular/compiler";
|
|
39
39
|
var AstObject = class {
|
|
40
40
|
constructor(expression, obj, host) {
|
|
@@ -160,10 +160,10 @@ var AstValue = class {
|
|
|
160
160
|
}
|
|
161
161
|
};
|
|
162
162
|
|
|
163
|
-
// bazel-out/
|
|
163
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/emit_scopes/emit_scope.mjs
|
|
164
164
|
import { ConstantPool } from "@angular/compiler";
|
|
165
165
|
|
|
166
|
-
// bazel-out/
|
|
166
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/linker_import_generator.mjs
|
|
167
167
|
var LinkerImportGenerator = class {
|
|
168
168
|
constructor(ngImport) {
|
|
169
169
|
this.ngImport = ngImport;
|
|
@@ -183,7 +183,7 @@ var LinkerImportGenerator = class {
|
|
|
183
183
|
}
|
|
184
184
|
};
|
|
185
185
|
|
|
186
|
-
// bazel-out/
|
|
186
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/emit_scopes/emit_scope.mjs
|
|
187
187
|
var EmitScope = class {
|
|
188
188
|
constructor(ngImport, translator, factory) {
|
|
189
189
|
this.ngImport = ngImport;
|
|
@@ -212,7 +212,7 @@ var EmitScope = class {
|
|
|
212
212
|
}
|
|
213
213
|
};
|
|
214
214
|
|
|
215
|
-
// bazel-out/
|
|
215
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/emit_scopes/local_emit_scope.mjs
|
|
216
216
|
var LocalEmitScope = class extends EmitScope {
|
|
217
217
|
translateDefinition(definition) {
|
|
218
218
|
return super.translateDefinition({
|
|
@@ -225,10 +225,10 @@ var LocalEmitScope = class extends EmitScope {
|
|
|
225
225
|
}
|
|
226
226
|
};
|
|
227
227
|
|
|
228
|
-
// bazel-out/
|
|
228
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_linker_selector.mjs
|
|
229
229
|
import semver from "semver";
|
|
230
230
|
|
|
231
|
-
// bazel-out/
|
|
231
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/get_source_file.mjs
|
|
232
232
|
function createGetSourceFile(sourceUrl, code, loader) {
|
|
233
233
|
if (loader === null) {
|
|
234
234
|
return () => null;
|
|
@@ -243,7 +243,7 @@ function createGetSourceFile(sourceUrl, code, loader) {
|
|
|
243
243
|
}
|
|
244
244
|
}
|
|
245
245
|
|
|
246
|
-
// bazel-out/
|
|
246
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_class_metadata_linker_1.mjs
|
|
247
247
|
import { compileClassMetadata } from "@angular/compiler";
|
|
248
248
|
var PartialClassMetadataLinkerVersion1 = class {
|
|
249
249
|
linkPartialDeclaration(constantPool, metaObj) {
|
|
@@ -263,13 +263,13 @@ function toR3ClassMetadata(metaObj) {
|
|
|
263
263
|
};
|
|
264
264
|
}
|
|
265
265
|
|
|
266
|
-
// bazel-out/
|
|
266
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_component_linker_1.mjs
|
|
267
267
|
import { ChangeDetectionStrategy, compileComponentFromMetadata, DEFAULT_INTERPOLATION_CONFIG, InterpolationConfig, makeBindingParser as makeBindingParser2, parseTemplate, ViewEncapsulation } from "@angular/compiler";
|
|
268
268
|
|
|
269
|
-
// bazel-out/
|
|
269
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_directive_linker_1.mjs
|
|
270
270
|
import { compileDirectiveFromMetadata, makeBindingParser, ParseLocation, ParseSourceFile, ParseSourceSpan } from "@angular/compiler";
|
|
271
271
|
|
|
272
|
-
// bazel-out/
|
|
272
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/util.mjs
|
|
273
273
|
import { createMayBeForwardRefExpression, outputAst as o2 } from "@angular/compiler";
|
|
274
274
|
function wrapReference(wrapped) {
|
|
275
275
|
return { value: wrapped, type: wrapped };
|
|
@@ -317,7 +317,7 @@ function extractForwardRef(expr) {
|
|
|
317
317
|
return createMayBeForwardRefExpression(wrapperFn.getFunctionReturnValue().getOpaque(), 2);
|
|
318
318
|
}
|
|
319
319
|
|
|
320
|
-
// bazel-out/
|
|
320
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_directive_linker_1.mjs
|
|
321
321
|
var PartialDirectiveLinkerVersion1 = class {
|
|
322
322
|
constructor(sourceUrl, code) {
|
|
323
323
|
this.sourceUrl = sourceUrl;
|
|
@@ -415,7 +415,7 @@ function createSourceSpan(range, code, sourceUrl) {
|
|
|
415
415
|
return new ParseSourceSpan(startLocation, startLocation.moveBy(range.endPos - range.startPos));
|
|
416
416
|
}
|
|
417
417
|
|
|
418
|
-
// bazel-out/
|
|
418
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_component_linker_1.mjs
|
|
419
419
|
var PartialComponentLinkerVersion1 = class {
|
|
420
420
|
constructor(getSourceFile, sourceUrl, code) {
|
|
421
421
|
this.getSourceFile = getSourceFile;
|
|
@@ -571,7 +571,7 @@ function parseChangeDetectionStrategy(changeDetectionStrategy) {
|
|
|
571
571
|
return enumValue;
|
|
572
572
|
}
|
|
573
573
|
|
|
574
|
-
// bazel-out/
|
|
574
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_factory_linker_1.mjs
|
|
575
575
|
import { compileFactoryFunction, FactoryTarget } from "@angular/compiler";
|
|
576
576
|
var PartialFactoryLinkerVersion1 = class {
|
|
577
577
|
linkPartialDeclaration(constantPool, metaObj) {
|
|
@@ -608,7 +608,7 @@ function getDependencies(metaObj, propName) {
|
|
|
608
608
|
return null;
|
|
609
609
|
}
|
|
610
610
|
|
|
611
|
-
// bazel-out/
|
|
611
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_injectable_linker_1.mjs
|
|
612
612
|
import { compileInjectable, createMayBeForwardRefExpression as createMayBeForwardRefExpression2, outputAst as o3 } from "@angular/compiler";
|
|
613
613
|
var PartialInjectableLinkerVersion1 = class {
|
|
614
614
|
linkPartialDeclaration(constantPool, metaObj) {
|
|
@@ -647,7 +647,7 @@ function toR3InjectableMeta(metaObj) {
|
|
|
647
647
|
return meta;
|
|
648
648
|
}
|
|
649
649
|
|
|
650
|
-
// bazel-out/
|
|
650
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_injector_linker_1.mjs
|
|
651
651
|
import { compileInjector } from "@angular/compiler";
|
|
652
652
|
var PartialInjectorLinkerVersion1 = class {
|
|
653
653
|
linkPartialDeclaration(constantPool, metaObj) {
|
|
@@ -670,7 +670,7 @@ function toR3InjectorMeta(metaObj) {
|
|
|
670
670
|
};
|
|
671
671
|
}
|
|
672
672
|
|
|
673
|
-
// bazel-out/
|
|
673
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_ng_module_linker_1.mjs
|
|
674
674
|
import { compileNgModule, R3SelectorScopeMode } from "@angular/compiler";
|
|
675
675
|
var PartialNgModuleLinkerVersion1 = class {
|
|
676
676
|
constructor(emitInline) {
|
|
@@ -741,7 +741,7 @@ function wrapReferences(values) {
|
|
|
741
741
|
return values.getArray().map((i) => wrapReference(i.getOpaque()));
|
|
742
742
|
}
|
|
743
743
|
|
|
744
|
-
// bazel-out/
|
|
744
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_pipe_linker_1.mjs
|
|
745
745
|
import { compilePipeFromMetadata } from "@angular/compiler";
|
|
746
746
|
var PartialPipeLinkerVersion1 = class {
|
|
747
747
|
constructor() {
|
|
@@ -771,7 +771,7 @@ function toR3PipeMeta(metaObj) {
|
|
|
771
771
|
};
|
|
772
772
|
}
|
|
773
773
|
|
|
774
|
-
// bazel-out/
|
|
774
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/partial_linker_selector.mjs
|
|
775
775
|
var \u0275\u0275ngDeclareDirective = "\u0275\u0275ngDeclareDirective";
|
|
776
776
|
var \u0275\u0275ngDeclareClassMetadata = "\u0275\u0275ngDeclareClassMetadata";
|
|
777
777
|
var \u0275\u0275ngDeclareComponent = "\u0275\u0275ngDeclareComponent";
|
|
@@ -792,7 +792,7 @@ var declarationFunctions = [
|
|
|
792
792
|
];
|
|
793
793
|
function createLinkerMap(environment, sourceUrl, code) {
|
|
794
794
|
const linkers = /* @__PURE__ */ new Map();
|
|
795
|
-
const LATEST_VERSION_RANGE = getRange("<=", "14.0.0-next.
|
|
795
|
+
const LATEST_VERSION_RANGE = getRange("<=", "14.0.0-next.11");
|
|
796
796
|
linkers.set(\u0275\u0275ngDeclareDirective, [
|
|
797
797
|
{ range: LATEST_VERSION_RANGE, linker: new PartialDirectiveLinkerVersion1(sourceUrl, code) }
|
|
798
798
|
]);
|
|
@@ -839,7 +839,7 @@ var PartialLinkerSelector = class {
|
|
|
839
839
|
throw new Error(`Unknown partial declaration function ${functionName}.`);
|
|
840
840
|
}
|
|
841
841
|
const linkerRanges = this.linkers.get(functionName);
|
|
842
|
-
if (version === "14.0.0-next.
|
|
842
|
+
if (version === "14.0.0-next.11") {
|
|
843
843
|
return linkerRanges[linkerRanges.length - 1].linker;
|
|
844
844
|
}
|
|
845
845
|
const declarationRange = getRange(">=", minVersion);
|
|
@@ -865,7 +865,7 @@ function getRange(comparator, versionStr) {
|
|
|
865
865
|
return new semver.Range(`${comparator}${version.format()}`);
|
|
866
866
|
}
|
|
867
867
|
|
|
868
|
-
// bazel-out/
|
|
868
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/file_linker.mjs
|
|
869
869
|
var FileLinker = class {
|
|
870
870
|
constructor(linkerEnvironment, sourceUrl, code) {
|
|
871
871
|
this.linkerEnvironment = linkerEnvironment;
|
|
@@ -908,14 +908,14 @@ var FileLinker = class {
|
|
|
908
908
|
}
|
|
909
909
|
};
|
|
910
910
|
|
|
911
|
-
// bazel-out/
|
|
911
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/linker_options.mjs
|
|
912
912
|
var DEFAULT_LINKER_OPTIONS = {
|
|
913
913
|
sourceMapping: true,
|
|
914
914
|
linkerJitMode: false,
|
|
915
915
|
unknownDeclarationVersionHandling: "error"
|
|
916
916
|
};
|
|
917
917
|
|
|
918
|
-
// bazel-out/
|
|
918
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/translator.mjs
|
|
919
919
|
var Translator = class {
|
|
920
920
|
constructor(factory) {
|
|
921
921
|
this.factory = factory;
|
|
@@ -928,7 +928,7 @@ var Translator = class {
|
|
|
928
928
|
}
|
|
929
929
|
};
|
|
930
930
|
|
|
931
|
-
// bazel-out/
|
|
931
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/linker_environment.mjs
|
|
932
932
|
var LinkerEnvironment = class {
|
|
933
933
|
constructor(fileSystem, logger, host, factory, options) {
|
|
934
934
|
this.fileSystem = fileSystem;
|
|
@@ -949,7 +949,7 @@ var LinkerEnvironment = class {
|
|
|
949
949
|
}
|
|
950
950
|
};
|
|
951
951
|
|
|
952
|
-
// bazel-out/
|
|
952
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/needs_linking.mjs
|
|
953
953
|
function needsLinking(path, source) {
|
|
954
954
|
return declarationFunctions.some((fn) => source.includes(fn));
|
|
955
955
|
}
|
|
@@ -970,4 +970,4 @@ export {
|
|
|
970
970
|
* Use of this source code is governed by an MIT-style license that can be
|
|
971
971
|
* found in the LICENSE file at https://angular.io/license
|
|
972
972
|
*/
|
|
973
|
-
//# sourceMappingURL=chunk-
|
|
973
|
+
//# sourceMappingURL=chunk-FJDIFR5C.js.map
|
|
File without changes
|