@angular/language-service 20.1.2 → 20.1.3

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.2
3
+ * @license Angular v20.1.3
4
4
  * Copyright Google LLC All Rights Reserved.
5
5
  * License: MIT
6
6
  */
@@ -34703,7 +34703,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
34703
34703
  function compileDeclareClassMetadata(metadata) {
34704
34704
  const definitionMap = new DefinitionMap();
34705
34705
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$5));
34706
- definitionMap.set('version', literal$1('20.1.2'));
34706
+ definitionMap.set('version', literal$1('20.1.3'));
34707
34707
  definitionMap.set('ngImport', importExpr(Identifiers.core));
34708
34708
  definitionMap.set('type', metadata.type);
34709
34709
  definitionMap.set('decorators', metadata.decorators);
@@ -34721,7 +34721,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
34721
34721
  callbackReturnDefinitionMap.set('ctorParameters', metadata.ctorParameters ?? literal$1(null));
34722
34722
  callbackReturnDefinitionMap.set('propDecorators', metadata.propDecorators ?? literal$1(null));
34723
34723
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_DEFER_SUPPORT_VERSION));
34724
- definitionMap.set('version', literal$1('20.1.2'));
34724
+ definitionMap.set('version', literal$1('20.1.3'));
34725
34725
  definitionMap.set('ngImport', importExpr(Identifiers.core));
34726
34726
  definitionMap.set('type', metadata.type);
34727
34727
  definitionMap.set('resolveDeferredDeps', compileComponentMetadataAsyncResolver(dependencies));
@@ -34830,7 +34830,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
34830
34830
  const definitionMap = new DefinitionMap();
34831
34831
  const minVersion = getMinimumVersionForPartialOutput(meta);
34832
34832
  definitionMap.set('minVersion', literal$1(minVersion));
34833
- definitionMap.set('version', literal$1('20.1.2'));
34833
+ definitionMap.set('version', literal$1('20.1.3'));
34834
34834
  // e.g. `type: MyDirective`
34835
34835
  definitionMap.set('type', meta.type.value);
34836
34836
  if (meta.isStandalone !== undefined) {
@@ -35260,7 +35260,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
35260
35260
  function compileDeclareFactoryFunction(meta) {
35261
35261
  const definitionMap = new DefinitionMap();
35262
35262
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$4));
35263
- definitionMap.set('version', literal$1('20.1.2'));
35263
+ definitionMap.set('version', literal$1('20.1.3'));
35264
35264
  definitionMap.set('ngImport', importExpr(Identifiers.core));
35265
35265
  definitionMap.set('type', meta.type.value);
35266
35266
  definitionMap.set('deps', compileDependencies(meta.deps));
@@ -35302,7 +35302,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
35302
35302
  function createInjectableDefinitionMap(meta) {
35303
35303
  const definitionMap = new DefinitionMap();
35304
35304
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$3));
35305
- definitionMap.set('version', literal$1('20.1.2'));
35305
+ definitionMap.set('version', literal$1('20.1.3'));
35306
35306
  definitionMap.set('ngImport', importExpr(Identifiers.core));
35307
35307
  definitionMap.set('type', meta.type.value);
35308
35308
  // Only generate providedIn property if it has a non-null value
@@ -35360,7 +35360,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
35360
35360
  function createInjectorDefinitionMap(meta) {
35361
35361
  const definitionMap = new DefinitionMap();
35362
35362
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$2));
35363
- definitionMap.set('version', literal$1('20.1.2'));
35363
+ definitionMap.set('version', literal$1('20.1.3'));
35364
35364
  definitionMap.set('ngImport', importExpr(Identifiers.core));
35365
35365
  definitionMap.set('type', meta.type.value);
35366
35366
  definitionMap.set('providers', meta.providers);
@@ -35400,7 +35400,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
35400
35400
  throw new Error('Invalid path! Local compilation mode should not get into the partial compilation path');
35401
35401
  }
35402
35402
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$1));
35403
- definitionMap.set('version', literal$1('20.1.2'));
35403
+ definitionMap.set('version', literal$1('20.1.3'));
35404
35404
  definitionMap.set('ngImport', importExpr(Identifiers.core));
35405
35405
  definitionMap.set('type', meta.type.value);
35406
35406
  // We only generate the keys in the metadata if the arrays contain values.
@@ -35458,7 +35458,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
35458
35458
  function createPipeDefinitionMap(meta) {
35459
35459
  const definitionMap = new DefinitionMap();
35460
35460
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION));
35461
- definitionMap.set('version', literal$1('20.1.2'));
35461
+ definitionMap.set('version', literal$1('20.1.3'));
35462
35462
  definitionMap.set('ngImport', importExpr(Identifiers.core));
35463
35463
  // e.g. `type: MyPipe`
35464
35464
  definitionMap.set('type', meta.type.value);
@@ -35628,7 +35628,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
35628
35628
  * @description
35629
35629
  * Entry point for all public APIs of the compiler package.
35630
35630
  */
35631
- new Version('20.1.2');
35631
+ new Version('20.1.3');
35632
35632
 
35633
35633
  /**
35634
35634
  * @license
@@ -35673,7 +35673,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
35673
35673
  * @description
35674
35674
  * Entry point for all public APIs of the compiler-cli package.
35675
35675
  */
35676
- new Version('20.1.2');
35676
+ new Version('20.1.3');
35677
35677
 
35678
35678
  /**
35679
35679
  * @license
@@ -72647,7 +72647,7 @@ export * from '${relativeEntryPoint}';
72647
72647
  * @param minVersion Minimum required version for the feature.
72648
72648
  */
72649
72649
  function coreVersionSupportsFeature(coreVersion, minVersion) {
72650
- // A version of `20.1.2` usually means that core is at head so it supports
72650
+ // A version of `20.1.3` usually means that core is at head so it supports
72651
72651
  // all features. Use string interpolation prevent the placeholder from being replaced
72652
72652
  // with the current version during build time.
72653
72653
  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.2",
3
+ "version": "20.1.3",
4
4
  "description": "Angular - language services",
5
5
  "main": "./index.js",
6
6
  "typings": "./index.d.ts",