@angular/language-service 19.0.0-rc.3 → 19.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
 
2
2
  /**
3
- * @license Angular v19.0.0-rc.3
3
+ * @license Angular v19.0.0
4
4
  * Copyright Google LLC All Rights Reserved.
5
5
  * License: MIT
6
6
  */
@@ -31813,7 +31813,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
31813
31813
  * Use of this source code is governed by an MIT-style license that can be
31814
31814
  * found in the LICENSE file at https://angular.dev/license
31815
31815
  */
31816
- new Version('19.0.0-rc.3');
31816
+ new Version('19.0.0');
31817
31817
 
31818
31818
  /**
31819
31819
  * @license
@@ -33307,7 +33307,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
33307
33307
  function compileDeclareClassMetadata(metadata) {
33308
33308
  const definitionMap = new DefinitionMap();
33309
33309
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$5));
33310
- definitionMap.set('version', literal$1('19.0.0-rc.3'));
33310
+ definitionMap.set('version', literal$1('19.0.0'));
33311
33311
  definitionMap.set('ngImport', importExpr(Identifiers.core));
33312
33312
  definitionMap.set('type', metadata.type);
33313
33313
  definitionMap.set('decorators', metadata.decorators);
@@ -33325,7 +33325,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
33325
33325
  callbackReturnDefinitionMap.set('ctorParameters', metadata.ctorParameters ?? literal$1(null));
33326
33326
  callbackReturnDefinitionMap.set('propDecorators', metadata.propDecorators ?? literal$1(null));
33327
33327
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_DEFER_SUPPORT_VERSION));
33328
- definitionMap.set('version', literal$1('19.0.0-rc.3'));
33328
+ definitionMap.set('version', literal$1('19.0.0'));
33329
33329
  definitionMap.set('ngImport', importExpr(Identifiers.core));
33330
33330
  definitionMap.set('type', metadata.type);
33331
33331
  definitionMap.set('resolveDeferredDeps', compileComponentMetadataAsyncResolver(dependencies));
@@ -33434,7 +33434,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
33434
33434
  const definitionMap = new DefinitionMap();
33435
33435
  const minVersion = getMinimumVersionForPartialOutput(meta);
33436
33436
  definitionMap.set('minVersion', literal$1(minVersion));
33437
- definitionMap.set('version', literal$1('19.0.0-rc.3'));
33437
+ definitionMap.set('version', literal$1('19.0.0'));
33438
33438
  // e.g. `type: MyDirective`
33439
33439
  definitionMap.set('type', meta.type.value);
33440
33440
  if (meta.isStandalone !== undefined) {
@@ -33864,7 +33864,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
33864
33864
  function compileDeclareFactoryFunction(meta) {
33865
33865
  const definitionMap = new DefinitionMap();
33866
33866
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$4));
33867
- definitionMap.set('version', literal$1('19.0.0-rc.3'));
33867
+ definitionMap.set('version', literal$1('19.0.0'));
33868
33868
  definitionMap.set('ngImport', importExpr(Identifiers.core));
33869
33869
  definitionMap.set('type', meta.type.value);
33870
33870
  definitionMap.set('deps', compileDependencies(meta.deps));
@@ -33906,7 +33906,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
33906
33906
  function createInjectableDefinitionMap(meta) {
33907
33907
  const definitionMap = new DefinitionMap();
33908
33908
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$3));
33909
- definitionMap.set('version', literal$1('19.0.0-rc.3'));
33909
+ definitionMap.set('version', literal$1('19.0.0'));
33910
33910
  definitionMap.set('ngImport', importExpr(Identifiers.core));
33911
33911
  definitionMap.set('type', meta.type.value);
33912
33912
  // Only generate providedIn property if it has a non-null value
@@ -33964,7 +33964,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
33964
33964
  function createInjectorDefinitionMap(meta) {
33965
33965
  const definitionMap = new DefinitionMap();
33966
33966
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$2));
33967
- definitionMap.set('version', literal$1('19.0.0-rc.3'));
33967
+ definitionMap.set('version', literal$1('19.0.0'));
33968
33968
  definitionMap.set('ngImport', importExpr(Identifiers.core));
33969
33969
  definitionMap.set('type', meta.type.value);
33970
33970
  definitionMap.set('providers', meta.providers);
@@ -34004,7 +34004,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
34004
34004
  throw new Error('Invalid path! Local compilation mode should not get into the partial compilation path');
34005
34005
  }
34006
34006
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$1));
34007
- definitionMap.set('version', literal$1('19.0.0-rc.3'));
34007
+ definitionMap.set('version', literal$1('19.0.0'));
34008
34008
  definitionMap.set('ngImport', importExpr(Identifiers.core));
34009
34009
  definitionMap.set('type', meta.type.value);
34010
34010
  // We only generate the keys in the metadata if the arrays contain values.
@@ -34062,7 +34062,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
34062
34062
  function createPipeDefinitionMap(meta) {
34063
34063
  const definitionMap = new DefinitionMap();
34064
34064
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION));
34065
- definitionMap.set('version', literal$1('19.0.0-rc.3'));
34065
+ definitionMap.set('version', literal$1('19.0.0'));
34066
34066
  definitionMap.set('ngImport', importExpr(Identifiers.core));
34067
34067
  // e.g. `type: MyPipe`
34068
34068
  definitionMap.set('type', meta.type.value);
@@ -34097,7 +34097,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
34097
34097
  * Use of this source code is governed by an MIT-style license that can be
34098
34098
  * found in the LICENSE file at https://angular.dev/license
34099
34099
  */
34100
- new Version('19.0.0-rc.3');
34100
+ new Version('19.0.0');
34101
34101
 
34102
34102
  /**
34103
34103
  * @license
@@ -68390,7 +68390,7 @@ export * from '${relativeEntryPoint}';
68390
68390
  * @param minVersion Minimum required version for the feature.
68391
68391
  */
68392
68392
  function coreVersionSupportsFeature(coreVersion, minVersion) {
68393
- // A version of `19.0.0-rc.3` usually means that core is at head so it supports
68393
+ // A version of `19.0.0` usually means that core is at head so it supports
68394
68394
  // all features. Use string interpolation prevent the placeholder from being replaced
68395
68395
  // with the current version during build time.
68396
68396
  if (coreVersion === `0.0.0-${'PLACEHOLDER'}`) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular/language-service",
3
- "version": "19.0.0-rc.3",
3
+ "version": "19.0.0",
4
4
  "description": "Angular - language services",
5
5
  "main": "./index.js",
6
6
  "typings": "./index.d.ts",