@angular/language-service 13.0.0-next.14 → 13.0.0-next.15
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,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v13.0.0-next.
|
|
2
|
+
* @license Angular v13.0.0-next.15
|
|
3
3
|
* Copyright Google LLC All Rights Reserved.
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
@@ -20064,7 +20064,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
|
|
|
20064
20064
|
* Use of this source code is governed by an MIT-style license that can be
|
|
20065
20065
|
* found in the LICENSE file at https://angular.io/license
|
|
20066
20066
|
*/
|
|
20067
|
-
new Version('13.0.0-next.
|
|
20067
|
+
new Version('13.0.0-next.15');
|
|
20068
20068
|
|
|
20069
20069
|
/**
|
|
20070
20070
|
* @license
|
|
@@ -20693,7 +20693,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
|
|
|
20693
20693
|
function compileDeclareClassMetadata(metadata) {
|
|
20694
20694
|
const definitionMap = new DefinitionMap();
|
|
20695
20695
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$6));
|
|
20696
|
-
definitionMap.set('version', literal$1('13.0.0-next.
|
|
20696
|
+
definitionMap.set('version', literal$1('13.0.0-next.15'));
|
|
20697
20697
|
definitionMap.set('ngImport', importExpr(Identifiers$1.core));
|
|
20698
20698
|
definitionMap.set('type', metadata.type);
|
|
20699
20699
|
definitionMap.set('decorators', metadata.decorators);
|
|
@@ -20733,7 +20733,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
|
|
|
20733
20733
|
function createDirectiveDefinitionMap(meta) {
|
|
20734
20734
|
const definitionMap = new DefinitionMap();
|
|
20735
20735
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$5));
|
|
20736
|
-
definitionMap.set('version', literal$1('13.0.0-next.
|
|
20736
|
+
definitionMap.set('version', literal$1('13.0.0-next.15'));
|
|
20737
20737
|
// e.g. `type: MyDirective`
|
|
20738
20738
|
definitionMap.set('type', meta.internalType);
|
|
20739
20739
|
// e.g. `selector: 'some-dir'`
|
|
@@ -20950,7 +20950,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
|
|
|
20950
20950
|
function compileDeclareFactoryFunction(meta) {
|
|
20951
20951
|
const definitionMap = new DefinitionMap();
|
|
20952
20952
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$4));
|
|
20953
|
-
definitionMap.set('version', literal$1('13.0.0-next.
|
|
20953
|
+
definitionMap.set('version', literal$1('13.0.0-next.15'));
|
|
20954
20954
|
definitionMap.set('ngImport', importExpr(Identifiers$1.core));
|
|
20955
20955
|
definitionMap.set('type', meta.internalType);
|
|
20956
20956
|
definitionMap.set('deps', compileDependencies(meta.deps));
|
|
@@ -20992,7 +20992,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
|
|
|
20992
20992
|
function createInjectableDefinitionMap(meta) {
|
|
20993
20993
|
const definitionMap = new DefinitionMap();
|
|
20994
20994
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$3));
|
|
20995
|
-
definitionMap.set('version', literal$1('13.0.0-next.
|
|
20995
|
+
definitionMap.set('version', literal$1('13.0.0-next.15'));
|
|
20996
20996
|
definitionMap.set('ngImport', importExpr(Identifiers$1.core));
|
|
20997
20997
|
definitionMap.set('type', meta.internalType);
|
|
20998
20998
|
// Only generate providedIn property if it has a non-null value
|
|
@@ -21071,7 +21071,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
|
|
|
21071
21071
|
function createInjectorDefinitionMap(meta) {
|
|
21072
21072
|
const definitionMap = new DefinitionMap();
|
|
21073
21073
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$2));
|
|
21074
|
-
definitionMap.set('version', literal$1('13.0.0-next.
|
|
21074
|
+
definitionMap.set('version', literal$1('13.0.0-next.15'));
|
|
21075
21075
|
definitionMap.set('ngImport', importExpr(Identifiers$1.core));
|
|
21076
21076
|
definitionMap.set('type', meta.internalType);
|
|
21077
21077
|
definitionMap.set('providers', meta.providers);
|
|
@@ -21108,7 +21108,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
|
|
|
21108
21108
|
function createNgModuleDefinitionMap(meta) {
|
|
21109
21109
|
const definitionMap = new DefinitionMap();
|
|
21110
21110
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$1));
|
|
21111
|
-
definitionMap.set('version', literal$1('13.0.0-next.
|
|
21111
|
+
definitionMap.set('version', literal$1('13.0.0-next.15'));
|
|
21112
21112
|
definitionMap.set('ngImport', importExpr(Identifiers$1.core));
|
|
21113
21113
|
definitionMap.set('type', meta.internalType);
|
|
21114
21114
|
// We only generate the keys in the metadata if the arrays contain values.
|
|
@@ -21166,7 +21166,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
|
|
|
21166
21166
|
function createPipeDefinitionMap(meta) {
|
|
21167
21167
|
const definitionMap = new DefinitionMap();
|
|
21168
21168
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION));
|
|
21169
|
-
definitionMap.set('version', literal$1('13.0.0-next.
|
|
21169
|
+
definitionMap.set('version', literal$1('13.0.0-next.15'));
|
|
21170
21170
|
definitionMap.set('ngImport', importExpr(Identifiers$1.core));
|
|
21171
21171
|
// e.g. `type: MyPipe`
|
|
21172
21172
|
definitionMap.set('type', meta.internalType);
|
|
@@ -21198,7 +21198,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
|
|
|
21198
21198
|
* Use of this source code is governed by an MIT-style license that can be
|
|
21199
21199
|
* found in the LICENSE file at https://angular.io/license
|
|
21200
21200
|
*/
|
|
21201
|
-
new Version('13.0.0-next.
|
|
21201
|
+
new Version('13.0.0-next.15');
|
|
21202
21202
|
|
|
21203
21203
|
/**
|
|
21204
21204
|
* @license
|