@angular/compiler-cli 17.3.0-rc.0 → 17.3.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-WYZJV3LZ.js → chunk-3ESFLGKJ.js} +8 -5
- package/bundles/chunk-3ESFLGKJ.js.map +6 -0
- package/bundles/chunk-E5DF5SRS.js +1 -1
- package/bundles/{chunk-MNT5B5MH.js → chunk-F2QV65AH.js} +2 -2
- package/bundles/{chunk-Q4UHSSKO.js → chunk-OXIOYWLB.js} +2 -2
- package/bundles/{chunk-FH3I22MY.js → chunk-VH6EDOMC.js} +211 -136
- package/bundles/chunk-VH6EDOMC.js.map +6 -0
- package/bundles/{chunk-Q5Y7HH3O.js → chunk-YUMIYLNL.js} +1 -1
- package/bundles/{chunk-Q5Y7HH3O.js.map → chunk-YUMIYLNL.js.map} +1 -1
- package/bundles/index.js +5 -5
- package/bundles/private/migrations.js +2 -2
- package/bundles/private/tooling.js +2 -2
- 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 +2 -2
- package/src/ngtsc/annotations/component/src/handler.d.ts +2 -0
- package/src/ngtsc/annotations/directive/src/initializer_functions.d.ts +1 -1
- package/src/ngtsc/core/src/compiler.d.ts +1 -7
- package/src/ngtsc/core/src/core_version.d.ts +11 -0
- package/src/ngtsc/transform/src/api.d.ts +2 -0
- package/src/ngtsc/transform/src/compilation.d.ts +1 -2
- package/src/ngtsc/typecheck/api/checker.d.ts +6 -1
- package/src/ngtsc/typecheck/src/checker.d.ts +2 -1
- package/src/ngtsc/typecheck/src/oob.d.ts +1 -3
- package/src/ngtsc/typecheck/src/symbol_util.d.ts +10 -0
- package/src/ngtsc/typecheck/template_semantics/api/api.d.ts +18 -0
- package/src/ngtsc/typecheck/template_semantics/src/template_semantics_checker.d.ts +15 -0
- package/bundles/chunk-FH3I22MY.js.map +0 -6
- package/bundles/chunk-WYZJV3LZ.js.map +0 -6
- package/src/ngtsc/typecheck/src/template_semantics.d.ts +0 -21
- /package/bundles/{chunk-MNT5B5MH.js.map → chunk-F2QV65AH.js.map} +0 -0
- /package/bundles/{chunk-Q4UHSSKO.js.map → chunk-OXIOYWLB.js.map} +0 -0
|
@@ -6,12 +6,12 @@
|
|
|
6
6
|
import {
|
|
7
7
|
main,
|
|
8
8
|
readCommandLineAndConfiguration
|
|
9
|
-
} from "../../chunk-
|
|
9
|
+
} from "../../chunk-F2QV65AH.js";
|
|
10
10
|
import {
|
|
11
11
|
EmitFlags
|
|
12
|
-
} from "../../chunk-
|
|
13
|
-
import "../../chunk-
|
|
14
|
-
import "../../chunk-
|
|
12
|
+
} from "../../chunk-VH6EDOMC.js";
|
|
13
|
+
import "../../chunk-YUMIYLNL.js";
|
|
14
|
+
import "../../chunk-3ESFLGKJ.js";
|
|
15
15
|
import "../../chunk-6X7GQ6BQ.js";
|
|
16
16
|
import "../../chunk-R4KQI5XI.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-F2QV65AH.js";
|
|
9
|
+
import "../../chunk-VH6EDOMC.js";
|
|
10
|
+
import "../../chunk-YUMIYLNL.js";
|
|
11
|
+
import "../../chunk-3ESFLGKJ.js";
|
|
12
12
|
import "../../chunk-6X7GQ6BQ.js";
|
|
13
13
|
import "../../chunk-R4KQI5XI.js";
|
|
14
14
|
import {
|