@angular/language-service 19.2.8 → 19.2.9
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.mjs
|
|
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.9
|
|
4
4
|
* Copyright Google LLC All Rights Reserved.
|
|
5
5
|
* License: MIT
|
|
6
6
|
*/
|
|
@@ -32253,7 +32253,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
|
|
|
32253
32253
|
* @description
|
|
32254
32254
|
* Entry point for all public APIs of the compiler package.
|
|
32255
32255
|
*/
|
|
32256
|
-
new Version('19.2.
|
|
32256
|
+
new Version('19.2.9');
|
|
32257
32257
|
|
|
32258
32258
|
/**
|
|
32259
32259
|
* @license
|
|
@@ -33771,7 +33771,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
|
|
|
33771
33771
|
function compileDeclareClassMetadata(metadata) {
|
|
33772
33772
|
const definitionMap = new DefinitionMap();
|
|
33773
33773
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$5));
|
|
33774
|
-
definitionMap.set('version', literal$1('19.2.
|
|
33774
|
+
definitionMap.set('version', literal$1('19.2.9'));
|
|
33775
33775
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
33776
33776
|
definitionMap.set('type', metadata.type);
|
|
33777
33777
|
definitionMap.set('decorators', metadata.decorators);
|
|
@@ -33789,7 +33789,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
|
|
|
33789
33789
|
callbackReturnDefinitionMap.set('ctorParameters', metadata.ctorParameters ?? literal$1(null));
|
|
33790
33790
|
callbackReturnDefinitionMap.set('propDecorators', metadata.propDecorators ?? literal$1(null));
|
|
33791
33791
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_DEFER_SUPPORT_VERSION));
|
|
33792
|
-
definitionMap.set('version', literal$1('19.2.
|
|
33792
|
+
definitionMap.set('version', literal$1('19.2.9'));
|
|
33793
33793
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
33794
33794
|
definitionMap.set('type', metadata.type);
|
|
33795
33795
|
definitionMap.set('resolveDeferredDeps', compileComponentMetadataAsyncResolver(dependencies));
|
|
@@ -33898,7 +33898,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
|
|
|
33898
33898
|
const definitionMap = new DefinitionMap();
|
|
33899
33899
|
const minVersion = getMinimumVersionForPartialOutput(meta);
|
|
33900
33900
|
definitionMap.set('minVersion', literal$1(minVersion));
|
|
33901
|
-
definitionMap.set('version', literal$1('19.2.
|
|
33901
|
+
definitionMap.set('version', literal$1('19.2.9'));
|
|
33902
33902
|
// e.g. `type: MyDirective`
|
|
33903
33903
|
definitionMap.set('type', meta.type.value);
|
|
33904
33904
|
if (meta.isStandalone !== undefined) {
|
|
@@ -34328,7 +34328,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
|
|
|
34328
34328
|
function compileDeclareFactoryFunction(meta) {
|
|
34329
34329
|
const definitionMap = new DefinitionMap();
|
|
34330
34330
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$4));
|
|
34331
|
-
definitionMap.set('version', literal$1('19.2.
|
|
34331
|
+
definitionMap.set('version', literal$1('19.2.9'));
|
|
34332
34332
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
34333
34333
|
definitionMap.set('type', meta.type.value);
|
|
34334
34334
|
definitionMap.set('deps', compileDependencies(meta.deps));
|
|
@@ -34370,7 +34370,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
|
|
|
34370
34370
|
function createInjectableDefinitionMap(meta) {
|
|
34371
34371
|
const definitionMap = new DefinitionMap();
|
|
34372
34372
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$3));
|
|
34373
|
-
definitionMap.set('version', literal$1('19.2.
|
|
34373
|
+
definitionMap.set('version', literal$1('19.2.9'));
|
|
34374
34374
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
34375
34375
|
definitionMap.set('type', meta.type.value);
|
|
34376
34376
|
// Only generate providedIn property if it has a non-null value
|
|
@@ -34428,7 +34428,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
|
|
|
34428
34428
|
function createInjectorDefinitionMap(meta) {
|
|
34429
34429
|
const definitionMap = new DefinitionMap();
|
|
34430
34430
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$2));
|
|
34431
|
-
definitionMap.set('version', literal$1('19.2.
|
|
34431
|
+
definitionMap.set('version', literal$1('19.2.9'));
|
|
34432
34432
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
34433
34433
|
definitionMap.set('type', meta.type.value);
|
|
34434
34434
|
definitionMap.set('providers', meta.providers);
|
|
@@ -34468,7 +34468,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
|
|
|
34468
34468
|
throw new Error('Invalid path! Local compilation mode should not get into the partial compilation path');
|
|
34469
34469
|
}
|
|
34470
34470
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$1));
|
|
34471
|
-
definitionMap.set('version', literal$1('19.2.
|
|
34471
|
+
definitionMap.set('version', literal$1('19.2.9'));
|
|
34472
34472
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
34473
34473
|
definitionMap.set('type', meta.type.value);
|
|
34474
34474
|
// We only generate the keys in the metadata if the arrays contain values.
|
|
@@ -34526,7 +34526,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
|
|
|
34526
34526
|
function createPipeDefinitionMap(meta) {
|
|
34527
34527
|
const definitionMap = new DefinitionMap();
|
|
34528
34528
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION));
|
|
34529
|
-
definitionMap.set('version', literal$1('19.2.
|
|
34529
|
+
definitionMap.set('version', literal$1('19.2.9'));
|
|
34530
34530
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
34531
34531
|
// e.g. `type: MyPipe`
|
|
34532
34532
|
definitionMap.set('type', meta.type.value);
|
|
@@ -34585,7 +34585,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
|
|
|
34585
34585
|
* @description
|
|
34586
34586
|
* Entry point for all public APIs of the compiler-cli package.
|
|
34587
34587
|
*/
|
|
34588
|
-
new Version('19.2.
|
|
34588
|
+
new Version('19.2.9');
|
|
34589
34589
|
|
|
34590
34590
|
/**
|
|
34591
34591
|
* @license
|
|
@@ -69323,7 +69323,7 @@ export * from '${relativeEntryPoint}';
|
|
|
69323
69323
|
* @param minVersion Minimum required version for the feature.
|
|
69324
69324
|
*/
|
|
69325
69325
|
function coreVersionSupportsFeature(coreVersion, minVersion) {
|
|
69326
|
-
// A version of `19.2.
|
|
69326
|
+
// A version of `19.2.9` usually means that core is at head so it supports
|
|
69327
69327
|
// all features. Use string interpolation prevent the placeholder from being replaced
|
|
69328
69328
|
// with the current version during build time.
|
|
69329
69329
|
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.mjs
|
|
20
20
|
var plugin_factory_exports = {};
|
|
21
21
|
__export(plugin_factory_exports, {
|
|
22
22
|
factory: () => factory
|