@angular/compiler 21.1.0 → 21.1.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/fesm2022/compiler.mjs +10 -13
- package/fesm2022/compiler.mjs.map +1 -1
- package/package.json +1 -1
- package/types/compiler.d.ts +1 -4
package/package.json
CHANGED
package/types/compiler.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v21.1.
|
|
2
|
+
* @license Angular v21.1.2
|
|
3
3
|
* (c) 2010-2026 Google LLC. https://angular.dev/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
@@ -5140,9 +5140,6 @@ declare function compileHmrUpdateCallback(definitions: {
|
|
|
5140
5140
|
}[], constantStatements: Statement[], meta: R3HmrMetadata): DeclareFunctionStmt;
|
|
5141
5141
|
|
|
5142
5142
|
declare class Identifiers {
|
|
5143
|
-
static NEW_METHOD: string;
|
|
5144
|
-
static TRANSFORM_METHOD: string;
|
|
5145
|
-
static PATCH_DEPS: string;
|
|
5146
5143
|
static core: ExternalReference;
|
|
5147
5144
|
static namespaceHTML: ExternalReference;
|
|
5148
5145
|
static namespaceMathML: ExternalReference;
|