@angular/language-service 19.1.0 → 19.1.1

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.1.0
3
+ * @license Angular v19.1.1
4
4
  * Copyright Google LLC All Rights Reserved.
5
5
  * License: MIT
6
6
  */
@@ -31928,7 +31928,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
31928
31928
  * Use of this source code is governed by an MIT-style license that can be
31929
31929
  * found in the LICENSE file at https://angular.dev/license
31930
31930
  */
31931
- new Version('19.1.0');
31931
+ new Version('19.1.1');
31932
31932
 
31933
31933
  /**
31934
31934
  * @license
@@ -33434,7 +33434,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
33434
33434
  function compileDeclareClassMetadata(metadata) {
33435
33435
  const definitionMap = new DefinitionMap();
33436
33436
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$5));
33437
- definitionMap.set('version', literal$1('19.1.0'));
33437
+ definitionMap.set('version', literal$1('19.1.1'));
33438
33438
  definitionMap.set('ngImport', importExpr(Identifiers.core));
33439
33439
  definitionMap.set('type', metadata.type);
33440
33440
  definitionMap.set('decorators', metadata.decorators);
@@ -33452,7 +33452,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
33452
33452
  callbackReturnDefinitionMap.set('ctorParameters', metadata.ctorParameters ?? literal$1(null));
33453
33453
  callbackReturnDefinitionMap.set('propDecorators', metadata.propDecorators ?? literal$1(null));
33454
33454
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_DEFER_SUPPORT_VERSION));
33455
- definitionMap.set('version', literal$1('19.1.0'));
33455
+ definitionMap.set('version', literal$1('19.1.1'));
33456
33456
  definitionMap.set('ngImport', importExpr(Identifiers.core));
33457
33457
  definitionMap.set('type', metadata.type);
33458
33458
  definitionMap.set('resolveDeferredDeps', compileComponentMetadataAsyncResolver(dependencies));
@@ -33561,7 +33561,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
33561
33561
  const definitionMap = new DefinitionMap();
33562
33562
  const minVersion = getMinimumVersionForPartialOutput(meta);
33563
33563
  definitionMap.set('minVersion', literal$1(minVersion));
33564
- definitionMap.set('version', literal$1('19.1.0'));
33564
+ definitionMap.set('version', literal$1('19.1.1'));
33565
33565
  // e.g. `type: MyDirective`
33566
33566
  definitionMap.set('type', meta.type.value);
33567
33567
  if (meta.isStandalone !== undefined) {
@@ -33991,7 +33991,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
33991
33991
  function compileDeclareFactoryFunction(meta) {
33992
33992
  const definitionMap = new DefinitionMap();
33993
33993
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$4));
33994
- definitionMap.set('version', literal$1('19.1.0'));
33994
+ definitionMap.set('version', literal$1('19.1.1'));
33995
33995
  definitionMap.set('ngImport', importExpr(Identifiers.core));
33996
33996
  definitionMap.set('type', meta.type.value);
33997
33997
  definitionMap.set('deps', compileDependencies(meta.deps));
@@ -34033,7 +34033,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
34033
34033
  function createInjectableDefinitionMap(meta) {
34034
34034
  const definitionMap = new DefinitionMap();
34035
34035
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$3));
34036
- definitionMap.set('version', literal$1('19.1.0'));
34036
+ definitionMap.set('version', literal$1('19.1.1'));
34037
34037
  definitionMap.set('ngImport', importExpr(Identifiers.core));
34038
34038
  definitionMap.set('type', meta.type.value);
34039
34039
  // Only generate providedIn property if it has a non-null value
@@ -34091,7 +34091,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
34091
34091
  function createInjectorDefinitionMap(meta) {
34092
34092
  const definitionMap = new DefinitionMap();
34093
34093
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$2));
34094
- definitionMap.set('version', literal$1('19.1.0'));
34094
+ definitionMap.set('version', literal$1('19.1.1'));
34095
34095
  definitionMap.set('ngImport', importExpr(Identifiers.core));
34096
34096
  definitionMap.set('type', meta.type.value);
34097
34097
  definitionMap.set('providers', meta.providers);
@@ -34131,7 +34131,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
34131
34131
  throw new Error('Invalid path! Local compilation mode should not get into the partial compilation path');
34132
34132
  }
34133
34133
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$1));
34134
- definitionMap.set('version', literal$1('19.1.0'));
34134
+ definitionMap.set('version', literal$1('19.1.1'));
34135
34135
  definitionMap.set('ngImport', importExpr(Identifiers.core));
34136
34136
  definitionMap.set('type', meta.type.value);
34137
34137
  // We only generate the keys in the metadata if the arrays contain values.
@@ -34189,7 +34189,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
34189
34189
  function createPipeDefinitionMap(meta) {
34190
34190
  const definitionMap = new DefinitionMap();
34191
34191
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION));
34192
- definitionMap.set('version', literal$1('19.1.0'));
34192
+ definitionMap.set('version', literal$1('19.1.1'));
34193
34193
  definitionMap.set('ngImport', importExpr(Identifiers.core));
34194
34194
  // e.g. `type: MyPipe`
34195
34195
  definitionMap.set('type', meta.type.value);
@@ -34224,7 +34224,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
34224
34224
  * Use of this source code is governed by an MIT-style license that can be
34225
34225
  * found in the LICENSE file at https://angular.dev/license
34226
34226
  */
34227
- new Version('19.1.0');
34227
+ new Version('19.1.1');
34228
34228
 
34229
34229
  /**
34230
34230
  * @license
@@ -68668,7 +68668,7 @@ export * from '${relativeEntryPoint}';
68668
68668
  * @param minVersion Minimum required version for the feature.
68669
68669
  */
68670
68670
  function coreVersionSupportsFeature(coreVersion, minVersion) {
68671
- // A version of `19.1.0` usually means that core is at head so it supports
68671
+ // A version of `19.1.1` usually means that core is at head so it supports
68672
68672
  // all features. Use string interpolation prevent the placeholder from being replaced
68673
68673
  // with the current version during build time.
68674
68674
  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.1.0",
3
+ "version": "19.1.1",
4
4
  "description": "Angular - language services",
5
5
  "main": "./index.js",
6
6
  "typings": "./index.d.ts",