@angular/language-service 21.0.7 → 21.0.8

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.0.7
3
+ * @license Angular v21.0.8
4
4
  * Copyright Google LLC All Rights Reserved.
5
5
  * License: MIT
6
6
  */
@@ -35632,7 +35632,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
35632
35632
  function compileDeclareClassMetadata(metadata) {
35633
35633
  const definitionMap = new DefinitionMap();
35634
35634
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$5));
35635
- definitionMap.set('version', literal$1('21.0.7'));
35635
+ definitionMap.set('version', literal$1('21.0.8'));
35636
35636
  definitionMap.set('ngImport', importExpr(Identifiers.core));
35637
35637
  definitionMap.set('type', metadata.type);
35638
35638
  definitionMap.set('decorators', metadata.decorators);
@@ -35650,7 +35650,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
35650
35650
  callbackReturnDefinitionMap.set('ctorParameters', metadata.ctorParameters ?? literal$1(null));
35651
35651
  callbackReturnDefinitionMap.set('propDecorators', metadata.propDecorators ?? literal$1(null));
35652
35652
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_DEFER_SUPPORT_VERSION));
35653
- definitionMap.set('version', literal$1('21.0.7'));
35653
+ definitionMap.set('version', literal$1('21.0.8'));
35654
35654
  definitionMap.set('ngImport', importExpr(Identifiers.core));
35655
35655
  definitionMap.set('type', metadata.type);
35656
35656
  definitionMap.set('resolveDeferredDeps', compileComponentMetadataAsyncResolver(dependencies));
@@ -35759,7 +35759,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
35759
35759
  const definitionMap = new DefinitionMap();
35760
35760
  const minVersion = getMinimumVersionForPartialOutput(meta);
35761
35761
  definitionMap.set('minVersion', literal$1(minVersion));
35762
- definitionMap.set('version', literal$1('21.0.7'));
35762
+ definitionMap.set('version', literal$1('21.0.8'));
35763
35763
  // e.g. `type: MyDirective`
35764
35764
  definitionMap.set('type', meta.type.value);
35765
35765
  if (meta.isStandalone !== undefined) {
@@ -36186,7 +36186,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
36186
36186
  function compileDeclareFactoryFunction(meta) {
36187
36187
  const definitionMap = new DefinitionMap();
36188
36188
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$4));
36189
- definitionMap.set('version', literal$1('21.0.7'));
36189
+ definitionMap.set('version', literal$1('21.0.8'));
36190
36190
  definitionMap.set('ngImport', importExpr(Identifiers.core));
36191
36191
  definitionMap.set('type', meta.type.value);
36192
36192
  definitionMap.set('deps', compileDependencies(meta.deps));
@@ -36228,7 +36228,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
36228
36228
  function createInjectableDefinitionMap(meta) {
36229
36229
  const definitionMap = new DefinitionMap();
36230
36230
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$3));
36231
- definitionMap.set('version', literal$1('21.0.7'));
36231
+ definitionMap.set('version', literal$1('21.0.8'));
36232
36232
  definitionMap.set('ngImport', importExpr(Identifiers.core));
36233
36233
  definitionMap.set('type', meta.type.value);
36234
36234
  // Only generate providedIn property if it has a non-null value
@@ -36286,7 +36286,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
36286
36286
  function createInjectorDefinitionMap(meta) {
36287
36287
  const definitionMap = new DefinitionMap();
36288
36288
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$2));
36289
- definitionMap.set('version', literal$1('21.0.7'));
36289
+ definitionMap.set('version', literal$1('21.0.8'));
36290
36290
  definitionMap.set('ngImport', importExpr(Identifiers.core));
36291
36291
  definitionMap.set('type', meta.type.value);
36292
36292
  definitionMap.set('providers', meta.providers);
@@ -36326,7 +36326,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
36326
36326
  throw new Error('Invalid path! Local compilation mode should not get into the partial compilation path');
36327
36327
  }
36328
36328
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$1));
36329
- definitionMap.set('version', literal$1('21.0.7'));
36329
+ definitionMap.set('version', literal$1('21.0.8'));
36330
36330
  definitionMap.set('ngImport', importExpr(Identifiers.core));
36331
36331
  definitionMap.set('type', meta.type.value);
36332
36332
  // We only generate the keys in the metadata if the arrays contain values.
@@ -36384,7 +36384,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
36384
36384
  function createPipeDefinitionMap(meta) {
36385
36385
  const definitionMap = new DefinitionMap();
36386
36386
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION));
36387
- definitionMap.set('version', literal$1('21.0.7'));
36387
+ definitionMap.set('version', literal$1('21.0.8'));
36388
36388
  definitionMap.set('ngImport', importExpr(Identifiers.core));
36389
36389
  // e.g. `type: MyPipe`
36390
36390
  definitionMap.set('type', meta.type.value);
@@ -36554,7 +36554,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
36554
36554
  * @description
36555
36555
  * Entry point for all public APIs of the compiler package.
36556
36556
  */
36557
- const VERSION = new Version('21.0.7');
36557
+ const VERSION = new Version('21.0.8');
36558
36558
 
36559
36559
  /**
36560
36560
  * @license
@@ -36599,7 +36599,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
36599
36599
  * @description
36600
36600
  * Entry point for all public APIs of the compiler-cli package.
36601
36601
  */
36602
- new Version('21.0.7');
36602
+ new Version('21.0.8');
36603
36603
 
36604
36604
  /**
36605
36605
  * @license
@@ -75377,7 +75377,7 @@ export * from '${relativeEntryPoint}';
75377
75377
  * @param minVersion Minimum required version for the feature.
75378
75378
  */
75379
75379
  function coreVersionSupportsFeature(coreVersion, minVersion) {
75380
- // A version of `21.0.7` usually means that core is at head so it supports
75380
+ // A version of `21.0.8` usually means that core is at head so it supports
75381
75381
  // all features. Use string interpolation prevent the placeholder from being replaced
75382
75382
  // with the current version during build time.
75383
75383
  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.0.7",
3
+ "version": "21.0.8",
4
4
  "description": "Angular - language services",
5
5
  "main": "./index.js",
6
6
  "typings": "./index.d.ts",