@angular/compiler 20.0.0-rc.2 → 20.0.0-rc.3
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/fesm2022/compiler.mjs +71 -338
- package/fesm2022/compiler.mjs.map +1 -1
- package/index.d.ts +1 -38
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v20.0.0-rc.
|
|
2
|
+
* @license Angular v20.0.0-rc.3
|
|
3
3
|
* (c) 2010-2025 Google LLC. https://angular.io/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
@@ -5163,35 +5163,8 @@ declare class Identifiers {
|
|
|
5163
5163
|
static elementContainerEnd: ExternalReference;
|
|
5164
5164
|
static elementContainer: ExternalReference;
|
|
5165
5165
|
static styleMap: ExternalReference;
|
|
5166
|
-
static styleMapInterpolate1: ExternalReference;
|
|
5167
|
-
static styleMapInterpolate2: ExternalReference;
|
|
5168
|
-
static styleMapInterpolate3: ExternalReference;
|
|
5169
|
-
static styleMapInterpolate4: ExternalReference;
|
|
5170
|
-
static styleMapInterpolate5: ExternalReference;
|
|
5171
|
-
static styleMapInterpolate6: ExternalReference;
|
|
5172
|
-
static styleMapInterpolate7: ExternalReference;
|
|
5173
|
-
static styleMapInterpolate8: ExternalReference;
|
|
5174
|
-
static styleMapInterpolateV: ExternalReference;
|
|
5175
5166
|
static classMap: ExternalReference;
|
|
5176
|
-
static classMapInterpolate1: ExternalReference;
|
|
5177
|
-
static classMapInterpolate2: ExternalReference;
|
|
5178
|
-
static classMapInterpolate3: ExternalReference;
|
|
5179
|
-
static classMapInterpolate4: ExternalReference;
|
|
5180
|
-
static classMapInterpolate5: ExternalReference;
|
|
5181
|
-
static classMapInterpolate6: ExternalReference;
|
|
5182
|
-
static classMapInterpolate7: ExternalReference;
|
|
5183
|
-
static classMapInterpolate8: ExternalReference;
|
|
5184
|
-
static classMapInterpolateV: ExternalReference;
|
|
5185
5167
|
static styleProp: ExternalReference;
|
|
5186
|
-
static stylePropInterpolate1: ExternalReference;
|
|
5187
|
-
static stylePropInterpolate2: ExternalReference;
|
|
5188
|
-
static stylePropInterpolate3: ExternalReference;
|
|
5189
|
-
static stylePropInterpolate4: ExternalReference;
|
|
5190
|
-
static stylePropInterpolate5: ExternalReference;
|
|
5191
|
-
static stylePropInterpolate6: ExternalReference;
|
|
5192
|
-
static stylePropInterpolate7: ExternalReference;
|
|
5193
|
-
static stylePropInterpolate8: ExternalReference;
|
|
5194
|
-
static stylePropInterpolateV: ExternalReference;
|
|
5195
5168
|
static interpolate: ExternalReference;
|
|
5196
5169
|
static interpolate1: ExternalReference;
|
|
5197
5170
|
static interpolate2: ExternalReference;
|
|
@@ -5269,16 +5242,6 @@ declare class Identifiers {
|
|
|
5269
5242
|
static pipeBindV: ExternalReference;
|
|
5270
5243
|
static domProperty: ExternalReference;
|
|
5271
5244
|
static property: ExternalReference;
|
|
5272
|
-
static propertyInterpolate: ExternalReference;
|
|
5273
|
-
static propertyInterpolate1: ExternalReference;
|
|
5274
|
-
static propertyInterpolate2: ExternalReference;
|
|
5275
|
-
static propertyInterpolate3: ExternalReference;
|
|
5276
|
-
static propertyInterpolate4: ExternalReference;
|
|
5277
|
-
static propertyInterpolate5: ExternalReference;
|
|
5278
|
-
static propertyInterpolate6: ExternalReference;
|
|
5279
|
-
static propertyInterpolate7: ExternalReference;
|
|
5280
|
-
static propertyInterpolate8: ExternalReference;
|
|
5281
|
-
static propertyInterpolateV: ExternalReference;
|
|
5282
5245
|
static i18n: ExternalReference;
|
|
5283
5246
|
static i18nAttributes: ExternalReference;
|
|
5284
5247
|
static i18nExp: ExternalReference;
|