@angular/language-service 18.1.0 → 18.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 v18.
|
|
3
|
+
* @license Angular v18.2.0-next.0
|
|
4
4
|
* Copyright Google LLC All Rights Reserved.
|
|
5
5
|
* License: MIT
|
|
6
6
|
*/
|
|
@@ -29825,7 +29825,7 @@ define(['module', 'exports', 'typescript', 'os', 'fs', 'module', 'path', 'url'],
|
|
|
29825
29825
|
* Use of this source code is governed by an MIT-style license that can be
|
|
29826
29826
|
* found in the LICENSE file at https://angular.io/license
|
|
29827
29827
|
*/
|
|
29828
|
-
new Version('18.
|
|
29828
|
+
new Version('18.2.0-next.0');
|
|
29829
29829
|
|
|
29830
29830
|
/**
|
|
29831
29831
|
* @license
|
|
@@ -29977,7 +29977,7 @@ define(['module', 'exports', 'typescript', 'os', 'fs', 'module', 'path', 'url'],
|
|
|
29977
29977
|
function compileDeclareClassMetadata(metadata) {
|
|
29978
29978
|
const definitionMap = new DefinitionMap();
|
|
29979
29979
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$5));
|
|
29980
|
-
definitionMap.set('version', literal$1('18.
|
|
29980
|
+
definitionMap.set('version', literal$1('18.2.0-next.0'));
|
|
29981
29981
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
29982
29982
|
definitionMap.set('type', metadata.type);
|
|
29983
29983
|
definitionMap.set('decorators', metadata.decorators);
|
|
@@ -29995,7 +29995,7 @@ define(['module', 'exports', 'typescript', 'os', 'fs', 'module', 'path', 'url'],
|
|
|
29995
29995
|
callbackReturnDefinitionMap.set('ctorParameters', metadata.ctorParameters ?? literal$1(null));
|
|
29996
29996
|
callbackReturnDefinitionMap.set('propDecorators', metadata.propDecorators ?? literal$1(null));
|
|
29997
29997
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_DEFER_SUPPORT_VERSION));
|
|
29998
|
-
definitionMap.set('version', literal$1('18.
|
|
29998
|
+
definitionMap.set('version', literal$1('18.2.0-next.0'));
|
|
29999
29999
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
30000
30000
|
definitionMap.set('type', metadata.type);
|
|
30001
30001
|
definitionMap.set('resolveDeferredDeps', compileComponentMetadataAsyncResolver(dependencies));
|
|
@@ -30104,7 +30104,7 @@ define(['module', 'exports', 'typescript', 'os', 'fs', 'module', 'path', 'url'],
|
|
|
30104
30104
|
const definitionMap = new DefinitionMap();
|
|
30105
30105
|
const minVersion = getMinimumVersionForPartialOutput(meta);
|
|
30106
30106
|
definitionMap.set('minVersion', literal$1(minVersion));
|
|
30107
|
-
definitionMap.set('version', literal$1('18.
|
|
30107
|
+
definitionMap.set('version', literal$1('18.2.0-next.0'));
|
|
30108
30108
|
// e.g. `type: MyDirective`
|
|
30109
30109
|
definitionMap.set('type', meta.type.value);
|
|
30110
30110
|
if (meta.isStandalone) {
|
|
@@ -30537,7 +30537,7 @@ define(['module', 'exports', 'typescript', 'os', 'fs', 'module', 'path', 'url'],
|
|
|
30537
30537
|
function compileDeclareFactoryFunction(meta) {
|
|
30538
30538
|
const definitionMap = new DefinitionMap();
|
|
30539
30539
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$4));
|
|
30540
|
-
definitionMap.set('version', literal$1('18.
|
|
30540
|
+
definitionMap.set('version', literal$1('18.2.0-next.0'));
|
|
30541
30541
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
30542
30542
|
definitionMap.set('type', meta.type.value);
|
|
30543
30543
|
definitionMap.set('deps', compileDependencies(meta.deps));
|
|
@@ -30579,7 +30579,7 @@ define(['module', 'exports', 'typescript', 'os', 'fs', 'module', 'path', 'url'],
|
|
|
30579
30579
|
function createInjectableDefinitionMap(meta) {
|
|
30580
30580
|
const definitionMap = new DefinitionMap();
|
|
30581
30581
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$3));
|
|
30582
|
-
definitionMap.set('version', literal$1('18.
|
|
30582
|
+
definitionMap.set('version', literal$1('18.2.0-next.0'));
|
|
30583
30583
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
30584
30584
|
definitionMap.set('type', meta.type.value);
|
|
30585
30585
|
// Only generate providedIn property if it has a non-null value
|
|
@@ -30637,7 +30637,7 @@ define(['module', 'exports', 'typescript', 'os', 'fs', 'module', 'path', 'url'],
|
|
|
30637
30637
|
function createInjectorDefinitionMap(meta) {
|
|
30638
30638
|
const definitionMap = new DefinitionMap();
|
|
30639
30639
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$2));
|
|
30640
|
-
definitionMap.set('version', literal$1('18.
|
|
30640
|
+
definitionMap.set('version', literal$1('18.2.0-next.0'));
|
|
30641
30641
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
30642
30642
|
definitionMap.set('type', meta.type.value);
|
|
30643
30643
|
definitionMap.set('providers', meta.providers);
|
|
@@ -30677,7 +30677,7 @@ define(['module', 'exports', 'typescript', 'os', 'fs', 'module', 'path', 'url'],
|
|
|
30677
30677
|
throw new Error('Invalid path! Local compilation mode should not get into the partial compilation path');
|
|
30678
30678
|
}
|
|
30679
30679
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$1));
|
|
30680
|
-
definitionMap.set('version', literal$1('18.
|
|
30680
|
+
definitionMap.set('version', literal$1('18.2.0-next.0'));
|
|
30681
30681
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
30682
30682
|
definitionMap.set('type', meta.type.value);
|
|
30683
30683
|
// We only generate the keys in the metadata if the arrays contain values.
|
|
@@ -30735,7 +30735,7 @@ define(['module', 'exports', 'typescript', 'os', 'fs', 'module', 'path', 'url'],
|
|
|
30735
30735
|
function createPipeDefinitionMap(meta) {
|
|
30736
30736
|
const definitionMap = new DefinitionMap();
|
|
30737
30737
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION));
|
|
30738
|
-
definitionMap.set('version', literal$1('18.
|
|
30738
|
+
definitionMap.set('version', literal$1('18.2.0-next.0'));
|
|
30739
30739
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
30740
30740
|
// e.g. `type: MyPipe`
|
|
30741
30741
|
definitionMap.set('type', meta.type.value);
|
|
@@ -30770,7 +30770,7 @@ define(['module', 'exports', 'typescript', 'os', 'fs', 'module', 'path', 'url'],
|
|
|
30770
30770
|
* Use of this source code is governed by an MIT-style license that can be
|
|
30771
30771
|
* found in the LICENSE file at https://angular.io/license
|
|
30772
30772
|
*/
|
|
30773
|
-
new Version('18.
|
|
30773
|
+
new Version('18.2.0-next.0');
|
|
30774
30774
|
|
|
30775
30775
|
/**
|
|
30776
30776
|
* @license
|
|
@@ -61674,7 +61674,7 @@ Either add the @Injectable() decorator to '${provider.node.name.text}', or confi
|
|
|
61674
61674
|
* @param minVersion Minimum required version for the feature.
|
|
61675
61675
|
*/
|
|
61676
61676
|
function coreVersionSupportsFeature(coreVersion, minVersion) {
|
|
61677
|
-
// A version of `18.
|
|
61677
|
+
// A version of `18.2.0-next.0` usually means that core is at head so it supports
|
|
61678
61678
|
// all features. Use string interpolation prevent the placeholder from being replaced
|
|
61679
61679
|
// with the current version during build time.
|
|
61680
61680
|
if (coreVersion === `0.0.0-${'PLACEHOLDER'}`) {
|