@angular/compiler-cli 16.1.0-next.0 → 16.1.0-next.2
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-WOVOJRYO.js → chunk-ADNHTL54.js} +19 -9
- package/bundles/chunk-ADNHTL54.js.map +6 -0
- package/bundles/{chunk-OVMU6P3K.js → chunk-FHTU2HTQ.js} +2 -3
- package/bundles/{chunk-OVMU6P3K.js.map → chunk-FHTU2HTQ.js.map} +1 -1
- package/bundles/{chunk-QCPJUH3P.js → chunk-KKMOMQGE.js} +148 -31
- package/bundles/chunk-KKMOMQGE.js.map +6 -0
- package/bundles/{chunk-VLCBVJOY.js → chunk-LOZJLM26.js} +2 -2
- package/bundles/{chunk-T2BBDUF3.js → chunk-NIK4FIWB.js} +4 -1
- package/bundles/chunk-NIK4FIWB.js.map +6 -0
- package/bundles/{chunk-Q5UROHFU.js → chunk-OGRHCPOV.js} +31 -22
- package/bundles/chunk-OGRHCPOV.js.map +6 -0
- package/bundles/{chunk-64MYZ5SD.js → chunk-SJLWUYXS.js} +3 -3
- package/bundles/{chunk-B6WD2R2T.js → chunk-WF3L5COT.js} +2 -1
- package/bundles/chunk-WF3L5COT.js.map +6 -0
- package/bundles/index.js +7 -7
- package/bundles/linker/babel/index.js +3 -3
- package/bundles/linker/index.js +3 -3
- package/bundles/private/migrations.js +4 -4
- package/bundles/private/tooling.js +3 -3
- package/bundles/src/bin/ng_xi18n.js +6 -6
- package/bundles/src/bin/ngc.js +6 -6
- package/bundles_metadata.json +1 -1
- package/package.json +3 -3
- package/src/ngtsc/annotations/common/index.d.ts +1 -0
- package/src/ngtsc/annotations/common/src/input_transforms.d.ts +11 -0
- package/src/ngtsc/annotations/common/src/util.d.ts +1 -1
- package/src/ngtsc/diagnostics/src/error_code.d.ts +5 -0
- package/src/ngtsc/metadata/src/api.d.ts +6 -0
- package/src/ngtsc/metadata/src/property_mapping.d.ts +3 -2
- package/src/ngtsc/reflection/src/host.d.ts +4 -0
- package/src/ngtsc/transform/src/api.d.ts +1 -1
- package/src/ngtsc/typecheck/api/api.d.ts +1 -2
- package/bundles/chunk-B6WD2R2T.js.map +0 -6
- package/bundles/chunk-Q5UROHFU.js.map +0 -6
- package/bundles/chunk-QCPJUH3P.js.map +0 -6
- package/bundles/chunk-T2BBDUF3.js.map +0 -6
- package/bundles/chunk-WOVOJRYO.js.map +0 -6
- /package/bundles/{chunk-VLCBVJOY.js.map → chunk-LOZJLM26.js.map} +0 -0
- /package/bundles/{chunk-64MYZ5SD.js.map → chunk-SJLWUYXS.js.map} +0 -0
|
@@ -6,14 +6,14 @@
|
|
|
6
6
|
import {
|
|
7
7
|
main,
|
|
8
8
|
readCommandLineAndConfiguration
|
|
9
|
-
} from "../../chunk-
|
|
9
|
+
} from "../../chunk-FHTU2HTQ.js";
|
|
10
10
|
import {
|
|
11
11
|
EmitFlags
|
|
12
|
-
} from "../../chunk-
|
|
13
|
-
import "../../chunk-
|
|
14
|
-
import "../../chunk-
|
|
15
|
-
import "../../chunk-
|
|
16
|
-
import "../../chunk-
|
|
12
|
+
} from "../../chunk-OGRHCPOV.js";
|
|
13
|
+
import "../../chunk-KKMOMQGE.js";
|
|
14
|
+
import "../../chunk-NIK4FIWB.js";
|
|
15
|
+
import "../../chunk-LOZJLM26.js";
|
|
16
|
+
import "../../chunk-WF3L5COT.js";
|
|
17
17
|
import "../../chunk-7PCPPTTO.js";
|
|
18
18
|
import {
|
|
19
19
|
NodeJSFileSystem,
|
package/bundles/src/bin/ngc.js
CHANGED
|
@@ -5,12 +5,12 @@
|
|
|
5
5
|
|
|
6
6
|
import {
|
|
7
7
|
main
|
|
8
|
-
} from "../../chunk-
|
|
9
|
-
import "../../chunk-
|
|
10
|
-
import "../../chunk-
|
|
11
|
-
import "../../chunk-
|
|
12
|
-
import "../../chunk-
|
|
13
|
-
import "../../chunk-
|
|
8
|
+
} from "../../chunk-FHTU2HTQ.js";
|
|
9
|
+
import "../../chunk-OGRHCPOV.js";
|
|
10
|
+
import "../../chunk-KKMOMQGE.js";
|
|
11
|
+
import "../../chunk-NIK4FIWB.js";
|
|
12
|
+
import "../../chunk-LOZJLM26.js";
|
|
13
|
+
import "../../chunk-WF3L5COT.js";
|
|
14
14
|
import "../../chunk-7PCPPTTO.js";
|
|
15
15
|
import {
|
|
16
16
|
NodeJSFileSystem,
|