@angular/compiler-cli 18.1.0-rc.0 → 18.1.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-OZ2N4CUX.js → chunk-3HOKH37Z.js} +106 -90
- package/bundles/chunk-3HOKH37Z.js.map +6 -0
- package/bundles/{chunk-S6XWL3LN.js → chunk-7SQLBOCA.js} +139 -135
- package/bundles/{chunk-S6XWL3LN.js.map → chunk-7SQLBOCA.js.map} +1 -1
- package/bundles/{chunk-WTQ7UQOL.js → chunk-AOEZR223.js} +43 -43
- package/bundles/{chunk-JZQHA4E7.js → chunk-AQFTVE7F.js} +5 -5
- package/bundles/{chunk-2T3WTZXW.js → chunk-DPZNOSOS.js} +13 -13
- package/bundles/{chunk-TNEE4FUS.js → chunk-HXUTQSG7.js} +31 -31
- package/bundles/{chunk-LM7LLDVD.js → chunk-QUGXFCMD.js} +5 -5
- package/bundles/{chunk-LYJKWJUC.js → chunk-SBDNBITT.js} +3 -3
- package/bundles/{chunk-QYV344EV.js → chunk-WR7TUJ7M.js} +7 -7
- package/bundles/{chunk-3W345P4E.js → chunk-XNL3EK5H.js} +7 -7
- package/bundles/index.js +11 -11
- package/bundles/linker/babel/index.js +12 -12
- package/bundles/linker/index.js +4 -4
- 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 +4 -4
- package/bundles/private/tooling.js +5 -5
- package/bundles/src/bin/ng_xi18n.js +9 -9
- package/bundles/src/bin/ngc.js +7 -7
- package/bundles_metadata.json +1 -1
- package/linker/src/file_linker/partial_linkers/util.d.ts +1 -1
- package/package.json +2 -2
- package/bundles/chunk-OZ2N4CUX.js.map +0 -6
- /package/bundles/{chunk-WTQ7UQOL.js.map → chunk-AOEZR223.js.map} +0 -0
- /package/bundles/{chunk-JZQHA4E7.js.map → chunk-AQFTVE7F.js.map} +0 -0
- /package/bundles/{chunk-2T3WTZXW.js.map → chunk-DPZNOSOS.js.map} +0 -0
- /package/bundles/{chunk-TNEE4FUS.js.map → chunk-HXUTQSG7.js.map} +0 -0
- /package/bundles/{chunk-LM7LLDVD.js.map → chunk-QUGXFCMD.js.map} +0 -0
- /package/bundles/{chunk-LYJKWJUC.js.map → chunk-SBDNBITT.js.map} +0 -0
- /package/bundles/{chunk-QYV344EV.js.map → chunk-WR7TUJ7M.js.map} +0 -0
- /package/bundles/{chunk-3W345P4E.js.map → chunk-XNL3EK5H.js.map} +0 -0
|
@@ -6,23 +6,23 @@
|
|
|
6
6
|
import {
|
|
7
7
|
main,
|
|
8
8
|
readCommandLineAndConfiguration
|
|
9
|
-
} from "../../chunk-
|
|
9
|
+
} from "../../chunk-QUGXFCMD.js";
|
|
10
10
|
import {
|
|
11
11
|
EmitFlags
|
|
12
|
-
} from "../../chunk-
|
|
13
|
-
import "../../chunk-
|
|
14
|
-
import "../../chunk-
|
|
15
|
-
import "../../chunk-
|
|
12
|
+
} from "../../chunk-3HOKH37Z.js";
|
|
13
|
+
import "../../chunk-7SQLBOCA.js";
|
|
14
|
+
import "../../chunk-AOEZR223.js";
|
|
15
|
+
import "../../chunk-AQFTVE7F.js";
|
|
16
16
|
import {
|
|
17
17
|
NodeJSFileSystem,
|
|
18
18
|
setFileSystem
|
|
19
|
-
} from "../../chunk-
|
|
19
|
+
} from "../../chunk-XNL3EK5H.js";
|
|
20
20
|
import "../../chunk-XI2RTGAL.js";
|
|
21
21
|
|
|
22
|
-
// bazel-out/
|
|
22
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/bin/ng_xi18n.mjs
|
|
23
23
|
import "reflect-metadata";
|
|
24
24
|
|
|
25
|
-
// bazel-out/
|
|
25
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/extract_i18n.mjs
|
|
26
26
|
import yargs from "yargs";
|
|
27
27
|
function mainXi18n(args2, consoleError = console.error) {
|
|
28
28
|
const config = readXi18nCommandLineAndConfiguration(args2);
|
|
@@ -45,7 +45,7 @@ function readXi18nCommandLineAndConfiguration(args2) {
|
|
|
45
45
|
return { ...config, emitFlags: EmitFlags.I18nBundle };
|
|
46
46
|
}
|
|
47
47
|
|
|
48
|
-
// bazel-out/
|
|
48
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/bin/ng_xi18n.mjs
|
|
49
49
|
process.title = "Angular i18n Message Extractor (ng-xi18n)";
|
|
50
50
|
var args = process.argv.slice(2);
|
|
51
51
|
setFileSystem(new NodeJSFileSystem());
|
package/bundles/src/bin/ngc.js
CHANGED
|
@@ -5,18 +5,18 @@
|
|
|
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-QUGXFCMD.js";
|
|
9
|
+
import "../../chunk-3HOKH37Z.js";
|
|
10
|
+
import "../../chunk-7SQLBOCA.js";
|
|
11
|
+
import "../../chunk-AOEZR223.js";
|
|
12
|
+
import "../../chunk-AQFTVE7F.js";
|
|
13
13
|
import {
|
|
14
14
|
NodeJSFileSystem,
|
|
15
15
|
setFileSystem
|
|
16
|
-
} from "../../chunk-
|
|
16
|
+
} from "../../chunk-XNL3EK5H.js";
|
|
17
17
|
import "../../chunk-XI2RTGAL.js";
|
|
18
18
|
|
|
19
|
-
// bazel-out/
|
|
19
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/bin/ngc.mjs
|
|
20
20
|
import "reflect-metadata";
|
|
21
21
|
async function runNgcComamnd() {
|
|
22
22
|
process.title = "Angular Compiler (ngc)";
|