@angular/language-service 20.3.12 → 20.3.14
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.
- package/bundles/language-service.js +12 -12
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
/**
|
|
3
|
-
* @license Angular v20.3.
|
|
3
|
+
* @license Angular v20.3.14
|
|
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.
|
|
35240
|
+
definitionMap.set('version', literal$1('20.3.14'));
|
|
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.
|
|
35258
|
+
definitionMap.set('version', literal$1('20.3.14'));
|
|
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.
|
|
35367
|
+
definitionMap.set('version', literal$1('20.3.14'));
|
|
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.
|
|
35797
|
+
definitionMap.set('version', literal$1('20.3.14'));
|
|
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.
|
|
35839
|
+
definitionMap.set('version', literal$1('20.3.14'));
|
|
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.
|
|
35897
|
+
definitionMap.set('version', literal$1('20.3.14'));
|
|
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.
|
|
35937
|
+
definitionMap.set('version', literal$1('20.3.14'));
|
|
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.
|
|
35995
|
+
definitionMap.set('version', literal$1('20.3.14'));
|
|
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.
|
|
36165
|
+
const VERSION = new Version('20.3.14');
|
|
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.
|
|
36210
|
+
new Version('20.3.14');
|
|
36211
36211
|
|
|
36212
36212
|
/**
|
|
36213
36213
|
* @license
|
|
@@ -74031,7 +74031,7 @@ export * from '${relativeEntryPoint}';
|
|
|
74031
74031
|
* @param minVersion Minimum required version for the feature.
|
|
74032
74032
|
*/
|
|
74033
74033
|
function coreVersionSupportsFeature(coreVersion, minVersion) {
|
|
74034
|
-
// A version of `20.3.
|
|
74034
|
+
// A version of `20.3.14` usually means that core is at head so it supports
|
|
74035
74035
|
// all features. Use string interpolation prevent the placeholder from being replaced
|
|
74036
74036
|
// with the current version during build time.
|
|
74037
74037
|
if (coreVersion === `0.0.0-${'PLACEHOLDER'}`) {
|