@angular/language-service 20.1.0-next.1 → 20.1.0-next.2
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.1.0-next.
|
|
3
|
+
* @license Angular v20.1.0-next.2
|
|
4
4
|
* Copyright Google LLC All Rights Reserved.
|
|
5
5
|
* License: MIT
|
|
6
6
|
*/
|
|
@@ -34514,7 +34514,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
|
|
|
34514
34514
|
function compileDeclareClassMetadata(metadata) {
|
|
34515
34515
|
const definitionMap = new DefinitionMap();
|
|
34516
34516
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$5));
|
|
34517
|
-
definitionMap.set('version', literal$1('20.1.0-next.
|
|
34517
|
+
definitionMap.set('version', literal$1('20.1.0-next.2'));
|
|
34518
34518
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
34519
34519
|
definitionMap.set('type', metadata.type);
|
|
34520
34520
|
definitionMap.set('decorators', metadata.decorators);
|
|
@@ -34532,7 +34532,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
|
|
|
34532
34532
|
callbackReturnDefinitionMap.set('ctorParameters', metadata.ctorParameters ?? literal$1(null));
|
|
34533
34533
|
callbackReturnDefinitionMap.set('propDecorators', metadata.propDecorators ?? literal$1(null));
|
|
34534
34534
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_DEFER_SUPPORT_VERSION));
|
|
34535
|
-
definitionMap.set('version', literal$1('20.1.0-next.
|
|
34535
|
+
definitionMap.set('version', literal$1('20.1.0-next.2'));
|
|
34536
34536
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
34537
34537
|
definitionMap.set('type', metadata.type);
|
|
34538
34538
|
definitionMap.set('resolveDeferredDeps', compileComponentMetadataAsyncResolver(dependencies));
|
|
@@ -34641,7 +34641,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
|
|
|
34641
34641
|
const definitionMap = new DefinitionMap();
|
|
34642
34642
|
const minVersion = getMinimumVersionForPartialOutput(meta);
|
|
34643
34643
|
definitionMap.set('minVersion', literal$1(minVersion));
|
|
34644
|
-
definitionMap.set('version', literal$1('20.1.0-next.
|
|
34644
|
+
definitionMap.set('version', literal$1('20.1.0-next.2'));
|
|
34645
34645
|
// e.g. `type: MyDirective`
|
|
34646
34646
|
definitionMap.set('type', meta.type.value);
|
|
34647
34647
|
if (meta.isStandalone !== undefined) {
|
|
@@ -35071,7 +35071,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
|
|
|
35071
35071
|
function compileDeclareFactoryFunction(meta) {
|
|
35072
35072
|
const definitionMap = new DefinitionMap();
|
|
35073
35073
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$4));
|
|
35074
|
-
definitionMap.set('version', literal$1('20.1.0-next.
|
|
35074
|
+
definitionMap.set('version', literal$1('20.1.0-next.2'));
|
|
35075
35075
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
35076
35076
|
definitionMap.set('type', meta.type.value);
|
|
35077
35077
|
definitionMap.set('deps', compileDependencies(meta.deps));
|
|
@@ -35113,7 +35113,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
|
|
|
35113
35113
|
function createInjectableDefinitionMap(meta) {
|
|
35114
35114
|
const definitionMap = new DefinitionMap();
|
|
35115
35115
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$3));
|
|
35116
|
-
definitionMap.set('version', literal$1('20.1.0-next.
|
|
35116
|
+
definitionMap.set('version', literal$1('20.1.0-next.2'));
|
|
35117
35117
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
35118
35118
|
definitionMap.set('type', meta.type.value);
|
|
35119
35119
|
// Only generate providedIn property if it has a non-null value
|
|
@@ -35171,7 +35171,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
|
|
|
35171
35171
|
function createInjectorDefinitionMap(meta) {
|
|
35172
35172
|
const definitionMap = new DefinitionMap();
|
|
35173
35173
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$2));
|
|
35174
|
-
definitionMap.set('version', literal$1('20.1.0-next.
|
|
35174
|
+
definitionMap.set('version', literal$1('20.1.0-next.2'));
|
|
35175
35175
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
35176
35176
|
definitionMap.set('type', meta.type.value);
|
|
35177
35177
|
definitionMap.set('providers', meta.providers);
|
|
@@ -35211,7 +35211,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
|
|
|
35211
35211
|
throw new Error('Invalid path! Local compilation mode should not get into the partial compilation path');
|
|
35212
35212
|
}
|
|
35213
35213
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$1));
|
|
35214
|
-
definitionMap.set('version', literal$1('20.1.0-next.
|
|
35214
|
+
definitionMap.set('version', literal$1('20.1.0-next.2'));
|
|
35215
35215
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
35216
35216
|
definitionMap.set('type', meta.type.value);
|
|
35217
35217
|
// We only generate the keys in the metadata if the arrays contain values.
|
|
@@ -35269,7 +35269,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
|
|
|
35269
35269
|
function createPipeDefinitionMap(meta) {
|
|
35270
35270
|
const definitionMap = new DefinitionMap();
|
|
35271
35271
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION));
|
|
35272
|
-
definitionMap.set('version', literal$1('20.1.0-next.
|
|
35272
|
+
definitionMap.set('version', literal$1('20.1.0-next.2'));
|
|
35273
35273
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
35274
35274
|
// e.g. `type: MyPipe`
|
|
35275
35275
|
definitionMap.set('type', meta.type.value);
|
|
@@ -35439,7 +35439,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
|
|
|
35439
35439
|
* @description
|
|
35440
35440
|
* Entry point for all public APIs of the compiler package.
|
|
35441
35441
|
*/
|
|
35442
|
-
new Version('20.1.0-next.
|
|
35442
|
+
new Version('20.1.0-next.2');
|
|
35443
35443
|
|
|
35444
35444
|
/**
|
|
35445
35445
|
* @license
|
|
@@ -35484,7 +35484,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
|
|
|
35484
35484
|
* @description
|
|
35485
35485
|
* Entry point for all public APIs of the compiler-cli package.
|
|
35486
35486
|
*/
|
|
35487
|
-
new Version('20.1.0-next.
|
|
35487
|
+
new Version('20.1.0-next.2');
|
|
35488
35488
|
|
|
35489
35489
|
/**
|
|
35490
35490
|
* @license
|
|
@@ -72185,7 +72185,7 @@ export * from '${relativeEntryPoint}';
|
|
|
72185
72185
|
* @param minVersion Minimum required version for the feature.
|
|
72186
72186
|
*/
|
|
72187
72187
|
function coreVersionSupportsFeature(coreVersion, minVersion) {
|
|
72188
|
-
// A version of `20.1.0-next.
|
|
72188
|
+
// A version of `20.1.0-next.2` usually means that core is at head so it supports
|
|
72189
72189
|
// all features. Use string interpolation prevent the placeholder from being replaced
|
|
72190
72190
|
// with the current version during build time.
|
|
72191
72191
|
if (coreVersion === `0.0.0-${'PLACEHOLDER'}`) {
|