Skip to content

Commit b884199

Browse files
committed
164bb3f build: disable RBE for compliance partial goldens (#60473)
1 parent 6a80540 commit b884199

File tree

7 files changed

+20
-20
lines changed

7 files changed

+20
-20
lines changed

BUILD_INFO

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Wed Mar 19 19:50:40 UTC 2025
2-
f901a4c3e38c0c7a4ca769832737b336a142187c
1+
Thu Mar 20 07:47:20 UTC 2025
2+
164bb3f4a33293851f1f40a8908c051b722b5d89

fesm2022/platform-browser-dynamic.mjs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Angular v20.0.0-next.3+sha-f901a4c
2+
* @license Angular v20.0.0-next.3+sha-164bb3f
33
* (c) 2010-2025 Google LLC. https://angular.io/
44
* License: MIT
55
*/
@@ -113,10 +113,10 @@ class ResourceLoaderImpl extends ResourceLoader {
113113
xhr.send();
114114
return promise;
115115
}
116-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.3+sha-f901a4c", ngImport: i0, type: ResourceLoaderImpl, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
117-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.0-next.3+sha-f901a4c", ngImport: i0, type: ResourceLoaderImpl });
116+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.3+sha-164bb3f", ngImport: i0, type: ResourceLoaderImpl, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
117+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.0-next.3+sha-164bb3f", ngImport: i0, type: ResourceLoaderImpl });
118118
}
119-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.3+sha-f901a4c", ngImport: i0, type: ResourceLoaderImpl, decorators: [{
119+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.3+sha-164bb3f", ngImport: i0, type: ResourceLoaderImpl, decorators: [{
120120
type: Injectable
121121
}] });
122122

@@ -141,7 +141,7 @@ const INTERNAL_BROWSER_DYNAMIC_PLATFORM_PROVIDERS = [
141141
/**
142142
* @publicApi
143143
*/
144-
const VERSION = new Version('20.0.0-next.3+sha-f901a4c');
144+
const VERSION = new Version('20.0.0-next.3+sha-164bb3f');
145145

146146
/**
147147
* @publicApi

fesm2022/platform-browser-dynamic.mjs.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

fesm2022/testing.mjs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Angular v20.0.0-next.3+sha-f901a4c
2+
* @license Angular v20.0.0-next.3+sha-164bb3f
33
* (c) 2010-2025 Google LLC. https://angular.io/
44
* License: MIT
55
*/
@@ -27,11 +27,11 @@ const platformBrowserDynamicTesting = createPlatformFactory(platformCoreDynamicT
2727
* @publicApi
2828
*/
2929
class BrowserDynamicTestingModule {
30-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.3+sha-f901a4c", ngImport: i0, type: BrowserDynamicTestingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
31-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.0-next.3+sha-f901a4c", ngImport: i0, type: BrowserDynamicTestingModule, exports: [BrowserTestingModule] });
32-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.0-next.3+sha-f901a4c", ngImport: i0, type: BrowserDynamicTestingModule, imports: [BrowserTestingModule] });
30+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.3+sha-164bb3f", ngImport: i0, type: BrowserDynamicTestingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
31+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.0-next.3+sha-164bb3f", ngImport: i0, type: BrowserDynamicTestingModule, exports: [BrowserTestingModule] });
32+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.0-next.3+sha-164bb3f", ngImport: i0, type: BrowserDynamicTestingModule, imports: [BrowserTestingModule] });
3333
}
34-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.3+sha-f901a4c", ngImport: i0, type: BrowserDynamicTestingModule, decorators: [{
34+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.3+sha-164bb3f", ngImport: i0, type: BrowserDynamicTestingModule, decorators: [{
3535
type: NgModule,
3636
args: [{
3737
exports: [BrowserTestingModule],

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Angular v20.0.0-next.3+sha-f901a4c
2+
* @license Angular v20.0.0-next.3+sha-164bb3f
33
* (c) 2010-2025 Google LLC. https://angular.io/
44
* License: MIT
55
*/

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular/platform-browser-dynamic",
3-
"version": "20.0.0-next.3+sha-f901a4c",
3+
"version": "20.0.0-next.3+sha-164bb3f",
44
"description": "Angular - library for using Angular in a web browser with JIT compilation",
55
"author": "angular",
66
"license": "MIT",
@@ -11,10 +11,10 @@
1111
"tslib": "^2.3.0"
1212
},
1313
"peerDependencies": {
14-
"@angular/core": "20.0.0-next.3+sha-f901a4c",
15-
"@angular/common": "20.0.0-next.3+sha-f901a4c",
16-
"@angular/compiler": "20.0.0-next.3+sha-f901a4c",
17-
"@angular/platform-browser": "20.0.0-next.3+sha-f901a4c"
14+
"@angular/core": "20.0.0-next.3+sha-164bb3f",
15+
"@angular/common": "20.0.0-next.3+sha-164bb3f",
16+
"@angular/compiler": "20.0.0-next.3+sha-164bb3f",
17+
"@angular/platform-browser": "20.0.0-next.3+sha-164bb3f"
1818
},
1919
"repository": {
2020
"type": "git",

testing/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Angular v20.0.0-next.3+sha-f901a4c
2+
* @license Angular v20.0.0-next.3+sha-164bb3f
33
* (c) 2010-2025 Google LLC. https://angular.io/
44
* License: MIT
55
*/

0 commit comments

Comments
 (0)