@angular/language-service 21.2.9 → 21.2.10

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 v21.2.9
3
+ * @license Angular v21.2.10
4
4
  * Copyright Google LLC All Rights Reserved.
5
5
  * License: MIT
6
6
  */
@@ -36364,7 +36364,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
36364
36364
  function compileDeclareClassMetadata(metadata) {
36365
36365
  const definitionMap = new DefinitionMap();
36366
36366
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$5));
36367
- definitionMap.set('version', literal$1('21.2.9'));
36367
+ definitionMap.set('version', literal$1('21.2.10'));
36368
36368
  definitionMap.set('ngImport', importExpr(Identifiers.core));
36369
36369
  definitionMap.set('type', metadata.type);
36370
36370
  definitionMap.set('decorators', metadata.decorators);
@@ -36382,7 +36382,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
36382
36382
  callbackReturnDefinitionMap.set('ctorParameters', metadata.ctorParameters ?? literal$1(null));
36383
36383
  callbackReturnDefinitionMap.set('propDecorators', metadata.propDecorators ?? literal$1(null));
36384
36384
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_DEFER_SUPPORT_VERSION));
36385
- definitionMap.set('version', literal$1('21.2.9'));
36385
+ definitionMap.set('version', literal$1('21.2.10'));
36386
36386
  definitionMap.set('ngImport', importExpr(Identifiers.core));
36387
36387
  definitionMap.set('type', metadata.type);
36388
36388
  definitionMap.set('resolveDeferredDeps', compileComponentMetadataAsyncResolver(dependencies));
@@ -36491,7 +36491,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
36491
36491
  const definitionMap = new DefinitionMap();
36492
36492
  const minVersion = getMinimumVersionForPartialOutput(meta);
36493
36493
  definitionMap.set('minVersion', literal$1(minVersion));
36494
- definitionMap.set('version', literal$1('21.2.9'));
36494
+ definitionMap.set('version', literal$1('21.2.10'));
36495
36495
  // e.g. `type: MyDirective`
36496
36496
  definitionMap.set('type', meta.type.value);
36497
36497
  if (meta.isStandalone !== undefined) {
@@ -36930,7 +36930,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
36930
36930
  function compileDeclareFactoryFunction(meta) {
36931
36931
  const definitionMap = new DefinitionMap();
36932
36932
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$4));
36933
- definitionMap.set('version', literal$1('21.2.9'));
36933
+ definitionMap.set('version', literal$1('21.2.10'));
36934
36934
  definitionMap.set('ngImport', importExpr(Identifiers.core));
36935
36935
  definitionMap.set('type', meta.type.value);
36936
36936
  definitionMap.set('deps', compileDependencies(meta.deps));
@@ -36972,7 +36972,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
36972
36972
  function createInjectableDefinitionMap(meta) {
36973
36973
  const definitionMap = new DefinitionMap();
36974
36974
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$3));
36975
- definitionMap.set('version', literal$1('21.2.9'));
36975
+ definitionMap.set('version', literal$1('21.2.10'));
36976
36976
  definitionMap.set('ngImport', importExpr(Identifiers.core));
36977
36977
  definitionMap.set('type', meta.type.value);
36978
36978
  // Only generate providedIn property if it has a non-null value
@@ -37030,7 +37030,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
37030
37030
  function createInjectorDefinitionMap(meta) {
37031
37031
  const definitionMap = new DefinitionMap();
37032
37032
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$2));
37033
- definitionMap.set('version', literal$1('21.2.9'));
37033
+ definitionMap.set('version', literal$1('21.2.10'));
37034
37034
  definitionMap.set('ngImport', importExpr(Identifiers.core));
37035
37035
  definitionMap.set('type', meta.type.value);
37036
37036
  definitionMap.set('providers', meta.providers);
@@ -37070,7 +37070,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
37070
37070
  throw new Error('Invalid path! Local compilation mode should not get into the partial compilation path');
37071
37071
  }
37072
37072
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$1));
37073
- definitionMap.set('version', literal$1('21.2.9'));
37073
+ definitionMap.set('version', literal$1('21.2.10'));
37074
37074
  definitionMap.set('ngImport', importExpr(Identifiers.core));
37075
37075
  definitionMap.set('type', meta.type.value);
37076
37076
  // We only generate the keys in the metadata if the arrays contain values.
@@ -37128,7 +37128,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
37128
37128
  function createPipeDefinitionMap(meta) {
37129
37129
  const definitionMap = new DefinitionMap();
37130
37130
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION));
37131
- definitionMap.set('version', literal$1('21.2.9'));
37131
+ definitionMap.set('version', literal$1('21.2.10'));
37132
37132
  definitionMap.set('ngImport', importExpr(Identifiers.core));
37133
37133
  // e.g. `type: MyPipe`
37134
37134
  definitionMap.set('type', meta.type.value);
@@ -37316,7 +37316,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
37316
37316
  * @description
37317
37317
  * Entry point for all public APIs of the compiler package.
37318
37318
  */
37319
- const VERSION = new Version('21.2.9');
37319
+ const VERSION = new Version('21.2.10');
37320
37320
 
37321
37321
  /**
37322
37322
  * @license
@@ -37361,7 +37361,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
37361
37361
  * @description
37362
37362
  * Entry point for all public APIs of the compiler-cli package.
37363
37363
  */
37364
- new Version('21.2.9');
37364
+ new Version('21.2.10');
37365
37365
 
37366
37366
  /**
37367
37367
  * @license
@@ -76444,7 +76444,7 @@ export * from '${relativeEntryPoint}';
76444
76444
  * @param minVersion Minimum required version for the feature.
76445
76445
  */
76446
76446
  function coreVersionSupportsFeature(coreVersion, minVersion) {
76447
- // A version of `21.2.9` usually means that core is at head so it supports
76447
+ // A version of `21.2.10` usually means that core is at head so it supports
76448
76448
  // all features. Use string interpolation prevent the placeholder from being replaced
76449
76449
  // with the current version during build time.
76450
76450
  if (coreVersion === `0.0.0-${'PLACEHOLDER'}`) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular/language-service",
3
- "version": "21.2.9",
3
+ "version": "21.2.10",
4
4
  "description": "Angular - language services",
5
5
  "main": "./index.js",
6
6
  "typings": "./index.d.ts",