@angular/compiler-cli 19.1.5 → 19.2.0-next.1
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-KEYCV7GA.js → chunk-2LUVAZUS.js} +3 -3
- package/bundles/{chunk-ADWOXAAC.js → chunk-5COTWN7J.js} +2 -2
- package/bundles/{chunk-DNXA7U6Z.js → chunk-LPSGMAO4.js} +4 -4
- package/bundles/{chunk-DNKJBJUY.js → chunk-NVY57P6E.js} +3 -3
- package/bundles/{chunk-K5NXWRJU.js → chunk-QAZCJIR5.js} +45 -64
- package/bundles/chunk-QAZCJIR5.js.map +6 -0
- package/bundles/{chunk-EEK4TGRE.js → chunk-SLXP6HEG.js} +2 -2
- package/bundles/{chunk-WKHF7UQD.js → chunk-T2AA53RT.js} +33 -15
- package/bundles/{chunk-WKHF7UQD.js.map → chunk-T2AA53RT.js.map} +1 -1
- package/bundles/index.js +6 -6
- package/bundles/linker/babel/index.js +6 -3
- package/bundles/linker/babel/index.js.map +1 -1
- package/bundles/linker/index.js +2 -2
- package/bundles/private/migrations.js +2 -2
- package/bundles/private/tooling.js +4 -4
- 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/babel/src/ast/babel_ast_factory.d.ts +1 -0
- package/linker/src/file_linker/partial_linkers/util.d.ts +1 -1
- package/package.json +2 -2
- package/src/ngtsc/hmr/src/extract_dependencies.d.ts +4 -8
- package/src/ngtsc/hmr/src/metadata.d.ts +1 -2
- package/src/ngtsc/translator/src/api/ast_factory.d.ts +11 -0
- package/src/ngtsc/translator/src/translator.d.ts +4 -1
- package/src/ngtsc/translator/src/typescript_ast_factory.d.ts +1 -0
- package/bundles/chunk-K5NXWRJU.js.map +0 -6
- /package/bundles/{chunk-KEYCV7GA.js.map → chunk-2LUVAZUS.js.map} +0 -0
- /package/bundles/{chunk-ADWOXAAC.js.map → chunk-5COTWN7J.js.map} +0 -0
- /package/bundles/{chunk-DNXA7U6Z.js.map → chunk-LPSGMAO4.js.map} +0 -0
- /package/bundles/{chunk-DNKJBJUY.js.map → chunk-NVY57P6E.js.map} +0 -0
- /package/bundles/{chunk-EEK4TGRE.js.map → chunk-SLXP6HEG.js.map} +0 -0
|
@@ -6,13 +6,13 @@
|
|
|
6
6
|
import {
|
|
7
7
|
main,
|
|
8
8
|
readCommandLineAndConfiguration
|
|
9
|
-
} from "../../chunk-
|
|
9
|
+
} from "../../chunk-5COTWN7J.js";
|
|
10
10
|
import {
|
|
11
11
|
EmitFlags
|
|
12
|
-
} from "../../chunk-
|
|
13
|
-
import "../../chunk-
|
|
14
|
-
import "../../chunk-
|
|
15
|
-
import "../../chunk-
|
|
12
|
+
} from "../../chunk-LPSGMAO4.js";
|
|
13
|
+
import "../../chunk-NVY57P6E.js";
|
|
14
|
+
import "../../chunk-QAZCJIR5.js";
|
|
15
|
+
import "../../chunk-T2AA53RT.js";
|
|
16
16
|
import "../../chunk-I6R3GL3L.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-5COTWN7J.js";
|
|
9
|
+
import "../../chunk-LPSGMAO4.js";
|
|
10
|
+
import "../../chunk-NVY57P6E.js";
|
|
11
|
+
import "../../chunk-QAZCJIR5.js";
|
|
12
|
+
import "../../chunk-T2AA53RT.js";
|
|
13
13
|
import "../../chunk-I6R3GL3L.js";
|
|
14
14
|
import {
|
|
15
15
|
NodeJSFileSystem,
|