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