@angular/compiler-cli 18.0.0-next.3 → 18.0.0-next.4
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-UYDKSYFP.js → chunk-3XKDS7QX.js} +78 -78
- package/bundles/{chunk-QA6MINWF.js → chunk-4WIV5B72.js} +13 -13
- package/bundles/{chunk-RUNTWSSX.js → chunk-72BAHUP4.js} +43 -43
- package/bundles/{chunk-UM6JO3VZ.js → chunk-75YFKYUJ.js} +7 -7
- package/bundles/{chunk-KVMNPNPQ.js → chunk-QDR2AJXR.js} +5 -5
- package/bundles/{chunk-64JBPJBS.js → chunk-R4KQI5XI.js} +5 -5
- package/bundles/{chunk-LYJKWJUC.js → chunk-SBDNBITT.js} +3 -3
- package/bundles/{chunk-45SUUHP7.js → chunk-VHKPES4D.js} +31 -31
- package/bundles/{chunk-75Z2LUBT.js → chunk-VK6ST3OM.js} +139 -129
- package/bundles/chunk-VK6ST3OM.js.map +6 -0
- package/bundles/{chunk-2WQIUGOU.js → chunk-WCD6LVCP.js} +7 -7
- package/bundles/{chunk-XIYC7KSQ.js → chunk-YUMIYLNL.js} +5 -5
- package/bundles/index.js +12 -12
- package/bundles/linker/babel/index.js +12 -12
- package/bundles/linker/index.js +4 -4
- package/bundles/ngcc/index.js +1 -1
- package/bundles/private/bazel.js +1 -1
- package/bundles/private/localize.js +3 -3
- package/bundles/private/migrations.js +5 -5
- package/bundles/private/tooling.js +5 -5
- package/bundles/src/bin/ng_xi18n.js +10 -10
- package/bundles/src/bin/ngc.js +8 -8
- 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/metadata/src/api.d.ts +1 -1
- package/bundles/chunk-75Z2LUBT.js.map +0 -6
- /package/bundles/{chunk-UYDKSYFP.js.map → chunk-3XKDS7QX.js.map} +0 -0
- /package/bundles/{chunk-QA6MINWF.js.map → chunk-4WIV5B72.js.map} +0 -0
- /package/bundles/{chunk-RUNTWSSX.js.map → chunk-72BAHUP4.js.map} +0 -0
- /package/bundles/{chunk-UM6JO3VZ.js.map → chunk-75YFKYUJ.js.map} +0 -0
- /package/bundles/{chunk-KVMNPNPQ.js.map → chunk-QDR2AJXR.js.map} +0 -0
- /package/bundles/{chunk-64JBPJBS.js.map → chunk-R4KQI5XI.js.map} +0 -0
- /package/bundles/{chunk-LYJKWJUC.js.map → chunk-SBDNBITT.js.map} +0 -0
- /package/bundles/{chunk-45SUUHP7.js.map → chunk-VHKPES4D.js.map} +0 -0
- /package/bundles/{chunk-2WQIUGOU.js.map → chunk-WCD6LVCP.js.map} +0 -0
- /package/bundles/{chunk-XIYC7KSQ.js.map → chunk-YUMIYLNL.js.map} +0 -0
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
*/
|
|
8
8
|
import { MaybeForwardRefExpression, outputAst as o, R3DeclareDependencyMetadata, R3DependencyMetadata, R3Reference } from '@angular/compiler';
|
|
9
9
|
import { AstObject, AstValue } from '../../ast/ast_value';
|
|
10
|
-
export declare const PLACEHOLDER_VERSION = "18.0.0-next.
|
|
10
|
+
export declare const PLACEHOLDER_VERSION = "18.0.0-next.4";
|
|
11
11
|
export declare function wrapReference<TExpression>(wrapped: o.WrappedNodeExpr<TExpression>): R3Reference;
|
|
12
12
|
/**
|
|
13
13
|
* Parses the value of an enum from the AST value's symbol name.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@angular/compiler-cli",
|
|
3
|
-
"version": "18.0.0-next.
|
|
3
|
+
"version": "18.0.0-next.4",
|
|
4
4
|
"description": "Angular - the compiler CLI for Node.js",
|
|
5
5
|
"typings": "index.d.ts",
|
|
6
6
|
"bin": {
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"yargs": "^17.2.1"
|
|
54
54
|
},
|
|
55
55
|
"peerDependencies": {
|
|
56
|
-
"@angular/compiler": "18.0.0-next.
|
|
56
|
+
"@angular/compiler": "18.0.0-next.4",
|
|
57
57
|
"typescript": ">=5.4 <5.5"
|
|
58
58
|
},
|
|
59
59
|
"repository": {
|
|
@@ -71,7 +71,7 @@ export interface DirectiveTypeCheckMeta {
|
|
|
71
71
|
/**
|
|
72
72
|
* The set of input fields which have a corresponding static `ngAcceptInputType_` on the
|
|
73
73
|
* Directive's class. This allows inputs to accept a wider range of types and coerce the input to
|
|
74
|
-
* a narrower type with a getter/setter. See https://angular.
|
|
74
|
+
* a narrower type with a getter/setter. See https://angular.dev/tools/cli/template-typecheck.
|
|
75
75
|
*/
|
|
76
76
|
coercedInputFields: Set<ClassPropertyName>;
|
|
77
77
|
/**
|