@angular/compiler-cli 14.2.3 → 14.2.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-RCXOJZDO.js → chunk-2HPI44CB.js} +5 -5
- package/bundles/{chunk-RCXOJZDO.js.map → chunk-2HPI44CB.js.map} +0 -0
- package/bundles/{chunk-CQCM2MKZ.js → chunk-2VBPNPMZ.js} +70 -70
- package/bundles/{chunk-CQCM2MKZ.js.map → chunk-2VBPNPMZ.js.map} +0 -0
- package/bundles/{chunk-DM4TYSFG.js → chunk-7YHMCUJT.js} +2 -2
- package/bundles/{chunk-DM4TYSFG.js.map → chunk-7YHMCUJT.js.map} +0 -0
- package/bundles/{chunk-UQK6FAVE.js → chunk-AE5KHCRE.js} +5 -5
- package/bundles/{chunk-UQK6FAVE.js.map → chunk-AE5KHCRE.js.map} +0 -0
- package/bundles/{chunk-EEHU2KKY.js → chunk-CCZYJWBX.js} +71 -71
- package/bundles/{chunk-EEHU2KKY.js.map → chunk-CCZYJWBX.js.map} +0 -0
- package/bundles/{chunk-56O2PTWU.js → chunk-CYVTLM4Z.js} +7 -7
- package/bundles/{chunk-56O2PTWU.js.map → chunk-CYVTLM4Z.js.map} +0 -0
- package/bundles/{chunk-5FZBUSFV.js → chunk-E7NQQTT7.js} +3 -3
- package/bundles/{chunk-5FZBUSFV.js.map → chunk-E7NQQTT7.js.map} +0 -0
- package/bundles/{chunk-ICPLY7FO.js → chunk-FM6NPN5V.js} +4 -4
- package/bundles/{chunk-ICPLY7FO.js.map → chunk-FM6NPN5V.js.map} +0 -0
- package/bundles/{chunk-IS6SUBRS.js → chunk-L2QFSPXM.js} +31 -31
- package/bundles/{chunk-IS6SUBRS.js.map → chunk-L2QFSPXM.js.map} +0 -0
- package/bundles/{chunk-OFWCUUXP.js → chunk-NYGWZR47.js} +40 -40
- package/bundles/{chunk-OFWCUUXP.js.map → chunk-NYGWZR47.js.map} +0 -0
- package/bundles/{chunk-HMWNYAAE.js → chunk-R3C7RFJ4.js} +2 -2
- package/bundles/{chunk-HMWNYAAE.js.map → chunk-R3C7RFJ4.js.map} +0 -0
- package/bundles/{chunk-3WGLAG5S.js → chunk-RO4YJD54.js} +105 -98
- package/bundles/chunk-RO4YJD54.js.map +6 -0
- package/bundles/{chunk-4NRCP3Y6.js → chunk-TOKOIIBI.js} +7 -7
- package/bundles/{chunk-4NRCP3Y6.js.map → chunk-TOKOIIBI.js.map} +0 -0
- package/bundles/{chunk-JN4TT3OU.js → chunk-UZLFREET.js} +7 -7
- package/bundles/{chunk-JN4TT3OU.js.map → chunk-UZLFREET.js.map} +0 -0
- package/bundles/{chunk-IGUYDR56.js → chunk-WAZH2LJQ.js} +26 -26
- package/bundles/{chunk-IGUYDR56.js.map → chunk-WAZH2LJQ.js.map} +0 -0
- package/bundles/{chunk-MOE5WKIA.js → chunk-XDX5RDY5.js} +7 -7
- package/bundles/{chunk-MOE5WKIA.js.map → chunk-XDX5RDY5.js.map} +0 -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 +13 -13
- package/bundles/ngcc/main-ngcc.js +14 -14
- package/bundles/ngcc/src/execution/cluster/ngcc_cluster_worker.js +14 -14
- package/bundles/ngcc/src/locking/lock_file_with_child_process/ngcc_lock_unlocker.js +4 -4
- 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 +3 -3
- package/bundles/src/bin/ng_xi18n.js +11 -11
- package/bundles/src/bin/ngc.js +9 -9
- package/bundles_metadata.json +1 -1
- package/ngcc/src/packages/build_marker.d.ts +1 -1
- package/package.json +2 -2
- package/bundles/chunk-3WGLAG5S.js.map +0 -6
|
@@ -7,9 +7,9 @@ import {
|
|
|
7
7
|
GLOBAL_DEFS_FOR_TERSER,
|
|
8
8
|
GLOBAL_DEFS_FOR_TERSER_WITH_AOT,
|
|
9
9
|
constructorParametersDownlevelTransform
|
|
10
|
-
} from "../chunk-
|
|
11
|
-
import "../chunk-
|
|
12
|
-
import "../chunk-
|
|
10
|
+
} from "../chunk-UZLFREET.js";
|
|
11
|
+
import "../chunk-XDX5RDY5.js";
|
|
12
|
+
import "../chunk-7YHMCUJT.js";
|
|
13
13
|
import "../chunk-XYNRD7NE.js";
|
|
14
14
|
export {
|
|
15
15
|
GLOBAL_DEFS_FOR_TERSER,
|
|
@@ -7,25 +7,25 @@
|
|
|
7
7
|
import {
|
|
8
8
|
main,
|
|
9
9
|
readCommandLineAndConfiguration
|
|
10
|
-
} from "../../chunk-
|
|
10
|
+
} from "../../chunk-AE5KHCRE.js";
|
|
11
11
|
import {
|
|
12
12
|
EmitFlags
|
|
13
|
-
} from "../../chunk-
|
|
14
|
-
import "../../chunk-
|
|
15
|
-
import "../../chunk-
|
|
16
|
-
import "../../chunk-
|
|
17
|
-
import "../../chunk-
|
|
13
|
+
} from "../../chunk-RO4YJD54.js";
|
|
14
|
+
import "../../chunk-2VBPNPMZ.js";
|
|
15
|
+
import "../../chunk-XDX5RDY5.js";
|
|
16
|
+
import "../../chunk-WAZH2LJQ.js";
|
|
17
|
+
import "../../chunk-7YHMCUJT.js";
|
|
18
18
|
import {
|
|
19
19
|
NodeJSFileSystem,
|
|
20
20
|
setFileSystem
|
|
21
|
-
} from "../../chunk-
|
|
22
|
-
import "../../chunk-
|
|
21
|
+
} from "../../chunk-TOKOIIBI.js";
|
|
22
|
+
import "../../chunk-2HPI44CB.js";
|
|
23
23
|
import "../../chunk-XYNRD7NE.js";
|
|
24
24
|
|
|
25
|
-
// bazel-out/
|
|
25
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/bin/ng_xi18n.mjs
|
|
26
26
|
import "reflect-metadata";
|
|
27
27
|
|
|
28
|
-
// bazel-out/
|
|
28
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/extract_i18n.mjs
|
|
29
29
|
import yargs from "yargs";
|
|
30
30
|
function mainXi18n(args2, consoleError = console.error) {
|
|
31
31
|
const config = readXi18nCommandLineAndConfiguration(args2);
|
|
@@ -48,7 +48,7 @@ function readXi18nCommandLineAndConfiguration(args2) {
|
|
|
48
48
|
return { ...config, emitFlags: EmitFlags.I18nBundle };
|
|
49
49
|
}
|
|
50
50
|
|
|
51
|
-
// bazel-out/
|
|
51
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/bin/ng_xi18n.mjs
|
|
52
52
|
process.title = "Angular i18n Message Extractor (ng-xi18n)";
|
|
53
53
|
var args = process.argv.slice(2);
|
|
54
54
|
setFileSystem(new NodeJSFileSystem());
|
package/bundles/src/bin/ngc.js
CHANGED
|
@@ -6,23 +6,23 @@
|
|
|
6
6
|
|
|
7
7
|
import {
|
|
8
8
|
main
|
|
9
|
-
} from "../../chunk-
|
|
10
|
-
import "../../chunk-
|
|
11
|
-
import "../../chunk-
|
|
12
|
-
import "../../chunk-
|
|
13
|
-
import "../../chunk-
|
|
14
|
-
import "../../chunk-
|
|
9
|
+
} from "../../chunk-AE5KHCRE.js";
|
|
10
|
+
import "../../chunk-RO4YJD54.js";
|
|
11
|
+
import "../../chunk-2VBPNPMZ.js";
|
|
12
|
+
import "../../chunk-XDX5RDY5.js";
|
|
13
|
+
import "../../chunk-WAZH2LJQ.js";
|
|
14
|
+
import "../../chunk-7YHMCUJT.js";
|
|
15
15
|
import {
|
|
16
16
|
NodeJSFileSystem,
|
|
17
17
|
setFileSystem
|
|
18
|
-
} from "../../chunk-
|
|
19
|
-
import "../../chunk-
|
|
18
|
+
} from "../../chunk-TOKOIIBI.js";
|
|
19
|
+
import "../../chunk-2HPI44CB.js";
|
|
20
20
|
import {
|
|
21
21
|
__require,
|
|
22
22
|
__toESM
|
|
23
23
|
} from "../../chunk-XYNRD7NE.js";
|
|
24
24
|
|
|
25
|
-
// bazel-out/
|
|
25
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/bin/ngc.mjs
|
|
26
26
|
import "reflect-metadata";
|
|
27
27
|
async function runNgcComamnd() {
|
|
28
28
|
process.title = "Angular Compiler (ngc)";
|