Skip to content

Commit a8949af

Browse files
committed
c975e75 build: update io_bazel_rules_sass digest to 3548d6b (#60721)
1 parent af8b429 commit a8949af

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-
Thu Apr 3 19:58:51 UTC 2025
2-
5795e03cdf25f4a96b73a49be915efbeeb398d83
1+
Thu Apr 3 20:14:38 UTC 2025
2+
c975e751a5c952b300ad117c3e8a7d86f6765e29

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.5+sha-5795e03
3+
* @license Angular v20.0.0-next.5+sha-c975e75
44
* Copyright Google LLC All Rights Reserved.
55
* License: MIT
66
*/
@@ -34033,7 +34033,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
3403334033
function compileDeclareClassMetadata(metadata) {
3403434034
const definitionMap = new DefinitionMap();
3403534035
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$5));
34036-
definitionMap.set('version', literal$1('20.0.0-next.5+sha-5795e03'));
34036+
definitionMap.set('version', literal$1('20.0.0-next.5+sha-c975e75'));
3403734037
definitionMap.set('ngImport', importExpr(Identifiers.core));
3403834038
definitionMap.set('type', metadata.type);
3403934039
definitionMap.set('decorators', metadata.decorators);
@@ -34051,7 +34051,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
3405134051
callbackReturnDefinitionMap.set('ctorParameters', metadata.ctorParameters ?? literal$1(null));
3405234052
callbackReturnDefinitionMap.set('propDecorators', metadata.propDecorators ?? literal$1(null));
3405334053
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_DEFER_SUPPORT_VERSION));
34054-
definitionMap.set('version', literal$1('20.0.0-next.5+sha-5795e03'));
34054+
definitionMap.set('version', literal$1('20.0.0-next.5+sha-c975e75'));
3405534055
definitionMap.set('ngImport', importExpr(Identifiers.core));
3405634056
definitionMap.set('type', metadata.type);
3405734057
definitionMap.set('resolveDeferredDeps', compileComponentMetadataAsyncResolver(dependencies));
@@ -34160,7 +34160,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
3416034160
const definitionMap = new DefinitionMap();
3416134161
const minVersion = getMinimumVersionForPartialOutput(meta);
3416234162
definitionMap.set('minVersion', literal$1(minVersion));
34163-
definitionMap.set('version', literal$1('20.0.0-next.5+sha-5795e03'));
34163+
definitionMap.set('version', literal$1('20.0.0-next.5+sha-c975e75'));
3416434164
// e.g. `type: MyDirective`
3416534165
definitionMap.set('type', meta.type.value);
3416634166
if (meta.isStandalone !== undefined) {
@@ -34590,7 +34590,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
3459034590
function compileDeclareFactoryFunction(meta) {
3459134591
const definitionMap = new DefinitionMap();
3459234592
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$4));
34593-
definitionMap.set('version', literal$1('20.0.0-next.5+sha-5795e03'));
34593+
definitionMap.set('version', literal$1('20.0.0-next.5+sha-c975e75'));
3459434594
definitionMap.set('ngImport', importExpr(Identifiers.core));
3459534595
definitionMap.set('type', meta.type.value);
3459634596
definitionMap.set('deps', compileDependencies(meta.deps));
@@ -34632,7 +34632,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
3463234632
function createInjectableDefinitionMap(meta) {
3463334633
const definitionMap = new DefinitionMap();
3463434634
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$3));
34635-
definitionMap.set('version', literal$1('20.0.0-next.5+sha-5795e03'));
34635+
definitionMap.set('version', literal$1('20.0.0-next.5+sha-c975e75'));
3463634636
definitionMap.set('ngImport', importExpr(Identifiers.core));
3463734637
definitionMap.set('type', meta.type.value);
3463834638
// Only generate providedIn property if it has a non-null value
@@ -34690,7 +34690,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
3469034690
function createInjectorDefinitionMap(meta) {
3469134691
const definitionMap = new DefinitionMap();
3469234692
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$2));
34693-
definitionMap.set('version', literal$1('20.0.0-next.5+sha-5795e03'));
34693+
definitionMap.set('version', literal$1('20.0.0-next.5+sha-c975e75'));
3469434694
definitionMap.set('ngImport', importExpr(Identifiers.core));
3469534695
definitionMap.set('type', meta.type.value);
3469634696
definitionMap.set('providers', meta.providers);
@@ -34730,7 +34730,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
3473034730
throw new Error('Invalid path! Local compilation mode should not get into the partial compilation path');
3473134731
}
3473234732
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$1));
34733-
definitionMap.set('version', literal$1('20.0.0-next.5+sha-5795e03'));
34733+
definitionMap.set('version', literal$1('20.0.0-next.5+sha-c975e75'));
3473434734
definitionMap.set('ngImport', importExpr(Identifiers.core));
3473534735
definitionMap.set('type', meta.type.value);
3473634736
// We only generate the keys in the metadata if the arrays contain values.
@@ -34788,7 +34788,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
3478834788
function createPipeDefinitionMap(meta) {
3478934789
const definitionMap = new DefinitionMap();
3479034790
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION));
34791-
definitionMap.set('version', literal$1('20.0.0-next.5+sha-5795e03'));
34791+
definitionMap.set('version', literal$1('20.0.0-next.5+sha-c975e75'));
3479234792
definitionMap.set('ngImport', importExpr(Identifiers.core));
3479334793
// e.g. `type: MyPipe`
3479434794
definitionMap.set('type', meta.type.value);
@@ -34960,7 +34960,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
3496034960
* @description
3496134961
* Entry point for all public APIs of the compiler package.
3496234962
*/
34963-
new Version('20.0.0-next.5+sha-5795e03');
34963+
new Version('20.0.0-next.5+sha-c975e75');
3496434964

3496534965
/**
3496634966
* @license
@@ -35005,7 +35005,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
3500535005
* @description
3500635006
* Entry point for all public APIs of the compiler-cli package.
3500735007
*/
35008-
new Version('20.0.0-next.5+sha-5795e03');
35008+
new Version('20.0.0-next.5+sha-c975e75');
3500935009

3501035010
/**
3501135011
* @license
@@ -70444,7 +70444,7 @@ export * from '${relativeEntryPoint}';
7044470444
* @param minVersion Minimum required version for the feature.
7044570445
*/
7044670446
function coreVersionSupportsFeature(coreVersion, minVersion) {
70447-
// A version of `20.0.0-next.5+sha-5795e03` usually means that core is at head so it supports
70447+
// A version of `20.0.0-next.5+sha-c975e75` usually means that core is at head so it supports
7044870448
// all features. Use string interpolation prevent the placeholder from being replaced
7044970449
// with the current version during build time.
7045070450
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.5+sha-5795e03",
3+
"version": "20.0.0-next.5+sha-c975e75",
44
"description": "Angular - language services",
55
"main": "./index.js",
66
"typings": "./index.d.ts",

0 commit comments

Comments
 (0)