@angular/compiler-cli 19.0.0 → 19.1.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-6RLW23PZ.js → chunk-5ZWV2XEF.js} +2 -2
- package/bundles/{chunk-WLQBAON6.js → chunk-DHTI5OKE.js} +4 -4
- package/bundles/{chunk-RJMMB5HJ.js → chunk-NFCGJ6UU.js} +2 -2
- package/bundles/chunk-P6YTDBL7.js +1 -1
- package/bundles/{chunk-F33AEX64.js → chunk-W3RHSPCT.js} +2 -2
- package/bundles/{chunk-OM3GHCE5.js → chunk-ZEPJHGBL.js} +16 -7
- package/bundles/chunk-ZEPJHGBL.js.map +6 -0
- package/bundles/index.js +5 -5
- package/bundles/private/migrations.js +1 -1
- package/bundles/private/tooling.js +3 -3
- package/bundles/src/bin/ng_xi18n.js +4 -4
- package/bundles/src/bin/ngc.js +4 -4
- package/bundles_metadata.json +1 -1
- package/linker/src/file_linker/partial_linkers/util.d.ts +1 -1
- package/package.json +3 -3
- package/src/ngtsc/annotations/index.d.ts +1 -1
- package/bundles/chunk-OM3GHCE5.js.map +0 -6
- /package/bundles/{chunk-6RLW23PZ.js.map → chunk-5ZWV2XEF.js.map} +0 -0
- /package/bundles/{chunk-WLQBAON6.js.map → chunk-DHTI5OKE.js.map} +0 -0
- /package/bundles/{chunk-RJMMB5HJ.js.map → chunk-NFCGJ6UU.js.map} +0 -0
- /package/bundles/{chunk-F33AEX64.js.map → chunk-W3RHSPCT.js.map} +0 -0
package/bundles/index.js
CHANGED
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
GLOBAL_DEFS_FOR_TERSER,
|
|
7
7
|
GLOBAL_DEFS_FOR_TERSER_WITH_AOT,
|
|
8
8
|
constructorParametersDownlevelTransform
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-5ZWV2XEF.js";
|
|
10
10
|
import {
|
|
11
11
|
DEFAULT_ERROR_CODE,
|
|
12
12
|
DecoratorType,
|
|
@@ -33,16 +33,16 @@ import {
|
|
|
33
33
|
isTsDiagnostic,
|
|
34
34
|
performCompilation,
|
|
35
35
|
readConfiguration
|
|
36
|
-
} from "./chunk-
|
|
36
|
+
} from "./chunk-DHTI5OKE.js";
|
|
37
37
|
import {
|
|
38
38
|
angularJitApplicationTransform,
|
|
39
39
|
getDownlevelDecoratorsTransform,
|
|
40
40
|
getInitializerApiJitTransform
|
|
41
|
-
} from "./chunk-
|
|
41
|
+
} from "./chunk-NFCGJ6UU.js";
|
|
42
42
|
import {
|
|
43
43
|
OptimizeFor,
|
|
44
44
|
TsCreateProgramDriver
|
|
45
|
-
} from "./chunk-
|
|
45
|
+
} from "./chunk-ZEPJHGBL.js";
|
|
46
46
|
import {
|
|
47
47
|
isLocalCompilationDiagnostics
|
|
48
48
|
} from "./chunk-NC4E5UYB.js";
|
|
@@ -80,7 +80,7 @@ import "./chunk-KPQ72R34.js";
|
|
|
80
80
|
|
|
81
81
|
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/version.mjs
|
|
82
82
|
import { Version } from "@angular/compiler";
|
|
83
|
-
var VERSION = new Version("19.0.0");
|
|
83
|
+
var VERSION = new Version("19.1.0-next.0");
|
|
84
84
|
|
|
85
85
|
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/tsc_plugin.mjs
|
|
86
86
|
var NgTscPlugin = class {
|
|
@@ -6,9 +6,9 @@ import {
|
|
|
6
6
|
GLOBAL_DEFS_FOR_TERSER,
|
|
7
7
|
GLOBAL_DEFS_FOR_TERSER_WITH_AOT,
|
|
8
8
|
constructorParametersDownlevelTransform
|
|
9
|
-
} from "../chunk-
|
|
10
|
-
import "../chunk-
|
|
11
|
-
import "../chunk-
|
|
9
|
+
} from "../chunk-5ZWV2XEF.js";
|
|
10
|
+
import "../chunk-NFCGJ6UU.js";
|
|
11
|
+
import "../chunk-ZEPJHGBL.js";
|
|
12
12
|
import "../chunk-NC4E5UYB.js";
|
|
13
13
|
import "../chunk-Q2WE7ECN.js";
|
|
14
14
|
import "../chunk-37JMVF7H.js";
|
|
@@ -6,12 +6,12 @@
|
|
|
6
6
|
import {
|
|
7
7
|
main,
|
|
8
8
|
readCommandLineAndConfiguration
|
|
9
|
-
} from "../../chunk-
|
|
9
|
+
} from "../../chunk-W3RHSPCT.js";
|
|
10
10
|
import {
|
|
11
11
|
EmitFlags
|
|
12
|
-
} from "../../chunk-
|
|
13
|
-
import "../../chunk-
|
|
14
|
-
import "../../chunk-
|
|
12
|
+
} from "../../chunk-DHTI5OKE.js";
|
|
13
|
+
import "../../chunk-NFCGJ6UU.js";
|
|
14
|
+
import "../../chunk-ZEPJHGBL.js";
|
|
15
15
|
import "../../chunk-NC4E5UYB.js";
|
|
16
16
|
import "../../chunk-Q2WE7ECN.js";
|
|
17
17
|
import {
|
package/bundles/src/bin/ngc.js
CHANGED
|
@@ -5,10 +5,10 @@
|
|
|
5
5
|
|
|
6
6
|
import {
|
|
7
7
|
main
|
|
8
|
-
} from "../../chunk-
|
|
9
|
-
import "../../chunk-
|
|
10
|
-
import "../../chunk-
|
|
11
|
-
import "../../chunk-
|
|
8
|
+
} from "../../chunk-W3RHSPCT.js";
|
|
9
|
+
import "../../chunk-DHTI5OKE.js";
|
|
10
|
+
import "../../chunk-NFCGJ6UU.js";
|
|
11
|
+
import "../../chunk-ZEPJHGBL.js";
|
|
12
12
|
import "../../chunk-NC4E5UYB.js";
|
|
13
13
|
import "../../chunk-Q2WE7ECN.js";
|
|
14
14
|
import {
|