@angular/language-service 21.1.0-next.2 → 21.1.0-next.3
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 v21.1.0-next.
|
|
3
|
+
* @license Angular v21.1.0-next.3
|
|
4
4
|
* Copyright Google LLC All Rights Reserved.
|
|
5
5
|
* License: MIT
|
|
6
6
|
*/
|
|
@@ -35650,7 +35650,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
|
|
|
35650
35650
|
function compileDeclareClassMetadata(metadata) {
|
|
35651
35651
|
const definitionMap = new DefinitionMap();
|
|
35652
35652
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$5));
|
|
35653
|
-
definitionMap.set('version', literal$1('21.1.0-next.
|
|
35653
|
+
definitionMap.set('version', literal$1('21.1.0-next.3'));
|
|
35654
35654
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
35655
35655
|
definitionMap.set('type', metadata.type);
|
|
35656
35656
|
definitionMap.set('decorators', metadata.decorators);
|
|
@@ -35668,7 +35668,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
|
|
|
35668
35668
|
callbackReturnDefinitionMap.set('ctorParameters', metadata.ctorParameters ?? literal$1(null));
|
|
35669
35669
|
callbackReturnDefinitionMap.set('propDecorators', metadata.propDecorators ?? literal$1(null));
|
|
35670
35670
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_DEFER_SUPPORT_VERSION));
|
|
35671
|
-
definitionMap.set('version', literal$1('21.1.0-next.
|
|
35671
|
+
definitionMap.set('version', literal$1('21.1.0-next.3'));
|
|
35672
35672
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
35673
35673
|
definitionMap.set('type', metadata.type);
|
|
35674
35674
|
definitionMap.set('resolveDeferredDeps', compileComponentMetadataAsyncResolver(dependencies));
|
|
@@ -35777,7 +35777,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
|
|
|
35777
35777
|
const definitionMap = new DefinitionMap();
|
|
35778
35778
|
const minVersion = getMinimumVersionForPartialOutput(meta);
|
|
35779
35779
|
definitionMap.set('minVersion', literal$1(minVersion));
|
|
35780
|
-
definitionMap.set('version', literal$1('21.1.0-next.
|
|
35780
|
+
definitionMap.set('version', literal$1('21.1.0-next.3'));
|
|
35781
35781
|
// e.g. `type: MyDirective`
|
|
35782
35782
|
definitionMap.set('type', meta.type.value);
|
|
35783
35783
|
if (meta.isStandalone !== undefined) {
|
|
@@ -36204,7 +36204,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
|
|
|
36204
36204
|
function compileDeclareFactoryFunction(meta) {
|
|
36205
36205
|
const definitionMap = new DefinitionMap();
|
|
36206
36206
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$4));
|
|
36207
|
-
definitionMap.set('version', literal$1('21.1.0-next.
|
|
36207
|
+
definitionMap.set('version', literal$1('21.1.0-next.3'));
|
|
36208
36208
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
36209
36209
|
definitionMap.set('type', meta.type.value);
|
|
36210
36210
|
definitionMap.set('deps', compileDependencies(meta.deps));
|
|
@@ -36246,7 +36246,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
|
|
|
36246
36246
|
function createInjectableDefinitionMap(meta) {
|
|
36247
36247
|
const definitionMap = new DefinitionMap();
|
|
36248
36248
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$3));
|
|
36249
|
-
definitionMap.set('version', literal$1('21.1.0-next.
|
|
36249
|
+
definitionMap.set('version', literal$1('21.1.0-next.3'));
|
|
36250
36250
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
36251
36251
|
definitionMap.set('type', meta.type.value);
|
|
36252
36252
|
// Only generate providedIn property if it has a non-null value
|
|
@@ -36304,7 +36304,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
|
|
|
36304
36304
|
function createInjectorDefinitionMap(meta) {
|
|
36305
36305
|
const definitionMap = new DefinitionMap();
|
|
36306
36306
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$2));
|
|
36307
|
-
definitionMap.set('version', literal$1('21.1.0-next.
|
|
36307
|
+
definitionMap.set('version', literal$1('21.1.0-next.3'));
|
|
36308
36308
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
36309
36309
|
definitionMap.set('type', meta.type.value);
|
|
36310
36310
|
definitionMap.set('providers', meta.providers);
|
|
@@ -36344,7 +36344,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
|
|
|
36344
36344
|
throw new Error('Invalid path! Local compilation mode should not get into the partial compilation path');
|
|
36345
36345
|
}
|
|
36346
36346
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$1));
|
|
36347
|
-
definitionMap.set('version', literal$1('21.1.0-next.
|
|
36347
|
+
definitionMap.set('version', literal$1('21.1.0-next.3'));
|
|
36348
36348
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
36349
36349
|
definitionMap.set('type', meta.type.value);
|
|
36350
36350
|
// We only generate the keys in the metadata if the arrays contain values.
|
|
@@ -36402,7 +36402,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
|
|
|
36402
36402
|
function createPipeDefinitionMap(meta) {
|
|
36403
36403
|
const definitionMap = new DefinitionMap();
|
|
36404
36404
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION));
|
|
36405
|
-
definitionMap.set('version', literal$1('21.1.0-next.
|
|
36405
|
+
definitionMap.set('version', literal$1('21.1.0-next.3'));
|
|
36406
36406
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
36407
36407
|
// e.g. `type: MyPipe`
|
|
36408
36408
|
definitionMap.set('type', meta.type.value);
|
|
@@ -36572,7 +36572,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
|
|
|
36572
36572
|
* @description
|
|
36573
36573
|
* Entry point for all public APIs of the compiler package.
|
|
36574
36574
|
*/
|
|
36575
|
-
const VERSION = new Version('21.1.0-next.
|
|
36575
|
+
const VERSION = new Version('21.1.0-next.3');
|
|
36576
36576
|
|
|
36577
36577
|
/**
|
|
36578
36578
|
* @license
|
|
@@ -36617,7 +36617,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
|
|
|
36617
36617
|
* @description
|
|
36618
36618
|
* Entry point for all public APIs of the compiler-cli package.
|
|
36619
36619
|
*/
|
|
36620
|
-
new Version('21.1.0-next.
|
|
36620
|
+
new Version('21.1.0-next.3');
|
|
36621
36621
|
|
|
36622
36622
|
/**
|
|
36623
36623
|
* @license
|
|
@@ -75321,7 +75321,7 @@ export * from '${relativeEntryPoint}';
|
|
|
75321
75321
|
* @param minVersion Minimum required version for the feature.
|
|
75322
75322
|
*/
|
|
75323
75323
|
function coreVersionSupportsFeature(coreVersion, minVersion) {
|
|
75324
|
-
// A version of `21.1.0-next.
|
|
75324
|
+
// A version of `21.1.0-next.3` usually means that core is at head so it supports
|
|
75325
75325
|
// all features. Use string interpolation prevent the placeholder from being replaced
|
|
75326
75326
|
// with the current version during build time.
|
|
75327
75327
|
if (coreVersion === `0.0.0-${'PLACEHOLDER'}`) {
|