@angular/compiler-cli 20.0.0-next.7 → 20.0.0-next.8
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-BOV3QCZL.js → chunk-6YKQWDSS.js} +3 -3
- package/bundles/{chunk-BNQ3VNZP.js → chunk-AWZM3PZV.js} +35 -18
- package/bundles/chunk-AWZM3PZV.js.map +6 -0
- package/bundles/{chunk-5AFVNN25.js → chunk-EYJS7FMV.js} +2 -2
- package/bundles/{chunk-OBDNP2CK.js → chunk-H7PFOEVE.js} +2 -2
- package/bundles/{chunk-BFF3JTCC.js → chunk-JM3CQZO5.js} +5 -3
- package/bundles/{chunk-BFF3JTCC.js.map → chunk-JM3CQZO5.js.map} +1 -1
- package/bundles/{chunk-QDS4K6PQ.js → chunk-OVF3OTQY.js} +7 -4
- package/bundles/chunk-OVF3OTQY.js.map +6 -0
- package/bundles/{chunk-K6NOY73Y.js → chunk-TM3ZKHZM.js} +3 -3
- package/bundles/index.js +6 -6
- package/bundles/linker/babel/index.js +2 -2
- package/bundles/linker/index.js +2 -2
- package/bundles/private/migrations.js +2 -2
- package/bundles/private/tooling.js +4 -4
- package/bundles/src/bin/ng_xi18n.js +5 -5
- package/bundles/src/bin/ngc.js +5 -5
- package/bundles_metadata.json +1 -1
- package/linker/src/file_linker/partial_linkers/util.d.ts +1 -1
- package/package.json +2 -2
- package/src/ngtsc/docs/src/entities.d.ts +2 -0
- package/src/ngtsc/metadata/src/api.d.ts +1 -0
- package/src/ngtsc/translator/src/api/ast_factory.d.ts +1 -1
- package/bundles/chunk-BNQ3VNZP.js.map +0 -6
- package/bundles/chunk-QDS4K6PQ.js.map +0 -6
- /package/bundles/{chunk-BOV3QCZL.js.map → chunk-6YKQWDSS.js.map} +0 -0
- /package/bundles/{chunk-5AFVNN25.js.map → chunk-EYJS7FMV.js.map} +0 -0
- /package/bundles/{chunk-OBDNP2CK.js.map → chunk-H7PFOEVE.js.map} +0 -0
- /package/bundles/{chunk-K6NOY73Y.js.map → chunk-TM3ZKHZM.js.map} +0 -0
|
@@ -10,7 +10,7 @@ import {
|
|
|
10
10
|
tryParseSignalInputMapping,
|
|
11
11
|
tryParseSignalModelMapping,
|
|
12
12
|
tryParseSignalQueryFromInitializer
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-OVF3OTQY.js";
|
|
14
14
|
import {
|
|
15
15
|
ImportManager,
|
|
16
16
|
ImportedSymbolsTracker,
|
|
@@ -18,7 +18,7 @@ import {
|
|
|
18
18
|
isAliasImportDeclaration,
|
|
19
19
|
loadIsReferencedAliasDeclarationPatch,
|
|
20
20
|
reflectClassMember
|
|
21
|
-
} from "./chunk-
|
|
21
|
+
} from "./chunk-JM3CQZO5.js";
|
|
22
22
|
|
|
23
23
|
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/jit/src/downlevel_decorators_transform.mjs
|
|
24
24
|
import ts from "typescript";
|
|
@@ -536,4 +536,4 @@ export {
|
|
|
536
536
|
* Use of this source code is governed by an MIT-style license that can be
|
|
537
537
|
* found in the LICENSE file at https://angular.dev/license
|
|
538
538
|
*/
|
|
539
|
-
//# sourceMappingURL=chunk-
|
|
539
|
+
//# sourceMappingURL=chunk-TM3ZKHZM.js.map
|
package/bundles/index.js
CHANGED
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
GLOBAL_DEFS_FOR_TERSER,
|
|
7
7
|
GLOBAL_DEFS_FOR_TERSER_WITH_AOT,
|
|
8
8
|
constructorParametersDownlevelTransform
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-EYJS7FMV.js";
|
|
10
10
|
import {
|
|
11
11
|
DEFAULT_ERROR_CODE,
|
|
12
12
|
DecoratorType,
|
|
@@ -33,12 +33,12 @@ import {
|
|
|
33
33
|
isTsDiagnostic,
|
|
34
34
|
performCompilation,
|
|
35
35
|
readConfiguration
|
|
36
|
-
} from "./chunk-
|
|
36
|
+
} from "./chunk-AWZM3PZV.js";
|
|
37
37
|
import {
|
|
38
38
|
angularJitApplicationTransform,
|
|
39
39
|
getDownlevelDecoratorsTransform,
|
|
40
40
|
getInitializerApiJitTransform
|
|
41
|
-
} from "./chunk-
|
|
41
|
+
} from "./chunk-TM3ZKHZM.js";
|
|
42
42
|
import {
|
|
43
43
|
ConsoleLogger,
|
|
44
44
|
LogLevel
|
|
@@ -46,12 +46,12 @@ import {
|
|
|
46
46
|
import {
|
|
47
47
|
OptimizeFor,
|
|
48
48
|
TsCreateProgramDriver
|
|
49
|
-
} from "./chunk-
|
|
49
|
+
} from "./chunk-OVF3OTQY.js";
|
|
50
50
|
import {
|
|
51
51
|
ErrorCode,
|
|
52
52
|
isLocalCompilationDiagnostics,
|
|
53
53
|
ngErrorCode
|
|
54
|
-
} from "./chunk-
|
|
54
|
+
} from "./chunk-JM3CQZO5.js";
|
|
55
55
|
import {
|
|
56
56
|
ActivePerfRecorder,
|
|
57
57
|
PerfPhase
|
|
@@ -82,7 +82,7 @@ import "./chunk-KPQ72R34.js";
|
|
|
82
82
|
|
|
83
83
|
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/version.mjs
|
|
84
84
|
import { Version } from "@angular/compiler";
|
|
85
|
-
var VERSION = new Version("20.0.0-next.
|
|
85
|
+
var VERSION = new Version("20.0.0-next.8");
|
|
86
86
|
|
|
87
87
|
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/tsc_plugin.mjs
|
|
88
88
|
var NgTscPlugin = class {
|
|
@@ -8,13 +8,13 @@ import {
|
|
|
8
8
|
LinkerEnvironment,
|
|
9
9
|
assert,
|
|
10
10
|
isFatalLinkerError
|
|
11
|
-
} from "../../chunk-
|
|
11
|
+
} from "../../chunk-6YKQWDSS.js";
|
|
12
12
|
import {
|
|
13
13
|
ConsoleLogger,
|
|
14
14
|
LogLevel
|
|
15
15
|
} from "../../chunk-GBKXY6BH.js";
|
|
16
16
|
import "../../chunk-5UDS2TPQ.js";
|
|
17
|
-
import "../../chunk-
|
|
17
|
+
import "../../chunk-JM3CQZO5.js";
|
|
18
18
|
import {
|
|
19
19
|
NodeJSFileSystem
|
|
20
20
|
} from "../../chunk-STORTTKY.js";
|
package/bundles/linker/index.js
CHANGED
|
@@ -10,9 +10,9 @@ import {
|
|
|
10
10
|
assert,
|
|
11
11
|
isFatalLinkerError,
|
|
12
12
|
needsLinking
|
|
13
|
-
} from "../chunk-
|
|
13
|
+
} from "../chunk-6YKQWDSS.js";
|
|
14
14
|
import "../chunk-5UDS2TPQ.js";
|
|
15
|
-
import "../chunk-
|
|
15
|
+
import "../chunk-JM3CQZO5.js";
|
|
16
16
|
import "../chunk-STORTTKY.js";
|
|
17
17
|
import "../chunk-KPQ72R34.js";
|
|
18
18
|
export {
|
|
@@ -9,13 +9,13 @@ import {
|
|
|
9
9
|
PotentialImportMode,
|
|
10
10
|
StaticInterpreter,
|
|
11
11
|
createForwardRefResolver
|
|
12
|
-
} from "../chunk-
|
|
12
|
+
} from "../chunk-OVF3OTQY.js";
|
|
13
13
|
import {
|
|
14
14
|
ImportManager,
|
|
15
15
|
Reference,
|
|
16
16
|
TypeScriptReflectionHost,
|
|
17
17
|
reflectObjectLiteral
|
|
18
|
-
} from "../chunk-
|
|
18
|
+
} from "../chunk-JM3CQZO5.js";
|
|
19
19
|
import "../chunk-I6R3GL3L.js";
|
|
20
20
|
import "../chunk-STORTTKY.js";
|
|
21
21
|
import "../chunk-KPQ72R34.js";
|
|
@@ -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-EYJS7FMV.js";
|
|
10
|
+
import "../chunk-TM3ZKHZM.js";
|
|
11
|
+
import "../chunk-OVF3OTQY.js";
|
|
12
|
+
import "../chunk-JM3CQZO5.js";
|
|
13
13
|
import "../chunk-I6R3GL3L.js";
|
|
14
14
|
import "../chunk-STORTTKY.js";
|
|
15
15
|
import "../chunk-KPQ72R34.js";
|
|
@@ -6,13 +6,13 @@
|
|
|
6
6
|
import {
|
|
7
7
|
main,
|
|
8
8
|
readCommandLineAndConfiguration
|
|
9
|
-
} from "../../chunk-
|
|
9
|
+
} from "../../chunk-H7PFOEVE.js";
|
|
10
10
|
import {
|
|
11
11
|
EmitFlags
|
|
12
|
-
} from "../../chunk-
|
|
13
|
-
import "../../chunk-
|
|
14
|
-
import "../../chunk-
|
|
15
|
-
import "../../chunk-
|
|
12
|
+
} from "../../chunk-AWZM3PZV.js";
|
|
13
|
+
import "../../chunk-TM3ZKHZM.js";
|
|
14
|
+
import "../../chunk-OVF3OTQY.js";
|
|
15
|
+
import "../../chunk-JM3CQZO5.js";
|
|
16
16
|
import "../../chunk-I6R3GL3L.js";
|
|
17
17
|
import {
|
|
18
18
|
NodeJSFileSystem,
|
package/bundles/src/bin/ngc.js
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
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-H7PFOEVE.js";
|
|
9
|
+
import "../../chunk-AWZM3PZV.js";
|
|
10
|
+
import "../../chunk-TM3ZKHZM.js";
|
|
11
|
+
import "../../chunk-OVF3OTQY.js";
|
|
12
|
+
import "../../chunk-JM3CQZO5.js";
|
|
13
13
|
import "../../chunk-I6R3GL3L.js";
|
|
14
14
|
import {
|
|
15
15
|
NodeJSFileSystem,
|