@angular/compiler-cli 15.0.0-next.2 → 15.0.0-next.3
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-S4JINNFN.js → chunk-4NRCP3Y6.js} +7 -7
- package/bundles/{chunk-S4JINNFN.js.map → chunk-4NRCP3Y6.js.map} +0 -0
- package/bundles/{chunk-Z57D3OKU.js → chunk-56O2PTWU.js} +7 -7
- package/bundles/{chunk-Z57D3OKU.js.map → chunk-56O2PTWU.js.map} +0 -0
- package/bundles/{chunk-4SINIALN.js → chunk-5FZBUSFV.js} +3 -3
- package/bundles/{chunk-4SINIALN.js.map → chunk-5FZBUSFV.js.map} +0 -0
- package/bundles/{chunk-IRLRUIPK.js → chunk-A5S5H2MN.js} +71 -71
- package/bundles/{chunk-IRLRUIPK.js.map → chunk-A5S5H2MN.js.map} +0 -0
- package/bundles/{chunk-FJDJLKGN.js → chunk-C7SYDZNO.js} +5 -5
- package/bundles/{chunk-FJDJLKGN.js.map → chunk-C7SYDZNO.js.map} +0 -0
- package/bundles/{chunk-E6XS3AOK.js → chunk-DM4TYSFG.js} +2 -2
- package/bundles/{chunk-E6XS3AOK.js.map → chunk-DM4TYSFG.js.map} +0 -0
- package/bundles/{chunk-CNBHG67Y.js → chunk-ERNK3SQG.js} +31 -31
- package/bundles/{chunk-CNBHG67Y.js.map → chunk-ERNK3SQG.js.map} +0 -0
- package/bundles/{chunk-TQSHBFSH.js → chunk-FPKAMI6D.js} +26 -26
- package/bundles/{chunk-TQSHBFSH.js.map → chunk-FPKAMI6D.js.map} +0 -0
- package/bundles/{chunk-SJL5HBUW.js → chunk-HMWNYAAE.js} +2 -2
- package/bundles/{chunk-SJL5HBUW.js.map → chunk-HMWNYAAE.js.map} +0 -0
- package/bundles/{chunk-N2MCMY3J.js → chunk-ICPLY7FO.js} +4 -4
- package/bundles/{chunk-N2MCMY3J.js.map → chunk-ICPLY7FO.js.map} +0 -0
- package/bundles/{chunk-QUO5TIT7.js → chunk-JN4TT3OU.js} +7 -7
- package/bundles/{chunk-QUO5TIT7.js.map → chunk-JN4TT3OU.js.map} +0 -0
- package/bundles/{chunk-SP2LQH24.js → chunk-JTAGML7U.js} +71 -71
- package/bundles/{chunk-SP2LQH24.js.map → chunk-JTAGML7U.js.map} +0 -0
- package/bundles/{chunk-7D7JVHLL.js → chunk-MOE5WKIA.js} +7 -7
- package/bundles/{chunk-7D7JVHLL.js.map → chunk-MOE5WKIA.js.map} +0 -0
- package/bundles/{chunk-CTEVZGOM.js → chunk-RCXOJZDO.js} +5 -5
- package/bundles/{chunk-CTEVZGOM.js.map → chunk-RCXOJZDO.js.map} +0 -0
- package/bundles/{chunk-AU6X5ZMU.js → chunk-TC3DKEFP.js} +105 -98
- package/bundles/chunk-TC3DKEFP.js.map +6 -0
- package/bundles/{chunk-P4TN5NTV.js → chunk-V7FBNIO3.js} +40 -40
- package/bundles/{chunk-P4TN5NTV.js.map → chunk-V7FBNIO3.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-AU6X5ZMU.js.map +0 -6
package/bundles/private/bazel.js
CHANGED
|
@@ -6,11 +6,11 @@
|
|
|
6
6
|
import {
|
|
7
7
|
ConsoleLogger,
|
|
8
8
|
LogLevel
|
|
9
|
-
} from "../chunk-
|
|
9
|
+
} from "../chunk-5FZBUSFV.js";
|
|
10
10
|
import {
|
|
11
11
|
SourceFile,
|
|
12
12
|
SourceFileLoader
|
|
13
|
-
} from "../chunk-
|
|
13
|
+
} from "../chunk-56O2PTWU.js";
|
|
14
14
|
import {
|
|
15
15
|
LogicalFileSystem,
|
|
16
16
|
LogicalProjectPath,
|
|
@@ -31,7 +31,7 @@ import {
|
|
|
31
31
|
resolve,
|
|
32
32
|
setFileSystem,
|
|
33
33
|
toRelativeImport
|
|
34
|
-
} from "../chunk-
|
|
34
|
+
} from "../chunk-4NRCP3Y6.js";
|
|
35
35
|
import "../chunk-XYNRD7NE.js";
|
|
36
36
|
export {
|
|
37
37
|
ConsoleLogger,
|
|
@@ -8,17 +8,17 @@ import {
|
|
|
8
8
|
PartialEvaluator,
|
|
9
9
|
StaticInterpreter,
|
|
10
10
|
forwardRefResolver
|
|
11
|
-
} from "../chunk-
|
|
11
|
+
} from "../chunk-A5S5H2MN.js";
|
|
12
12
|
import {
|
|
13
13
|
TypeScriptReflectionHost,
|
|
14
14
|
reflectObjectLiteral
|
|
15
|
-
} from "../chunk-
|
|
15
|
+
} from "../chunk-MOE5WKIA.js";
|
|
16
16
|
import {
|
|
17
17
|
Reference
|
|
18
|
-
} from "../chunk-
|
|
19
|
-
import "../chunk-
|
|
20
|
-
import "../chunk-
|
|
21
|
-
import "../chunk-
|
|
18
|
+
} from "../chunk-FPKAMI6D.js";
|
|
19
|
+
import "../chunk-DM4TYSFG.js";
|
|
20
|
+
import "../chunk-4NRCP3Y6.js";
|
|
21
|
+
import "../chunk-RCXOJZDO.js";
|
|
22
22
|
import "../chunk-XYNRD7NE.js";
|
|
23
23
|
export {
|
|
24
24
|
DynamicValue,
|
|
@@ -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-JN4TT3OU.js";
|
|
11
|
+
import "../chunk-MOE5WKIA.js";
|
|
12
|
+
import "../chunk-DM4TYSFG.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-C7SYDZNO.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-TC3DKEFP.js";
|
|
14
|
+
import "../../chunk-A5S5H2MN.js";
|
|
15
|
+
import "../../chunk-MOE5WKIA.js";
|
|
16
|
+
import "../../chunk-FPKAMI6D.js";
|
|
17
|
+
import "../../chunk-DM4TYSFG.js";
|
|
18
18
|
import {
|
|
19
19
|
NodeJSFileSystem,
|
|
20
20
|
setFileSystem
|
|
21
|
-
} from "../../chunk-
|
|
22
|
-
import "../../chunk-
|
|
21
|
+
} from "../../chunk-4NRCP3Y6.js";
|
|
22
|
+
import "../../chunk-RCXOJZDO.js";
|
|
23
23
|
import "../../chunk-XYNRD7NE.js";
|
|
24
24
|
|
|
25
|
-
// bazel-out/
|
|
25
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/bin/ng_xi18n.mjs
|
|
26
26
|
import "reflect-metadata";
|
|
27
27
|
|
|
28
|
-
// bazel-out/
|
|
28
|
+
// bazel-out/darwin_arm64-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/darwin_arm64-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-C7SYDZNO.js";
|
|
10
|
+
import "../../chunk-TC3DKEFP.js";
|
|
11
|
+
import "../../chunk-A5S5H2MN.js";
|
|
12
|
+
import "../../chunk-MOE5WKIA.js";
|
|
13
|
+
import "../../chunk-FPKAMI6D.js";
|
|
14
|
+
import "../../chunk-DM4TYSFG.js";
|
|
15
15
|
import {
|
|
16
16
|
NodeJSFileSystem,
|
|
17
17
|
setFileSystem
|
|
18
|
-
} from "../../chunk-
|
|
19
|
-
import "../../chunk-
|
|
18
|
+
} from "../../chunk-4NRCP3Y6.js";
|
|
19
|
+
import "../../chunk-RCXOJZDO.js";
|
|
20
20
|
import {
|
|
21
21
|
__require,
|
|
22
22
|
__toESM
|
|
23
23
|
} from "../../chunk-XYNRD7NE.js";
|
|
24
24
|
|
|
25
|
-
// bazel-out/
|
|
25
|
+
// bazel-out/darwin_arm64-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)";
|