Skip to content

Commit 605da50

Browse files
59d40f2 refactor(service-worker): pull less RxJS symbols (#60657)
1 parent cb8197a commit 605da50

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+74
-74
lines changed

BUILD_INFO

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Wed Apr 2 14:32:21 UTC 2025
2-
cdbc6e8ec1ebacaee1862ed3da69bef41d214792
1+
Wed Apr 2 15:06:32 UTC 2025
2+
59d40f211c7c53c0128d8876bcc48bd05d93ca58

api.d-mxcXqDpA.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.4+sha-cdbc6e8
2+
* @license Angular v20.0.0-next.4+sha-59d40f2
33
* (c) 2010-2025 Google LLC. https://angular.io/
44
* License: MIT
55
*/

discovery.d-bmnnjCcO.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.4+sha-cdbc6e8
2+
* @license Angular v20.0.0-next.4+sha-59d40f2
33
* (c) 2010-2025 Google LLC. https://angular.io/
44
* License: MIT
55
*/

event_dispatcher.d-PWnbqZDx.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.4+sha-cdbc6e8
2+
* @license Angular v20.0.0-next.4+sha-59d40f2
33
* (c) 2010-2025 Google LLC. https://angular.io/
44
* License: MIT
55
*/

fesm2022/attribute-B17mgaqe.mjs

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.4+sha-cdbc6e8
2+
* @license Angular v20.0.0-next.4+sha-59d40f2
33
* (c) 2010-2025 Google LLC. https://angular.io/
44
* License: MIT
55
*/

fesm2022/core.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Angular v20.0.0-next.4+sha-cdbc6e8
2+
* @license Angular v20.0.0-next.4+sha-59d40f2
33
* (c) 2010-2025 Google LLC. https://angular.io/
44
* License: MIT
55
*/
@@ -622,7 +622,7 @@ class Version {
622622
/**
623623
* @publicApi
624624
*/
625-
const VERSION = new Version('20.0.0-next.4+sha-cdbc6e8');
625+
const VERSION = new Version('20.0.0-next.4+sha-59d40f2');
626626

627627
function compileNgModuleFactory(injector, options, moduleType) {
628628
ngDevMode && assertNgModuleType(moduleType);

fesm2022/core.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/debug_node-BSkxvpHB.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Angular v20.0.0-next.4+sha-cdbc6e8
2+
* @license Angular v20.0.0-next.4+sha-59d40f2
33
* (c) 2010-2025 Google LLC. https://angular.io/
44
* License: MIT
55
*/
@@ -14558,7 +14558,7 @@ class ComponentFactory extends ComponentFactory$1 {
1455814558
}
1455914559
function createRootTView(rootSelectorOrNode, componentDef, componentBindings, directives) {
1456014560
const tAttributes = rootSelectorOrNode
14561-
? ['ng-version', '20.0.0-next.4+sha-cdbc6e8']
14561+
? ['ng-version', '20.0.0-next.4+sha-59d40f2']
1456214562
: // Extract attributes and classes from the first selector only to match VE behavior.
1456314563
extractAttrsAndClassesFromSelector(componentDef.selectors[0]);
1456414564
let creationBindings = null;

fesm2022/debug_node-BSkxvpHB.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/primitives/di.mjs

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.4+sha-cdbc6e8
2+
* @license Angular v20.0.0-next.4+sha-59d40f2
33
* (c) 2010-2025 Google LLC. https://angular.io/
44
* License: MIT
55
*/

0 commit comments

Comments
 (0)