@angular/language-service 15.1.0 → 15.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 +10 -10
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
/**
|
|
3
|
-
* @license Angular v15.
|
|
3
|
+
* @license Angular v15.2.0-next.0
|
|
4
4
|
* Copyright Google LLC All Rights Reserved.
|
|
5
5
|
* License: MIT
|
|
6
6
|
*/
|
|
@@ -19985,7 +19985,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
|
|
|
19985
19985
|
* Use of this source code is governed by an MIT-style license that can be
|
|
19986
19986
|
* found in the LICENSE file at https://angular.io/license
|
|
19987
19987
|
*/
|
|
19988
|
-
new Version('15.
|
|
19988
|
+
new Version('15.2.0-next.0');
|
|
19989
19989
|
|
|
19990
19990
|
/**
|
|
19991
19991
|
* @license
|
|
@@ -20545,7 +20545,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
|
|
|
20545
20545
|
function compileDeclareClassMetadata(metadata) {
|
|
20546
20546
|
const definitionMap = new DefinitionMap();
|
|
20547
20547
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$6));
|
|
20548
|
-
definitionMap.set('version', literal$1('15.
|
|
20548
|
+
definitionMap.set('version', literal$1('15.2.0-next.0'));
|
|
20549
20549
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
20550
20550
|
definitionMap.set('type', metadata.type);
|
|
20551
20551
|
definitionMap.set('decorators', metadata.decorators);
|
|
@@ -20662,7 +20662,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
|
|
|
20662
20662
|
function createDirectiveDefinitionMap(meta) {
|
|
20663
20663
|
const definitionMap = new DefinitionMap();
|
|
20664
20664
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$5));
|
|
20665
|
-
definitionMap.set('version', literal$1('15.
|
|
20665
|
+
definitionMap.set('version', literal$1('15.2.0-next.0'));
|
|
20666
20666
|
// e.g. `type: MyDirective`
|
|
20667
20667
|
definitionMap.set('type', meta.internalType);
|
|
20668
20668
|
if (meta.isStandalone) {
|
|
@@ -20898,7 +20898,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
|
|
|
20898
20898
|
function compileDeclareFactoryFunction(meta) {
|
|
20899
20899
|
const definitionMap = new DefinitionMap();
|
|
20900
20900
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$4));
|
|
20901
|
-
definitionMap.set('version', literal$1('15.
|
|
20901
|
+
definitionMap.set('version', literal$1('15.2.0-next.0'));
|
|
20902
20902
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
20903
20903
|
definitionMap.set('type', meta.internalType);
|
|
20904
20904
|
definitionMap.set('deps', compileDependencies(meta.deps));
|
|
@@ -20940,7 +20940,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
|
|
|
20940
20940
|
function createInjectableDefinitionMap(meta) {
|
|
20941
20941
|
const definitionMap = new DefinitionMap();
|
|
20942
20942
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$3));
|
|
20943
|
-
definitionMap.set('version', literal$1('15.
|
|
20943
|
+
definitionMap.set('version', literal$1('15.2.0-next.0'));
|
|
20944
20944
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
20945
20945
|
definitionMap.set('type', meta.internalType);
|
|
20946
20946
|
// Only generate providedIn property if it has a non-null value
|
|
@@ -20998,7 +20998,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
|
|
|
20998
20998
|
function createInjectorDefinitionMap(meta) {
|
|
20999
20999
|
const definitionMap = new DefinitionMap();
|
|
21000
21000
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$2));
|
|
21001
|
-
definitionMap.set('version', literal$1('15.
|
|
21001
|
+
definitionMap.set('version', literal$1('15.2.0-next.0'));
|
|
21002
21002
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
21003
21003
|
definitionMap.set('type', meta.internalType);
|
|
21004
21004
|
definitionMap.set('providers', meta.providers);
|
|
@@ -21035,7 +21035,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
|
|
|
21035
21035
|
function createNgModuleDefinitionMap(meta) {
|
|
21036
21036
|
const definitionMap = new DefinitionMap();
|
|
21037
21037
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$1));
|
|
21038
|
-
definitionMap.set('version', literal$1('15.
|
|
21038
|
+
definitionMap.set('version', literal$1('15.2.0-next.0'));
|
|
21039
21039
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
21040
21040
|
definitionMap.set('type', meta.internalType);
|
|
21041
21041
|
// We only generate the keys in the metadata if the arrays contain values.
|
|
@@ -21093,7 +21093,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
|
|
|
21093
21093
|
function createPipeDefinitionMap(meta) {
|
|
21094
21094
|
const definitionMap = new DefinitionMap();
|
|
21095
21095
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION));
|
|
21096
|
-
definitionMap.set('version', literal$1('15.
|
|
21096
|
+
definitionMap.set('version', literal$1('15.2.0-next.0'));
|
|
21097
21097
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
21098
21098
|
// e.g. `type: MyPipe`
|
|
21099
21099
|
definitionMap.set('type', meta.internalType);
|
|
@@ -21128,7 +21128,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
|
|
|
21128
21128
|
* Use of this source code is governed by an MIT-style license that can be
|
|
21129
21129
|
* found in the LICENSE file at https://angular.io/license
|
|
21130
21130
|
*/
|
|
21131
|
-
new Version('15.
|
|
21131
|
+
new Version('15.2.0-next.0');
|
|
21132
21132
|
|
|
21133
21133
|
/**
|
|
21134
21134
|
* @license
|