@angular/language-service 19.2.3 → 19.2.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.
- 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.4
|
|
4
4
|
* Copyright Google LLC All Rights Reserved.
|
|
5
5
|
* License: MIT
|
|
6
6
|
*/
|
|
@@ -32246,7 +32246,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
|
|
|
32246
32246
|
* @description
|
|
32247
32247
|
* Entry point for all public APIs of the compiler package.
|
|
32248
32248
|
*/
|
|
32249
|
-
new Version('19.2.
|
|
32249
|
+
new Version('19.2.4');
|
|
32250
32250
|
|
|
32251
32251
|
/**
|
|
32252
32252
|
* @license
|
|
@@ -33764,7 +33764,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
|
|
|
33764
33764
|
function compileDeclareClassMetadata(metadata) {
|
|
33765
33765
|
const definitionMap = new DefinitionMap();
|
|
33766
33766
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$5));
|
|
33767
|
-
definitionMap.set('version', literal$1('19.2.
|
|
33767
|
+
definitionMap.set('version', literal$1('19.2.4'));
|
|
33768
33768
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
33769
33769
|
definitionMap.set('type', metadata.type);
|
|
33770
33770
|
definitionMap.set('decorators', metadata.decorators);
|
|
@@ -33782,7 +33782,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
|
|
|
33782
33782
|
callbackReturnDefinitionMap.set('ctorParameters', metadata.ctorParameters ?? literal$1(null));
|
|
33783
33783
|
callbackReturnDefinitionMap.set('propDecorators', metadata.propDecorators ?? literal$1(null));
|
|
33784
33784
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_DEFER_SUPPORT_VERSION));
|
|
33785
|
-
definitionMap.set('version', literal$1('19.2.
|
|
33785
|
+
definitionMap.set('version', literal$1('19.2.4'));
|
|
33786
33786
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
33787
33787
|
definitionMap.set('type', metadata.type);
|
|
33788
33788
|
definitionMap.set('resolveDeferredDeps', compileComponentMetadataAsyncResolver(dependencies));
|
|
@@ -33891,7 +33891,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
|
|
|
33891
33891
|
const definitionMap = new DefinitionMap();
|
|
33892
33892
|
const minVersion = getMinimumVersionForPartialOutput(meta);
|
|
33893
33893
|
definitionMap.set('minVersion', literal$1(minVersion));
|
|
33894
|
-
definitionMap.set('version', literal$1('19.2.
|
|
33894
|
+
definitionMap.set('version', literal$1('19.2.4'));
|
|
33895
33895
|
// e.g. `type: MyDirective`
|
|
33896
33896
|
definitionMap.set('type', meta.type.value);
|
|
33897
33897
|
if (meta.isStandalone !== undefined) {
|
|
@@ -34321,7 +34321,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
|
|
|
34321
34321
|
function compileDeclareFactoryFunction(meta) {
|
|
34322
34322
|
const definitionMap = new DefinitionMap();
|
|
34323
34323
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$4));
|
|
34324
|
-
definitionMap.set('version', literal$1('19.2.
|
|
34324
|
+
definitionMap.set('version', literal$1('19.2.4'));
|
|
34325
34325
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
34326
34326
|
definitionMap.set('type', meta.type.value);
|
|
34327
34327
|
definitionMap.set('deps', compileDependencies(meta.deps));
|
|
@@ -34363,7 +34363,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
|
|
|
34363
34363
|
function createInjectableDefinitionMap(meta) {
|
|
34364
34364
|
const definitionMap = new DefinitionMap();
|
|
34365
34365
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$3));
|
|
34366
|
-
definitionMap.set('version', literal$1('19.2.
|
|
34366
|
+
definitionMap.set('version', literal$1('19.2.4'));
|
|
34367
34367
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
34368
34368
|
definitionMap.set('type', meta.type.value);
|
|
34369
34369
|
// Only generate providedIn property if it has a non-null value
|
|
@@ -34421,7 +34421,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
|
|
|
34421
34421
|
function createInjectorDefinitionMap(meta) {
|
|
34422
34422
|
const definitionMap = new DefinitionMap();
|
|
34423
34423
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$2));
|
|
34424
|
-
definitionMap.set('version', literal$1('19.2.
|
|
34424
|
+
definitionMap.set('version', literal$1('19.2.4'));
|
|
34425
34425
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
34426
34426
|
definitionMap.set('type', meta.type.value);
|
|
34427
34427
|
definitionMap.set('providers', meta.providers);
|
|
@@ -34461,7 +34461,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
|
|
|
34461
34461
|
throw new Error('Invalid path! Local compilation mode should not get into the partial compilation path');
|
|
34462
34462
|
}
|
|
34463
34463
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$1));
|
|
34464
|
-
definitionMap.set('version', literal$1('19.2.
|
|
34464
|
+
definitionMap.set('version', literal$1('19.2.4'));
|
|
34465
34465
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
34466
34466
|
definitionMap.set('type', meta.type.value);
|
|
34467
34467
|
// We only generate the keys in the metadata if the arrays contain values.
|
|
@@ -34519,7 +34519,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
|
|
|
34519
34519
|
function createPipeDefinitionMap(meta) {
|
|
34520
34520
|
const definitionMap = new DefinitionMap();
|
|
34521
34521
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION));
|
|
34522
|
-
definitionMap.set('version', literal$1('19.2.
|
|
34522
|
+
definitionMap.set('version', literal$1('19.2.4'));
|
|
34523
34523
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
34524
34524
|
// e.g. `type: MyPipe`
|
|
34525
34525
|
definitionMap.set('type', meta.type.value);
|
|
@@ -34578,7 +34578,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
|
|
|
34578
34578
|
* @description
|
|
34579
34579
|
* Entry point for all public APIs of the compiler-cli package.
|
|
34580
34580
|
*/
|
|
34581
|
-
new Version('19.2.
|
|
34581
|
+
new Version('19.2.4');
|
|
34582
34582
|
|
|
34583
34583
|
/**
|
|
34584
34584
|
* @license
|
|
@@ -69289,7 +69289,7 @@ export * from '${relativeEntryPoint}';
|
|
|
69289
69289
|
* @param minVersion Minimum required version for the feature.
|
|
69290
69290
|
*/
|
|
69291
69291
|
function coreVersionSupportsFeature(coreVersion, minVersion) {
|
|
69292
|
-
// A version of `19.2.
|
|
69292
|
+
// A version of `19.2.4` usually means that core is at head so it supports
|
|
69293
69293
|
// all features. Use string interpolation prevent the placeholder from being replaced
|
|
69294
69294
|
// with the current version during build time.
|
|
69295
69295
|
if (coreVersion === `0.0.0-${'PLACEHOLDER'}`) {
|