@angular/compiler-cli 15.1.0-next.0 → 15.1.0-next.1
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-KGTNU2UU.js → chunk-36PDXLJA.js} +5 -5
- package/bundles/{chunk-KGTNU2UU.js.map → chunk-36PDXLJA.js.map} +0 -0
- package/bundles/{chunk-XVHC4VAO.js → chunk-4F26FKLW.js} +5 -5
- package/bundles/{chunk-XVHC4VAO.js.map → chunk-4F26FKLW.js.map} +0 -0
- package/bundles/{chunk-A6MA5NDQ.js → chunk-5WGGPKCE.js} +102 -99
- package/bundles/{chunk-A6MA5NDQ.js.map → chunk-5WGGPKCE.js.map} +1 -1
- package/bundles/{chunk-22N3RTKA.js → chunk-ALSLKTUB.js} +7 -7
- package/bundles/{chunk-22N3RTKA.js.map → chunk-ALSLKTUB.js.map} +0 -0
- package/bundles/{chunk-VOEFUUJH.js → chunk-DLVFMDSC.js} +2 -2
- package/bundles/{chunk-VOEFUUJH.js.map → chunk-DLVFMDSC.js.map} +0 -0
- package/bundles/{chunk-UUIUKASM.js → chunk-DSVWG4QJ.js} +2 -2
- package/bundles/{chunk-UUIUKASM.js.map → chunk-DSVWG4QJ.js.map} +0 -0
- package/bundles/{chunk-NXGWYLNC.js → chunk-E7DPJFUS.js} +7 -7
- package/bundles/{chunk-NXGWYLNC.js.map → chunk-E7DPJFUS.js.map} +0 -0
- package/bundles/{chunk-6TLW4724.js → chunk-FCAD5QMI.js} +40 -40
- package/bundles/{chunk-6TLW4724.js.map → chunk-FCAD5QMI.js.map} +0 -0
- package/bundles/{chunk-GIA6ASYG.js → chunk-JGWOWDGB.js} +7 -7
- package/bundles/{chunk-GIA6ASYG.js.map → chunk-JGWOWDGB.js.map} +0 -0
- package/bundles/{chunk-QKS2XPFG.js → chunk-L3Q25PX6.js} +77 -73
- package/bundles/chunk-L3Q25PX6.js.map +6 -0
- package/bundles/{chunk-FPQZA7NP.js → chunk-OFXSI6E3.js} +3 -3
- package/bundles/{chunk-FPQZA7NP.js.map → chunk-OFXSI6E3.js.map} +0 -0
- package/bundles/{chunk-JY5KP5YT.js → chunk-QVO57CDR.js} +4 -4
- package/bundles/{chunk-JY5KP5YT.js.map → chunk-QVO57CDR.js.map} +0 -0
- package/bundles/{chunk-LHZD6YT2.js → chunk-R3UUI3WU.js} +31 -31
- package/bundles/{chunk-LHZD6YT2.js.map → chunk-R3UUI3WU.js.map} +0 -0
- package/bundles/{chunk-TZNP5L2W.js → chunk-TOW3O33K.js} +26 -26
- package/bundles/{chunk-TZNP5L2W.js.map → chunk-TOW3O33K.js.map} +0 -0
- package/bundles/{chunk-OKDR75TI.js → chunk-TTNJEW7O.js} +7 -7
- package/bundles/{chunk-OKDR75TI.js.map → chunk-TTNJEW7O.js.map} +0 -0
- package/bundles/{chunk-JZDWEOSI.js → chunk-W67X7ZYR.js} +71 -71
- package/bundles/{chunk-JZDWEOSI.js.map → chunk-W67X7ZYR.js.map} +0 -0
- package/bundles/index.js +13 -13
- package/bundles/linker/babel/index.js +13 -13
- package/bundles/linker/index.js +5 -5
- package/bundles/ngcc/index.js +13 -13
- package/bundles/ngcc/main-ngcc.js +14 -14
- package/bundles/ngcc/src/execution/cluster/ngcc_cluster_worker.js +14 -14
- 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 +6 -6
- package/bundles/private/tooling.js +3 -3
- package/bundles/src/bin/ng_xi18n.js +11 -11
- package/bundles/src/bin/ngc.js +9 -9
- package/bundles_metadata.json +1 -1
- package/ngcc/src/packages/build_marker.d.ts +1 -1
- package/package.json +2 -2
- package/src/ngtsc/typecheck/api/scope.d.ts +1 -1
- package/bundles/chunk-QKS2XPFG.js.map +0 -6
|
@@ -13,13 +13,13 @@ import {
|
|
|
13
13
|
formatDiagnostics,
|
|
14
14
|
performCompilation,
|
|
15
15
|
readConfiguration
|
|
16
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-5WGGPKCE.js";
|
|
17
17
|
|
|
18
|
-
// bazel-out/
|
|
18
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/main.mjs
|
|
19
19
|
import ts2 from "typescript";
|
|
20
20
|
import yargs from "yargs";
|
|
21
21
|
|
|
22
|
-
// bazel-out/
|
|
22
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/perform_watch.mjs
|
|
23
23
|
import * as chokidar from "chokidar";
|
|
24
24
|
import * as path from "path";
|
|
25
25
|
import ts from "typescript";
|
|
@@ -235,7 +235,7 @@ function performWatchCompilation(host) {
|
|
|
235
235
|
}
|
|
236
236
|
}
|
|
237
237
|
|
|
238
|
-
// bazel-out/
|
|
238
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/main.mjs
|
|
239
239
|
function main(args, consoleError = console.error, config, customTransformers, programReuse, modifiedResourceFiles, tsickle) {
|
|
240
240
|
let { project, rootNames, options, errors: configErrors, watch: watch2, emitFlags } = config || readNgcCommandLineAndConfiguration(args);
|
|
241
241
|
if (configErrors.length) {
|
|
@@ -376,4 +376,4 @@ export {
|
|
|
376
376
|
* Use of this source code is governed by an MIT-style license that can be
|
|
377
377
|
* found in the LICENSE file at https://angular.io/license
|
|
378
378
|
*/
|
|
379
|
-
//# sourceMappingURL=chunk-
|
|
379
|
+
//# sourceMappingURL=chunk-36PDXLJA.js.map
|
|
File without changes
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
const __ESM_IMPORT_META_URL__ = import.meta.url;
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
// bazel-out/
|
|
7
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/api.mjs
|
|
8
8
|
var PerfPhase;
|
|
9
9
|
(function(PerfPhase2) {
|
|
10
10
|
PerfPhase2[PerfPhase2["Unaccounted"] = 0] = "Unaccounted";
|
|
@@ -71,7 +71,7 @@ var PerfCheckpoint;
|
|
|
71
71
|
PerfCheckpoint2[PerfCheckpoint2["LAST"] = 9] = "LAST";
|
|
72
72
|
})(PerfCheckpoint || (PerfCheckpoint = {}));
|
|
73
73
|
|
|
74
|
-
// bazel-out/
|
|
74
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/noop.mjs
|
|
75
75
|
var NoopPerfRecorder = class {
|
|
76
76
|
eventCount() {
|
|
77
77
|
}
|
|
@@ -88,7 +88,7 @@ var NoopPerfRecorder = class {
|
|
|
88
88
|
};
|
|
89
89
|
var NOOP_PERF_RECORDER = new NoopPerfRecorder();
|
|
90
90
|
|
|
91
|
-
// bazel-out/
|
|
91
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/clock.mjs
|
|
92
92
|
function mark() {
|
|
93
93
|
return process.hrtime();
|
|
94
94
|
}
|
|
@@ -97,7 +97,7 @@ function timeSinceInMicros(mark2) {
|
|
|
97
97
|
return delta[0] * 1e6 + Math.floor(delta[1] / 1e3);
|
|
98
98
|
}
|
|
99
99
|
|
|
100
|
-
// bazel-out/
|
|
100
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/recorder.mjs
|
|
101
101
|
var ActivePerfRecorder = class {
|
|
102
102
|
constructor(zeroTime) {
|
|
103
103
|
this.zeroTime = zeroTime;
|
|
@@ -206,4 +206,4 @@ export {
|
|
|
206
206
|
* Use of this source code is governed by an MIT-style license that can be
|
|
207
207
|
* found in the LICENSE file at https://angular.io/license
|
|
208
208
|
*/
|
|
209
|
-
//# sourceMappingURL=chunk-
|
|
209
|
+
//# sourceMappingURL=chunk-4F26FKLW.js.map
|
|
File without changes
|