@angular/compiler-cli 15.0.1 → 15.0.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-XVHC4VAO.js → chunk-4F26FKLW.js} +5 -5
- package/bundles/{chunk-XVHC4VAO.js.map → chunk-4F26FKLW.js.map} +0 -0
- package/bundles/{chunk-J6BGLPIM.js → chunk-AJ45MVZF.js} +102 -99
- package/bundles/{chunk-J6BGLPIM.js.map → chunk-AJ45MVZF.js.map} +1 -1
- package/bundles/{chunk-22N3RTKA.js → chunk-ALSLKTUB.js} +7 -7
- package/bundles/{chunk-22N3RTKA.js.map → chunk-ALSLKTUB.js.map} +0 -0
- package/bundles/{chunk-C3UJTEDQ.js → chunk-B342SSHT.js} +5 -5
- package/bundles/{chunk-C3UJTEDQ.js.map → chunk-B342SSHT.js.map} +0 -0
- package/bundles/{chunk-VOEFUUJH.js → chunk-DLVFMDSC.js} +2 -2
- package/bundles/{chunk-VOEFUUJH.js.map → chunk-DLVFMDSC.js.map} +0 -0
- package/bundles/{chunk-UUIUKASM.js → chunk-DSVWG4QJ.js} +2 -2
- package/bundles/{chunk-UUIUKASM.js.map → chunk-DSVWG4QJ.js.map} +0 -0
- package/bundles/{chunk-NXGWYLNC.js → chunk-E7DPJFUS.js} +7 -7
- package/bundles/{chunk-NXGWYLNC.js.map → chunk-E7DPJFUS.js.map} +0 -0
- package/bundles/{chunk-5S4T5JRZ.js → chunk-EUEL67MF.js} +77 -73
- package/bundles/chunk-EUEL67MF.js.map +6 -0
- package/bundles/{chunk-GIA6ASYG.js → chunk-JGWOWDGB.js} +7 -7
- package/bundles/{chunk-GIA6ASYG.js.map → chunk-JGWOWDGB.js.map} +0 -0
- package/bundles/{chunk-NAJWFXRP.js → chunk-LZ6AHL2G.js} +40 -40
- package/bundles/{chunk-NAJWFXRP.js.map → chunk-LZ6AHL2G.js.map} +0 -0
- package/bundles/{chunk-FPQZA7NP.js → chunk-OFXSI6E3.js} +3 -3
- package/bundles/{chunk-FPQZA7NP.js.map → chunk-OFXSI6E3.js.map} +0 -0
- package/bundles/{chunk-JY5KP5YT.js → chunk-QVO57CDR.js} +4 -4
- package/bundles/{chunk-JY5KP5YT.js.map → chunk-QVO57CDR.js.map} +0 -0
- package/bundles/{chunk-LHZD6YT2.js → chunk-R3UUI3WU.js} +31 -31
- package/bundles/{chunk-LHZD6YT2.js.map → chunk-R3UUI3WU.js.map} +0 -0
- package/bundles/{chunk-RRZN7SI2.js → chunk-SZALNEID.js} +71 -71
- package/bundles/{chunk-RRZN7SI2.js.map → chunk-SZALNEID.js.map} +0 -0
- package/bundles/{chunk-TZNP5L2W.js → chunk-TOW3O33K.js} +26 -26
- package/bundles/{chunk-TZNP5L2W.js.map → chunk-TOW3O33K.js.map} +0 -0
- package/bundles/{chunk-OKDR75TI.js → chunk-TTNJEW7O.js} +7 -7
- package/bundles/{chunk-OKDR75TI.js.map → chunk-TTNJEW7O.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/src/ngtsc/typecheck/api/scope.d.ts +1 -1
- package/bundles/chunk-5S4T5JRZ.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-JGWOWDGB.js";
|
|
11
|
+
import "../chunk-ALSLKTUB.js";
|
|
12
|
+
import "../chunk-DSVWG4QJ.js";
|
|
13
13
|
import "../chunk-NDREJTCS.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-B342SSHT.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-AJ45MVZF.js";
|
|
14
|
+
import "../../chunk-EUEL67MF.js";
|
|
15
|
+
import "../../chunk-ALSLKTUB.js";
|
|
16
|
+
import "../../chunk-TOW3O33K.js";
|
|
17
|
+
import "../../chunk-DSVWG4QJ.js";
|
|
18
18
|
import {
|
|
19
19
|
NodeJSFileSystem,
|
|
20
20
|
setFileSystem
|
|
21
|
-
} from "../../chunk-
|
|
22
|
-
import "../../chunk-
|
|
21
|
+
} from "../../chunk-E7DPJFUS.js";
|
|
22
|
+
import "../../chunk-4F26FKLW.js";
|
|
23
23
|
import "../../chunk-NDREJTCS.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-B342SSHT.js";
|
|
10
|
+
import "../../chunk-AJ45MVZF.js";
|
|
11
|
+
import "../../chunk-EUEL67MF.js";
|
|
12
|
+
import "../../chunk-ALSLKTUB.js";
|
|
13
|
+
import "../../chunk-TOW3O33K.js";
|
|
14
|
+
import "../../chunk-DSVWG4QJ.js";
|
|
15
15
|
import {
|
|
16
16
|
NodeJSFileSystem,
|
|
17
17
|
setFileSystem
|
|
18
|
-
} from "../../chunk-
|
|
19
|
-
import "../../chunk-
|
|
18
|
+
} from "../../chunk-E7DPJFUS.js";
|
|
19
|
+
import "../../chunk-4F26FKLW.js";
|
|
20
20
|
import {
|
|
21
21
|
__require,
|
|
22
22
|
__toESM
|
|
23
23
|
} from "../../chunk-NDREJTCS.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)";
|