@angular/compiler-cli 20.1.0-next.2 → 20.1.0-rc.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-OVACIG5Q.js → chunk-2KXD3GSC.js} +3 -3
- package/bundles/{chunk-U5SKOFKE.js → chunk-3NKMA2JO.js} +2 -2
- package/bundles/{chunk-OOYRM3V7.js → chunk-45WGF6MF.js} +85 -85
- package/bundles/{chunk-OOYRM3V7.js.map → chunk-45WGF6MF.js.map} +2 -2
- package/bundles/{chunk-CZ5FD3CS.js → chunk-6ECVYRSU.js} +19 -8
- package/bundles/chunk-6ECVYRSU.js.map +6 -0
- package/bundles/{chunk-N3B6BMGR.js → chunk-FPHHL4UV.js} +45 -34
- package/bundles/{chunk-N3B6BMGR.js.map → chunk-FPHHL4UV.js.map} +1 -1
- package/bundles/{chunk-UMD7AW7S.js → chunk-IRC3OLFO.js} +335 -242
- package/bundles/chunk-IRC3OLFO.js.map +6 -0
- package/bundles/{chunk-NVYT6OPE.js → chunk-PML5JK7B.js} +7 -7
- package/bundles/{chunk-CY4WXRF2.js → chunk-QEIHQPSG.js} +5 -5
- package/bundles/{chunk-FPJJEIPU.js → chunk-SC5ESQGY.js} +11 -11
- package/bundles/{chunk-H5Y7P5GQ.js → chunk-SEKYV57I.js} +3 -3
- package/bundles/{chunk-3AHGFMNS.js → chunk-TPEB2IXF.js} +7 -7
- package/bundles/index.js +12 -12
- package/bundles/linker/babel/index.js +25 -14
- package/bundles/linker/babel/index.js.map +1 -1
- package/bundles/linker/index.js +3 -3
- package/bundles/private/localize.js +4 -4
- package/bundles/private/migrations.js +4 -4
- package/bundles/private/tooling.js +6 -6
- package/bundles/src/bin/ng_xi18n.js +10 -10
- package/bundles/src/bin/ngc.js +8 -8
- package/linker/babel/src/ast/babel_ast_factory.d.ts +1 -1
- package/linker/src/file_linker/partial_linkers/util.d.ts +1 -1
- package/package.json +3 -3
- package/src/ngtsc/annotations/component/src/metadata.d.ts +5 -3
- package/src/ngtsc/annotations/component/src/util.d.ts +5 -5
- package/src/ngtsc/perf/src/api.d.ts +12 -8
- package/src/ngtsc/translator/src/api/ast_factory.d.ts +3 -2
- package/src/ngtsc/translator/src/typescript_ast_factory.d.ts +1 -1
- package/src/ngtsc/typecheck/api/checker.d.ts +3 -2
- package/src/ngtsc/typecheck/api/scope.d.ts +24 -2
- package/src/ngtsc/typecheck/src/checker.d.ts +6 -2
- package/src/ngtsc/typecheck/src/oob.d.ts +7 -4
- package/bundles/chunk-CZ5FD3CS.js.map +0 -6
- package/bundles/chunk-UMD7AW7S.js.map +0 -6
- /package/bundles/{chunk-OVACIG5Q.js.map → chunk-2KXD3GSC.js.map} +0 -0
- /package/bundles/{chunk-U5SKOFKE.js.map → chunk-3NKMA2JO.js.map} +0 -0
- /package/bundles/{chunk-NVYT6OPE.js.map → chunk-PML5JK7B.js.map} +0 -0
- /package/bundles/{chunk-CY4WXRF2.js.map → chunk-QEIHQPSG.js.map} +0 -0
- /package/bundles/{chunk-FPJJEIPU.js.map → chunk-SC5ESQGY.js.map} +0 -0
- /package/bundles/{chunk-H5Y7P5GQ.js.map → chunk-SEKYV57I.js.map} +0 -0
- /package/bundles/{chunk-3AHGFMNS.js.map → chunk-TPEB2IXF.js.map} +0 -0
|
@@ -4,9 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
import {
|
|
6
6
|
angularJitApplicationTransform
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-SC5ESQGY.js";
|
|
8
8
|
|
|
9
|
-
// bazel-out/
|
|
9
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/private/tooling.js
|
|
10
10
|
var GLOBAL_DEFS_FOR_TERSER = {
|
|
11
11
|
ngDevMode: false,
|
|
12
12
|
ngI18nClosureMode: false
|
|
@@ -31,4 +31,4 @@ export {
|
|
|
31
31
|
* Use of this source code is governed by an MIT-style license that can be
|
|
32
32
|
* found in the LICENSE file at https://angular.dev/license
|
|
33
33
|
*/
|
|
34
|
-
//# sourceMappingURL=chunk-
|
|
34
|
+
//# sourceMappingURL=chunk-2KXD3GSC.js.map
|
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
__require
|
|
7
7
|
} from "./chunk-KPQ72R34.js";
|
|
8
8
|
|
|
9
|
-
// bazel-out/
|
|
9
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/node_js_file_system.js
|
|
10
10
|
import fs from "fs";
|
|
11
11
|
import { createRequire } from "module";
|
|
12
12
|
import * as p from "path";
|
|
@@ -120,4 +120,4 @@ export {
|
|
|
120
120
|
* Use of this source code is governed by an MIT-style license that can be
|
|
121
121
|
* found in the LICENSE file at https://angular.dev/license
|
|
122
122
|
*/
|
|
123
|
-
//# sourceMappingURL=chunk-
|
|
123
|
+
//# sourceMappingURL=chunk-3NKMA2JO.js.map
|