@angular/language-service 20.3.7 → 20.3.9

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.3.7
3
+ * @license Angular v20.3.9
4
4
  * Copyright Google LLC All Rights Reserved.
5
5
  * License: MIT
6
6
  */
@@ -35237,7 +35237,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
35237
35237
  function compileDeclareClassMetadata(metadata) {
35238
35238
  const definitionMap = new DefinitionMap();
35239
35239
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$5));
35240
- definitionMap.set('version', literal$1('20.3.7'));
35240
+ definitionMap.set('version', literal$1('20.3.9'));
35241
35241
  definitionMap.set('ngImport', importExpr(Identifiers.core));
35242
35242
  definitionMap.set('type', metadata.type);
35243
35243
  definitionMap.set('decorators', metadata.decorators);
@@ -35255,7 +35255,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
35255
35255
  callbackReturnDefinitionMap.set('ctorParameters', metadata.ctorParameters ?? literal$1(null));
35256
35256
  callbackReturnDefinitionMap.set('propDecorators', metadata.propDecorators ?? literal$1(null));
35257
35257
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_DEFER_SUPPORT_VERSION));
35258
- definitionMap.set('version', literal$1('20.3.7'));
35258
+ definitionMap.set('version', literal$1('20.3.9'));
35259
35259
  definitionMap.set('ngImport', importExpr(Identifiers.core));
35260
35260
  definitionMap.set('type', metadata.type);
35261
35261
  definitionMap.set('resolveDeferredDeps', compileComponentMetadataAsyncResolver(dependencies));
@@ -35364,7 +35364,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
35364
35364
  const definitionMap = new DefinitionMap();
35365
35365
  const minVersion = getMinimumVersionForPartialOutput(meta);
35366
35366
  definitionMap.set('minVersion', literal$1(minVersion));
35367
- definitionMap.set('version', literal$1('20.3.7'));
35367
+ definitionMap.set('version', literal$1('20.3.9'));
35368
35368
  // e.g. `type: MyDirective`
35369
35369
  definitionMap.set('type', meta.type.value);
35370
35370
  if (meta.isStandalone !== undefined) {
@@ -35794,7 +35794,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
35794
35794
  function compileDeclareFactoryFunction(meta) {
35795
35795
  const definitionMap = new DefinitionMap();
35796
35796
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$4));
35797
- definitionMap.set('version', literal$1('20.3.7'));
35797
+ definitionMap.set('version', literal$1('20.3.9'));
35798
35798
  definitionMap.set('ngImport', importExpr(Identifiers.core));
35799
35799
  definitionMap.set('type', meta.type.value);
35800
35800
  definitionMap.set('deps', compileDependencies(meta.deps));
@@ -35836,7 +35836,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
35836
35836
  function createInjectableDefinitionMap(meta) {
35837
35837
  const definitionMap = new DefinitionMap();
35838
35838
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$3));
35839
- definitionMap.set('version', literal$1('20.3.7'));
35839
+ definitionMap.set('version', literal$1('20.3.9'));
35840
35840
  definitionMap.set('ngImport', importExpr(Identifiers.core));
35841
35841
  definitionMap.set('type', meta.type.value);
35842
35842
  // Only generate providedIn property if it has a non-null value
@@ -35894,7 +35894,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
35894
35894
  function createInjectorDefinitionMap(meta) {
35895
35895
  const definitionMap = new DefinitionMap();
35896
35896
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$2));
35897
- definitionMap.set('version', literal$1('20.3.7'));
35897
+ definitionMap.set('version', literal$1('20.3.9'));
35898
35898
  definitionMap.set('ngImport', importExpr(Identifiers.core));
35899
35899
  definitionMap.set('type', meta.type.value);
35900
35900
  definitionMap.set('providers', meta.providers);
@@ -35934,7 +35934,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
35934
35934
  throw new Error('Invalid path! Local compilation mode should not get into the partial compilation path');
35935
35935
  }
35936
35936
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$1));
35937
- definitionMap.set('version', literal$1('20.3.7'));
35937
+ definitionMap.set('version', literal$1('20.3.9'));
35938
35938
  definitionMap.set('ngImport', importExpr(Identifiers.core));
35939
35939
  definitionMap.set('type', meta.type.value);
35940
35940
  // We only generate the keys in the metadata if the arrays contain values.
@@ -35992,7 +35992,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
35992
35992
  function createPipeDefinitionMap(meta) {
35993
35993
  const definitionMap = new DefinitionMap();
35994
35994
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION));
35995
- definitionMap.set('version', literal$1('20.3.7'));
35995
+ definitionMap.set('version', literal$1('20.3.9'));
35996
35996
  definitionMap.set('ngImport', importExpr(Identifiers.core));
35997
35997
  // e.g. `type: MyPipe`
35998
35998
  definitionMap.set('type', meta.type.value);
@@ -36162,7 +36162,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
36162
36162
  * @description
36163
36163
  * Entry point for all public APIs of the compiler package.
36164
36164
  */
36165
- const VERSION = new Version('20.3.7');
36165
+ const VERSION = new Version('20.3.9');
36166
36166
 
36167
36167
  /**
36168
36168
  * @license
@@ -36207,7 +36207,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
36207
36207
  * @description
36208
36208
  * Entry point for all public APIs of the compiler-cli package.
36209
36209
  */
36210
- new Version('20.3.7');
36210
+ new Version('20.3.9');
36211
36211
 
36212
36212
  /**
36213
36213
  * @license
@@ -74011,7 +74011,7 @@ export * from '${relativeEntryPoint}';
74011
74011
  * @param minVersion Minimum required version for the feature.
74012
74012
  */
74013
74013
  function coreVersionSupportsFeature(coreVersion, minVersion) {
74014
- // A version of `20.3.7` usually means that core is at head so it supports
74014
+ // A version of `20.3.9` usually means that core is at head so it supports
74015
74015
  // all features. Use string interpolation prevent the placeholder from being replaced
74016
74016
  // with the current version during build time.
74017
74017
  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.3.7",
3
+ "version": "20.3.9",
4
4
  "description": "Angular - language services",
5
5
  "main": "./index.js",
6
6
  "typings": "./index.d.ts",