Skip to content

Commit 32e82bb

Browse files
59d40f2 refactor(service-worker): pull less RxJS symbols (#60657)
1 parent 2340996 commit 32e82bb

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
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:53 UTC 2025
2-
cdbc6e8ec1ebacaee1862ed3da69bef41d214792
1+
Wed Apr 2 15:06:57 UTC 2025
2+
59d40f211c7c53c0128d8876bcc48bd05d93ca58

bundles/language-service.js

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
/**
3-
* @license Angular v20.0.0-next.4+sha-cdbc6e8
3+
* @license Angular v20.0.0-next.4+sha-59d40f2
44
* Copyright Google LLC All Rights Reserved.
55
* License: MIT
66
*/
@@ -34032,7 +34032,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
3403234032
function compileDeclareClassMetadata(metadata) {
3403334033
const definitionMap = new DefinitionMap();
3403434034
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$5));
34035-
definitionMap.set('version', literal$1('20.0.0-next.4+sha-cdbc6e8'));
34035+
definitionMap.set('version', literal$1('20.0.0-next.4+sha-59d40f2'));
3403634036
definitionMap.set('ngImport', importExpr(Identifiers.core));
3403734037
definitionMap.set('type', metadata.type);
3403834038
definitionMap.set('decorators', metadata.decorators);
@@ -34050,7 +34050,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
3405034050
callbackReturnDefinitionMap.set('ctorParameters', metadata.ctorParameters ?? literal$1(null));
3405134051
callbackReturnDefinitionMap.set('propDecorators', metadata.propDecorators ?? literal$1(null));
3405234052
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_DEFER_SUPPORT_VERSION));
34053-
definitionMap.set('version', literal$1('20.0.0-next.4+sha-cdbc6e8'));
34053+
definitionMap.set('version', literal$1('20.0.0-next.4+sha-59d40f2'));
3405434054
definitionMap.set('ngImport', importExpr(Identifiers.core));
3405534055
definitionMap.set('type', metadata.type);
3405634056
definitionMap.set('resolveDeferredDeps', compileComponentMetadataAsyncResolver(dependencies));
@@ -34159,7 +34159,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
3415934159
const definitionMap = new DefinitionMap();
3416034160
const minVersion = getMinimumVersionForPartialOutput(meta);
3416134161
definitionMap.set('minVersion', literal$1(minVersion));
34162-
definitionMap.set('version', literal$1('20.0.0-next.4+sha-cdbc6e8'));
34162+
definitionMap.set('version', literal$1('20.0.0-next.4+sha-59d40f2'));
3416334163
// e.g. `type: MyDirective`
3416434164
definitionMap.set('type', meta.type.value);
3416534165
if (meta.isStandalone !== undefined) {
@@ -34589,7 +34589,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
3458934589
function compileDeclareFactoryFunction(meta) {
3459034590
const definitionMap = new DefinitionMap();
3459134591
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$4));
34592-
definitionMap.set('version', literal$1('20.0.0-next.4+sha-cdbc6e8'));
34592+
definitionMap.set('version', literal$1('20.0.0-next.4+sha-59d40f2'));
3459334593
definitionMap.set('ngImport', importExpr(Identifiers.core));
3459434594
definitionMap.set('type', meta.type.value);
3459534595
definitionMap.set('deps', compileDependencies(meta.deps));
@@ -34631,7 +34631,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
3463134631
function createInjectableDefinitionMap(meta) {
3463234632
const definitionMap = new DefinitionMap();
3463334633
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$3));
34634-
definitionMap.set('version', literal$1('20.0.0-next.4+sha-cdbc6e8'));
34634+
definitionMap.set('version', literal$1('20.0.0-next.4+sha-59d40f2'));
3463534635
definitionMap.set('ngImport', importExpr(Identifiers.core));
3463634636
definitionMap.set('type', meta.type.value);
3463734637
// Only generate providedIn property if it has a non-null value
@@ -34689,7 +34689,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
3468934689
function createInjectorDefinitionMap(meta) {
3469034690
const definitionMap = new DefinitionMap();
3469134691
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$2));
34692-
definitionMap.set('version', literal$1('20.0.0-next.4+sha-cdbc6e8'));
34692+
definitionMap.set('version', literal$1('20.0.0-next.4+sha-59d40f2'));
3469334693
definitionMap.set('ngImport', importExpr(Identifiers.core));
3469434694
definitionMap.set('type', meta.type.value);
3469534695
definitionMap.set('providers', meta.providers);
@@ -34729,7 +34729,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
3472934729
throw new Error('Invalid path! Local compilation mode should not get into the partial compilation path');
3473034730
}
3473134731
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$1));
34732-
definitionMap.set('version', literal$1('20.0.0-next.4+sha-cdbc6e8'));
34732+
definitionMap.set('version', literal$1('20.0.0-next.4+sha-59d40f2'));
3473334733
definitionMap.set('ngImport', importExpr(Identifiers.core));
3473434734
definitionMap.set('type', meta.type.value);
3473534735
// We only generate the keys in the metadata if the arrays contain values.
@@ -34787,7 +34787,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
3478734787
function createPipeDefinitionMap(meta) {
3478834788
const definitionMap = new DefinitionMap();
3478934789
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION));
34790-
definitionMap.set('version', literal$1('20.0.0-next.4+sha-cdbc6e8'));
34790+
definitionMap.set('version', literal$1('20.0.0-next.4+sha-59d40f2'));
3479134791
definitionMap.set('ngImport', importExpr(Identifiers.core));
3479234792
// e.g. `type: MyPipe`
3479334793
definitionMap.set('type', meta.type.value);
@@ -34959,7 +34959,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
3495934959
* @description
3496034960
* Entry point for all public APIs of the compiler package.
3496134961
*/
34962-
new Version('20.0.0-next.4+sha-cdbc6e8');
34962+
new Version('20.0.0-next.4+sha-59d40f2');
3496334963

3496434964
/**
3496534965
* @license
@@ -35004,7 +35004,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
3500435004
* @description
3500535005
* Entry point for all public APIs of the compiler-cli package.
3500635006
*/
35007-
new Version('20.0.0-next.4+sha-cdbc6e8');
35007+
new Version('20.0.0-next.4+sha-59d40f2');
3500835008

3500935009
/**
3501035010
* @license
@@ -70443,7 +70443,7 @@ export * from '${relativeEntryPoint}';
7044370443
* @param minVersion Minimum required version for the feature.
7044470444
*/
7044570445
function coreVersionSupportsFeature(coreVersion, minVersion) {
70446-
// A version of `20.0.0-next.4+sha-cdbc6e8` usually means that core is at head so it supports
70446+
// A version of `20.0.0-next.4+sha-59d40f2` usually means that core is at head so it supports
7044770447
// all features. Use string interpolation prevent the placeholder from being replaced
7044870448
// with the current version during build time.
7044970449
if (coreVersion === `0.0.0-${'PLACEHOLDER'}`) {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular/language-service",
3-
"version": "20.0.0-next.4+sha-cdbc6e8",
3+
"version": "20.0.0-next.4+sha-59d40f2",
44
"description": "Angular - language services",
55
"main": "./index.js",
66
"typings": "./index.d.ts",

0 commit comments

Comments
 (0)