@angular/language-service 20.3.3 → 20.3.4

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.3
3
+ * @license Angular v20.3.4
4
4
  * Copyright Google LLC All Rights Reserved.
5
5
  * License: MIT
6
6
  */
@@ -35213,7 +35213,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
35213
35213
  function compileDeclareClassMetadata(metadata) {
35214
35214
  const definitionMap = new DefinitionMap();
35215
35215
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$5));
35216
- definitionMap.set('version', literal$1('20.3.3'));
35216
+ definitionMap.set('version', literal$1('20.3.4'));
35217
35217
  definitionMap.set('ngImport', importExpr(Identifiers.core));
35218
35218
  definitionMap.set('type', metadata.type);
35219
35219
  definitionMap.set('decorators', metadata.decorators);
@@ -35231,7 +35231,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
35231
35231
  callbackReturnDefinitionMap.set('ctorParameters', metadata.ctorParameters ?? literal$1(null));
35232
35232
  callbackReturnDefinitionMap.set('propDecorators', metadata.propDecorators ?? literal$1(null));
35233
35233
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_DEFER_SUPPORT_VERSION));
35234
- definitionMap.set('version', literal$1('20.3.3'));
35234
+ definitionMap.set('version', literal$1('20.3.4'));
35235
35235
  definitionMap.set('ngImport', importExpr(Identifiers.core));
35236
35236
  definitionMap.set('type', metadata.type);
35237
35237
  definitionMap.set('resolveDeferredDeps', compileComponentMetadataAsyncResolver(dependencies));
@@ -35340,7 +35340,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
35340
35340
  const definitionMap = new DefinitionMap();
35341
35341
  const minVersion = getMinimumVersionForPartialOutput(meta);
35342
35342
  definitionMap.set('minVersion', literal$1(minVersion));
35343
- definitionMap.set('version', literal$1('20.3.3'));
35343
+ definitionMap.set('version', literal$1('20.3.4'));
35344
35344
  // e.g. `type: MyDirective`
35345
35345
  definitionMap.set('type', meta.type.value);
35346
35346
  if (meta.isStandalone !== undefined) {
@@ -35770,7 +35770,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
35770
35770
  function compileDeclareFactoryFunction(meta) {
35771
35771
  const definitionMap = new DefinitionMap();
35772
35772
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$4));
35773
- definitionMap.set('version', literal$1('20.3.3'));
35773
+ definitionMap.set('version', literal$1('20.3.4'));
35774
35774
  definitionMap.set('ngImport', importExpr(Identifiers.core));
35775
35775
  definitionMap.set('type', meta.type.value);
35776
35776
  definitionMap.set('deps', compileDependencies(meta.deps));
@@ -35812,7 +35812,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
35812
35812
  function createInjectableDefinitionMap(meta) {
35813
35813
  const definitionMap = new DefinitionMap();
35814
35814
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$3));
35815
- definitionMap.set('version', literal$1('20.3.3'));
35815
+ definitionMap.set('version', literal$1('20.3.4'));
35816
35816
  definitionMap.set('ngImport', importExpr(Identifiers.core));
35817
35817
  definitionMap.set('type', meta.type.value);
35818
35818
  // Only generate providedIn property if it has a non-null value
@@ -35870,7 +35870,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
35870
35870
  function createInjectorDefinitionMap(meta) {
35871
35871
  const definitionMap = new DefinitionMap();
35872
35872
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$2));
35873
- definitionMap.set('version', literal$1('20.3.3'));
35873
+ definitionMap.set('version', literal$1('20.3.4'));
35874
35874
  definitionMap.set('ngImport', importExpr(Identifiers.core));
35875
35875
  definitionMap.set('type', meta.type.value);
35876
35876
  definitionMap.set('providers', meta.providers);
@@ -35910,7 +35910,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
35910
35910
  throw new Error('Invalid path! Local compilation mode should not get into the partial compilation path');
35911
35911
  }
35912
35912
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$1));
35913
- definitionMap.set('version', literal$1('20.3.3'));
35913
+ definitionMap.set('version', literal$1('20.3.4'));
35914
35914
  definitionMap.set('ngImport', importExpr(Identifiers.core));
35915
35915
  definitionMap.set('type', meta.type.value);
35916
35916
  // We only generate the keys in the metadata if the arrays contain values.
@@ -35968,7 +35968,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
35968
35968
  function createPipeDefinitionMap(meta) {
35969
35969
  const definitionMap = new DefinitionMap();
35970
35970
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION));
35971
- definitionMap.set('version', literal$1('20.3.3'));
35971
+ definitionMap.set('version', literal$1('20.3.4'));
35972
35972
  definitionMap.set('ngImport', importExpr(Identifiers.core));
35973
35973
  // e.g. `type: MyPipe`
35974
35974
  definitionMap.set('type', meta.type.value);
@@ -36138,7 +36138,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
36138
36138
  * @description
36139
36139
  * Entry point for all public APIs of the compiler package.
36140
36140
  */
36141
- const VERSION = new Version('20.3.3');
36141
+ const VERSION = new Version('20.3.4');
36142
36142
 
36143
36143
  /**
36144
36144
  * @license
@@ -36183,7 +36183,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
36183
36183
  * @description
36184
36184
  * Entry point for all public APIs of the compiler-cli package.
36185
36185
  */
36186
- new Version('20.3.3');
36186
+ new Version('20.3.4');
36187
36187
 
36188
36188
  /**
36189
36189
  * @license
@@ -73743,7 +73743,7 @@ export * from '${relativeEntryPoint}';
73743
73743
  * @param minVersion Minimum required version for the feature.
73744
73744
  */
73745
73745
  function coreVersionSupportsFeature(coreVersion, minVersion) {
73746
- // A version of `20.3.3` usually means that core is at head so it supports
73746
+ // A version of `20.3.4` usually means that core is at head so it supports
73747
73747
  // all features. Use string interpolation prevent the placeholder from being replaced
73748
73748
  // with the current version during build time.
73749
73749
  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.3",
3
+ "version": "20.3.4",
4
4
  "description": "Angular - language services",
5
5
  "main": "./index.js",
6
6
  "typings": "./index.d.ts",