@angular/compiler-cli 17.3.0-next.1 → 17.3.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-YVYW546M.js → chunk-3ESFLGKJ.js} +61 -31
- package/bundles/chunk-3ESFLGKJ.js.map +6 -0
- package/bundles/{chunk-7VU7HCQZ.js → chunk-6X7GQ6BQ.js} +2 -1
- package/bundles/{chunk-7VU7HCQZ.js.map → chunk-6X7GQ6BQ.js.map} +1 -1
- package/bundles/{chunk-IIZOI4XA.js → chunk-E5DF5SRS.js} +3 -3
- package/bundles/{chunk-FPKC3HSK.js → chunk-GQ63H5AL.js} +2 -2
- package/bundles/{chunk-2CAUFIKU.js → chunk-OXIOYWLB.js} +3 -3
- package/bundles/{chunk-5A5Y7O22.js → chunk-X6GFRI46.js} +187 -132
- package/bundles/chunk-X6GFRI46.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 +6 -6
- package/bundles/linker/babel/index.js +2 -2
- package/bundles/linker/index.js +2 -2
- package/bundles/private/migrations.js +3 -3
- package/bundles/private/tooling.js +3 -3
- package/bundles/src/bin/ng_xi18n.js +5 -5
- package/bundles/src/bin/ngc.js +5 -5
- 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 +9 -4
- package/src/ngtsc/core/src/compiler.d.ts +1 -7
- package/src/ngtsc/reflection/index.d.ts +1 -1
- package/src/ngtsc/reflection/src/type_to_value.d.ts +1 -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-5A5Y7O22.js.map +0 -6
- package/bundles/chunk-YVYW546M.js.map +0 -6
- package/src/ngtsc/typecheck/src/template_semantics.d.ts +0 -21
- /package/bundles/{chunk-IIZOI4XA.js.map → chunk-E5DF5SRS.js.map} +0 -0
- /package/bundles/{chunk-FPKC3HSK.js.map → chunk-GQ63H5AL.js.map} +0 -0
- /package/bundles/{chunk-2CAUFIKU.js.map → chunk-OXIOYWLB.js.map} +0 -0
|
@@ -5,18 +5,18 @@
|
|
|
5
5
|
import {
|
|
6
6
|
PotentialImportKind,
|
|
7
7
|
PotentialImportMode
|
|
8
|
-
} from "../chunk-
|
|
8
|
+
} from "../chunk-YUMIYLNL.js";
|
|
9
9
|
import {
|
|
10
10
|
DynamicValue,
|
|
11
11
|
PartialEvaluator,
|
|
12
12
|
StaticInterpreter,
|
|
13
13
|
forwardRefResolver
|
|
14
|
-
} from "../chunk-
|
|
14
|
+
} from "../chunk-3ESFLGKJ.js";
|
|
15
15
|
import {
|
|
16
16
|
Reference,
|
|
17
17
|
TypeScriptReflectionHost,
|
|
18
18
|
reflectObjectLiteral
|
|
19
|
-
} from "../chunk-
|
|
19
|
+
} from "../chunk-6X7GQ6BQ.js";
|
|
20
20
|
import "../chunk-R4KQI5XI.js";
|
|
21
21
|
import "../chunk-75YFKYUJ.js";
|
|
22
22
|
import "../chunk-XI2RTGAL.js";
|
|
@@ -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-OXIOYWLB.js";
|
|
10
|
+
import "../chunk-3ESFLGKJ.js";
|
|
11
|
+
import "../chunk-6X7GQ6BQ.js";
|
|
12
12
|
import "../chunk-R4KQI5XI.js";
|
|
13
13
|
import "../chunk-75YFKYUJ.js";
|
|
14
14
|
import "../chunk-XI2RTGAL.js";
|
|
@@ -6,13 +6,13 @@
|
|
|
6
6
|
import {
|
|
7
7
|
main,
|
|
8
8
|
readCommandLineAndConfiguration
|
|
9
|
-
} from "../../chunk-
|
|
9
|
+
} from "../../chunk-GQ63H5AL.js";
|
|
10
10
|
import {
|
|
11
11
|
EmitFlags
|
|
12
|
-
} from "../../chunk-
|
|
13
|
-
import "../../chunk-
|
|
14
|
-
import "../../chunk-
|
|
15
|
-
import "../../chunk-
|
|
12
|
+
} from "../../chunk-X6GFRI46.js";
|
|
13
|
+
import "../../chunk-YUMIYLNL.js";
|
|
14
|
+
import "../../chunk-3ESFLGKJ.js";
|
|
15
|
+
import "../../chunk-6X7GQ6BQ.js";
|
|
16
16
|
import "../../chunk-R4KQI5XI.js";
|
|
17
17
|
import {
|
|
18
18
|
NodeJSFileSystem,
|
package/bundles/src/bin/ngc.js
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
import {
|
|
7
7
|
main
|
|
8
|
-
} from "../../chunk-
|
|
9
|
-
import "../../chunk-
|
|
10
|
-
import "../../chunk-
|
|
11
|
-
import "../../chunk-
|
|
12
|
-
import "../../chunk-
|
|
8
|
+
} from "../../chunk-GQ63H5AL.js";
|
|
9
|
+
import "../../chunk-X6GFRI46.js";
|
|
10
|
+
import "../../chunk-YUMIYLNL.js";
|
|
11
|
+
import "../../chunk-3ESFLGKJ.js";
|
|
12
|
+
import "../../chunk-6X7GQ6BQ.js";
|
|
13
13
|
import "../../chunk-R4KQI5XI.js";
|
|
14
14
|
import {
|
|
15
15
|
NodeJSFileSystem,
|