@angular/compiler 19.0.0-rc.0 → 19.0.0-rc.1
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 +54 -33
- package/fesm2022/compiler.mjs.map +1 -1
- package/index.d.ts +2 -3
- package/package.json +2 -2
package/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v19.0.0-rc.
|
|
2
|
+
* @license Angular v19.0.0-rc.1
|
|
3
3
|
* (c) 2010-2024 Google LLC. https://angular.io/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
@@ -1405,8 +1405,7 @@ export declare class ExternalExpr extends Expression {
|
|
|
1405
1405
|
export declare class ExternalReference {
|
|
1406
1406
|
moduleName: string | null;
|
|
1407
1407
|
name: string | null;
|
|
1408
|
-
|
|
1409
|
-
constructor(moduleName: string | null, name: string | null, runtime?: any | null);
|
|
1408
|
+
constructor(moduleName: string | null, name: string | null);
|
|
1410
1409
|
}
|
|
1411
1410
|
|
|
1412
1411
|
declare interface ExternalReferenceResolver {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@angular/compiler",
|
|
3
|
-
"version": "19.0.0-rc.
|
|
3
|
+
"version": "19.0.0-rc.1",
|
|
4
4
|
"description": "Angular - the compiler library",
|
|
5
5
|
"author": "angular",
|
|
6
6
|
"license": "MIT",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"tslib": "^2.3.0"
|
|
12
12
|
},
|
|
13
13
|
"peerDependencies": {
|
|
14
|
-
"@angular/core": "19.0.0-rc.
|
|
14
|
+
"@angular/core": "19.0.0-rc.1"
|
|
15
15
|
},
|
|
16
16
|
"peerDependenciesMeta": {
|
|
17
17
|
"@angular/core": {
|