@angular/language-service 18.2.12 → 18.2.14
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.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 v18.2.
|
|
3
|
+
* @license Angular v18.2.14
|
|
4
4
|
* Copyright Google LLC All Rights Reserved.
|
|
5
5
|
* License: MIT
|
|
6
6
|
*/
|
|
@@ -30043,7 +30043,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
|
|
|
30043
30043
|
* Use of this source code is governed by an MIT-style license that can be
|
|
30044
30044
|
* found in the LICENSE file at https://angular.dev/license
|
|
30045
30045
|
*/
|
|
30046
|
-
new Version('18.2.
|
|
30046
|
+
new Version('18.2.14');
|
|
30047
30047
|
|
|
30048
30048
|
/**
|
|
30049
30049
|
* @license
|
|
@@ -30195,7 +30195,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
|
|
|
30195
30195
|
function compileDeclareClassMetadata(metadata) {
|
|
30196
30196
|
const definitionMap = new DefinitionMap();
|
|
30197
30197
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$5));
|
|
30198
|
-
definitionMap.set('version', literal$1('18.2.
|
|
30198
|
+
definitionMap.set('version', literal$1('18.2.14'));
|
|
30199
30199
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
30200
30200
|
definitionMap.set('type', metadata.type);
|
|
30201
30201
|
definitionMap.set('decorators', metadata.decorators);
|
|
@@ -30213,7 +30213,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
|
|
|
30213
30213
|
callbackReturnDefinitionMap.set('ctorParameters', metadata.ctorParameters ?? literal$1(null));
|
|
30214
30214
|
callbackReturnDefinitionMap.set('propDecorators', metadata.propDecorators ?? literal$1(null));
|
|
30215
30215
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_DEFER_SUPPORT_VERSION));
|
|
30216
|
-
definitionMap.set('version', literal$1('18.2.
|
|
30216
|
+
definitionMap.set('version', literal$1('18.2.14'));
|
|
30217
30217
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
30218
30218
|
definitionMap.set('type', metadata.type);
|
|
30219
30219
|
definitionMap.set('resolveDeferredDeps', compileComponentMetadataAsyncResolver(dependencies));
|
|
@@ -30322,7 +30322,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
|
|
|
30322
30322
|
const definitionMap = new DefinitionMap();
|
|
30323
30323
|
const minVersion = getMinimumVersionForPartialOutput(meta);
|
|
30324
30324
|
definitionMap.set('minVersion', literal$1(minVersion));
|
|
30325
|
-
definitionMap.set('version', literal$1('18.2.
|
|
30325
|
+
definitionMap.set('version', literal$1('18.2.14'));
|
|
30326
30326
|
// e.g. `type: MyDirective`
|
|
30327
30327
|
definitionMap.set('type', meta.type.value);
|
|
30328
30328
|
if (meta.isStandalone) {
|
|
@@ -30755,7 +30755,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
|
|
|
30755
30755
|
function compileDeclareFactoryFunction(meta) {
|
|
30756
30756
|
const definitionMap = new DefinitionMap();
|
|
30757
30757
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$4));
|
|
30758
|
-
definitionMap.set('version', literal$1('18.2.
|
|
30758
|
+
definitionMap.set('version', literal$1('18.2.14'));
|
|
30759
30759
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
30760
30760
|
definitionMap.set('type', meta.type.value);
|
|
30761
30761
|
definitionMap.set('deps', compileDependencies(meta.deps));
|
|
@@ -30797,7 +30797,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
|
|
|
30797
30797
|
function createInjectableDefinitionMap(meta) {
|
|
30798
30798
|
const definitionMap = new DefinitionMap();
|
|
30799
30799
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$3));
|
|
30800
|
-
definitionMap.set('version', literal$1('18.2.
|
|
30800
|
+
definitionMap.set('version', literal$1('18.2.14'));
|
|
30801
30801
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
30802
30802
|
definitionMap.set('type', meta.type.value);
|
|
30803
30803
|
// Only generate providedIn property if it has a non-null value
|
|
@@ -30855,7 +30855,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
|
|
|
30855
30855
|
function createInjectorDefinitionMap(meta) {
|
|
30856
30856
|
const definitionMap = new DefinitionMap();
|
|
30857
30857
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$2));
|
|
30858
|
-
definitionMap.set('version', literal$1('18.2.
|
|
30858
|
+
definitionMap.set('version', literal$1('18.2.14'));
|
|
30859
30859
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
30860
30860
|
definitionMap.set('type', meta.type.value);
|
|
30861
30861
|
definitionMap.set('providers', meta.providers);
|
|
@@ -30895,7 +30895,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
|
|
|
30895
30895
|
throw new Error('Invalid path! Local compilation mode should not get into the partial compilation path');
|
|
30896
30896
|
}
|
|
30897
30897
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$1));
|
|
30898
|
-
definitionMap.set('version', literal$1('18.2.
|
|
30898
|
+
definitionMap.set('version', literal$1('18.2.14'));
|
|
30899
30899
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
30900
30900
|
definitionMap.set('type', meta.type.value);
|
|
30901
30901
|
// We only generate the keys in the metadata if the arrays contain values.
|
|
@@ -30953,7 +30953,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
|
|
|
30953
30953
|
function createPipeDefinitionMap(meta) {
|
|
30954
30954
|
const definitionMap = new DefinitionMap();
|
|
30955
30955
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION));
|
|
30956
|
-
definitionMap.set('version', literal$1('18.2.
|
|
30956
|
+
definitionMap.set('version', literal$1('18.2.14'));
|
|
30957
30957
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
30958
30958
|
// e.g. `type: MyPipe`
|
|
30959
30959
|
definitionMap.set('type', meta.type.value);
|
|
@@ -30988,7 +30988,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
|
|
|
30988
30988
|
* Use of this source code is governed by an MIT-style license that can be
|
|
30989
30989
|
* found in the LICENSE file at https://angular.dev/license
|
|
30990
30990
|
*/
|
|
30991
|
-
new Version('18.2.
|
|
30991
|
+
new Version('18.2.14');
|
|
30992
30992
|
|
|
30993
30993
|
/**
|
|
30994
30994
|
* @license
|
|
@@ -63491,7 +63491,7 @@ Either add the @Injectable() decorator to '${provider.node.name.text}', or confi
|
|
|
63491
63491
|
* @param minVersion Minimum required version for the feature.
|
|
63492
63492
|
*/
|
|
63493
63493
|
function coreVersionSupportsFeature(coreVersion, minVersion) {
|
|
63494
|
-
// A version of `18.2.
|
|
63494
|
+
// A version of `18.2.14` usually means that core is at head so it supports
|
|
63495
63495
|
// all features. Use string interpolation prevent the placeholder from being replaced
|
|
63496
63496
|
// with the current version during build time.
|
|
63497
63497
|
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.mjs
|
|
20
20
|
var plugin_factory_exports = {};
|
|
21
21
|
__export(plugin_factory_exports, {
|
|
22
22
|
factory: () => factory
|