@angular/compiler-cli 16.0.0-next.1 → 16.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-N6MSUQVH.js → chunk-54RHUHYB.js} +5 -5
- package/bundles/{chunk-JKV3J53A.js → chunk-BVXD7IJL.js} +9 -38
- package/bundles/chunk-BVXD7IJL.js.map +6 -0
- package/bundles/{chunk-TBUSSXUA.js → chunk-EC5K6QPP.js} +7 -7
- package/bundles/{chunk-QQGJEWBQ.js → chunk-EDWIBG7R.js} +6 -6
- package/bundles/{chunk-Q2TY6LB3.js → chunk-F6KVOAVN.js} +5 -5
- package/bundles/{chunk-EKTJ7622.js → chunk-GYHDNUIK.js} +7 -7
- package/bundles/{chunk-TK3GHMT6.js → chunk-K2A5WD7L.js} +21 -21
- package/bundles/{chunk-JEQIMWEA.js → chunk-LJFSK6KK.js} +35 -35
- package/bundles/chunk-LJFSK6KK.js.map +6 -0
- package/bundles/{chunk-6PDKXFWN.js → chunk-LLHKY5PL.js} +8 -8
- package/bundles/{chunk-XS6XKZQP.js → chunk-MENJKFAO.js} +196 -130
- package/bundles/chunk-MENJKFAO.js.map +6 -0
- package/bundles/{chunk-IE2WWKOE.js → chunk-OJ24Q4I3.js} +104 -103
- package/bundles/chunk-OJ24Q4I3.js.map +6 -0
- package/bundles/{chunk-LYJKWJUC.js → chunk-SBDNBITT.js} +3 -3
- package/bundles/index.js +13 -13
- package/bundles/linker/babel/index.js +13 -13
- package/bundles/linker/index.js +5 -5
- 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 +4 -4
- package/bundles/src/bin/ng_xi18n.js +11 -11
- package/bundles/src/bin/ngc.js +9 -9
- package/bundles_metadata.json +1 -1
- package/linker/src/ast/ast_value.d.ts +1 -1
- package/package.json +2 -2
- package/src/ngtsc/annotations/component/src/metadata.d.ts +2 -2
- package/src/ngtsc/annotations/directive/src/handler.d.ts +2 -2
- package/src/ngtsc/annotations/directive/src/shared.d.ts +3 -3
- package/src/ngtsc/annotations/directive/src/symbol.d.ts +3 -3
- package/src/ngtsc/metadata/src/api.d.ts +6 -2
- package/src/ngtsc/metadata/src/host_directives_resolver.d.ts +1 -0
- package/src/ngtsc/metadata/src/property_mapping.d.ts +10 -10
- package/src/ngtsc/metadata/src/util.d.ts +2 -2
- package/src/ngtsc/typecheck/api/api.d.ts +2 -2
- package/src/transformers/downlevel_decorators_transform/downlevel_decorators_transform.d.ts +6 -8
- package/bundles/chunk-IE2WWKOE.js.map +0 -6
- package/bundles/chunk-JEQIMWEA.js.map +0 -6
- package/bundles/chunk-JKV3J53A.js.map +0 -6
- package/bundles/chunk-XS6XKZQP.js.map +0 -6
- /package/bundles/{chunk-N6MSUQVH.js.map → chunk-54RHUHYB.js.map} +0 -0
- /package/bundles/{chunk-TBUSSXUA.js.map → chunk-EC5K6QPP.js.map} +0 -0
- /package/bundles/{chunk-QQGJEWBQ.js.map → chunk-EDWIBG7R.js.map} +0 -0
- /package/bundles/{chunk-Q2TY6LB3.js.map → chunk-F6KVOAVN.js.map} +0 -0
- /package/bundles/{chunk-EKTJ7622.js.map → chunk-GYHDNUIK.js.map} +0 -0
- /package/bundles/{chunk-TK3GHMT6.js.map → chunk-K2A5WD7L.js.map} +0 -0
- /package/bundles/{chunk-6PDKXFWN.js.map → chunk-LLHKY5PL.js.map} +0 -0
- /package/bundles/{chunk-LYJKWJUC.js.map → chunk-SBDNBITT.js.map} +0 -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-GYHDNUIK.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,17 +9,17 @@ import {
|
|
|
9
9
|
PotentialImportMode,
|
|
10
10
|
StaticInterpreter,
|
|
11
11
|
forwardRefResolver
|
|
12
|
-
} from "../chunk-
|
|
12
|
+
} from "../chunk-MENJKFAO.js";
|
|
13
13
|
import {
|
|
14
14
|
TypeScriptReflectionHost,
|
|
15
15
|
reflectObjectLiteral
|
|
16
|
-
} from "../chunk-
|
|
17
|
-
import "../chunk-
|
|
16
|
+
} from "../chunk-EDWIBG7R.js";
|
|
17
|
+
import "../chunk-LLHKY5PL.js";
|
|
18
18
|
import {
|
|
19
19
|
Reference
|
|
20
|
-
} from "../chunk-
|
|
21
|
-
import "../chunk-
|
|
22
|
-
import "../chunk-
|
|
20
|
+
} from "../chunk-K2A5WD7L.js";
|
|
21
|
+
import "../chunk-54RHUHYB.js";
|
|
22
|
+
import "../chunk-EC5K6QPP.js";
|
|
23
23
|
import "../chunk-SRFZMXHZ.js";
|
|
24
24
|
export {
|
|
25
25
|
DynamicValue,
|
|
@@ -6,10 +6,10 @@ import {
|
|
|
6
6
|
GLOBAL_DEFS_FOR_TERSER,
|
|
7
7
|
GLOBAL_DEFS_FOR_TERSER_WITH_AOT,
|
|
8
8
|
constructorParametersDownlevelTransform
|
|
9
|
-
} from "../chunk-
|
|
10
|
-
import "../chunk-
|
|
11
|
-
import "../chunk-
|
|
12
|
-
import "../chunk-
|
|
9
|
+
} from "../chunk-BVXD7IJL.js";
|
|
10
|
+
import "../chunk-EDWIBG7R.js";
|
|
11
|
+
import "../chunk-K2A5WD7L.js";
|
|
12
|
+
import "../chunk-EC5K6QPP.js";
|
|
13
13
|
import "../chunk-SRFZMXHZ.js";
|
|
14
14
|
export {
|
|
15
15
|
GLOBAL_DEFS_FOR_TERSER,
|
|
@@ -6,25 +6,25 @@
|
|
|
6
6
|
import {
|
|
7
7
|
main,
|
|
8
8
|
readCommandLineAndConfiguration
|
|
9
|
-
} from "../../chunk-
|
|
9
|
+
} from "../../chunk-F6KVOAVN.js";
|
|
10
10
|
import {
|
|
11
11
|
EmitFlags
|
|
12
|
-
} from "../../chunk-
|
|
13
|
-
import "../../chunk-
|
|
14
|
-
import "../../chunk-
|
|
15
|
-
import "../../chunk-
|
|
16
|
-
import "../../chunk-
|
|
17
|
-
import "../../chunk-
|
|
12
|
+
} from "../../chunk-OJ24Q4I3.js";
|
|
13
|
+
import "../../chunk-MENJKFAO.js";
|
|
14
|
+
import "../../chunk-EDWIBG7R.js";
|
|
15
|
+
import "../../chunk-LLHKY5PL.js";
|
|
16
|
+
import "../../chunk-K2A5WD7L.js";
|
|
17
|
+
import "../../chunk-54RHUHYB.js";
|
|
18
18
|
import {
|
|
19
19
|
NodeJSFileSystem,
|
|
20
20
|
setFileSystem
|
|
21
|
-
} from "../../chunk-
|
|
21
|
+
} from "../../chunk-EC5K6QPP.js";
|
|
22
22
|
import "../../chunk-SRFZMXHZ.js";
|
|
23
23
|
|
|
24
|
-
// bazel-out/
|
|
24
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/bin/ng_xi18n.mjs
|
|
25
25
|
import "reflect-metadata";
|
|
26
26
|
|
|
27
|
-
// bazel-out/
|
|
27
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/extract_i18n.mjs
|
|
28
28
|
import yargs from "yargs";
|
|
29
29
|
function mainXi18n(args2, consoleError = console.error) {
|
|
30
30
|
const config = readXi18nCommandLineAndConfiguration(args2);
|
|
@@ -47,7 +47,7 @@ function readXi18nCommandLineAndConfiguration(args2) {
|
|
|
47
47
|
return { ...config, emitFlags: EmitFlags.I18nBundle };
|
|
48
48
|
}
|
|
49
49
|
|
|
50
|
-
// bazel-out/
|
|
50
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/bin/ng_xi18n.mjs
|
|
51
51
|
process.title = "Angular i18n Message Extractor (ng-xi18n)";
|
|
52
52
|
var args = process.argv.slice(2);
|
|
53
53
|
setFileSystem(new NodeJSFileSystem());
|
package/bundles/src/bin/ngc.js
CHANGED
|
@@ -5,23 +5,23 @@
|
|
|
5
5
|
|
|
6
6
|
import {
|
|
7
7
|
main
|
|
8
|
-
} from "../../chunk-
|
|
9
|
-
import "../../chunk-
|
|
10
|
-
import "../../chunk-
|
|
11
|
-
import "../../chunk-
|
|
12
|
-
import "../../chunk-
|
|
13
|
-
import "../../chunk-
|
|
14
|
-
import "../../chunk-
|
|
8
|
+
} from "../../chunk-F6KVOAVN.js";
|
|
9
|
+
import "../../chunk-OJ24Q4I3.js";
|
|
10
|
+
import "../../chunk-MENJKFAO.js";
|
|
11
|
+
import "../../chunk-EDWIBG7R.js";
|
|
12
|
+
import "../../chunk-LLHKY5PL.js";
|
|
13
|
+
import "../../chunk-K2A5WD7L.js";
|
|
14
|
+
import "../../chunk-54RHUHYB.js";
|
|
15
15
|
import {
|
|
16
16
|
NodeJSFileSystem,
|
|
17
17
|
setFileSystem
|
|
18
|
-
} from "../../chunk-
|
|
18
|
+
} from "../../chunk-EC5K6QPP.js";
|
|
19
19
|
import {
|
|
20
20
|
__require,
|
|
21
21
|
__toESM
|
|
22
22
|
} from "../../chunk-SRFZMXHZ.js";
|
|
23
23
|
|
|
24
|
-
// bazel-out/
|
|
24
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/bin/ngc.mjs
|
|
25
25
|
import "reflect-metadata";
|
|
26
26
|
async function runNgcComamnd() {
|
|
27
27
|
process.title = "Angular Compiler (ngc)";
|