@angular/language-service 19.2.15 → 19.2.16
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 v19.2.
|
|
3
|
+
* @license Angular v19.2.16
|
|
4
4
|
* Copyright Google LLC All Rights Reserved.
|
|
5
5
|
* License: MIT
|
|
6
6
|
*/
|
|
@@ -32281,7 +32281,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
|
|
|
32281
32281
|
* @description
|
|
32282
32282
|
* Entry point for all public APIs of the compiler package.
|
|
32283
32283
|
*/
|
|
32284
|
-
new Version('19.2.
|
|
32284
|
+
new Version('19.2.16');
|
|
32285
32285
|
|
|
32286
32286
|
/**
|
|
32287
32287
|
* @license
|
|
@@ -33788,7 +33788,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
|
|
|
33788
33788
|
function compileDeclareClassMetadata(metadata) {
|
|
33789
33789
|
const definitionMap = new DefinitionMap();
|
|
33790
33790
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$5));
|
|
33791
|
-
definitionMap.set('version', literal$1('19.2.
|
|
33791
|
+
definitionMap.set('version', literal$1('19.2.16'));
|
|
33792
33792
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
33793
33793
|
definitionMap.set('type', metadata.type);
|
|
33794
33794
|
definitionMap.set('decorators', metadata.decorators);
|
|
@@ -33806,7 +33806,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
|
|
|
33806
33806
|
callbackReturnDefinitionMap.set('ctorParameters', metadata.ctorParameters ?? literal$1(null));
|
|
33807
33807
|
callbackReturnDefinitionMap.set('propDecorators', metadata.propDecorators ?? literal$1(null));
|
|
33808
33808
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_DEFER_SUPPORT_VERSION));
|
|
33809
|
-
definitionMap.set('version', literal$1('19.2.
|
|
33809
|
+
definitionMap.set('version', literal$1('19.2.16'));
|
|
33810
33810
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
33811
33811
|
definitionMap.set('type', metadata.type);
|
|
33812
33812
|
definitionMap.set('resolveDeferredDeps', compileComponentMetadataAsyncResolver(dependencies));
|
|
@@ -33915,7 +33915,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
|
|
|
33915
33915
|
const definitionMap = new DefinitionMap();
|
|
33916
33916
|
const minVersion = getMinimumVersionForPartialOutput(meta);
|
|
33917
33917
|
definitionMap.set('minVersion', literal$1(minVersion));
|
|
33918
|
-
definitionMap.set('version', literal$1('19.2.
|
|
33918
|
+
definitionMap.set('version', literal$1('19.2.16'));
|
|
33919
33919
|
// e.g. `type: MyDirective`
|
|
33920
33920
|
definitionMap.set('type', meta.type.value);
|
|
33921
33921
|
if (meta.isStandalone !== undefined) {
|
|
@@ -34345,7 +34345,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
|
|
|
34345
34345
|
function compileDeclareFactoryFunction(meta) {
|
|
34346
34346
|
const definitionMap = new DefinitionMap();
|
|
34347
34347
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$4));
|
|
34348
|
-
definitionMap.set('version', literal$1('19.2.
|
|
34348
|
+
definitionMap.set('version', literal$1('19.2.16'));
|
|
34349
34349
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
34350
34350
|
definitionMap.set('type', meta.type.value);
|
|
34351
34351
|
definitionMap.set('deps', compileDependencies(meta.deps));
|
|
@@ -34387,7 +34387,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
|
|
|
34387
34387
|
function createInjectableDefinitionMap(meta) {
|
|
34388
34388
|
const definitionMap = new DefinitionMap();
|
|
34389
34389
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$3));
|
|
34390
|
-
definitionMap.set('version', literal$1('19.2.
|
|
34390
|
+
definitionMap.set('version', literal$1('19.2.16'));
|
|
34391
34391
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
34392
34392
|
definitionMap.set('type', meta.type.value);
|
|
34393
34393
|
// Only generate providedIn property if it has a non-null value
|
|
@@ -34445,7 +34445,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
|
|
|
34445
34445
|
function createInjectorDefinitionMap(meta) {
|
|
34446
34446
|
const definitionMap = new DefinitionMap();
|
|
34447
34447
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$2));
|
|
34448
|
-
definitionMap.set('version', literal$1('19.2.
|
|
34448
|
+
definitionMap.set('version', literal$1('19.2.16'));
|
|
34449
34449
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
34450
34450
|
definitionMap.set('type', meta.type.value);
|
|
34451
34451
|
definitionMap.set('providers', meta.providers);
|
|
@@ -34485,7 +34485,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
|
|
|
34485
34485
|
throw new Error('Invalid path! Local compilation mode should not get into the partial compilation path');
|
|
34486
34486
|
}
|
|
34487
34487
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$1));
|
|
34488
|
-
definitionMap.set('version', literal$1('19.2.
|
|
34488
|
+
definitionMap.set('version', literal$1('19.2.16'));
|
|
34489
34489
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
34490
34490
|
definitionMap.set('type', meta.type.value);
|
|
34491
34491
|
// We only generate the keys in the metadata if the arrays contain values.
|
|
@@ -34543,7 +34543,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
|
|
|
34543
34543
|
function createPipeDefinitionMap(meta) {
|
|
34544
34544
|
const definitionMap = new DefinitionMap();
|
|
34545
34545
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION));
|
|
34546
|
-
definitionMap.set('version', literal$1('19.2.
|
|
34546
|
+
definitionMap.set('version', literal$1('19.2.16'));
|
|
34547
34547
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
34548
34548
|
// e.g. `type: MyPipe`
|
|
34549
34549
|
definitionMap.set('type', meta.type.value);
|
|
@@ -34602,7 +34602,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
|
|
|
34602
34602
|
* @description
|
|
34603
34603
|
* Entry point for all public APIs of the compiler-cli package.
|
|
34604
34604
|
*/
|
|
34605
|
-
new Version('19.2.
|
|
34605
|
+
new Version('19.2.16');
|
|
34606
34606
|
|
|
34607
34607
|
/**
|
|
34608
34608
|
* @license
|
|
@@ -69350,7 +69350,7 @@ export * from '${relativeEntryPoint}';
|
|
|
69350
69350
|
* @param minVersion Minimum required version for the feature.
|
|
69351
69351
|
*/
|
|
69352
69352
|
function coreVersionSupportsFeature(coreVersion, minVersion) {
|
|
69353
|
-
// A version of `19.2.
|
|
69353
|
+
// A version of `19.2.16` usually means that core is at head so it supports
|
|
69354
69354
|
// all features. Use string interpolation prevent the placeholder from being replaced
|
|
69355
69355
|
// with the current version during build time.
|
|
69356
69356
|
if (coreVersion === `0.0.0-${'PLACEHOLDER'}`) {
|