@angular/language-service 20.0.2 → 20.0.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/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 v20.0.
|
|
3
|
+
* @license Angular v20.0.4
|
|
4
4
|
* Copyright Google LLC All Rights Reserved.
|
|
5
5
|
* License: MIT
|
|
6
6
|
*/
|
|
@@ -34598,7 +34598,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
|
|
|
34598
34598
|
function compileDeclareClassMetadata(metadata) {
|
|
34599
34599
|
const definitionMap = new DefinitionMap();
|
|
34600
34600
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$5));
|
|
34601
|
-
definitionMap.set('version', literal$1('20.0.
|
|
34601
|
+
definitionMap.set('version', literal$1('20.0.4'));
|
|
34602
34602
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
34603
34603
|
definitionMap.set('type', metadata.type);
|
|
34604
34604
|
definitionMap.set('decorators', metadata.decorators);
|
|
@@ -34616,7 +34616,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
|
|
|
34616
34616
|
callbackReturnDefinitionMap.set('ctorParameters', metadata.ctorParameters ?? literal$1(null));
|
|
34617
34617
|
callbackReturnDefinitionMap.set('propDecorators', metadata.propDecorators ?? literal$1(null));
|
|
34618
34618
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_DEFER_SUPPORT_VERSION));
|
|
34619
|
-
definitionMap.set('version', literal$1('20.0.
|
|
34619
|
+
definitionMap.set('version', literal$1('20.0.4'));
|
|
34620
34620
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
34621
34621
|
definitionMap.set('type', metadata.type);
|
|
34622
34622
|
definitionMap.set('resolveDeferredDeps', compileComponentMetadataAsyncResolver(dependencies));
|
|
@@ -34725,7 +34725,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
|
|
|
34725
34725
|
const definitionMap = new DefinitionMap();
|
|
34726
34726
|
const minVersion = getMinimumVersionForPartialOutput(meta);
|
|
34727
34727
|
definitionMap.set('minVersion', literal$1(minVersion));
|
|
34728
|
-
definitionMap.set('version', literal$1('20.0.
|
|
34728
|
+
definitionMap.set('version', literal$1('20.0.4'));
|
|
34729
34729
|
// e.g. `type: MyDirective`
|
|
34730
34730
|
definitionMap.set('type', meta.type.value);
|
|
34731
34731
|
if (meta.isStandalone !== undefined) {
|
|
@@ -35155,7 +35155,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
|
|
|
35155
35155
|
function compileDeclareFactoryFunction(meta) {
|
|
35156
35156
|
const definitionMap = new DefinitionMap();
|
|
35157
35157
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$4));
|
|
35158
|
-
definitionMap.set('version', literal$1('20.0.
|
|
35158
|
+
definitionMap.set('version', literal$1('20.0.4'));
|
|
35159
35159
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
35160
35160
|
definitionMap.set('type', meta.type.value);
|
|
35161
35161
|
definitionMap.set('deps', compileDependencies(meta.deps));
|
|
@@ -35197,7 +35197,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
|
|
|
35197
35197
|
function createInjectableDefinitionMap(meta) {
|
|
35198
35198
|
const definitionMap = new DefinitionMap();
|
|
35199
35199
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$3));
|
|
35200
|
-
definitionMap.set('version', literal$1('20.0.
|
|
35200
|
+
definitionMap.set('version', literal$1('20.0.4'));
|
|
35201
35201
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
35202
35202
|
definitionMap.set('type', meta.type.value);
|
|
35203
35203
|
// Only generate providedIn property if it has a non-null value
|
|
@@ -35255,7 +35255,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
|
|
|
35255
35255
|
function createInjectorDefinitionMap(meta) {
|
|
35256
35256
|
const definitionMap = new DefinitionMap();
|
|
35257
35257
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$2));
|
|
35258
|
-
definitionMap.set('version', literal$1('20.0.
|
|
35258
|
+
definitionMap.set('version', literal$1('20.0.4'));
|
|
35259
35259
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
35260
35260
|
definitionMap.set('type', meta.type.value);
|
|
35261
35261
|
definitionMap.set('providers', meta.providers);
|
|
@@ -35295,7 +35295,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
|
|
|
35295
35295
|
throw new Error('Invalid path! Local compilation mode should not get into the partial compilation path');
|
|
35296
35296
|
}
|
|
35297
35297
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$1));
|
|
35298
|
-
definitionMap.set('version', literal$1('20.0.
|
|
35298
|
+
definitionMap.set('version', literal$1('20.0.4'));
|
|
35299
35299
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
35300
35300
|
definitionMap.set('type', meta.type.value);
|
|
35301
35301
|
// We only generate the keys in the metadata if the arrays contain values.
|
|
@@ -35353,7 +35353,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
|
|
|
35353
35353
|
function createPipeDefinitionMap(meta) {
|
|
35354
35354
|
const definitionMap = new DefinitionMap();
|
|
35355
35355
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION));
|
|
35356
|
-
definitionMap.set('version', literal$1('20.0.
|
|
35356
|
+
definitionMap.set('version', literal$1('20.0.4'));
|
|
35357
35357
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
35358
35358
|
// e.g. `type: MyPipe`
|
|
35359
35359
|
definitionMap.set('type', meta.type.value);
|
|
@@ -35523,7 +35523,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
|
|
|
35523
35523
|
* @description
|
|
35524
35524
|
* Entry point for all public APIs of the compiler package.
|
|
35525
35525
|
*/
|
|
35526
|
-
new Version('20.0.
|
|
35526
|
+
new Version('20.0.4');
|
|
35527
35527
|
|
|
35528
35528
|
/**
|
|
35529
35529
|
* @license
|
|
@@ -35568,7 +35568,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
|
|
|
35568
35568
|
* @description
|
|
35569
35569
|
* Entry point for all public APIs of the compiler-cli package.
|
|
35570
35570
|
*/
|
|
35571
|
-
new Version('20.0.
|
|
35571
|
+
new Version('20.0.4');
|
|
35572
35572
|
|
|
35573
35573
|
/**
|
|
35574
35574
|
* @license
|
|
@@ -71607,7 +71607,7 @@ export * from '${relativeEntryPoint}';
|
|
|
71607
71607
|
* @param minVersion Minimum required version for the feature.
|
|
71608
71608
|
*/
|
|
71609
71609
|
function coreVersionSupportsFeature(coreVersion, minVersion) {
|
|
71610
|
-
// A version of `20.0.
|
|
71610
|
+
// A version of `20.0.4` usually means that core is at head so it supports
|
|
71611
71611
|
// all features. Use string interpolation prevent the placeholder from being replaced
|
|
71612
71612
|
// with the current version during build time.
|
|
71613
71613
|
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
|