@angular/language-service 19.2.18 → 19.2.19
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/api_bundle.js +1 -1
- package/bundles/language-service.js +12 -12
- package/factory_bundle.js +1 -1
- package/package.json +1 -1
package/api_bundle.js
CHANGED
|
@@ -16,7 +16,7 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
16
16
|
};
|
|
17
17
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
18
|
|
|
19
|
-
// bazel-out/
|
|
19
|
+
// bazel-out/k8-fastbuild/bin/packages/language-service/api.js
|
|
20
20
|
var api_exports = {};
|
|
21
21
|
__export(api_exports, {
|
|
22
22
|
isNgLanguageService: () => isNgLanguageService
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
/**
|
|
3
|
-
* @license Angular v19.2.
|
|
3
|
+
* @license Angular v19.2.19
|
|
4
4
|
* Copyright Google LLC All Rights Reserved.
|
|
5
5
|
* License: MIT
|
|
6
6
|
*/
|
|
@@ -32319,7 +32319,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
|
|
|
32319
32319
|
* @description
|
|
32320
32320
|
* Entry point for all public APIs of the compiler package.
|
|
32321
32321
|
*/
|
|
32322
|
-
new Version('19.2.
|
|
32322
|
+
new Version('19.2.19');
|
|
32323
32323
|
|
|
32324
32324
|
/**
|
|
32325
32325
|
* @license
|
|
@@ -33826,7 +33826,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
|
|
|
33826
33826
|
function compileDeclareClassMetadata(metadata) {
|
|
33827
33827
|
const definitionMap = new DefinitionMap();
|
|
33828
33828
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$5));
|
|
33829
|
-
definitionMap.set('version', literal$1('19.2.
|
|
33829
|
+
definitionMap.set('version', literal$1('19.2.19'));
|
|
33830
33830
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
33831
33831
|
definitionMap.set('type', metadata.type);
|
|
33832
33832
|
definitionMap.set('decorators', metadata.decorators);
|
|
@@ -33844,7 +33844,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
|
|
|
33844
33844
|
callbackReturnDefinitionMap.set('ctorParameters', metadata.ctorParameters ?? literal$1(null));
|
|
33845
33845
|
callbackReturnDefinitionMap.set('propDecorators', metadata.propDecorators ?? literal$1(null));
|
|
33846
33846
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_DEFER_SUPPORT_VERSION));
|
|
33847
|
-
definitionMap.set('version', literal$1('19.2.
|
|
33847
|
+
definitionMap.set('version', literal$1('19.2.19'));
|
|
33848
33848
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
33849
33849
|
definitionMap.set('type', metadata.type);
|
|
33850
33850
|
definitionMap.set('resolveDeferredDeps', compileComponentMetadataAsyncResolver(dependencies));
|
|
@@ -33953,7 +33953,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
|
|
|
33953
33953
|
const definitionMap = new DefinitionMap();
|
|
33954
33954
|
const minVersion = getMinimumVersionForPartialOutput(meta);
|
|
33955
33955
|
definitionMap.set('minVersion', literal$1(minVersion));
|
|
33956
|
-
definitionMap.set('version', literal$1('19.2.
|
|
33956
|
+
definitionMap.set('version', literal$1('19.2.19'));
|
|
33957
33957
|
// e.g. `type: MyDirective`
|
|
33958
33958
|
definitionMap.set('type', meta.type.value);
|
|
33959
33959
|
if (meta.isStandalone !== undefined) {
|
|
@@ -34383,7 +34383,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
|
|
|
34383
34383
|
function compileDeclareFactoryFunction(meta) {
|
|
34384
34384
|
const definitionMap = new DefinitionMap();
|
|
34385
34385
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$4));
|
|
34386
|
-
definitionMap.set('version', literal$1('19.2.
|
|
34386
|
+
definitionMap.set('version', literal$1('19.2.19'));
|
|
34387
34387
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
34388
34388
|
definitionMap.set('type', meta.type.value);
|
|
34389
34389
|
definitionMap.set('deps', compileDependencies(meta.deps));
|
|
@@ -34425,7 +34425,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
|
|
|
34425
34425
|
function createInjectableDefinitionMap(meta) {
|
|
34426
34426
|
const definitionMap = new DefinitionMap();
|
|
34427
34427
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$3));
|
|
34428
|
-
definitionMap.set('version', literal$1('19.2.
|
|
34428
|
+
definitionMap.set('version', literal$1('19.2.19'));
|
|
34429
34429
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
34430
34430
|
definitionMap.set('type', meta.type.value);
|
|
34431
34431
|
// Only generate providedIn property if it has a non-null value
|
|
@@ -34483,7 +34483,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
|
|
|
34483
34483
|
function createInjectorDefinitionMap(meta) {
|
|
34484
34484
|
const definitionMap = new DefinitionMap();
|
|
34485
34485
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$2));
|
|
34486
|
-
definitionMap.set('version', literal$1('19.2.
|
|
34486
|
+
definitionMap.set('version', literal$1('19.2.19'));
|
|
34487
34487
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
34488
34488
|
definitionMap.set('type', meta.type.value);
|
|
34489
34489
|
definitionMap.set('providers', meta.providers);
|
|
@@ -34523,7 +34523,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
|
|
|
34523
34523
|
throw new Error('Invalid path! Local compilation mode should not get into the partial compilation path');
|
|
34524
34524
|
}
|
|
34525
34525
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$1));
|
|
34526
|
-
definitionMap.set('version', literal$1('19.2.
|
|
34526
|
+
definitionMap.set('version', literal$1('19.2.19'));
|
|
34527
34527
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
34528
34528
|
definitionMap.set('type', meta.type.value);
|
|
34529
34529
|
// We only generate the keys in the metadata if the arrays contain values.
|
|
@@ -34581,7 +34581,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
|
|
|
34581
34581
|
function createPipeDefinitionMap(meta) {
|
|
34582
34582
|
const definitionMap = new DefinitionMap();
|
|
34583
34583
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION));
|
|
34584
|
-
definitionMap.set('version', literal$1('19.2.
|
|
34584
|
+
definitionMap.set('version', literal$1('19.2.19'));
|
|
34585
34585
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
34586
34586
|
// e.g. `type: MyPipe`
|
|
34587
34587
|
definitionMap.set('type', meta.type.value);
|
|
@@ -34640,7 +34640,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
|
|
|
34640
34640
|
* @description
|
|
34641
34641
|
* Entry point for all public APIs of the compiler-cli package.
|
|
34642
34642
|
*/
|
|
34643
|
-
new Version('19.2.
|
|
34643
|
+
new Version('19.2.19');
|
|
34644
34644
|
|
|
34645
34645
|
/**
|
|
34646
34646
|
* @license
|
|
@@ -69388,7 +69388,7 @@ export * from '${relativeEntryPoint}';
|
|
|
69388
69388
|
* @param minVersion Minimum required version for the feature.
|
|
69389
69389
|
*/
|
|
69390
69390
|
function coreVersionSupportsFeature(coreVersion, minVersion) {
|
|
69391
|
-
// A version of `19.2.
|
|
69391
|
+
// A version of `19.2.19` usually means that core is at head so it supports
|
|
69392
69392
|
// all features. Use string interpolation prevent the placeholder from being replaced
|
|
69393
69393
|
// with the current version during build time.
|
|
69394
69394
|
if (coreVersion === `0.0.0-${'PLACEHOLDER'}`) {
|
package/factory_bundle.js
CHANGED
|
@@ -16,7 +16,7 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
16
16
|
};
|
|
17
17
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
18
|
|
|
19
|
-
// bazel-out/
|
|
19
|
+
// bazel-out/k8-fastbuild/bin/packages/language-service/plugin-factory.js
|
|
20
20
|
var plugin_factory_exports = {};
|
|
21
21
|
__export(plugin_factory_exports, {
|
|
22
22
|
factory: () => factory
|