@angular/compiler-cli 13.3.5 → 13.3.6
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-6DYPLTK7.js → chunk-5XOEDNQ7.js} +85 -85
- package/bundles/{chunk-6DYPLTK7.js.map → chunk-5XOEDNQ7.js.map} +0 -0
- package/bundles/{chunk-Q5GIQ3RV.js → chunk-A7GANIJT.js} +6 -6
- package/bundles/{chunk-Q5GIQ3RV.js.map → chunk-A7GANIJT.js.map} +0 -0
- package/bundles/{chunk-HTCAZIYK.js → chunk-FDEQP2NW.js} +6 -6
- package/bundles/{chunk-HTCAZIYK.js.map → chunk-FDEQP2NW.js.map} +0 -0
- package/bundles/{chunk-CLV7JFJQ.js → chunk-HAJOG5B7.js} +7 -7
- package/bundles/{chunk-CLV7JFJQ.js.map → chunk-HAJOG5B7.js.map} +0 -0
- package/bundles/{chunk-ZZF2R6KZ.js → chunk-IEIGNUVQ.js} +31 -31
- package/bundles/{chunk-ZZF2R6KZ.js.map → chunk-IEIGNUVQ.js.map} +0 -0
- package/bundles/{chunk-MSOUQGBK.js → chunk-K2VJV6GY.js} +57 -57
- package/bundles/{chunk-MSOUQGBK.js.map → chunk-K2VJV6GY.js.map} +0 -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-YYOMS5IC.js → chunk-S2JDWKKT.js} +70 -70
- package/bundles/{chunk-YYOMS5IC.js.map → chunk-S2JDWKKT.js.map} +0 -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-AO2UNHEQ.js → chunk-SWYYBHE5.js} +5 -5
- package/bundles/{chunk-AO2UNHEQ.js.map → chunk-SWYYBHE5.js.map} +0 -0
- package/bundles/{chunk-6S4GKCLN.js → chunk-UAIUNABS.js} +40 -40
- package/bundles/{chunk-6S4GKCLN.js.map → chunk-UAIUNABS.js.map} +0 -0
- package/bundles/{chunk-45NS77NQ.js → chunk-UDG7FV2F.js} +4 -4
- package/bundles/{chunk-45NS77NQ.js.map → chunk-UDG7FV2F.js.map} +0 -0
- package/bundles/{chunk-EIFOOEXQ.js → chunk-UTSZJQCU.js} +7 -7
- package/bundles/{chunk-EIFOOEXQ.js.map → chunk-UTSZJQCU.js.map} +0 -0
- package/bundles/{chunk-WXB5AWIG.js → chunk-W3FLD7KU.js} +26 -26
- package/bundles/{chunk-WXB5AWIG.js.map → chunk-W3FLD7KU.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
|
@@ -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-S2JDWKKT.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-HAJOG5B7.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 = "13.3.
|
|
889
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/packages/build_marker.mjs
|
|
890
|
+
var NGCC_VERSION = "13.3.6";
|
|
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-UAIUNABS.js.map
|
|
File without changes
|
|
@@ -6,13 +6,13 @@
|
|
|
6
6
|
import {
|
|
7
7
|
ConsoleLogger,
|
|
8
8
|
LogLevel
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-ZCDB56AX.js";
|
|
10
10
|
import {
|
|
11
11
|
NodeJSFileSystem,
|
|
12
12
|
setFileSystem
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-HAJOG5B7.js";
|
|
14
14
|
|
|
15
|
-
// bazel-out/
|
|
15
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/command_line_options.mjs
|
|
16
16
|
import yargs from "yargs";
|
|
17
17
|
function parseCommandLineOptions(args) {
|
|
18
18
|
var _a;
|
|
@@ -113,4 +113,4 @@ export {
|
|
|
113
113
|
* Use of this source code is governed by an MIT-style license that can be
|
|
114
114
|
* found in the LICENSE file at https://angular.io/license
|
|
115
115
|
*/
|
|
116
|
-
//# sourceMappingURL=chunk-
|
|
116
|
+
//# sourceMappingURL=chunk-UDG7FV2F.js.map
|
|
File without changes
|
|
@@ -7,11 +7,11 @@ import {
|
|
|
7
7
|
__spreadValues
|
|
8
8
|
} from "./chunk-GMSUYBZP.js";
|
|
9
9
|
|
|
10
|
-
// bazel-out/
|
|
10
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/sourcemaps/src/source_file.mjs
|
|
11
11
|
import mapHelpers from "convert-source-map";
|
|
12
12
|
import { decode, encode } from "sourcemap-codec";
|
|
13
13
|
|
|
14
|
-
// bazel-out/
|
|
14
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/sourcemaps/src/segment_marker.mjs
|
|
15
15
|
function compareSegments(a, b) {
|
|
16
16
|
return a.position - b.position;
|
|
17
17
|
}
|
|
@@ -31,7 +31,7 @@ function offsetSegment(startOfLinePositions, marker, offset) {
|
|
|
31
31
|
return { line, column, position, next: void 0 };
|
|
32
32
|
}
|
|
33
33
|
|
|
34
|
-
// bazel-out/
|
|
34
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/sourcemaps/src/source_file.mjs
|
|
35
35
|
function removeSourceMapComments(contents) {
|
|
36
36
|
return mapHelpers.removeMapFileComments(mapHelpers.removeComments(contents)).replace(/\n\n$/, "\n");
|
|
37
37
|
}
|
|
@@ -282,10 +282,10 @@ var Cache = class {
|
|
|
282
282
|
}
|
|
283
283
|
};
|
|
284
284
|
|
|
285
|
-
// bazel-out/
|
|
285
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/sourcemaps/src/source_file_loader.mjs
|
|
286
286
|
import mapHelpers2 from "convert-source-map";
|
|
287
287
|
|
|
288
|
-
// bazel-out/
|
|
288
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/sourcemaps/src/content_origin.mjs
|
|
289
289
|
var ContentOrigin;
|
|
290
290
|
(function(ContentOrigin2) {
|
|
291
291
|
ContentOrigin2[ContentOrigin2["Provided"] = 0] = "Provided";
|
|
@@ -293,7 +293,7 @@ var ContentOrigin;
|
|
|
293
293
|
ContentOrigin2[ContentOrigin2["FileSystem"] = 2] = "FileSystem";
|
|
294
294
|
})(ContentOrigin || (ContentOrigin = {}));
|
|
295
295
|
|
|
296
|
-
// bazel-out/
|
|
296
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/sourcemaps/src/source_file_loader.mjs
|
|
297
297
|
var SCHEME_MATCHER = /^([a-z][a-z0-9.-]*):\/\//i;
|
|
298
298
|
var SourceFileLoader = class {
|
|
299
299
|
constructor(fs, logger, schemeMap) {
|
|
@@ -421,4 +421,4 @@ export {
|
|
|
421
421
|
* Use of this source code is governed by an MIT-style license that can be
|
|
422
422
|
* found in the LICENSE file at https://angular.io/license
|
|
423
423
|
*/
|
|
424
|
-
//# sourceMappingURL=chunk-
|
|
424
|
+
//# sourceMappingURL=chunk-UTSZJQCU.js.map
|
|
File without changes
|
|
@@ -13,9 +13,9 @@ import {
|
|
|
13
13
|
resolve,
|
|
14
14
|
stripExtension,
|
|
15
15
|
toRelativeImport
|
|
16
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-HAJOG5B7.js";
|
|
17
17
|
|
|
18
|
-
// bazel-out/
|
|
18
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/typescript.mjs
|
|
19
19
|
import ts from "typescript";
|
|
20
20
|
var TS = /\.tsx?$/i;
|
|
21
21
|
var D_TS = /\.d\.ts$/i;
|
|
@@ -114,7 +114,7 @@ function createExportSpecifier(propertyName, name, isTypeOnly = false) {
|
|
|
114
114
|
return PARSED_TS_VERSION > 4.4 ? ts.createExportSpecifier(isTypeOnly, propertyName, name) : ts.createExportSpecifier(propertyName, name);
|
|
115
115
|
}
|
|
116
116
|
|
|
117
|
-
// bazel-out/
|
|
117
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/references.mjs
|
|
118
118
|
var Reference = class {
|
|
119
119
|
constructor(node, bestGuessOwningModule = null) {
|
|
120
120
|
this.node = node;
|
|
@@ -177,14 +177,14 @@ var Reference = class {
|
|
|
177
177
|
}
|
|
178
178
|
};
|
|
179
179
|
|
|
180
|
-
// bazel-out/
|
|
180
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/alias.mjs
|
|
181
181
|
import { ExternalExpr as ExternalExpr2 } from "@angular/compiler";
|
|
182
182
|
|
|
183
|
-
// bazel-out/
|
|
183
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/emitter.mjs
|
|
184
184
|
import { ExternalExpr, ExternalReference, WrappedNodeExpr } from "@angular/compiler";
|
|
185
185
|
import ts3 from "typescript";
|
|
186
186
|
|
|
187
|
-
// bazel-out/
|
|
187
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error_code.mjs
|
|
188
188
|
var ErrorCode;
|
|
189
189
|
(function(ErrorCode2) {
|
|
190
190
|
ErrorCode2[ErrorCode2["DECORATOR_ARG_NOT_LITERAL"] = 1001] = "DECORATOR_ARG_NOT_LITERAL";
|
|
@@ -239,7 +239,7 @@ var ErrorCode;
|
|
|
239
239
|
ErrorCode2[ErrorCode2["SUGGEST_SUBOPTIMAL_TYPE_INFERENCE"] = 10002] = "SUGGEST_SUBOPTIMAL_TYPE_INFERENCE";
|
|
240
240
|
})(ErrorCode || (ErrorCode = {}));
|
|
241
241
|
|
|
242
|
-
// bazel-out/
|
|
242
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/docs.mjs
|
|
243
243
|
var COMPILER_ERRORS_WITH_GUIDES = /* @__PURE__ */ new Set([
|
|
244
244
|
ErrorCode.DECORATOR_ARG_NOT_LITERAL,
|
|
245
245
|
ErrorCode.IMPORT_CYCLE_DETECTED,
|
|
@@ -250,10 +250,10 @@ var COMPILER_ERRORS_WITH_GUIDES = /* @__PURE__ */ new Set([
|
|
|
250
250
|
ErrorCode.COMPONENT_INVALID_SHADOW_DOM_SELECTOR
|
|
251
251
|
]);
|
|
252
252
|
|
|
253
|
-
// bazel-out/
|
|
253
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error.mjs
|
|
254
254
|
import ts2 from "typescript";
|
|
255
255
|
|
|
256
|
-
// bazel-out/
|
|
256
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/util.mjs
|
|
257
257
|
var ERROR_CODE_MATCHER = /(\u001b\[\d+m ?)TS-99(\d+: ?\u001b\[\d+m)/g;
|
|
258
258
|
function replaceTsWithNgInErrors(errors) {
|
|
259
259
|
return errors.replace(ERROR_CODE_MATCHER, "$1NG$2");
|
|
@@ -262,7 +262,7 @@ function ngErrorCode(code) {
|
|
|
262
262
|
return parseInt("-99" + code);
|
|
263
263
|
}
|
|
264
264
|
|
|
265
|
-
// bazel-out/
|
|
265
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error.mjs
|
|
266
266
|
var FatalDiagnosticError = class {
|
|
267
267
|
constructor(code, node, message, relatedInformation) {
|
|
268
268
|
this.code = code;
|
|
@@ -310,17 +310,17 @@ function isFatalDiagnosticError(err) {
|
|
|
310
310
|
return err._isFatalDiagnosticError === true;
|
|
311
311
|
}
|
|
312
312
|
|
|
313
|
-
// bazel-out/
|
|
313
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error_details_base_url.mjs
|
|
314
314
|
var ERROR_DETAILS_PAGE_BASE_URL = "https://angular.io/errors";
|
|
315
315
|
|
|
316
|
-
// bazel-out/
|
|
316
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/extended_template_diagnostic_name.mjs
|
|
317
317
|
var ExtendedTemplateDiagnosticName;
|
|
318
318
|
(function(ExtendedTemplateDiagnosticName2) {
|
|
319
319
|
ExtendedTemplateDiagnosticName2["INVALID_BANANA_IN_BOX"] = "invalidBananaInBox";
|
|
320
320
|
ExtendedTemplateDiagnosticName2["NULLISH_COALESCING_NOT_NULLABLE"] = "nullishCoalescingNotNullable";
|
|
321
321
|
})(ExtendedTemplateDiagnosticName || (ExtendedTemplateDiagnosticName = {}));
|
|
322
322
|
|
|
323
|
-
// bazel-out/
|
|
323
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/find_export.mjs
|
|
324
324
|
function findExportedNameOfNode(target, file, reflector) {
|
|
325
325
|
const exports = reflector.getExportsOfModule(file);
|
|
326
326
|
if (exports === null) {
|
|
@@ -340,7 +340,7 @@ function findExportedNameOfNode(target, file, reflector) {
|
|
|
340
340
|
return foundExportName;
|
|
341
341
|
}
|
|
342
342
|
|
|
343
|
-
// bazel-out/
|
|
343
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/emitter.mjs
|
|
344
344
|
var ImportFlags;
|
|
345
345
|
(function(ImportFlags2) {
|
|
346
346
|
ImportFlags2[ImportFlags2["None"] = 0] = "None";
|
|
@@ -556,7 +556,7 @@ var UnifiedModulesStrategy = class {
|
|
|
556
556
|
}
|
|
557
557
|
};
|
|
558
558
|
|
|
559
|
-
// bazel-out/
|
|
559
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/alias.mjs
|
|
560
560
|
var CHARS_TO_ESCAPE = /[^a-zA-Z0-9/_]/g;
|
|
561
561
|
var UnifiedModulesAliasingHost = class {
|
|
562
562
|
constructor(unifiedModulesHost) {
|
|
@@ -623,7 +623,7 @@ var AliasStrategy = class {
|
|
|
623
623
|
}
|
|
624
624
|
};
|
|
625
625
|
|
|
626
|
-
// bazel-out/
|
|
626
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/path.mjs
|
|
627
627
|
function relativePathBetween(from, to) {
|
|
628
628
|
const relativePath = stripExtension(relative(dirname(resolve(from)), resolve(to)));
|
|
629
629
|
return relativePath !== "" ? toRelativeImport(relativePath) : null;
|
|
@@ -632,7 +632,7 @@ function normalizeSeparators(path) {
|
|
|
632
632
|
return path.replace(/\\/g, "/");
|
|
633
633
|
}
|
|
634
634
|
|
|
635
|
-
// bazel-out/
|
|
635
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/core.mjs
|
|
636
636
|
var NoopImportRewriter = class {
|
|
637
637
|
shouldImportSymbol(symbol, specifier) {
|
|
638
638
|
return true;
|
|
@@ -690,7 +690,7 @@ function validateAndRewriteCoreSymbol(name) {
|
|
|
690
690
|
return CORE_SUPPORTED_SYMBOLS.get(name);
|
|
691
691
|
}
|
|
692
692
|
|
|
693
|
-
// bazel-out/
|
|
693
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/default.mjs
|
|
694
694
|
import ts4 from "typescript";
|
|
695
695
|
var DefaultImportDeclaration = Symbol("DefaultImportDeclaration");
|
|
696
696
|
function attachDefaultImportDeclaration(expr, importDecl) {
|
|
@@ -735,7 +735,7 @@ var DefaultImportTracker = class {
|
|
|
735
735
|
}
|
|
736
736
|
};
|
|
737
737
|
|
|
738
|
-
// bazel-out/
|
|
738
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/resolver.mjs
|
|
739
739
|
var ModuleResolver = class {
|
|
740
740
|
constructor(program, compilerOptions, host, moduleResolutionCache) {
|
|
741
741
|
this.program = program;
|
|
@@ -752,7 +752,7 @@ var ModuleResolver = class {
|
|
|
752
752
|
}
|
|
753
753
|
};
|
|
754
754
|
|
|
755
|
-
// bazel-out/
|
|
755
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/context.mjs
|
|
756
756
|
var Context = class {
|
|
757
757
|
constructor(isStatement) {
|
|
758
758
|
this.isStatement = isStatement;
|
|
@@ -765,7 +765,7 @@ var Context = class {
|
|
|
765
765
|
}
|
|
766
766
|
};
|
|
767
767
|
|
|
768
|
-
// bazel-out/
|
|
768
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/translator.mjs
|
|
769
769
|
import * as o from "@angular/compiler";
|
|
770
770
|
var UNARY_OPERATORS = /* @__PURE__ */ new Map([
|
|
771
771
|
[o.UnaryOperator.Minus, "-"],
|
|
@@ -989,7 +989,7 @@ function createRange(span) {
|
|
|
989
989
|
};
|
|
990
990
|
}
|
|
991
991
|
|
|
992
|
-
// bazel-out/
|
|
992
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager.mjs
|
|
993
993
|
import ts5 from "typescript";
|
|
994
994
|
var ImportManager = class {
|
|
995
995
|
constructor(rewriter = new NoopImportRewriter(), prefix = "i") {
|
|
@@ -1025,7 +1025,7 @@ var ImportManager = class {
|
|
|
1025
1025
|
}
|
|
1026
1026
|
};
|
|
1027
1027
|
|
|
1028
|
-
// bazel-out/
|
|
1028
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/type_translator.mjs
|
|
1029
1029
|
import * as o2 from "@angular/compiler";
|
|
1030
1030
|
import ts6 from "typescript";
|
|
1031
1031
|
function translateType(type, imports) {
|
|
@@ -1196,7 +1196,7 @@ var TypeTranslatorVisitor = class {
|
|
|
1196
1196
|
}
|
|
1197
1197
|
};
|
|
1198
1198
|
|
|
1199
|
-
// bazel-out/
|
|
1199
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/typescript_ast_factory.mjs
|
|
1200
1200
|
import ts7 from "typescript";
|
|
1201
1201
|
var PureAnnotation;
|
|
1202
1202
|
(function(PureAnnotation2) {
|
|
@@ -1368,7 +1368,7 @@ function attachComments(statement, leadingComments) {
|
|
|
1368
1368
|
}
|
|
1369
1369
|
}
|
|
1370
1370
|
|
|
1371
|
-
// bazel-out/
|
|
1371
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/typescript_translator.mjs
|
|
1372
1372
|
function translateExpression(expression, imports, options = {}) {
|
|
1373
1373
|
return expression.visitExpression(new ExpressionTranslatorVisitor(new TypeScriptAstFactory(options.annotateForClosureCompiler === true), imports, options), new Context(false));
|
|
1374
1374
|
}
|
|
@@ -1437,4 +1437,4 @@ export {
|
|
|
1437
1437
|
* Use of this source code is governed by an MIT-style license that can be
|
|
1438
1438
|
* found in the LICENSE file at https://angular.io/license
|
|
1439
1439
|
*/
|
|
1440
|
-
//# sourceMappingURL=chunk-
|
|
1440
|
+
//# sourceMappingURL=chunk-W3FLD7KU.js.map
|
|
File without changes
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
const require = __cjsCompatRequire(import.meta.url);
|
|
4
4
|
const __ESM_IMPORT_META_URL__ = import.meta.url;
|
|
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-ZCDB56AX.js.map
|
|
File without changes
|