@angular/compiler-cli 15.0.0-next.5 → 15.0.0-next.6
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-YEQI6VDV.js → chunk-2LFNJ4YC.js} +45 -20
- package/bundles/chunk-2LFNJ4YC.js.map +6 -0
- package/bundles/{chunk-TF2TR2WS.js → chunk-EQ7NIVSK.js} +2 -1
- package/bundles/chunk-EQ7NIVSK.js.map +6 -0
- package/bundles/{chunk-7YHMCUJT.js → chunk-F526PAOI.js} +1 -4
- package/bundles/chunk-F526PAOI.js.map +6 -0
- package/bundles/{chunk-UZLFREET.js → chunk-GQT3DC2W.js} +3 -3
- package/bundles/{chunk-UZLFREET.js.map → chunk-GQT3DC2W.js.map} +0 -0
- package/bundles/{chunk-FHVSPC32.js → chunk-JH56H6IJ.js} +4 -4
- package/bundles/{chunk-FHVSPC32.js.map → chunk-JH56H6IJ.js.map} +0 -0
- package/bundles/{chunk-LBWAABMF.js → chunk-MYEONJ6Z.js} +3 -3
- package/bundles/{chunk-LBWAABMF.js.map → chunk-MYEONJ6Z.js.map} +0 -0
- package/bundles/{chunk-2RROWOZG.js → chunk-OZI3NCRJ.js} +10 -10
- package/bundles/{chunk-2RROWOZG.js.map → chunk-OZI3NCRJ.js.map} +1 -1
- package/bundles/{chunk-VSAO3EZ7.js → chunk-R4GD76QD.js} +957 -888
- package/bundles/chunk-R4GD76QD.js.map +6 -0
- package/bundles/{chunk-OZM4WUIW.js → chunk-XOVG7LXX.js} +2 -2
- package/bundles/{chunk-OZM4WUIW.js.map → chunk-XOVG7LXX.js.map} +0 -0
- package/bundles/{chunk-XDX5RDY5.js → chunk-ZXBCBXWY.js} +2 -2
- package/bundles/{chunk-XDX5RDY5.js.map → chunk-ZXBCBXWY.js.map} +0 -0
- package/bundles/index.js +7 -7
- package/bundles/linker/babel/index.js +3 -3
- package/bundles/linker/index.js +3 -3
- package/bundles/ngcc/index.js +7 -7
- package/bundles/ngcc/main-ngcc.js +7 -7
- package/bundles/ngcc/src/execution/cluster/ngcc_cluster_worker.js +6 -6
- 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/ngcc/src/analysis/decoration_analyzer.d.ts +2 -1
- package/ngcc/src/packages/build_marker.d.ts +1 -1
- package/package.json +4 -4
- package/src/ngtsc/annotations/common/index.d.ts +1 -0
- package/src/ngtsc/annotations/common/src/diagnostics.d.ts +11 -3
- package/src/ngtsc/annotations/common/src/injectable_registry.d.ts +25 -0
- package/src/ngtsc/annotations/common/src/util.d.ts +1 -0
- package/src/ngtsc/annotations/component/src/handler.d.ts +4 -3
- package/src/ngtsc/annotations/directive/src/handler.d.ts +4 -2
- package/src/ngtsc/annotations/ng_module/src/handler.d.ts +2 -2
- package/src/ngtsc/annotations/src/injectable.d.ts +7 -4
- package/src/ngtsc/annotations/src/pipe.d.ts +2 -1
- package/src/ngtsc/diagnostics/src/error_code.d.ts +5 -0
- package/src/ngtsc/metadata/index.d.ts +2 -2
- package/src/ngtsc/metadata/src/registry.d.ts +1 -12
- package/src/ngtsc/ts_compatibility/src/ts_cross_version_utils.d.ts +0 -9
- package/src/ngtsc/typecheck/api/checker.d.ts +5 -1
- package/src/ngtsc/typecheck/api/scope.d.ts +16 -0
- package/src/ngtsc/typecheck/src/checker.d.ts +2 -1
- package/bundles/chunk-7YHMCUJT.js.map +0 -6
- package/bundles/chunk-TF2TR2WS.js.map +0 -6
- package/bundles/chunk-VSAO3EZ7.js.map +0 -6
- package/bundles/chunk-YEQI6VDV.js.map +0 -6
package/bundles/src/bin/ngc.js
CHANGED
|
@@ -6,12 +6,12 @@
|
|
|
6
6
|
|
|
7
7
|
import {
|
|
8
8
|
main
|
|
9
|
-
} from "../../chunk-
|
|
10
|
-
import "../../chunk-
|
|
11
|
-
import "../../chunk-
|
|
12
|
-
import "../../chunk-
|
|
13
|
-
import "../../chunk-
|
|
14
|
-
import "../../chunk-
|
|
9
|
+
} from "../../chunk-XOVG7LXX.js";
|
|
10
|
+
import "../../chunk-2LFNJ4YC.js";
|
|
11
|
+
import "../../chunk-R4GD76QD.js";
|
|
12
|
+
import "../../chunk-ZXBCBXWY.js";
|
|
13
|
+
import "../../chunk-EQ7NIVSK.js";
|
|
14
|
+
import "../../chunk-F526PAOI.js";
|
|
15
15
|
import {
|
|
16
16
|
NodeJSFileSystem,
|
|
17
17
|
setFileSystem
|