@angular/compiler-cli 15.2.0-next.2 → 15.2.0-next.4
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-NEQOZOZQ.js → chunk-64X67E3N.js} +31 -31
- package/bundles/{chunk-NEQOZOZQ.js.map → chunk-64X67E3N.js.map} +0 -0
- package/bundles/{chunk-2NLFVEGY.js → chunk-6ZJFIQBG.js} +7 -7
- package/bundles/{chunk-2NLFVEGY.js.map → chunk-6ZJFIQBG.js.map} +0 -0
- package/bundles/{chunk-B57SP4JB.js → chunk-7DUI3BSX.js} +2 -2
- package/bundles/{chunk-B57SP4JB.js.map → chunk-7DUI3BSX.js.map} +0 -0
- package/bundles/{chunk-JIV4G52G.js → chunk-BEXFRTBC.js} +40 -40
- package/bundles/{chunk-JIV4G52G.js.map → chunk-BEXFRTBC.js.map} +0 -0
- package/bundles/{chunk-TBUSSXUA.js → chunk-EC5K6QPP.js} +7 -7
- package/bundles/{chunk-TBUSSXUA.js.map → chunk-EC5K6QPP.js.map} +0 -0
- package/bundles/{chunk-72YORMPM.js → chunk-HYFCMILZ.js} +105 -96
- package/bundles/{chunk-72YORMPM.js.map → chunk-HYFCMILZ.js.map} +1 -1
- package/bundles/{chunk-TNUB43C4.js → chunk-JYL7IHZC.js} +76 -76
- package/bundles/{chunk-TNUB43C4.js.map → chunk-JYL7IHZC.js.map} +1 -1
- package/bundles/{chunk-YZWN2KWE.js → chunk-NJMZRTB6.js} +5 -5
- package/bundles/{chunk-YZWN2KWE.js.map → chunk-NJMZRTB6.js.map} +0 -0
- package/bundles/{chunk-ZF3IVDQ2.js → chunk-O4JLZZWJ.js} +6 -6
- package/bundles/{chunk-ZF3IVDQ2.js.map → chunk-O4JLZZWJ.js.map} +0 -0
- package/bundles/{chunk-G7ORMRHP.js → chunk-OAZD7RII.js} +70 -70
- package/bundles/{chunk-G7ORMRHP.js.map → chunk-OAZD7RII.js.map} +0 -0
- package/bundles/{chunk-LPXFO4TY.js → chunk-Q6W3UCXI.js} +6 -6
- package/bundles/{chunk-LPXFO4TY.js.map → chunk-Q6W3UCXI.js.map} +0 -0
- package/bundles/{chunk-LYJKWJUC.js → chunk-SBDNBITT.js} +3 -3
- package/bundles/{chunk-LYJKWJUC.js.map → chunk-SBDNBITT.js.map} +0 -0
- package/bundles/{chunk-K7P4IHT5.js → chunk-YRDMG3GM.js} +4 -4
- package/bundles/{chunk-K7P4IHT5.js.map → chunk-YRDMG3GM.js.map} +0 -0
- package/bundles/{chunk-ZOI6L3RR.js → chunk-Z534TW2O.js} +28 -28
- package/bundles/{chunk-ZOI6L3RR.js.map → chunk-Z534TW2O.js.map} +0 -0
- package/bundles/{chunk-KSFQT5FO.js → chunk-ZB4CDKOH.js} +5 -5
- package/bundles/{chunk-KSFQT5FO.js.map → chunk-ZB4CDKOH.js.map} +0 -0
- package/bundles/index.js +12 -12
- package/bundles/linker/babel/index.js +12 -12
- package/bundles/linker/index.js +4 -4
- package/bundles/ngcc/index.js +12 -12
- package/bundles/ngcc/main-ngcc.js +13 -13
- package/bundles/ngcc/src/execution/cluster/ngcc_cluster_worker.js +13 -13
- 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 +5 -5
- package/bundles/private/tooling.js +2 -2
- package/bundles/src/bin/ng_xi18n.js +10 -10
- package/bundles/src/bin/ngc.js +8 -8
- package/bundles_metadata.json +1 -1
- package/index.d.ts +1 -1
- package/ngcc/src/packages/build_marker.d.ts +1 -1
- package/package.json +2 -2
- package/src/ngtsc/tsc_plugin.d.ts +1 -1
- package/src/ngtsc/typecheck/api/scope.d.ts +1 -0
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
import {
|
|
6
6
|
ConsoleLogger,
|
|
7
7
|
LogLevel
|
|
8
|
-
} from "../chunk-
|
|
8
|
+
} from "../chunk-SBDNBITT.js";
|
|
9
9
|
import {
|
|
10
10
|
SourceFile,
|
|
11
11
|
SourceFileLoader
|
|
12
|
-
} from "../chunk-
|
|
12
|
+
} from "../chunk-6ZJFIQBG.js";
|
|
13
13
|
import {
|
|
14
14
|
LogicalFileSystem,
|
|
15
15
|
LogicalProjectPath,
|
|
@@ -30,7 +30,7 @@ import {
|
|
|
30
30
|
resolve,
|
|
31
31
|
setFileSystem,
|
|
32
32
|
toRelativeImport
|
|
33
|
-
} from "../chunk-
|
|
33
|
+
} from "../chunk-EC5K6QPP.js";
|
|
34
34
|
import "../chunk-SRFZMXHZ.js";
|
|
35
35
|
export {
|
|
36
36
|
ConsoleLogger,
|
|
@@ -9,16 +9,16 @@ import {
|
|
|
9
9
|
PotentialImportMode,
|
|
10
10
|
StaticInterpreter,
|
|
11
11
|
forwardRefResolver
|
|
12
|
-
} from "../chunk-
|
|
12
|
+
} from "../chunk-JYL7IHZC.js";
|
|
13
13
|
import {
|
|
14
14
|
TypeScriptReflectionHost,
|
|
15
15
|
reflectObjectLiteral
|
|
16
|
-
} from "../chunk-
|
|
16
|
+
} from "../chunk-O4JLZZWJ.js";
|
|
17
17
|
import {
|
|
18
18
|
Reference
|
|
19
|
-
} from "../chunk-
|
|
20
|
-
import "../chunk-
|
|
21
|
-
import "../chunk-
|
|
19
|
+
} from "../chunk-Z534TW2O.js";
|
|
20
|
+
import "../chunk-EC5K6QPP.js";
|
|
21
|
+
import "../chunk-NJMZRTB6.js";
|
|
22
22
|
import "../chunk-SRFZMXHZ.js";
|
|
23
23
|
export {
|
|
24
24
|
DynamicValue,
|
|
@@ -6,8 +6,8 @@ import {
|
|
|
6
6
|
GLOBAL_DEFS_FOR_TERSER,
|
|
7
7
|
GLOBAL_DEFS_FOR_TERSER_WITH_AOT,
|
|
8
8
|
constructorParametersDownlevelTransform
|
|
9
|
-
} from "../chunk-
|
|
10
|
-
import "../chunk-
|
|
9
|
+
} from "../chunk-Q6W3UCXI.js";
|
|
10
|
+
import "../chunk-O4JLZZWJ.js";
|
|
11
11
|
import "../chunk-SRFZMXHZ.js";
|
|
12
12
|
export {
|
|
13
13
|
GLOBAL_DEFS_FOR_TERSER,
|
|
@@ -6,24 +6,24 @@
|
|
|
6
6
|
import {
|
|
7
7
|
main,
|
|
8
8
|
readCommandLineAndConfiguration
|
|
9
|
-
} from "../../chunk-
|
|
9
|
+
} from "../../chunk-ZB4CDKOH.js";
|
|
10
10
|
import {
|
|
11
11
|
EmitFlags
|
|
12
|
-
} from "../../chunk-
|
|
13
|
-
import "../../chunk-
|
|
14
|
-
import "../../chunk-
|
|
15
|
-
import "../../chunk-
|
|
12
|
+
} from "../../chunk-HYFCMILZ.js";
|
|
13
|
+
import "../../chunk-JYL7IHZC.js";
|
|
14
|
+
import "../../chunk-O4JLZZWJ.js";
|
|
15
|
+
import "../../chunk-Z534TW2O.js";
|
|
16
16
|
import {
|
|
17
17
|
NodeJSFileSystem,
|
|
18
18
|
setFileSystem
|
|
19
|
-
} from "../../chunk-
|
|
20
|
-
import "../../chunk-
|
|
19
|
+
} from "../../chunk-EC5K6QPP.js";
|
|
20
|
+
import "../../chunk-NJMZRTB6.js";
|
|
21
21
|
import "../../chunk-SRFZMXHZ.js";
|
|
22
22
|
|
|
23
|
-
// bazel-out/
|
|
23
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/bin/ng_xi18n.mjs
|
|
24
24
|
import "reflect-metadata";
|
|
25
25
|
|
|
26
|
-
// bazel-out/
|
|
26
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/extract_i18n.mjs
|
|
27
27
|
import yargs from "yargs";
|
|
28
28
|
function mainXi18n(args2, consoleError = console.error) {
|
|
29
29
|
const config = readXi18nCommandLineAndConfiguration(args2);
|
|
@@ -46,7 +46,7 @@ function readXi18nCommandLineAndConfiguration(args2) {
|
|
|
46
46
|
return { ...config, emitFlags: EmitFlags.I18nBundle };
|
|
47
47
|
}
|
|
48
48
|
|
|
49
|
-
// bazel-out/
|
|
49
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/bin/ng_xi18n.mjs
|
|
50
50
|
process.title = "Angular i18n Message Extractor (ng-xi18n)";
|
|
51
51
|
var args = process.argv.slice(2);
|
|
52
52
|
setFileSystem(new NodeJSFileSystem());
|
package/bundles/src/bin/ngc.js
CHANGED
|
@@ -5,22 +5,22 @@
|
|
|
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-ZB4CDKOH.js";
|
|
9
|
+
import "../../chunk-HYFCMILZ.js";
|
|
10
|
+
import "../../chunk-JYL7IHZC.js";
|
|
11
|
+
import "../../chunk-O4JLZZWJ.js";
|
|
12
|
+
import "../../chunk-Z534TW2O.js";
|
|
13
13
|
import {
|
|
14
14
|
NodeJSFileSystem,
|
|
15
15
|
setFileSystem
|
|
16
|
-
} from "../../chunk-
|
|
17
|
-
import "../../chunk-
|
|
16
|
+
} from "../../chunk-EC5K6QPP.js";
|
|
17
|
+
import "../../chunk-NJMZRTB6.js";
|
|
18
18
|
import {
|
|
19
19
|
__require,
|
|
20
20
|
__toESM
|
|
21
21
|
} from "../../chunk-SRFZMXHZ.js";
|
|
22
22
|
|
|
23
|
-
// bazel-out/
|
|
23
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/bin/ngc.mjs
|
|
24
24
|
import "reflect-metadata";
|
|
25
25
|
async function runNgcComamnd() {
|
|
26
26
|
process.title = "Angular Compiler (ngc)";
|