@angular/compiler 20.3.2 → 20.3.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/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v20.3.2
2
+ * @license Angular v20.3.3
3
3
  * (c) 2010-2025 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -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 {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular/compiler",
3
- "version": "20.3.2",
3
+ "version": "20.3.3",
4
4
  "description": "Angular - the compiler library",
5
5
  "author": "angular",
6
6
  "license": "MIT",