@angular/compiler-cli 14.1.0-next.0 → 14.1.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-GIDRICZE.js → chunk-2WG4XIQ4.js} +5 -5
- package/bundles/{chunk-GIDRICZE.js.map → chunk-2WG4XIQ4.js.map} +0 -0
- package/bundles/{chunk-ZJCM37WF.js → chunk-5K2JLFXT.js} +6 -6
- package/bundles/{chunk-ZJCM37WF.js.map → chunk-5K2JLFXT.js.map} +0 -0
- package/bundles/{chunk-U2VFXNL7.js → chunk-BRHP6XKM.js} +4 -4
- package/bundles/{chunk-U2VFXNL7.js.map → chunk-BRHP6XKM.js.map} +0 -0
- package/bundles/{chunk-PI2777Z6.js → chunk-CHS76256.js} +70 -70
- package/bundles/{chunk-PI2777Z6.js.map → chunk-CHS76256.js.map} +0 -0
- package/bundles/{chunk-UERCMXQE.js → chunk-DOITZI4O.js} +74 -71
- package/bundles/{chunk-UERCMXQE.js.map → chunk-DOITZI4O.js.map} +1 -1
- package/bundles/{chunk-SFACRVMZ.js → chunk-DPA2FBDE.js} +28 -26
- package/bundles/chunk-DPA2FBDE.js.map +6 -0
- package/bundles/{chunk-CFXFF2GM.js → chunk-EIL2D5BG.js} +40 -40
- package/bundles/{chunk-CFXFF2GM.js.map → chunk-EIL2D5BG.js.map} +0 -0
- package/bundles/{chunk-QK4SXRQA.js → chunk-LC26KH5A.js} +5 -5
- package/bundles/{chunk-QK4SXRQA.js.map → chunk-LC26KH5A.js.map} +0 -0
- package/bundles/{chunk-VAPEAGED.js → chunk-OCR5YQMJ.js} +146 -126
- package/bundles/chunk-OCR5YQMJ.js.map +6 -0
- package/bundles/{chunk-HMWNYAAE.js → chunk-SJL5HBUW.js} +2 -2
- package/bundles/{chunk-HMWNYAAE.js.map → chunk-SJL5HBUW.js.map} +0 -0
- package/bundles/{chunk-JJOKGPPP.js → chunk-SOSZHK6P.js} +31 -31
- package/bundles/{chunk-JJOKGPPP.js.map → chunk-SOSZHK6P.js.map} +0 -0
- package/bundles/{chunk-MURZUYM7.js → chunk-TD64C4QJ.js} +7 -7
- package/bundles/{chunk-MURZUYM7.js.map → chunk-TD64C4QJ.js.map} +0 -0
- package/bundles/{chunk-AKU7LV22.js → chunk-TV7VZNWL.js} +6 -6
- package/bundles/{chunk-AKU7LV22.js.map → chunk-TV7VZNWL.js.map} +0 -0
- package/bundles/{chunk-BFPVXDJN.js → chunk-WH4QSABR.js} +7 -7
- package/bundles/{chunk-BFPVXDJN.js.map → chunk-WH4QSABR.js.map} +0 -0
- package/bundles/{chunk-7J66ZDC5.js → chunk-ZCDB56AX.js} +3 -3
- package/bundles/{chunk-7J66ZDC5.js.map → chunk-ZCDB56AX.js.map} +0 -0
- package/bundles/index.js +12 -12
- package/bundles/linker/babel/index.js +12 -12
- package/bundles/linker/index.js +4 -4
- package/bundles/ngcc/index.js +12 -12
- package/bundles/ngcc/main-ngcc.js +13 -13
- package/bundles/ngcc/src/execution/cluster/ngcc_cluster_worker.js +13 -13
- package/bundles/ngcc/src/locking/lock_file_with_child_process/ngcc_lock_unlocker.js +4 -4
- package/bundles/private/bazel.js +1 -1
- package/bundles/private/localize.js +3 -3
- package/bundles/private/migrations.js +5 -5
- package/bundles/private/tooling.js +2 -2
- package/bundles/src/bin/ng_xi18n.js +10 -10
- package/bundles/src/bin/ngc.js +8 -8
- package/bundles_metadata.json +1 -1
- package/ngcc/src/packages/build_marker.d.ts +1 -1
- package/package.json +2 -2
- package/src/ngtsc/diagnostics/src/error_code.d.ts +5 -0
- package/src/ngtsc/diagnostics/src/extended_template_diagnostic_name.d.ts +2 -1
- package/src/ngtsc/program.d.ts +1 -0
- package/src/ngtsc/typecheck/api/api.d.ts +1 -0
- package/src/ngtsc/typecheck/extended/checks/missing_control_flow_directive/index.d.ts +11 -0
- package/src/ngtsc/typecheck/src/tcb_util.d.ts +1 -1
- package/src/ngtsc/typecheck/src/ts_util.d.ts +0 -3
- package/src/perform_compile.d.ts +2 -1
- package/src/transformers/api.d.ts +2 -1
- package/bundles/chunk-SFACRVMZ.js.map +0 -6
- package/bundles/chunk-VAPEAGED.js.map +0 -6
|
@@ -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/perf/src/api.mjs
|
|
7
7
|
var PerfPhase;
|
|
8
8
|
(function(PerfPhase2) {
|
|
9
9
|
PerfPhase2[PerfPhase2["Unaccounted"] = 0] = "Unaccounted";
|
|
@@ -68,7 +68,7 @@ var PerfCheckpoint;
|
|
|
68
68
|
PerfCheckpoint2[PerfCheckpoint2["LAST"] = 9] = "LAST";
|
|
69
69
|
})(PerfCheckpoint || (PerfCheckpoint = {}));
|
|
70
70
|
|
|
71
|
-
// bazel-out/
|
|
71
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/noop.mjs
|
|
72
72
|
var NoopPerfRecorder = class {
|
|
73
73
|
eventCount() {
|
|
74
74
|
}
|
|
@@ -85,7 +85,7 @@ var NoopPerfRecorder = class {
|
|
|
85
85
|
};
|
|
86
86
|
var NOOP_PERF_RECORDER = new NoopPerfRecorder();
|
|
87
87
|
|
|
88
|
-
// bazel-out/
|
|
88
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/clock.mjs
|
|
89
89
|
function mark() {
|
|
90
90
|
return process.hrtime();
|
|
91
91
|
}
|
|
@@ -94,7 +94,7 @@ function timeSinceInMicros(mark2) {
|
|
|
94
94
|
return delta[0] * 1e6 + Math.floor(delta[1] / 1e3);
|
|
95
95
|
}
|
|
96
96
|
|
|
97
|
-
// bazel-out/
|
|
97
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/recorder.mjs
|
|
98
98
|
var ActivePerfRecorder = class {
|
|
99
99
|
constructor(zeroTime) {
|
|
100
100
|
this.zeroTime = zeroTime;
|
|
@@ -203,4 +203,4 @@ export {
|
|
|
203
203
|
* Use of this source code is governed by an MIT-style license that can be
|
|
204
204
|
* found in the LICENSE file at https://angular.io/license
|
|
205
205
|
*/
|
|
206
|
-
//# sourceMappingURL=chunk-
|
|
206
|
+
//# sourceMappingURL=chunk-LC26KH5A.js.map
|
|
File without changes
|