@angular/compiler-cli 17.0.0-rc.1 → 17.0.0-rc.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-W22VYY2W.js → chunk-3IBJEGH3.js} +5 -5
- package/bundles/{chunk-47YFDVF5.js → chunk-6JN5EFEW.js} +84 -80
- package/bundles/{chunk-47YFDVF5.js.map → chunk-6JN5EFEW.js.map} +1 -1
- package/bundles/{chunk-BBHDYHY4.js → chunk-6WFRHXYB.js} +5 -5
- package/bundles/{chunk-NATK4QBU.js → chunk-CLTYCPJK.js} +27 -27
- package/bundles/{chunk-W653LDC7.js → chunk-CSOLWS7O.js} +7 -7
- package/bundles/{chunk-OULZQUKT.js → chunk-GYHDNUIK.js} +7 -7
- package/bundles/{chunk-UN5ELNTU.js → chunk-KIPH6OCC.js} +396 -352
- package/bundles/chunk-KIPH6OCC.js.map +6 -0
- package/bundles/{chunk-IB7D76E2.js → chunk-QDHJ26RK.js} +224 -154
- package/bundles/chunk-QDHJ26RK.js.map +6 -0
- package/bundles/{chunk-YSUF4ELW.js → chunk-QFTMYSLL.js} +30 -30
- package/bundles/{chunk-CF2CT7RQ.js → chunk-SBDNBITT.js} +3 -3
- package/bundles/{chunk-3O3O4L34.js → chunk-UHYH6BYB.js} +1 -1
- package/bundles/{chunk-L2LBTQAL.js → chunk-VNJI35KB.js} +4 -4
- package/bundles/index.js +15 -13
- package/bundles/index.js.map +1 -1
- 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 +6 -6
- 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/linker/src/file_linker/partial_linkers/util.d.ts +1 -1
- package/package.json +3 -3
- package/src/ngtsc/docs/src/decorator_extractor.d.ts +15 -0
- package/src/ngtsc/docs/src/entities.d.ts +13 -2
- package/src/ngtsc/docs/src/jsdoc_extractor.d.ts +2 -2
- package/src/ngtsc/metadata/src/api.d.ts +1 -1
- package/src/ngtsc/translator/index.d.ts +1 -0
- package/src/ngtsc/typecheck/src/environment.d.ts +2 -2
- package/bundles/chunk-IB7D76E2.js.map +0 -6
- package/bundles/chunk-UN5ELNTU.js.map +0 -6
- /package/bundles/{chunk-W22VYY2W.js.map → chunk-3IBJEGH3.js.map} +0 -0
- /package/bundles/{chunk-BBHDYHY4.js.map → chunk-6WFRHXYB.js.map} +0 -0
- /package/bundles/{chunk-NATK4QBU.js.map → chunk-CLTYCPJK.js.map} +0 -0
- /package/bundles/{chunk-W653LDC7.js.map → chunk-CSOLWS7O.js.map} +0 -0
- /package/bundles/{chunk-OULZQUKT.js.map → chunk-GYHDNUIK.js.map} +0 -0
- /package/bundles/{chunk-YSUF4ELW.js.map → chunk-QFTMYSLL.js.map} +0 -0
- /package/bundles/{chunk-CF2CT7RQ.js.map → chunk-SBDNBITT.js.map} +0 -0
- /package/bundles/{chunk-3O3O4L34.js.map → chunk-UHYH6BYB.js.map} +0 -0
- /package/bundles/{chunk-L2LBTQAL.js.map → chunk-VNJI35KB.js.map} +0 -0
- /package/src/ngtsc/{typecheck → translator}/src/type_emitter.d.ts +0 -0
|
@@ -6,25 +6,25 @@
|
|
|
6
6
|
import {
|
|
7
7
|
main,
|
|
8
8
|
readCommandLineAndConfiguration
|
|
9
|
-
} from "../../chunk-
|
|
9
|
+
} from "../../chunk-6WFRHXYB.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-KIPH6OCC.js";
|
|
13
|
+
import "../../chunk-6JN5EFEW.js";
|
|
14
|
+
import "../../chunk-UHYH6BYB.js";
|
|
15
|
+
import "../../chunk-QDHJ26RK.js";
|
|
16
|
+
import "../../chunk-CLTYCPJK.js";
|
|
17
|
+
import "../../chunk-3IBJEGH3.js";
|
|
18
18
|
import {
|
|
19
19
|
NodeJSFileSystem,
|
|
20
20
|
setFileSystem
|
|
21
|
-
} from "../../chunk-
|
|
21
|
+
} from "../../chunk-CSOLWS7O.js";
|
|
22
22
|
import "../../chunk-XI2RTGAL.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,20 +5,20 @@
|
|
|
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-6WFRHXYB.js";
|
|
9
|
+
import "../../chunk-KIPH6OCC.js";
|
|
10
|
+
import "../../chunk-6JN5EFEW.js";
|
|
11
|
+
import "../../chunk-UHYH6BYB.js";
|
|
12
|
+
import "../../chunk-QDHJ26RK.js";
|
|
13
|
+
import "../../chunk-CLTYCPJK.js";
|
|
14
|
+
import "../../chunk-3IBJEGH3.js";
|
|
15
15
|
import {
|
|
16
16
|
NodeJSFileSystem,
|
|
17
17
|
setFileSystem
|
|
18
|
-
} from "../../chunk-
|
|
18
|
+
} from "../../chunk-CSOLWS7O.js";
|
|
19
19
|
import "../../chunk-XI2RTGAL.js";
|
|
20
20
|
|
|
21
|
-
// bazel-out/
|
|
21
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/bin/ngc.mjs
|
|
22
22
|
import "reflect-metadata";
|
|
23
23
|
async function runNgcComamnd() {
|
|
24
24
|
process.title = "Angular Compiler (ngc)";
|