diff --git a/BUILD_INFO b/BUILD_INFO index 8fccf5e0c..76822f92c 100644 --- a/BUILD_INFO +++ b/BUILD_INFO @@ -1,2 +1,2 @@ -Wed Oct 9 16:39:22 UTC 2024 -95bee1536208b994c7ac4399ac79af1c9ac9e61c +Thu Oct 10 06:27:15 UTC 2024 +1479af978cd2bbe4ee9f1ca9682684b8e5135fa7 diff --git a/bundles/language-service.js b/bundles/language-service.js index 90a13bfa8..61f9f20b9 100755 --- a/bundles/language-service.js +++ b/bundles/language-service.js @@ -1,6 +1,6 @@ /** - * @license Angular v19.0.0-next.8+sha-95bee15 + * @license Angular v19.0.0-next.8+sha-1479af9 * Copyright Google LLC All Rights Reserved. * License: MIT */ @@ -30717,7 +30717,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')} * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.dev/license */ - new Version('19.0.0-next.8+sha-95bee15'); + new Version('19.0.0-next.8+sha-1479af9'); /** * @license @@ -32042,7 +32042,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')} function compileDeclareClassMetadata(metadata) { const definitionMap = new DefinitionMap(); definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$5)); - definitionMap.set('version', literal$1('19.0.0-next.8+sha-95bee15')); + definitionMap.set('version', literal$1('19.0.0-next.8+sha-1479af9')); definitionMap.set('ngImport', importExpr(Identifiers.core)); definitionMap.set('type', metadata.type); definitionMap.set('decorators', metadata.decorators); @@ -32060,7 +32060,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')} callbackReturnDefinitionMap.set('ctorParameters', metadata.ctorParameters ?? literal$1(null)); callbackReturnDefinitionMap.set('propDecorators', metadata.propDecorators ?? literal$1(null)); definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_DEFER_SUPPORT_VERSION)); - definitionMap.set('version', literal$1('19.0.0-next.8+sha-95bee15')); + definitionMap.set('version', literal$1('19.0.0-next.8+sha-1479af9')); definitionMap.set('ngImport', importExpr(Identifiers.core)); definitionMap.set('type', metadata.type); definitionMap.set('resolveDeferredDeps', compileComponentMetadataAsyncResolver(dependencies)); @@ -32169,7 +32169,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')} const definitionMap = new DefinitionMap(); const minVersion = getMinimumVersionForPartialOutput(meta); definitionMap.set('minVersion', literal$1(minVersion)); - definitionMap.set('version', literal$1('19.0.0-next.8+sha-95bee15')); + definitionMap.set('version', literal$1('19.0.0-next.8+sha-1479af9')); // e.g. `type: MyDirective` definitionMap.set('type', meta.type.value); if (meta.isStandalone) { @@ -32602,7 +32602,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')} function compileDeclareFactoryFunction(meta) { const definitionMap = new DefinitionMap(); definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$4)); - definitionMap.set('version', literal$1('19.0.0-next.8+sha-95bee15')); + definitionMap.set('version', literal$1('19.0.0-next.8+sha-1479af9')); definitionMap.set('ngImport', importExpr(Identifiers.core)); definitionMap.set('type', meta.type.value); definitionMap.set('deps', compileDependencies(meta.deps)); @@ -32644,7 +32644,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')} function createInjectableDefinitionMap(meta) { const definitionMap = new DefinitionMap(); definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$3)); - definitionMap.set('version', literal$1('19.0.0-next.8+sha-95bee15')); + definitionMap.set('version', literal$1('19.0.0-next.8+sha-1479af9')); definitionMap.set('ngImport', importExpr(Identifiers.core)); definitionMap.set('type', meta.type.value); // Only generate providedIn property if it has a non-null value @@ -32702,7 +32702,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')} function createInjectorDefinitionMap(meta) { const definitionMap = new DefinitionMap(); definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$2)); - definitionMap.set('version', literal$1('19.0.0-next.8+sha-95bee15')); + definitionMap.set('version', literal$1('19.0.0-next.8+sha-1479af9')); definitionMap.set('ngImport', importExpr(Identifiers.core)); definitionMap.set('type', meta.type.value); definitionMap.set('providers', meta.providers); @@ -32742,7 +32742,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')} throw new Error('Invalid path! Local compilation mode should not get into the partial compilation path'); } definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$1)); - definitionMap.set('version', literal$1('19.0.0-next.8+sha-95bee15')); + definitionMap.set('version', literal$1('19.0.0-next.8+sha-1479af9')); definitionMap.set('ngImport', importExpr(Identifiers.core)); definitionMap.set('type', meta.type.value); // We only generate the keys in the metadata if the arrays contain values. @@ -32800,7 +32800,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')} function createPipeDefinitionMap(meta) { const definitionMap = new DefinitionMap(); definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION)); - definitionMap.set('version', literal$1('19.0.0-next.8+sha-95bee15')); + definitionMap.set('version', literal$1('19.0.0-next.8+sha-1479af9')); definitionMap.set('ngImport', importExpr(Identifiers.core)); // e.g. `type: MyPipe` definitionMap.set('type', meta.type.value); @@ -32835,7 +32835,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')} * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.dev/license */ - new Version('19.0.0-next.8+sha-95bee15'); + new Version('19.0.0-next.8+sha-1479af9'); /** * @license @@ -66163,7 +66163,7 @@ export * from '${relativeEntryPoint}'; * @param minVersion Minimum required version for the feature. */ function coreVersionSupportsFeature(coreVersion, minVersion) { - // A version of `19.0.0-next.8+sha-95bee15` usually means that core is at head so it supports + // A version of `19.0.0-next.8+sha-1479af9` usually means that core is at head so it supports // all features. Use string interpolation prevent the placeholder from being replaced // with the current version during build time. if (coreVersion === `0.0.0-${'PLACEHOLDER'}`) { diff --git a/package.json b/package.json index 2e3ef4feb..3ba826a7b 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular/language-service", - "version": "19.0.0-next.8+sha-95bee15", + "version": "19.0.0-next.8+sha-1479af9", "description": "Angular - language services", "main": "./index.js", "typings": "./index.d.ts",