@angular/compiler-cli 16.0.0-next.4 → 16.0.0-next.5
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-BKZMHDOG.js → chunk-76ZWV2KR.js} +4 -4
- package/bundles/{chunk-N6MSUQVH.js → chunk-7PCPPTTO.js} +1 -1
- package/bundles/{chunk-N6MSUQVH.js.map → chunk-7PCPPTTO.js.map} +1 -1
- package/bundles/{chunk-UZSESMCH.js → chunk-B6WD2R2T.js} +3 -1
- package/bundles/chunk-B6WD2R2T.js.map +6 -0
- package/bundles/{chunk-WWVESPME.js → chunk-C4B5W2XC.js} +2 -2
- package/bundles/{chunk-KOYPL546.js → chunk-MNUHP7AS.js} +2 -2
- package/bundles/{chunk-TNNRAQPV.js → chunk-O6RGCXNH.js} +2 -2
- package/bundles/{chunk-4TZUPGBE.js → chunk-SY7FDL66.js} +6 -6
- package/bundles/{chunk-4TZUPGBE.js.map → chunk-SY7FDL66.js.map} +1 -1
- package/bundles/{chunk-J5XCN5DY.js → chunk-VFEPUUWJ.js} +12 -9
- package/bundles/chunk-VFEPUUWJ.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/bazel.js +1 -1
- package/bundles/private/migrations.js +4 -4
- package/bundles/private/tooling.js +2 -2
- 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 +2 -2
- package/src/ngtsc/core/src/host.d.ts +2 -2
- package/src/ngtsc/diagnostics/src/error_code.d.ts +12 -0
- package/src/ngtsc/diagnostics/src/extended_template_diagnostic_name.d.ts +2 -1
- package/src/ngtsc/program_driver/src/ts_create_program_driver.d.ts +2 -2
- package/src/ngtsc/typecheck/extended/checks/skip_hydration_not_static/index.d.ts +10 -0
- package/bundles/chunk-J5XCN5DY.js.map +0 -6
- package/bundles/chunk-UZSESMCH.js.map +0 -6
- /package/bundles/{chunk-BKZMHDOG.js.map → chunk-76ZWV2KR.js.map} +0 -0
- /package/bundles/{chunk-WWVESPME.js.map → chunk-C4B5W2XC.js.map} +0 -0
- /package/bundles/{chunk-KOYPL546.js.map → chunk-MNUHP7AS.js.map} +0 -0
- /package/bundles/{chunk-TNNRAQPV.js.map → chunk-O6RGCXNH.js.map} +0 -0
|
@@ -6,15 +6,15 @@
|
|
|
6
6
|
import {
|
|
7
7
|
main,
|
|
8
8
|
readCommandLineAndConfiguration
|
|
9
|
-
} from "../../chunk-
|
|
9
|
+
} from "../../chunk-O6RGCXNH.js";
|
|
10
10
|
import {
|
|
11
11
|
EmitFlags
|
|
12
|
-
} from "../../chunk-
|
|
13
|
-
import "../../chunk-
|
|
12
|
+
} from "../../chunk-VFEPUUWJ.js";
|
|
13
|
+
import "../../chunk-SY7FDL66.js";
|
|
14
14
|
import "../../chunk-QQGJEWBQ.js";
|
|
15
|
-
import "../../chunk-
|
|
16
|
-
import "../../chunk-
|
|
17
|
-
import "../../chunk-
|
|
15
|
+
import "../../chunk-C4B5W2XC.js";
|
|
16
|
+
import "../../chunk-B6WD2R2T.js";
|
|
17
|
+
import "../../chunk-7PCPPTTO.js";
|
|
18
18
|
import {
|
|
19
19
|
NodeJSFileSystem,
|
|
20
20
|
setFileSystem
|
package/bundles/src/bin/ngc.js
CHANGED
|
@@ -5,13 +5,13 @@
|
|
|
5
5
|
|
|
6
6
|
import {
|
|
7
7
|
main
|
|
8
|
-
} from "../../chunk-
|
|
9
|
-
import "../../chunk-
|
|
10
|
-
import "../../chunk-
|
|
8
|
+
} from "../../chunk-O6RGCXNH.js";
|
|
9
|
+
import "../../chunk-VFEPUUWJ.js";
|
|
10
|
+
import "../../chunk-SY7FDL66.js";
|
|
11
11
|
import "../../chunk-QQGJEWBQ.js";
|
|
12
|
-
import "../../chunk-
|
|
13
|
-
import "../../chunk-
|
|
14
|
-
import "../../chunk-
|
|
12
|
+
import "../../chunk-C4B5W2XC.js";
|
|
13
|
+
import "../../chunk-B6WD2R2T.js";
|
|
14
|
+
import "../../chunk-7PCPPTTO.js";
|
|
15
15
|
import {
|
|
16
16
|
NodeJSFileSystem,
|
|
17
17
|
setFileSystem
|