@angular/compiler-cli 17.3.0-rc.0 → 18.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-Q4UHSSKO.js → chunk-4A7ZWBEL.js} +2 -2
- package/bundles/{chunk-MNT5B5MH.js → chunk-64VF23SF.js} +2 -2
- package/bundles/{chunk-WYZJV3LZ.js → chunk-A46CQFUG.js} +82 -76
- package/bundles/chunk-A46CQFUG.js.map +6 -0
- package/bundles/{chunk-E5DF5SRS.js → chunk-NB6ZWAGP.js} +10 -26
- package/bundles/chunk-NB6ZWAGP.js.map +6 -0
- package/bundles/{chunk-FH3I22MY.js → chunk-SQY7XLGB.js} +196 -142
- package/bundles/chunk-SQY7XLGB.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/linker/babel/index.js +1 -1
- package/bundles/linker/index.js +1 -1
- 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/index.d.ts +1 -1
- package/linker/src/file_linker/partial_linkers/partial_component_linker_1.d.ts +1 -2
- package/linker/src/file_linker/partial_linkers/util.d.ts +1 -2
- package/package.json +2 -2
- package/src/ngtsc/annotations/component/src/handler.d.ts +4 -4
- package/src/ngtsc/annotations/component/src/metadata.d.ts +36 -7
- package/src/ngtsc/annotations/directive/src/handler.d.ts +1 -2
- package/src/ngtsc/annotations/directive/src/initializer_functions.d.ts +1 -1
- package/src/ngtsc/annotations/directive/src/shared.d.ts +1 -1
- package/src/ngtsc/core/api/src/public_options.d.ts +0 -4
- package/src/ngtsc/core/src/compiler.d.ts +1 -7
- 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-E5DF5SRS.js.map +0 -6
- 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-Q4UHSSKO.js.map → chunk-4A7ZWBEL.js.map} +0 -0
- /package/bundles/{chunk-MNT5B5MH.js.map → chunk-64VF23SF.js.map} +0 -0
|
@@ -6,8 +6,8 @@ import {
|
|
|
6
6
|
GLOBAL_DEFS_FOR_TERSER,
|
|
7
7
|
GLOBAL_DEFS_FOR_TERSER_WITH_AOT,
|
|
8
8
|
constructorParametersDownlevelTransform
|
|
9
|
-
} from "../chunk-
|
|
10
|
-
import "../chunk-
|
|
9
|
+
} from "../chunk-4A7ZWBEL.js";
|
|
10
|
+
import "../chunk-A46CQFUG.js";
|
|
11
11
|
import "../chunk-6X7GQ6BQ.js";
|
|
12
12
|
import "../chunk-R4KQI5XI.js";
|
|
13
13
|
import "../chunk-75YFKYUJ.js";
|
|
@@ -6,12 +6,12 @@
|
|
|
6
6
|
import {
|
|
7
7
|
main,
|
|
8
8
|
readCommandLineAndConfiguration
|
|
9
|
-
} from "../../chunk-
|
|
9
|
+
} from "../../chunk-64VF23SF.js";
|
|
10
10
|
import {
|
|
11
11
|
EmitFlags
|
|
12
|
-
} from "../../chunk-
|
|
13
|
-
import "../../chunk-
|
|
14
|
-
import "../../chunk-
|
|
12
|
+
} from "../../chunk-SQY7XLGB.js";
|
|
13
|
+
import "../../chunk-YUMIYLNL.js";
|
|
14
|
+
import "../../chunk-A46CQFUG.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-64VF23SF.js";
|
|
9
|
+
import "../../chunk-SQY7XLGB.js";
|
|
10
|
+
import "../../chunk-YUMIYLNL.js";
|
|
11
|
+
import "../../chunk-A46CQFUG.js";
|
|
12
12
|
import "../../chunk-6X7GQ6BQ.js";
|
|
13
13
|
import "../../chunk-R4KQI5XI.js";
|
|
14
14
|
import {
|