@angular/compiler-cli 20.0.0-rc.1 → 20.0.0-rc.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-TTRWAZF3.js → chunk-6KZLR5QB.js} +27 -17
- package/bundles/chunk-6KZLR5QB.js.map +6 -0
- package/bundles/{chunk-GU2OJWV5.js → chunk-EQBHFEMJ.js} +2 -2
- package/bundles/{chunk-BGRGIORD.js → chunk-KO3EYK2V.js} +2 -2
- package/bundles/{chunk-GTZJJ3FS.js → chunk-N2PFGKJK.js} +2 -2
- package/bundles/{chunk-UWOD5VHW.js → chunk-Q5HXNOYJ.js} +3 -3
- package/bundles/chunk-TQ6LMH6Y.js +1 -1
- package/bundles/index.js +5 -5
- package/bundles/private/migrations.js +1 -1
- package/bundles/private/tooling.js +3 -3
- package/bundles/src/bin/ng_xi18n.js +4 -4
- package/bundles/src/bin/ngc.js +4 -4
- package/bundles_metadata.json +1 -1
- package/linker/src/file_linker/partial_linkers/util.d.ts +1 -1
- package/package.json +3 -3
- package/src/ngtsc/typecheck/src/checker.d.ts +2 -1
- package/bundles/chunk-TTRWAZF3.js.map +0 -6
- /package/bundles/{chunk-GU2OJWV5.js.map → chunk-EQBHFEMJ.js.map} +0 -0
- /package/bundles/{chunk-BGRGIORD.js.map → chunk-KO3EYK2V.js.map} +0 -0
- /package/bundles/{chunk-GTZJJ3FS.js.map → chunk-N2PFGKJK.js.map} +0 -0
- /package/bundles/{chunk-UWOD5VHW.js.map → chunk-Q5HXNOYJ.js.map} +0 -0
|
@@ -12,7 +12,7 @@ import {
|
|
|
12
12
|
formatDiagnostics,
|
|
13
13
|
performCompilation,
|
|
14
14
|
readConfiguration
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-Q5HXNOYJ.js";
|
|
16
16
|
|
|
17
17
|
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/main.mjs
|
|
18
18
|
import ts2 from "typescript";
|
|
@@ -363,4 +363,4 @@ export {
|
|
|
363
363
|
* Use of this source code is governed by an MIT-style license that can be
|
|
364
364
|
* found in the LICENSE file at https://angular.dev/license
|
|
365
365
|
*/
|
|
366
|
-
//# sourceMappingURL=chunk-
|
|
366
|
+
//# sourceMappingURL=chunk-EQBHFEMJ.js.map
|
|
@@ -10,7 +10,7 @@ import {
|
|
|
10
10
|
tryParseSignalInputMapping,
|
|
11
11
|
tryParseSignalModelMapping,
|
|
12
12
|
tryParseSignalQueryFromInitializer
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-6KZLR5QB.js";
|
|
14
14
|
import {
|
|
15
15
|
ImportManager,
|
|
16
16
|
ImportedSymbolsTracker,
|
|
@@ -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-KO3EYK2V.js.map
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
import {
|
|
6
6
|
angularJitApplicationTransform
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-KO3EYK2V.js";
|
|
8
8
|
|
|
9
9
|
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/private/tooling.mjs
|
|
10
10
|
var GLOBAL_DEFS_FOR_TERSER = {
|
|
@@ -31,4 +31,4 @@ export {
|
|
|
31
31
|
* Use of this source code is governed by an MIT-style license that can be
|
|
32
32
|
* found in the LICENSE file at https://angular.dev/license
|
|
33
33
|
*/
|
|
34
|
-
//# sourceMappingURL=chunk-
|
|
34
|
+
//# sourceMappingURL=chunk-N2PFGKJK.js.map
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
import {
|
|
6
6
|
angularJitApplicationTransform
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-KO3EYK2V.js";
|
|
8
8
|
import {
|
|
9
9
|
CompilationMode,
|
|
10
10
|
ComponentDecoratorHandler,
|
|
@@ -51,7 +51,7 @@ import {
|
|
|
51
51
|
retagAllTsFiles,
|
|
52
52
|
tryParseInitializerApi,
|
|
53
53
|
untagAllTsFiles
|
|
54
|
-
} from "./chunk-
|
|
54
|
+
} from "./chunk-6KZLR5QB.js";
|
|
55
55
|
import {
|
|
56
56
|
AbsoluteModuleStrategy,
|
|
57
57
|
AliasStrategy,
|
|
@@ -5228,4 +5228,4 @@ export {
|
|
|
5228
5228
|
* Use of this source code is governed by an MIT-style license that can be
|
|
5229
5229
|
* found in the LICENSE file at https://angular.dev/license
|
|
5230
5230
|
*/
|
|
5231
|
-
//# sourceMappingURL=chunk-
|
|
5231
|
+
//# sourceMappingURL=chunk-Q5HXNOYJ.js.map
|
|
@@ -311,7 +311,7 @@ import { compileDirectiveFromMetadata, makeBindingParser, ParseLocation, ParseSo
|
|
|
311
311
|
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/util.mjs
|
|
312
312
|
import { createMayBeForwardRefExpression, outputAst as o2 } from "@angular/compiler";
|
|
313
313
|
import semver from "semver";
|
|
314
|
-
var PLACEHOLDER_VERSION = "20.0.0-rc.
|
|
314
|
+
var PLACEHOLDER_VERSION = "20.0.0-rc.2";
|
|
315
315
|
function wrapReference(wrapped) {
|
|
316
316
|
return { value: wrapped, type: wrapped };
|
|
317
317
|
}
|
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-N2PFGKJK.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-Q5HXNOYJ.js";
|
|
37
37
|
import {
|
|
38
38
|
angularJitApplicationTransform,
|
|
39
39
|
getDownlevelDecoratorsTransform,
|
|
40
40
|
getInitializerApiJitTransform
|
|
41
|
-
} from "./chunk-
|
|
41
|
+
} from "./chunk-KO3EYK2V.js";
|
|
42
42
|
import {
|
|
43
43
|
ConsoleLogger,
|
|
44
44
|
LogLevel
|
|
@@ -46,7 +46,7 @@ import {
|
|
|
46
46
|
import {
|
|
47
47
|
OptimizeFor,
|
|
48
48
|
TsCreateProgramDriver
|
|
49
|
-
} from "./chunk-
|
|
49
|
+
} from "./chunk-6KZLR5QB.js";
|
|
50
50
|
import {
|
|
51
51
|
ErrorCode,
|
|
52
52
|
isLocalCompilationDiagnostics,
|
|
@@ -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-rc.
|
|
85
|
+
var VERSION = new Version("20.0.0-rc.2");
|
|
86
86
|
|
|
87
87
|
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/tsc_plugin.mjs
|
|
88
88
|
var NgTscPlugin = class {
|
|
@@ -6,9 +6,9 @@ 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-
|
|
9
|
+
} from "../chunk-N2PFGKJK.js";
|
|
10
|
+
import "../chunk-KO3EYK2V.js";
|
|
11
|
+
import "../chunk-6KZLR5QB.js";
|
|
12
12
|
import "../chunk-B24NLAZZ.js";
|
|
13
13
|
import "../chunk-WUCT7QTW.js";
|
|
14
14
|
import "../chunk-WIAPFYJX.js";
|
|
@@ -6,12 +6,12 @@
|
|
|
6
6
|
import {
|
|
7
7
|
main,
|
|
8
8
|
readCommandLineAndConfiguration
|
|
9
|
-
} from "../../chunk-
|
|
9
|
+
} from "../../chunk-EQBHFEMJ.js";
|
|
10
10
|
import {
|
|
11
11
|
EmitFlags
|
|
12
|
-
} from "../../chunk-
|
|
13
|
-
import "../../chunk-
|
|
14
|
-
import "../../chunk-
|
|
12
|
+
} from "../../chunk-Q5HXNOYJ.js";
|
|
13
|
+
import "../../chunk-KO3EYK2V.js";
|
|
14
|
+
import "../../chunk-6KZLR5QB.js";
|
|
15
15
|
import "../../chunk-B24NLAZZ.js";
|
|
16
16
|
import "../../chunk-WUCT7QTW.js";
|
|
17
17
|
import {
|
package/bundles/src/bin/ngc.js
CHANGED
|
@@ -5,10 +5,10 @@
|
|
|
5
5
|
|
|
6
6
|
import {
|
|
7
7
|
main
|
|
8
|
-
} from "../../chunk-
|
|
9
|
-
import "../../chunk-
|
|
10
|
-
import "../../chunk-
|
|
11
|
-
import "../../chunk-
|
|
8
|
+
} from "../../chunk-EQBHFEMJ.js";
|
|
9
|
+
import "../../chunk-Q5HXNOYJ.js";
|
|
10
|
+
import "../../chunk-KO3EYK2V.js";
|
|
11
|
+
import "../../chunk-6KZLR5QB.js";
|
|
12
12
|
import "../../chunk-B24NLAZZ.js";
|
|
13
13
|
import "../../chunk-WUCT7QTW.js";
|
|
14
14
|
import {
|