@angular/compiler 20.3.2 → 20.3.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/fesm2022/compiler.mjs +42 -48
- package/fesm2022/compiler.mjs.map +1 -1
- package/index.d.ts +2 -3
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v20.3.
|
|
3
|
-
* (c) 2010-2025 Google LLC. https://angular.
|
|
2
|
+
* @license Angular v20.3.4
|
|
3
|
+
* (c) 2010-2025 Google LLC. https://angular.dev/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -2139,7 +2139,6 @@ declare class Token {
|
|
|
2139
2139
|
isTemplateLiteralPart(): this is StringToken;
|
|
2140
2140
|
isTemplateLiteralEnd(): this is StringToken;
|
|
2141
2141
|
isTemplateLiteralInterpolationStart(): boolean;
|
|
2142
|
-
isTemplateLiteralInterpolationEnd(): boolean;
|
|
2143
2142
|
toString(): string | null;
|
|
2144
2143
|
}
|
|
2145
2144
|
declare class StringToken extends Token {
|