@angular/compiler-cli 20.0.0-next.1 → 20.0.0-next.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-QYORKQDN.js → chunk-7HRFJETP.js} +3 -2
- package/bundles/{chunk-QYORKQDN.js.map → chunk-7HRFJETP.js.map} +1 -1
- package/bundles/{chunk-YSSSYIZJ.js → chunk-B73DMM7T.js} +2 -2
- package/bundles/{chunk-PLKJMRGZ.js → chunk-CD575TJ6.js} +276 -205
- package/bundles/chunk-CD575TJ6.js.map +6 -0
- package/bundles/{chunk-SNXU6YPZ.js → chunk-FVYXSSAL.js} +2 -2
- package/bundles/{chunk-SEPXPBD2.js → chunk-PAYJFU4V.js} +3 -3
- package/bundles/{chunk-O2OVHMWL.js → chunk-RFDMMGNB.js} +60 -29
- package/bundles/chunk-RFDMMGNB.js.map +6 -0
- package/bundles/{chunk-UAA7BTBW.js → chunk-SWJRL4N4.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 +4 -4
- 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/private/migrations.d.ts +1 -1
- package/src/ngtsc/annotations/common/src/evaluation.d.ts +1 -1
- package/src/ngtsc/annotations/common/src/util.d.ts +19 -2
- package/src/ngtsc/annotations/component/src/metadata.d.ts +2 -2
- package/src/ngtsc/annotations/component/src/resources.d.ts +3 -2
- package/src/ngtsc/annotations/index.d.ts +1 -1
- package/src/ngtsc/core/api/src/options.d.ts +8 -0
- package/src/ngtsc/core/src/compiler.d.ts +3 -3
- package/src/ngtsc/docs/src/function_extractor.d.ts +1 -1
- package/src/ngtsc/hmr/src/update_declaration.d.ts +3 -2
- package/src/ngtsc/metadata/index.d.ts +1 -1
- package/src/ngtsc/metadata/src/resource_registry.d.ts +9 -8
- package/src/ngtsc/typecheck/api/api.d.ts +22 -24
- package/src/ngtsc/typecheck/api/checker.d.ts +3 -3
- package/src/ngtsc/typecheck/api/context.d.ts +26 -17
- package/src/ngtsc/typecheck/diagnostics/src/diagnostic.d.ts +2 -2
- package/src/ngtsc/typecheck/diagnostics/src/id.d.ts +2 -2
- package/src/ngtsc/typecheck/src/checker.d.ts +6 -6
- package/src/ngtsc/typecheck/src/completion.d.ts +2 -2
- package/src/ngtsc/typecheck/src/context.d.ts +24 -26
- package/src/ngtsc/typecheck/src/diagnostics.d.ts +5 -5
- package/src/ngtsc/typecheck/src/dom.d.ts +5 -5
- package/src/ngtsc/typecheck/src/oob.d.ts +41 -45
- package/src/ngtsc/typecheck/src/source.d.ts +11 -11
- package/src/ngtsc/typecheck/src/tcb_util.d.ts +15 -15
- package/src/ngtsc/typecheck/src/template_symbol_builder.d.ts +3 -3
- package/src/ngtsc/typecheck/src/type_check_block.d.ts +3 -3
- package/bundles/chunk-O2OVHMWL.js.map +0 -6
- package/bundles/chunk-PLKJMRGZ.js.map +0 -6
- /package/bundles/{chunk-YSSSYIZJ.js.map → chunk-B73DMM7T.js.map} +0 -0
- /package/bundles/{chunk-SNXU6YPZ.js.map → chunk-FVYXSSAL.js.map} +0 -0
- /package/bundles/{chunk-SEPXPBD2.js.map → chunk-PAYJFU4V.js.map} +0 -0
- /package/bundles/{chunk-UAA7BTBW.js.map → chunk-SWJRL4N4.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-FVYXSSAL.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-RFDMMGNB.js";
|
|
37
37
|
import {
|
|
38
38
|
angularJitApplicationTransform,
|
|
39
39
|
getDownlevelDecoratorsTransform,
|
|
40
40
|
getInitializerApiJitTransform
|
|
41
|
-
} from "./chunk-
|
|
41
|
+
} from "./chunk-PAYJFU4V.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-CD575TJ6.js";
|
|
50
50
|
import {
|
|
51
51
|
ErrorCode,
|
|
52
52
|
isLocalCompilationDiagnostics,
|
|
53
53
|
ngErrorCode
|
|
54
|
-
} from "./chunk-
|
|
54
|
+
} from "./chunk-7HRFJETP.js";
|
|
55
55
|
import {
|
|
56
56
|
ActivePerfRecorder,
|
|
57
57
|
PerfPhase
|
|
@@ -82,7 +82,7 @@ import "./chunk-KPQ72R34.js";
|
|
|
82
82
|
|
|
83
83
|
// bazel-out/k8-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.2");
|
|
86
86
|
|
|
87
87
|
// bazel-out/k8-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-SWJRL4N4.js";
|
|
12
12
|
import {
|
|
13
13
|
ConsoleLogger,
|
|
14
14
|
LogLevel
|
|
15
15
|
} from "../../chunk-FKXFEX7K.js";
|
|
16
16
|
import "../../chunk-77D5CI2U.js";
|
|
17
|
-
import "../../chunk-
|
|
17
|
+
import "../../chunk-7HRFJETP.js";
|
|
18
18
|
import {
|
|
19
19
|
NodeJSFileSystem
|
|
20
20
|
} from "../../chunk-37JMVF7H.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-SWJRL4N4.js";
|
|
14
14
|
import "../chunk-77D5CI2U.js";
|
|
15
|
-
import "../chunk-
|
|
15
|
+
import "../chunk-7HRFJETP.js";
|
|
16
16
|
import "../chunk-37JMVF7H.js";
|
|
17
17
|
import "../chunk-KPQ72R34.js";
|
|
18
18
|
export {
|
|
@@ -8,14 +8,14 @@ import {
|
|
|
8
8
|
PotentialImportKind,
|
|
9
9
|
PotentialImportMode,
|
|
10
10
|
StaticInterpreter,
|
|
11
|
-
|
|
12
|
-
} from "../chunk-
|
|
11
|
+
createForwardRefResolver
|
|
12
|
+
} from "../chunk-CD575TJ6.js";
|
|
13
13
|
import {
|
|
14
14
|
ImportManager,
|
|
15
15
|
Reference,
|
|
16
16
|
TypeScriptReflectionHost,
|
|
17
17
|
reflectObjectLiteral
|
|
18
|
-
} from "../chunk-
|
|
18
|
+
} from "../chunk-7HRFJETP.js";
|
|
19
19
|
import "../chunk-Q2WE7ECN.js";
|
|
20
20
|
import "../chunk-37JMVF7H.js";
|
|
21
21
|
import "../chunk-KPQ72R34.js";
|
|
@@ -28,7 +28,7 @@ export {
|
|
|
28
28
|
Reference,
|
|
29
29
|
StaticInterpreter,
|
|
30
30
|
TypeScriptReflectionHost,
|
|
31
|
-
|
|
31
|
+
createForwardRefResolver,
|
|
32
32
|
reflectObjectLiteral
|
|
33
33
|
};
|
|
34
34
|
/**
|
|
@@ -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-FVYXSSAL.js";
|
|
10
|
+
import "../chunk-PAYJFU4V.js";
|
|
11
|
+
import "../chunk-CD575TJ6.js";
|
|
12
|
+
import "../chunk-7HRFJETP.js";
|
|
13
13
|
import "../chunk-Q2WE7ECN.js";
|
|
14
14
|
import "../chunk-37JMVF7H.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-B73DMM7T.js";
|
|
10
10
|
import {
|
|
11
11
|
EmitFlags
|
|
12
|
-
} from "../../chunk-
|
|
13
|
-
import "../../chunk-
|
|
14
|
-
import "../../chunk-
|
|
15
|
-
import "../../chunk-
|
|
12
|
+
} from "../../chunk-RFDMMGNB.js";
|
|
13
|
+
import "../../chunk-PAYJFU4V.js";
|
|
14
|
+
import "../../chunk-CD575TJ6.js";
|
|
15
|
+
import "../../chunk-7HRFJETP.js";
|
|
16
16
|
import "../../chunk-Q2WE7ECN.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-B73DMM7T.js";
|
|
9
|
+
import "../../chunk-RFDMMGNB.js";
|
|
10
|
+
import "../../chunk-PAYJFU4V.js";
|
|
11
|
+
import "../../chunk-CD575TJ6.js";
|
|
12
|
+
import "../../chunk-7HRFJETP.js";
|
|
13
13
|
import "../../chunk-Q2WE7ECN.js";
|
|
14
14
|
import {
|
|
15
15
|
NodeJSFileSystem,
|