@angular/compiler-cli 20.0.0-next.4 → 20.0.0-next.6
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-4SDRFXKJ.js → chunk-2YHDKFJ5.js} +2 -2
- package/bundles/{chunk-YUAM2GYT.js → chunk-5AFVNN25.js} +2 -2
- package/bundles/{chunk-2DGDPAPS.js → chunk-BFF3JTCC.js} +4 -1
- package/bundles/chunk-BFF3JTCC.js.map +6 -0
- package/bundles/{chunk-DT3KYPVN.js → chunk-BOV3QCZL.js} +3 -3
- package/bundles/{chunk-7CTS3DE5.js → chunk-JSHLK5PX.js} +73 -11
- package/bundles/chunk-JSHLK5PX.js.map +6 -0
- package/bundles/{chunk-HIV6YFKL.js → chunk-K6NOY73Y.js} +3 -3
- package/bundles/{chunk-GDREVFAO.js → chunk-QDS4K6PQ.js} +37 -15
- package/bundles/chunk-QDS4K6PQ.js.map +6 -0
- 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 +3 -3
- package/src/ngtsc/diagnostics/src/error_code.d.ts +17 -0
- package/src/ngtsc/diagnostics/src/extended_template_diagnostic_name.d.ts +1 -0
- package/src/ngtsc/docs/src/enum_extractor.d.ts +1 -1
- package/src/ngtsc/typecheck/extended/checks/uninvoked_track_function/index.d.ts +10 -0
- package/bundles/chunk-2DGDPAPS.js.map +0 -6
- package/bundles/chunk-7CTS3DE5.js.map +0 -6
- package/bundles/chunk-GDREVFAO.js.map +0 -6
- /package/bundles/{chunk-4SDRFXKJ.js.map → chunk-2YHDKFJ5.js.map} +0 -0
- /package/bundles/{chunk-YUAM2GYT.js.map → chunk-5AFVNN25.js.map} +0 -0
- /package/bundles/{chunk-DT3KYPVN.js.map → chunk-BOV3QCZL.js.map} +0 -0
- /package/bundles/{chunk-HIV6YFKL.js.map → chunk-K6NOY73Y.js.map} +0 -0
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-5AFVNN25.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-JSHLK5PX.js";
|
|
37
37
|
import {
|
|
38
38
|
angularJitApplicationTransform,
|
|
39
39
|
getDownlevelDecoratorsTransform,
|
|
40
40
|
getInitializerApiJitTransform
|
|
41
|
-
} from "./chunk-
|
|
41
|
+
} from "./chunk-K6NOY73Y.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-QDS4K6PQ.js";
|
|
50
50
|
import {
|
|
51
51
|
ErrorCode,
|
|
52
52
|
isLocalCompilationDiagnostics,
|
|
53
53
|
ngErrorCode
|
|
54
|
-
} from "./chunk-
|
|
54
|
+
} from "./chunk-BFF3JTCC.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.6");
|
|
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-BOV3QCZL.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-BFF3JTCC.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-BOV3QCZL.js";
|
|
14
14
|
import "../chunk-5UDS2TPQ.js";
|
|
15
|
-
import "../chunk-
|
|
15
|
+
import "../chunk-BFF3JTCC.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-QDS4K6PQ.js";
|
|
13
13
|
import {
|
|
14
14
|
ImportManager,
|
|
15
15
|
Reference,
|
|
16
16
|
TypeScriptReflectionHost,
|
|
17
17
|
reflectObjectLiteral
|
|
18
|
-
} from "../chunk-
|
|
18
|
+
} from "../chunk-BFF3JTCC.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-5AFVNN25.js";
|
|
10
|
+
import "../chunk-K6NOY73Y.js";
|
|
11
|
+
import "../chunk-QDS4K6PQ.js";
|
|
12
|
+
import "../chunk-BFF3JTCC.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-2YHDKFJ5.js";
|
|
10
10
|
import {
|
|
11
11
|
EmitFlags
|
|
12
|
-
} from "../../chunk-
|
|
13
|
-
import "../../chunk-
|
|
14
|
-
import "../../chunk-
|
|
15
|
-
import "../../chunk-
|
|
12
|
+
} from "../../chunk-JSHLK5PX.js";
|
|
13
|
+
import "../../chunk-K6NOY73Y.js";
|
|
14
|
+
import "../../chunk-QDS4K6PQ.js";
|
|
15
|
+
import "../../chunk-BFF3JTCC.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-2YHDKFJ5.js";
|
|
9
|
+
import "../../chunk-JSHLK5PX.js";
|
|
10
|
+
import "../../chunk-K6NOY73Y.js";
|
|
11
|
+
import "../../chunk-QDS4K6PQ.js";
|
|
12
|
+
import "../../chunk-BFF3JTCC.js";
|
|
13
13
|
import "../../chunk-I6R3GL3L.js";
|
|
14
14
|
import {
|
|
15
15
|
NodeJSFileSystem,
|