@angular/language-service 20.1.0 → 20.2.0-next.0
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/bundles/language-service.js +12 -12
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
/**
|
|
3
|
-
* @license Angular v20.
|
|
3
|
+
* @license Angular v20.2.0-next.0
|
|
4
4
|
* Copyright Google LLC All Rights Reserved.
|
|
5
5
|
* License: MIT
|
|
6
6
|
*/
|
|
@@ -34660,7 +34660,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
|
|
|
34660
34660
|
function compileDeclareClassMetadata(metadata) {
|
|
34661
34661
|
const definitionMap = new DefinitionMap();
|
|
34662
34662
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$5));
|
|
34663
|
-
definitionMap.set('version', literal$1('20.
|
|
34663
|
+
definitionMap.set('version', literal$1('20.2.0-next.0'));
|
|
34664
34664
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
34665
34665
|
definitionMap.set('type', metadata.type);
|
|
34666
34666
|
definitionMap.set('decorators', metadata.decorators);
|
|
@@ -34678,7 +34678,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
|
|
|
34678
34678
|
callbackReturnDefinitionMap.set('ctorParameters', metadata.ctorParameters ?? literal$1(null));
|
|
34679
34679
|
callbackReturnDefinitionMap.set('propDecorators', metadata.propDecorators ?? literal$1(null));
|
|
34680
34680
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_DEFER_SUPPORT_VERSION));
|
|
34681
|
-
definitionMap.set('version', literal$1('20.
|
|
34681
|
+
definitionMap.set('version', literal$1('20.2.0-next.0'));
|
|
34682
34682
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
34683
34683
|
definitionMap.set('type', metadata.type);
|
|
34684
34684
|
definitionMap.set('resolveDeferredDeps', compileComponentMetadataAsyncResolver(dependencies));
|
|
@@ -34787,7 +34787,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
|
|
|
34787
34787
|
const definitionMap = new DefinitionMap();
|
|
34788
34788
|
const minVersion = getMinimumVersionForPartialOutput(meta);
|
|
34789
34789
|
definitionMap.set('minVersion', literal$1(minVersion));
|
|
34790
|
-
definitionMap.set('version', literal$1('20.
|
|
34790
|
+
definitionMap.set('version', literal$1('20.2.0-next.0'));
|
|
34791
34791
|
// e.g. `type: MyDirective`
|
|
34792
34792
|
definitionMap.set('type', meta.type.value);
|
|
34793
34793
|
if (meta.isStandalone !== undefined) {
|
|
@@ -35217,7 +35217,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
|
|
|
35217
35217
|
function compileDeclareFactoryFunction(meta) {
|
|
35218
35218
|
const definitionMap = new DefinitionMap();
|
|
35219
35219
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$4));
|
|
35220
|
-
definitionMap.set('version', literal$1('20.
|
|
35220
|
+
definitionMap.set('version', literal$1('20.2.0-next.0'));
|
|
35221
35221
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
35222
35222
|
definitionMap.set('type', meta.type.value);
|
|
35223
35223
|
definitionMap.set('deps', compileDependencies(meta.deps));
|
|
@@ -35259,7 +35259,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
|
|
|
35259
35259
|
function createInjectableDefinitionMap(meta) {
|
|
35260
35260
|
const definitionMap = new DefinitionMap();
|
|
35261
35261
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$3));
|
|
35262
|
-
definitionMap.set('version', literal$1('20.
|
|
35262
|
+
definitionMap.set('version', literal$1('20.2.0-next.0'));
|
|
35263
35263
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
35264
35264
|
definitionMap.set('type', meta.type.value);
|
|
35265
35265
|
// Only generate providedIn property if it has a non-null value
|
|
@@ -35317,7 +35317,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
|
|
|
35317
35317
|
function createInjectorDefinitionMap(meta) {
|
|
35318
35318
|
const definitionMap = new DefinitionMap();
|
|
35319
35319
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$2));
|
|
35320
|
-
definitionMap.set('version', literal$1('20.
|
|
35320
|
+
definitionMap.set('version', literal$1('20.2.0-next.0'));
|
|
35321
35321
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
35322
35322
|
definitionMap.set('type', meta.type.value);
|
|
35323
35323
|
definitionMap.set('providers', meta.providers);
|
|
@@ -35357,7 +35357,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
|
|
|
35357
35357
|
throw new Error('Invalid path! Local compilation mode should not get into the partial compilation path');
|
|
35358
35358
|
}
|
|
35359
35359
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$1));
|
|
35360
|
-
definitionMap.set('version', literal$1('20.
|
|
35360
|
+
definitionMap.set('version', literal$1('20.2.0-next.0'));
|
|
35361
35361
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
35362
35362
|
definitionMap.set('type', meta.type.value);
|
|
35363
35363
|
// We only generate the keys in the metadata if the arrays contain values.
|
|
@@ -35415,7 +35415,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
|
|
|
35415
35415
|
function createPipeDefinitionMap(meta) {
|
|
35416
35416
|
const definitionMap = new DefinitionMap();
|
|
35417
35417
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION));
|
|
35418
|
-
definitionMap.set('version', literal$1('20.
|
|
35418
|
+
definitionMap.set('version', literal$1('20.2.0-next.0'));
|
|
35419
35419
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
35420
35420
|
// e.g. `type: MyPipe`
|
|
35421
35421
|
definitionMap.set('type', meta.type.value);
|
|
@@ -35585,7 +35585,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
|
|
|
35585
35585
|
* @description
|
|
35586
35586
|
* Entry point for all public APIs of the compiler package.
|
|
35587
35587
|
*/
|
|
35588
|
-
new Version('20.
|
|
35588
|
+
new Version('20.2.0-next.0');
|
|
35589
35589
|
|
|
35590
35590
|
/**
|
|
35591
35591
|
* @license
|
|
@@ -35630,7 +35630,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
|
|
|
35630
35630
|
* @description
|
|
35631
35631
|
* Entry point for all public APIs of the compiler-cli package.
|
|
35632
35632
|
*/
|
|
35633
|
-
new Version('20.
|
|
35633
|
+
new Version('20.2.0-next.0');
|
|
35634
35634
|
|
|
35635
35635
|
/**
|
|
35636
35636
|
* @license
|
|
@@ -72577,7 +72577,7 @@ export * from '${relativeEntryPoint}';
|
|
|
72577
72577
|
* @param minVersion Minimum required version for the feature.
|
|
72578
72578
|
*/
|
|
72579
72579
|
function coreVersionSupportsFeature(coreVersion, minVersion) {
|
|
72580
|
-
// A version of `20.
|
|
72580
|
+
// A version of `20.2.0-next.0` usually means that core is at head so it supports
|
|
72581
72581
|
// all features. Use string interpolation prevent the placeholder from being replaced
|
|
72582
72582
|
// with the current version during build time.
|
|
72583
72583
|
if (coreVersion === `0.0.0-${'PLACEHOLDER'}`) {
|