@angular/compiler-cli 13.2.0-next.2 → 14.0.0-next.0
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-NU7DCJLY.js → chunk-5CHRTEXL.js} +3 -3
- package/bundles/{chunk-NU7DCJLY.js.map → chunk-5CHRTEXL.js.map} +0 -0
- package/bundles/{chunk-L2JNRKLG.js → chunk-LMCFGUUV.js} +528 -114
- package/bundles/chunk-LMCFGUUV.js.map +6 -0
- package/bundles/{chunk-ZWPDFY6U.js → chunk-OFPFDCGQ.js} +2 -2
- package/bundles/{chunk-ZWPDFY6U.js.map → chunk-OFPFDCGQ.js.map} +0 -0
- package/bundles/chunk-UESD6FVI.js +2 -2
- package/bundles/{chunk-L5DQYLOG.js → chunk-XDGI7TS4.js} +368 -759
- package/bundles/chunk-XDGI7TS4.js.map +6 -0
- package/bundles/{chunk-QGM254OS.js → chunk-XHMJ6POQ.js} +129 -82
- package/bundles/{chunk-QGM254OS.js.map → chunk-XHMJ6POQ.js.map} +2 -2
- package/bundles/index.js +5 -4
- package/bundles/index.js.map +1 -1
- package/bundles/ngcc/index.js +4 -4
- package/bundles/ngcc/main-ngcc.js +4 -4
- package/bundles/ngcc/src/execution/cluster/ngcc_cluster_worker.js +3 -3
- package/bundles/private/migrations.js +1 -1
- package/bundles/src/bin/ng_xi18n.js +3 -3
- package/bundles/src/bin/ngc.js +3 -3
- package/bundles_metadata.json +1 -1
- package/ngcc/src/packages/adjust_cjs_umd_exports.d.ts +17 -0
- package/ngcc/src/packages/build_marker.d.ts +1 -1
- package/ngcc/src/packages/source_file_cache.d.ts +2 -1
- package/package.json +2 -2
- package/bundles/chunk-L2JNRKLG.js.map +0 -6
- package/bundles/chunk-L5DQYLOG.js.map +0 -6
|
@@ -36,7 +36,7 @@ import {
|
|
|
36
36
|
sendMessageToWorker,
|
|
37
37
|
sortTasksByPriority,
|
|
38
38
|
stringifyTask
|
|
39
|
-
} from "./chunk-
|
|
39
|
+
} from "./chunk-XHMJ6POQ.js";
|
|
40
40
|
import {
|
|
41
41
|
LogLevel
|
|
42
42
|
} from "./chunk-SKBLJA43.js";
|
|
@@ -887,7 +887,7 @@ var ProgramBasedEntryPointFinder = class extends TracingEntryPointFinder {
|
|
|
887
887
|
};
|
|
888
888
|
|
|
889
889
|
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/packages/build_marker.mjs
|
|
890
|
-
var NGCC_VERSION = "
|
|
890
|
+
var NGCC_VERSION = "14.0.0-next.0";
|
|
891
891
|
function needsCleaning(packageJson) {
|
|
892
892
|
return Object.values(packageJson.__processed_by_ivy_ngcc__ || {}).some((value) => value !== NGCC_VERSION);
|
|
893
893
|
}
|
|
@@ -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-5CHRTEXL.js.map
|
|
File without changes
|