@angular/language-service 20.1.5 → 20.1.6

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 v20.1.5
3
+ * @license Angular v20.1.6
4
4
  * Copyright Google LLC All Rights Reserved.
5
5
  * License: MIT
6
6
  */
@@ -34726,7 +34726,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
34726
34726
  function compileDeclareClassMetadata(metadata) {
34727
34727
  const definitionMap = new DefinitionMap();
34728
34728
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$5));
34729
- definitionMap.set('version', literal$1('20.1.5'));
34729
+ definitionMap.set('version', literal$1('20.1.6'));
34730
34730
  definitionMap.set('ngImport', importExpr(Identifiers.core));
34731
34731
  definitionMap.set('type', metadata.type);
34732
34732
  definitionMap.set('decorators', metadata.decorators);
@@ -34744,7 +34744,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
34744
34744
  callbackReturnDefinitionMap.set('ctorParameters', metadata.ctorParameters ?? literal$1(null));
34745
34745
  callbackReturnDefinitionMap.set('propDecorators', metadata.propDecorators ?? literal$1(null));
34746
34746
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_DEFER_SUPPORT_VERSION));
34747
- definitionMap.set('version', literal$1('20.1.5'));
34747
+ definitionMap.set('version', literal$1('20.1.6'));
34748
34748
  definitionMap.set('ngImport', importExpr(Identifiers.core));
34749
34749
  definitionMap.set('type', metadata.type);
34750
34750
  definitionMap.set('resolveDeferredDeps', compileComponentMetadataAsyncResolver(dependencies));
@@ -34853,7 +34853,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
34853
34853
  const definitionMap = new DefinitionMap();
34854
34854
  const minVersion = getMinimumVersionForPartialOutput(meta);
34855
34855
  definitionMap.set('minVersion', literal$1(minVersion));
34856
- definitionMap.set('version', literal$1('20.1.5'));
34856
+ definitionMap.set('version', literal$1('20.1.6'));
34857
34857
  // e.g. `type: MyDirective`
34858
34858
  definitionMap.set('type', meta.type.value);
34859
34859
  if (meta.isStandalone !== undefined) {
@@ -35283,7 +35283,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
35283
35283
  function compileDeclareFactoryFunction(meta) {
35284
35284
  const definitionMap = new DefinitionMap();
35285
35285
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$4));
35286
- definitionMap.set('version', literal$1('20.1.5'));
35286
+ definitionMap.set('version', literal$1('20.1.6'));
35287
35287
  definitionMap.set('ngImport', importExpr(Identifiers.core));
35288
35288
  definitionMap.set('type', meta.type.value);
35289
35289
  definitionMap.set('deps', compileDependencies(meta.deps));
@@ -35325,7 +35325,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
35325
35325
  function createInjectableDefinitionMap(meta) {
35326
35326
  const definitionMap = new DefinitionMap();
35327
35327
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$3));
35328
- definitionMap.set('version', literal$1('20.1.5'));
35328
+ definitionMap.set('version', literal$1('20.1.6'));
35329
35329
  definitionMap.set('ngImport', importExpr(Identifiers.core));
35330
35330
  definitionMap.set('type', meta.type.value);
35331
35331
  // Only generate providedIn property if it has a non-null value
@@ -35383,7 +35383,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
35383
35383
  function createInjectorDefinitionMap(meta) {
35384
35384
  const definitionMap = new DefinitionMap();
35385
35385
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$2));
35386
- definitionMap.set('version', literal$1('20.1.5'));
35386
+ definitionMap.set('version', literal$1('20.1.6'));
35387
35387
  definitionMap.set('ngImport', importExpr(Identifiers.core));
35388
35388
  definitionMap.set('type', meta.type.value);
35389
35389
  definitionMap.set('providers', meta.providers);
@@ -35423,7 +35423,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
35423
35423
  throw new Error('Invalid path! Local compilation mode should not get into the partial compilation path');
35424
35424
  }
35425
35425
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$1));
35426
- definitionMap.set('version', literal$1('20.1.5'));
35426
+ definitionMap.set('version', literal$1('20.1.6'));
35427
35427
  definitionMap.set('ngImport', importExpr(Identifiers.core));
35428
35428
  definitionMap.set('type', meta.type.value);
35429
35429
  // We only generate the keys in the metadata if the arrays contain values.
@@ -35481,7 +35481,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
35481
35481
  function createPipeDefinitionMap(meta) {
35482
35482
  const definitionMap = new DefinitionMap();
35483
35483
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION));
35484
- definitionMap.set('version', literal$1('20.1.5'));
35484
+ definitionMap.set('version', literal$1('20.1.6'));
35485
35485
  definitionMap.set('ngImport', importExpr(Identifiers.core));
35486
35486
  // e.g. `type: MyPipe`
35487
35487
  definitionMap.set('type', meta.type.value);
@@ -35651,7 +35651,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
35651
35651
  * @description
35652
35652
  * Entry point for all public APIs of the compiler package.
35653
35653
  */
35654
- new Version('20.1.5');
35654
+ new Version('20.1.6');
35655
35655
 
35656
35656
  /**
35657
35657
  * @license
@@ -35696,7 +35696,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
35696
35696
  * @description
35697
35697
  * Entry point for all public APIs of the compiler-cli package.
35698
35698
  */
35699
- new Version('20.1.5');
35699
+ new Version('20.1.6');
35700
35700
 
35701
35701
  /**
35702
35702
  * @license
@@ -72710,7 +72710,7 @@ export * from '${relativeEntryPoint}';
72710
72710
  * @param minVersion Minimum required version for the feature.
72711
72711
  */
72712
72712
  function coreVersionSupportsFeature(coreVersion, minVersion) {
72713
- // A version of `20.1.5` usually means that core is at head so it supports
72713
+ // A version of `20.1.6` usually means that core is at head so it supports
72714
72714
  // all features. Use string interpolation prevent the placeholder from being replaced
72715
72715
  // with the current version during build time.
72716
72716
  if (coreVersion === `0.0.0-${'PLACEHOLDER'}`) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular/language-service",
3
- "version": "20.1.5",
3
+ "version": "20.1.6",
4
4
  "description": "Angular - language services",
5
5
  "main": "./index.js",
6
6
  "typings": "./index.d.ts",