@angular/language-service 20.3.16 → 20.3.17

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.16
3
+ * @license Angular v20.3.17
4
4
  * Copyright Google LLC All Rights Reserved.
5
5
  * License: MIT
6
6
  */
@@ -35275,7 +35275,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
35275
35275
  function compileDeclareClassMetadata(metadata) {
35276
35276
  const definitionMap = new DefinitionMap();
35277
35277
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$5));
35278
- definitionMap.set('version', literal$1('20.3.16'));
35278
+ definitionMap.set('version', literal$1('20.3.17'));
35279
35279
  definitionMap.set('ngImport', importExpr(Identifiers.core));
35280
35280
  definitionMap.set('type', metadata.type);
35281
35281
  definitionMap.set('decorators', metadata.decorators);
@@ -35293,7 +35293,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
35293
35293
  callbackReturnDefinitionMap.set('ctorParameters', metadata.ctorParameters ?? literal$1(null));
35294
35294
  callbackReturnDefinitionMap.set('propDecorators', metadata.propDecorators ?? literal$1(null));
35295
35295
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_DEFER_SUPPORT_VERSION));
35296
- definitionMap.set('version', literal$1('20.3.16'));
35296
+ definitionMap.set('version', literal$1('20.3.17'));
35297
35297
  definitionMap.set('ngImport', importExpr(Identifiers.core));
35298
35298
  definitionMap.set('type', metadata.type);
35299
35299
  definitionMap.set('resolveDeferredDeps', compileComponentMetadataAsyncResolver(dependencies));
@@ -35402,7 +35402,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
35402
35402
  const definitionMap = new DefinitionMap();
35403
35403
  const minVersion = getMinimumVersionForPartialOutput(meta);
35404
35404
  definitionMap.set('minVersion', literal$1(minVersion));
35405
- definitionMap.set('version', literal$1('20.3.16'));
35405
+ definitionMap.set('version', literal$1('20.3.17'));
35406
35406
  // e.g. `type: MyDirective`
35407
35407
  definitionMap.set('type', meta.type.value);
35408
35408
  if (meta.isStandalone !== undefined) {
@@ -35832,7 +35832,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
35832
35832
  function compileDeclareFactoryFunction(meta) {
35833
35833
  const definitionMap = new DefinitionMap();
35834
35834
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$4));
35835
- definitionMap.set('version', literal$1('20.3.16'));
35835
+ definitionMap.set('version', literal$1('20.3.17'));
35836
35836
  definitionMap.set('ngImport', importExpr(Identifiers.core));
35837
35837
  definitionMap.set('type', meta.type.value);
35838
35838
  definitionMap.set('deps', compileDependencies(meta.deps));
@@ -35874,7 +35874,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
35874
35874
  function createInjectableDefinitionMap(meta) {
35875
35875
  const definitionMap = new DefinitionMap();
35876
35876
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$3));
35877
- definitionMap.set('version', literal$1('20.3.16'));
35877
+ definitionMap.set('version', literal$1('20.3.17'));
35878
35878
  definitionMap.set('ngImport', importExpr(Identifiers.core));
35879
35879
  definitionMap.set('type', meta.type.value);
35880
35880
  // Only generate providedIn property if it has a non-null value
@@ -35932,7 +35932,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
35932
35932
  function createInjectorDefinitionMap(meta) {
35933
35933
  const definitionMap = new DefinitionMap();
35934
35934
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$2));
35935
- definitionMap.set('version', literal$1('20.3.16'));
35935
+ definitionMap.set('version', literal$1('20.3.17'));
35936
35936
  definitionMap.set('ngImport', importExpr(Identifiers.core));
35937
35937
  definitionMap.set('type', meta.type.value);
35938
35938
  definitionMap.set('providers', meta.providers);
@@ -35972,7 +35972,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
35972
35972
  throw new Error('Invalid path! Local compilation mode should not get into the partial compilation path');
35973
35973
  }
35974
35974
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$1));
35975
- definitionMap.set('version', literal$1('20.3.16'));
35975
+ definitionMap.set('version', literal$1('20.3.17'));
35976
35976
  definitionMap.set('ngImport', importExpr(Identifiers.core));
35977
35977
  definitionMap.set('type', meta.type.value);
35978
35978
  // We only generate the keys in the metadata if the arrays contain values.
@@ -36030,7 +36030,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
36030
36030
  function createPipeDefinitionMap(meta) {
36031
36031
  const definitionMap = new DefinitionMap();
36032
36032
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION));
36033
- definitionMap.set('version', literal$1('20.3.16'));
36033
+ definitionMap.set('version', literal$1('20.3.17'));
36034
36034
  definitionMap.set('ngImport', importExpr(Identifiers.core));
36035
36035
  // e.g. `type: MyPipe`
36036
36036
  definitionMap.set('type', meta.type.value);
@@ -36200,7 +36200,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
36200
36200
  * @description
36201
36201
  * Entry point for all public APIs of the compiler package.
36202
36202
  */
36203
- const VERSION = new Version('20.3.16');
36203
+ const VERSION = new Version('20.3.17');
36204
36204
 
36205
36205
  /**
36206
36206
  * @license
@@ -36245,7 +36245,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
36245
36245
  * @description
36246
36246
  * Entry point for all public APIs of the compiler-cli package.
36247
36247
  */
36248
- new Version('20.3.16');
36248
+ new Version('20.3.17');
36249
36249
 
36250
36250
  /**
36251
36251
  * @license
@@ -74069,7 +74069,7 @@ export * from '${relativeEntryPoint}';
74069
74069
  * @param minVersion Minimum required version for the feature.
74070
74070
  */
74071
74071
  function coreVersionSupportsFeature(coreVersion, minVersion) {
74072
- // A version of `20.3.16` usually means that core is at head so it supports
74072
+ // A version of `20.3.17` usually means that core is at head so it supports
74073
74073
  // all features. Use string interpolation prevent the placeholder from being replaced
74074
74074
  // with the current version during build time.
74075
74075
  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.16",
3
+ "version": "20.3.17",
4
4
  "description": "Angular - language services",
5
5
  "main": "./index.js",
6
6
  "typings": "./index.d.ts",