@angular/compiler-cli 17.0.0-next.0 → 17.0.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-HJOPJLIM.js → chunk-7PCPPTTO.js} +5 -5
- package/bundles/{chunk-WFZNEQRO.js → chunk-ABAFIH3N.js} +93 -93
- package/bundles/{chunk-U7JQC45O.js → chunk-BOXNK2F2.js} +119 -86
- package/bundles/{chunk-U7JQC45O.js.map → chunk-BOXNK2F2.js.map} +1 -1
- package/bundles/{chunk-GYHDNUIK.js → chunk-EKTJ7622.js} +7 -7
- package/bundles/{chunk-O44BCL4P.js → chunk-HEDZI6BK.js} +10 -42
- package/bundles/chunk-HEDZI6BK.js.map +6 -0
- package/bundles/{chunk-UHYH6BYB.js → chunk-JZC4T2RR.js} +1 -1
- package/bundles/{chunk-SBDNBITT.js → chunk-LYJKWJUC.js} +3 -3
- package/bundles/{chunk-7AJOGEL7.js → chunk-NGWY7NOB.js} +29 -27
- package/bundles/{chunk-7AJOGEL7.js.map → chunk-NGWY7NOB.js.map} +1 -1
- package/bundles/{chunk-FXPDGYDZ.js → chunk-OYEEKZWP.js} +4 -4
- package/bundles/{chunk-EC5K6QPP.js → chunk-PCMLSPQF.js} +8 -8
- package/bundles/{chunk-P4NPKMGZ.js → chunk-QJNBIBVG.js} +8 -8
- package/bundles/chunk-XI2RTGAL.js +16 -0
- package/bundles/{chunk-FRSHP5TN.js → chunk-Y4VOTDJT.js} +31 -31
- package/bundles/index.js +14 -14
- package/bundles/linker/babel/index.js +14 -14
- package/bundles/linker/index.js +6 -6
- package/bundles/ngcc/index.js +1 -1
- package/bundles/private/bazel.js +2 -2
- package/bundles/private/localize.js +4 -4
- package/bundles/private/migrations.js +7 -7
- package/bundles/private/tooling.js +5 -5
- package/bundles/src/bin/ng_xi18n.js +12 -12
- package/bundles/src/bin/ngc.js +11 -19
- package/bundles/src/bin/ngc.js.map +1 -1
- package/bundles_metadata.json +1 -1
- package/package.json +3 -3
- package/src/main.d.ts +2 -4
- package/src/ngtsc/annotations/component/src/resources.d.ts +3 -2
- package/src/ngtsc/annotations/directive/src/shared.d.ts +1 -0
- package/src/ngtsc/diagnostics/src/error_code.d.ts +11 -1
- package/src/ngtsc/logging/src/console_logger.d.ts +3 -3
- package/bundles/chunk-O44BCL4P.js.map +0 -6
- package/bundles/chunk-SRFZMXHZ.js +0 -35
- /package/bundles/{chunk-HJOPJLIM.js.map → chunk-7PCPPTTO.js.map} +0 -0
- /package/bundles/{chunk-WFZNEQRO.js.map → chunk-ABAFIH3N.js.map} +0 -0
- /package/bundles/{chunk-GYHDNUIK.js.map → chunk-EKTJ7622.js.map} +0 -0
- /package/bundles/{chunk-SRFZMXHZ.js.map → chunk-JZC4T2RR.js.map} +0 -0
- /package/bundles/{chunk-SBDNBITT.js.map → chunk-LYJKWJUC.js.map} +0 -0
- /package/bundles/{chunk-FXPDGYDZ.js.map → chunk-OYEEKZWP.js.map} +0 -0
- /package/bundles/{chunk-EC5K6QPP.js.map → chunk-PCMLSPQF.js.map} +0 -0
- /package/bundles/{chunk-P4NPKMGZ.js.map → chunk-QJNBIBVG.js.map} +0 -0
- /package/bundles/{chunk-UHYH6BYB.js.map → chunk-XI2RTGAL.js.map} +0 -0
- /package/bundles/{chunk-FRSHP5TN.js.map → chunk-Y4VOTDJT.js.map} +0 -0
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
const require = __cjsCompatRequire(import.meta.url);
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
// bazel-out/
|
|
6
|
+
// bazel-out/k8-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/k8-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/k8-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/k8-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());
|
|
@@ -204,4 +204,4 @@ export {
|
|
|
204
204
|
* Use of this source code is governed by an MIT-style license that can be
|
|
205
205
|
* found in the LICENSE file at https://angular.io/license
|
|
206
206
|
*/
|
|
207
|
-
//# sourceMappingURL=chunk-
|
|
207
|
+
//# sourceMappingURL=chunk-7PCPPTTO.js.map
|