@angular/compiler-cli 18.2.0-rc.0 → 19.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-JN25LQVK.js → chunk-2SSA4Y5F.js} +9 -9
- package/bundles/{chunk-JN25LQVK.js.map → chunk-2SSA4Y5F.js.map} +1 -1
- package/bundles/{chunk-OPQN45UO.js → chunk-JA5OGHV4.js} +2 -2
- package/bundles/chunk-KCKRBU6N.js +1 -1
- package/bundles/{chunk-E3LRITIP.js → chunk-QTQ6EDMV.js} +2 -2
- package/bundles/{chunk-BQJWNGMG.js → chunk-TOHNTVMY.js} +77 -91
- package/bundles/chunk-TOHNTVMY.js.map +6 -0
- package/bundles/{chunk-A35M6UXY.js → chunk-ZHNORXPH.js} +2 -2
- 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/docs/src/entities.d.ts +9 -6
- package/src/ngtsc/docs/src/function_extractor.d.ts +16 -6
- package/src/ngtsc/typecheck/src/expression.d.ts +12 -1
- package/bundles/chunk-BQJWNGMG.js.map +0 -6
- /package/bundles/{chunk-OPQN45UO.js.map → chunk-JA5OGHV4.js.map} +0 -0
- /package/bundles/{chunk-E3LRITIP.js.map → chunk-QTQ6EDMV.js.map} +0 -0
- /package/bundles/{chunk-A35M6UXY.js.map → chunk-ZHNORXPH.js.map} +0 -0
|
@@ -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-JA5OGHV4.js";
|
|
10
|
+
import "../chunk-ZHNORXPH.js";
|
|
11
|
+
import "../chunk-2SSA4Y5F.js";
|
|
12
12
|
import "../chunk-WYWH4ABE.js";
|
|
13
13
|
import "../chunk-ERN7RQQ7.js";
|
|
14
14
|
import "../chunk-3W345P4E.js";
|
|
@@ -6,12 +6,12 @@
|
|
|
6
6
|
import {
|
|
7
7
|
main,
|
|
8
8
|
readCommandLineAndConfiguration
|
|
9
|
-
} from "../../chunk-
|
|
9
|
+
} from "../../chunk-QTQ6EDMV.js";
|
|
10
10
|
import {
|
|
11
11
|
EmitFlags
|
|
12
|
-
} from "../../chunk-
|
|
13
|
-
import "../../chunk-
|
|
14
|
-
import "../../chunk-
|
|
12
|
+
} from "../../chunk-TOHNTVMY.js";
|
|
13
|
+
import "../../chunk-ZHNORXPH.js";
|
|
14
|
+
import "../../chunk-2SSA4Y5F.js";
|
|
15
15
|
import "../../chunk-WYWH4ABE.js";
|
|
16
16
|
import "../../chunk-ERN7RQQ7.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-QTQ6EDMV.js";
|
|
9
|
+
import "../../chunk-TOHNTVMY.js";
|
|
10
|
+
import "../../chunk-ZHNORXPH.js";
|
|
11
|
+
import "../../chunk-2SSA4Y5F.js";
|
|
12
12
|
import "../../chunk-WYWH4ABE.js";
|
|
13
13
|
import "../../chunk-ERN7RQQ7.js";
|
|
14
14
|
import {
|