@angular/compiler-cli 16.2.0-next.4 → 16.2.0-rc.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-GRJYX2PA.js → chunk-5GPIY4NW.js} +5 -5
- package/bundles/{chunk-WF3L5COT.js → chunk-CS2FNZXR.js} +774 -47
- package/bundles/chunk-CS2FNZXR.js.map +6 -0
- package/bundles/{chunk-TBUSSXUA.js → chunk-EC5K6QPP.js} +7 -7
- package/bundles/{chunk-SJLWUYXS.js → chunk-EMPTJWPY.js} +5 -7
- package/bundles/chunk-EMPTJWPY.js.map +6 -0
- package/bundles/{chunk-EKTJ7622.js → chunk-GYHDNUIK.js} +7 -7
- package/bundles/{chunk-7PCPPTTO.js → chunk-HJOPJLIM.js} +5 -5
- package/bundles/{chunk-IPC76KA7.js → chunk-LRT6BBZP.js} +8 -8
- package/bundles/{chunk-E72KZKRK.js → chunk-NFCNUCPF.js} +97 -97
- package/bundles/chunk-NFCNUCPF.js.map +6 -0
- package/bundles/{chunk-YZ3WOD5G.js → chunk-NYVNWJZI.js} +207 -111
- package/bundles/chunk-NYVNWJZI.js.map +6 -0
- package/bundles/{chunk-LYJKWJUC.js → chunk-SBDNBITT.js} +3 -3
- package/bundles/{chunk-DKWZY2MH.js → chunk-TU4LAK6J.js} +33 -31
- package/bundles/{chunk-DKWZY2MH.js.map → chunk-TU4LAK6J.js.map} +1 -1
- package/bundles/chunk-UHYH6BYB.js +12 -0
- package/bundles/chunk-UHYH6BYB.js.map +6 -0
- package/bundles/index.js +13 -13
- package/bundles/linker/babel/index.js +13 -13
- package/bundles/linker/index.js +5 -5
- package/bundles/ngcc/index.js +1 -1
- package/bundles/private/bazel.js +1 -1
- package/bundles/private/localize.js +3 -3
- package/bundles/private/migrations.js +7 -8
- package/bundles/private/tooling.js +4 -4
- package/bundles/src/bin/ng_xi18n.js +11 -11
- package/bundles/src/bin/ngc.js +9 -9
- package/bundles_metadata.json +1 -1
- package/package.json +2 -2
- package/src/ngtsc/annotations/component/src/handler.d.ts +8 -2
- package/src/ngtsc/annotations/component/src/metadata.d.ts +1 -1
- package/src/ngtsc/imports/index.d.ts +1 -0
- package/src/ngtsc/imports/src/deferred_symbol_tracker.d.ts +47 -0
- package/src/ngtsc/reflection/src/host.d.ts +4 -0
- package/src/ngtsc/reflection/src/typescript.d.ts +5 -0
- package/bundles/chunk-E72KZKRK.js.map +0 -6
- package/bundles/chunk-NIK4FIWB.js +0 -643
- package/bundles/chunk-NIK4FIWB.js.map +0 -6
- package/bundles/chunk-SJLWUYXS.js.map +0 -6
- package/bundles/chunk-WF3L5COT.js.map +0 -6
- package/bundles/chunk-YZ3WOD5G.js.map +0 -6
- /package/bundles/{chunk-GRJYX2PA.js.map → chunk-5GPIY4NW.js.map} +0 -0
- /package/bundles/{chunk-TBUSSXUA.js.map → chunk-EC5K6QPP.js.map} +0 -0
- /package/bundles/{chunk-EKTJ7622.js.map → chunk-GYHDNUIK.js.map} +0 -0
- /package/bundles/{chunk-7PCPPTTO.js.map → chunk-HJOPJLIM.js.map} +0 -0
- /package/bundles/{chunk-IPC76KA7.js.map → chunk-LRT6BBZP.js.map} +0 -0
- /package/bundles/{chunk-LYJKWJUC.js.map → chunk-SBDNBITT.js.map} +0 -0
|
@@ -6,25 +6,25 @@
|
|
|
6
6
|
import {
|
|
7
7
|
main,
|
|
8
8
|
readCommandLineAndConfiguration
|
|
9
|
-
} from "../../chunk-
|
|
9
|
+
} from "../../chunk-5GPIY4NW.js";
|
|
10
10
|
import {
|
|
11
11
|
EmitFlags
|
|
12
|
-
} from "../../chunk-
|
|
13
|
-
import "../../chunk-
|
|
14
|
-
import "../../chunk-
|
|
15
|
-
import "../../chunk-
|
|
16
|
-
import "../../chunk-
|
|
17
|
-
import "../../chunk-
|
|
12
|
+
} from "../../chunk-NFCNUCPF.js";
|
|
13
|
+
import "../../chunk-NYVNWJZI.js";
|
|
14
|
+
import "../../chunk-UHYH6BYB.js";
|
|
15
|
+
import "../../chunk-LRT6BBZP.js";
|
|
16
|
+
import "../../chunk-CS2FNZXR.js";
|
|
17
|
+
import "../../chunk-HJOPJLIM.js";
|
|
18
18
|
import {
|
|
19
19
|
NodeJSFileSystem,
|
|
20
20
|
setFileSystem
|
|
21
|
-
} from "../../chunk-
|
|
21
|
+
} from "../../chunk-EC5K6QPP.js";
|
|
22
22
|
import "../../chunk-SRFZMXHZ.js";
|
|
23
23
|
|
|
24
|
-
// bazel-out/
|
|
24
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/bin/ng_xi18n.mjs
|
|
25
25
|
import "reflect-metadata";
|
|
26
26
|
|
|
27
|
-
// bazel-out/
|
|
27
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/extract_i18n.mjs
|
|
28
28
|
import yargs from "yargs";
|
|
29
29
|
function mainXi18n(args2, consoleError = console.error) {
|
|
30
30
|
const config = readXi18nCommandLineAndConfiguration(args2);
|
|
@@ -47,7 +47,7 @@ function readXi18nCommandLineAndConfiguration(args2) {
|
|
|
47
47
|
return { ...config, emitFlags: EmitFlags.I18nBundle };
|
|
48
48
|
}
|
|
49
49
|
|
|
50
|
-
// bazel-out/
|
|
50
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/bin/ng_xi18n.mjs
|
|
51
51
|
process.title = "Angular i18n Message Extractor (ng-xi18n)";
|
|
52
52
|
var args = process.argv.slice(2);
|
|
53
53
|
setFileSystem(new NodeJSFileSystem());
|
package/bundles/src/bin/ngc.js
CHANGED
|
@@ -5,23 +5,23 @@
|
|
|
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-
|
|
14
|
-
import "../../chunk-
|
|
8
|
+
} from "../../chunk-5GPIY4NW.js";
|
|
9
|
+
import "../../chunk-NFCNUCPF.js";
|
|
10
|
+
import "../../chunk-NYVNWJZI.js";
|
|
11
|
+
import "../../chunk-UHYH6BYB.js";
|
|
12
|
+
import "../../chunk-LRT6BBZP.js";
|
|
13
|
+
import "../../chunk-CS2FNZXR.js";
|
|
14
|
+
import "../../chunk-HJOPJLIM.js";
|
|
15
15
|
import {
|
|
16
16
|
NodeJSFileSystem,
|
|
17
17
|
setFileSystem
|
|
18
|
-
} from "../../chunk-
|
|
18
|
+
} from "../../chunk-EC5K6QPP.js";
|
|
19
19
|
import {
|
|
20
20
|
__require,
|
|
21
21
|
__toESM
|
|
22
22
|
} from "../../chunk-SRFZMXHZ.js";
|
|
23
23
|
|
|
24
|
-
// bazel-out/
|
|
24
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/bin/ngc.mjs
|
|
25
25
|
import "reflect-metadata";
|
|
26
26
|
async function runNgcComamnd() {
|
|
27
27
|
process.title = "Angular Compiler (ngc)";
|