@angular/language-service 18.2.12 → 18.2.13

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 v18.2.12
3
+ * @license Angular v18.2.13
4
4
  * Copyright Google LLC All Rights Reserved.
5
5
  * License: MIT
6
6
  */
@@ -30043,7 +30043,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
30043
30043
  * Use of this source code is governed by an MIT-style license that can be
30044
30044
  * found in the LICENSE file at https://angular.dev/license
30045
30045
  */
30046
- new Version('18.2.12');
30046
+ new Version('18.2.13');
30047
30047
 
30048
30048
  /**
30049
30049
  * @license
@@ -30195,7 +30195,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
30195
30195
  function compileDeclareClassMetadata(metadata) {
30196
30196
  const definitionMap = new DefinitionMap();
30197
30197
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$5));
30198
- definitionMap.set('version', literal$1('18.2.12'));
30198
+ definitionMap.set('version', literal$1('18.2.13'));
30199
30199
  definitionMap.set('ngImport', importExpr(Identifiers.core));
30200
30200
  definitionMap.set('type', metadata.type);
30201
30201
  definitionMap.set('decorators', metadata.decorators);
@@ -30213,7 +30213,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
30213
30213
  callbackReturnDefinitionMap.set('ctorParameters', metadata.ctorParameters ?? literal$1(null));
30214
30214
  callbackReturnDefinitionMap.set('propDecorators', metadata.propDecorators ?? literal$1(null));
30215
30215
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_DEFER_SUPPORT_VERSION));
30216
- definitionMap.set('version', literal$1('18.2.12'));
30216
+ definitionMap.set('version', literal$1('18.2.13'));
30217
30217
  definitionMap.set('ngImport', importExpr(Identifiers.core));
30218
30218
  definitionMap.set('type', metadata.type);
30219
30219
  definitionMap.set('resolveDeferredDeps', compileComponentMetadataAsyncResolver(dependencies));
@@ -30322,7 +30322,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
30322
30322
  const definitionMap = new DefinitionMap();
30323
30323
  const minVersion = getMinimumVersionForPartialOutput(meta);
30324
30324
  definitionMap.set('minVersion', literal$1(minVersion));
30325
- definitionMap.set('version', literal$1('18.2.12'));
30325
+ definitionMap.set('version', literal$1('18.2.13'));
30326
30326
  // e.g. `type: MyDirective`
30327
30327
  definitionMap.set('type', meta.type.value);
30328
30328
  if (meta.isStandalone) {
@@ -30755,7 +30755,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
30755
30755
  function compileDeclareFactoryFunction(meta) {
30756
30756
  const definitionMap = new DefinitionMap();
30757
30757
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$4));
30758
- definitionMap.set('version', literal$1('18.2.12'));
30758
+ definitionMap.set('version', literal$1('18.2.13'));
30759
30759
  definitionMap.set('ngImport', importExpr(Identifiers.core));
30760
30760
  definitionMap.set('type', meta.type.value);
30761
30761
  definitionMap.set('deps', compileDependencies(meta.deps));
@@ -30797,7 +30797,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
30797
30797
  function createInjectableDefinitionMap(meta) {
30798
30798
  const definitionMap = new DefinitionMap();
30799
30799
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$3));
30800
- definitionMap.set('version', literal$1('18.2.12'));
30800
+ definitionMap.set('version', literal$1('18.2.13'));
30801
30801
  definitionMap.set('ngImport', importExpr(Identifiers.core));
30802
30802
  definitionMap.set('type', meta.type.value);
30803
30803
  // Only generate providedIn property if it has a non-null value
@@ -30855,7 +30855,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
30855
30855
  function createInjectorDefinitionMap(meta) {
30856
30856
  const definitionMap = new DefinitionMap();
30857
30857
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$2));
30858
- definitionMap.set('version', literal$1('18.2.12'));
30858
+ definitionMap.set('version', literal$1('18.2.13'));
30859
30859
  definitionMap.set('ngImport', importExpr(Identifiers.core));
30860
30860
  definitionMap.set('type', meta.type.value);
30861
30861
  definitionMap.set('providers', meta.providers);
@@ -30895,7 +30895,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
30895
30895
  throw new Error('Invalid path! Local compilation mode should not get into the partial compilation path');
30896
30896
  }
30897
30897
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$1));
30898
- definitionMap.set('version', literal$1('18.2.12'));
30898
+ definitionMap.set('version', literal$1('18.2.13'));
30899
30899
  definitionMap.set('ngImport', importExpr(Identifiers.core));
30900
30900
  definitionMap.set('type', meta.type.value);
30901
30901
  // We only generate the keys in the metadata if the arrays contain values.
@@ -30953,7 +30953,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
30953
30953
  function createPipeDefinitionMap(meta) {
30954
30954
  const definitionMap = new DefinitionMap();
30955
30955
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION));
30956
- definitionMap.set('version', literal$1('18.2.12'));
30956
+ definitionMap.set('version', literal$1('18.2.13'));
30957
30957
  definitionMap.set('ngImport', importExpr(Identifiers.core));
30958
30958
  // e.g. `type: MyPipe`
30959
30959
  definitionMap.set('type', meta.type.value);
@@ -30988,7 +30988,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
30988
30988
  * Use of this source code is governed by an MIT-style license that can be
30989
30989
  * found in the LICENSE file at https://angular.dev/license
30990
30990
  */
30991
- new Version('18.2.12');
30991
+ new Version('18.2.13');
30992
30992
 
30993
30993
  /**
30994
30994
  * @license
@@ -63491,7 +63491,7 @@ Either add the @Injectable() decorator to '${provider.node.name.text}', or confi
63491
63491
  * @param minVersion Minimum required version for the feature.
63492
63492
  */
63493
63493
  function coreVersionSupportsFeature(coreVersion, minVersion) {
63494
- // A version of `18.2.12` usually means that core is at head so it supports
63494
+ // A version of `18.2.13` usually means that core is at head so it supports
63495
63495
  // all features. Use string interpolation prevent the placeholder from being replaced
63496
63496
  // with the current version during build time.
63497
63497
  if (coreVersion === `0.0.0-${'PLACEHOLDER'}`) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular/language-service",
3
- "version": "18.2.12",
3
+ "version": "18.2.13",
4
4
  "description": "Angular - language services",
5
5
  "main": "./index.js",
6
6
  "typings": "./index.d.ts",