@angular/language-service 13.1.0-next.1 → 13.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 +10 -10
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v13.1.0-next.
|
|
2
|
+
* @license Angular v13.1.0-next.2
|
|
3
3
|
* Copyright Google LLC All Rights Reserved.
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
@@ -20077,7 +20077,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
|
|
|
20077
20077
|
* Use of this source code is governed by an MIT-style license that can be
|
|
20078
20078
|
* found in the LICENSE file at https://angular.io/license
|
|
20079
20079
|
*/
|
|
20080
|
-
new Version('13.1.0-next.
|
|
20080
|
+
new Version('13.1.0-next.2');
|
|
20081
20081
|
|
|
20082
20082
|
/**
|
|
20083
20083
|
* @license
|
|
@@ -20706,7 +20706,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
|
|
|
20706
20706
|
function compileDeclareClassMetadata(metadata) {
|
|
20707
20707
|
const definitionMap = new DefinitionMap();
|
|
20708
20708
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$6));
|
|
20709
|
-
definitionMap.set('version', literal$1('13.1.0-next.
|
|
20709
|
+
definitionMap.set('version', literal$1('13.1.0-next.2'));
|
|
20710
20710
|
definitionMap.set('ngImport', importExpr(Identifiers$1.core));
|
|
20711
20711
|
definitionMap.set('type', metadata.type);
|
|
20712
20712
|
definitionMap.set('decorators', metadata.decorators);
|
|
@@ -20823,7 +20823,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
|
|
|
20823
20823
|
function createDirectiveDefinitionMap(meta) {
|
|
20824
20824
|
const definitionMap = new DefinitionMap();
|
|
20825
20825
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$5));
|
|
20826
|
-
definitionMap.set('version', literal$1('13.1.0-next.
|
|
20826
|
+
definitionMap.set('version', literal$1('13.1.0-next.2'));
|
|
20827
20827
|
// e.g. `type: MyDirective`
|
|
20828
20828
|
definitionMap.set('type', meta.internalType);
|
|
20829
20829
|
// e.g. `selector: 'some-dir'`
|
|
@@ -21041,7 +21041,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
|
|
|
21041
21041
|
function compileDeclareFactoryFunction(meta) {
|
|
21042
21042
|
const definitionMap = new DefinitionMap();
|
|
21043
21043
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$4));
|
|
21044
|
-
definitionMap.set('version', literal$1('13.1.0-next.
|
|
21044
|
+
definitionMap.set('version', literal$1('13.1.0-next.2'));
|
|
21045
21045
|
definitionMap.set('ngImport', importExpr(Identifiers$1.core));
|
|
21046
21046
|
definitionMap.set('type', meta.internalType);
|
|
21047
21047
|
definitionMap.set('deps', compileDependencies(meta.deps));
|
|
@@ -21083,7 +21083,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
|
|
|
21083
21083
|
function createInjectableDefinitionMap(meta) {
|
|
21084
21084
|
const definitionMap = new DefinitionMap();
|
|
21085
21085
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$3));
|
|
21086
|
-
definitionMap.set('version', literal$1('13.1.0-next.
|
|
21086
|
+
definitionMap.set('version', literal$1('13.1.0-next.2'));
|
|
21087
21087
|
definitionMap.set('ngImport', importExpr(Identifiers$1.core));
|
|
21088
21088
|
definitionMap.set('type', meta.internalType);
|
|
21089
21089
|
// Only generate providedIn property if it has a non-null value
|
|
@@ -21141,7 +21141,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
|
|
|
21141
21141
|
function createInjectorDefinitionMap(meta) {
|
|
21142
21142
|
const definitionMap = new DefinitionMap();
|
|
21143
21143
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$2));
|
|
21144
|
-
definitionMap.set('version', literal$1('13.1.0-next.
|
|
21144
|
+
definitionMap.set('version', literal$1('13.1.0-next.2'));
|
|
21145
21145
|
definitionMap.set('ngImport', importExpr(Identifiers$1.core));
|
|
21146
21146
|
definitionMap.set('type', meta.internalType);
|
|
21147
21147
|
definitionMap.set('providers', meta.providers);
|
|
@@ -21178,7 +21178,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
|
|
|
21178
21178
|
function createNgModuleDefinitionMap(meta) {
|
|
21179
21179
|
const definitionMap = new DefinitionMap();
|
|
21180
21180
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$1));
|
|
21181
|
-
definitionMap.set('version', literal$1('13.1.0-next.
|
|
21181
|
+
definitionMap.set('version', literal$1('13.1.0-next.2'));
|
|
21182
21182
|
definitionMap.set('ngImport', importExpr(Identifiers$1.core));
|
|
21183
21183
|
definitionMap.set('type', meta.internalType);
|
|
21184
21184
|
// We only generate the keys in the metadata if the arrays contain values.
|
|
@@ -21236,7 +21236,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
|
|
|
21236
21236
|
function createPipeDefinitionMap(meta) {
|
|
21237
21237
|
const definitionMap = new DefinitionMap();
|
|
21238
21238
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION));
|
|
21239
|
-
definitionMap.set('version', literal$1('13.1.0-next.
|
|
21239
|
+
definitionMap.set('version', literal$1('13.1.0-next.2'));
|
|
21240
21240
|
definitionMap.set('ngImport', importExpr(Identifiers$1.core));
|
|
21241
21241
|
// e.g. `type: MyPipe`
|
|
21242
21242
|
definitionMap.set('type', meta.internalType);
|
|
@@ -21268,7 +21268,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
|
|
|
21268
21268
|
* Use of this source code is governed by an MIT-style license that can be
|
|
21269
21269
|
* found in the LICENSE file at https://angular.io/license
|
|
21270
21270
|
*/
|
|
21271
|
-
new Version('13.1.0-next.
|
|
21271
|
+
new Version('13.1.0-next.2');
|
|
21272
21272
|
|
|
21273
21273
|
/**
|
|
21274
21274
|
* @license
|