@angular/language-service 13.0.1 → 13.0.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.0.
|
|
2
|
+
* @license Angular v13.0.2
|
|
3
3
|
* Copyright Google LLC All Rights Reserved.
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
@@ -20015,7 +20015,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
|
|
|
20015
20015
|
* Use of this source code is governed by an MIT-style license that can be
|
|
20016
20016
|
* found in the LICENSE file at https://angular.io/license
|
|
20017
20017
|
*/
|
|
20018
|
-
new Version('13.0.
|
|
20018
|
+
new Version('13.0.2');
|
|
20019
20019
|
|
|
20020
20020
|
/**
|
|
20021
20021
|
* @license
|
|
@@ -20644,7 +20644,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
|
|
|
20644
20644
|
function compileDeclareClassMetadata(metadata) {
|
|
20645
20645
|
const definitionMap = new DefinitionMap();
|
|
20646
20646
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$6));
|
|
20647
|
-
definitionMap.set('version', literal$1('13.0.
|
|
20647
|
+
definitionMap.set('version', literal$1('13.0.2'));
|
|
20648
20648
|
definitionMap.set('ngImport', importExpr(Identifiers$1.core));
|
|
20649
20649
|
definitionMap.set('type', metadata.type);
|
|
20650
20650
|
definitionMap.set('decorators', metadata.decorators);
|
|
@@ -20761,7 +20761,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
|
|
|
20761
20761
|
function createDirectiveDefinitionMap(meta) {
|
|
20762
20762
|
const definitionMap = new DefinitionMap();
|
|
20763
20763
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$5));
|
|
20764
|
-
definitionMap.set('version', literal$1('13.0.
|
|
20764
|
+
definitionMap.set('version', literal$1('13.0.2'));
|
|
20765
20765
|
// e.g. `type: MyDirective`
|
|
20766
20766
|
definitionMap.set('type', meta.internalType);
|
|
20767
20767
|
// e.g. `selector: 'some-dir'`
|
|
@@ -20979,7 +20979,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
|
|
|
20979
20979
|
function compileDeclareFactoryFunction(meta) {
|
|
20980
20980
|
const definitionMap = new DefinitionMap();
|
|
20981
20981
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$4));
|
|
20982
|
-
definitionMap.set('version', literal$1('13.0.
|
|
20982
|
+
definitionMap.set('version', literal$1('13.0.2'));
|
|
20983
20983
|
definitionMap.set('ngImport', importExpr(Identifiers$1.core));
|
|
20984
20984
|
definitionMap.set('type', meta.internalType);
|
|
20985
20985
|
definitionMap.set('deps', compileDependencies(meta.deps));
|
|
@@ -21021,7 +21021,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
|
|
|
21021
21021
|
function createInjectableDefinitionMap(meta) {
|
|
21022
21022
|
const definitionMap = new DefinitionMap();
|
|
21023
21023
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$3));
|
|
21024
|
-
definitionMap.set('version', literal$1('13.0.
|
|
21024
|
+
definitionMap.set('version', literal$1('13.0.2'));
|
|
21025
21025
|
definitionMap.set('ngImport', importExpr(Identifiers$1.core));
|
|
21026
21026
|
definitionMap.set('type', meta.internalType);
|
|
21027
21027
|
// Only generate providedIn property if it has a non-null value
|
|
@@ -21079,7 +21079,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
|
|
|
21079
21079
|
function createInjectorDefinitionMap(meta) {
|
|
21080
21080
|
const definitionMap = new DefinitionMap();
|
|
21081
21081
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$2));
|
|
21082
|
-
definitionMap.set('version', literal$1('13.0.
|
|
21082
|
+
definitionMap.set('version', literal$1('13.0.2'));
|
|
21083
21083
|
definitionMap.set('ngImport', importExpr(Identifiers$1.core));
|
|
21084
21084
|
definitionMap.set('type', meta.internalType);
|
|
21085
21085
|
definitionMap.set('providers', meta.providers);
|
|
@@ -21116,7 +21116,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
|
|
|
21116
21116
|
function createNgModuleDefinitionMap(meta) {
|
|
21117
21117
|
const definitionMap = new DefinitionMap();
|
|
21118
21118
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$1));
|
|
21119
|
-
definitionMap.set('version', literal$1('13.0.
|
|
21119
|
+
definitionMap.set('version', literal$1('13.0.2'));
|
|
21120
21120
|
definitionMap.set('ngImport', importExpr(Identifiers$1.core));
|
|
21121
21121
|
definitionMap.set('type', meta.internalType);
|
|
21122
21122
|
// We only generate the keys in the metadata if the arrays contain values.
|
|
@@ -21174,7 +21174,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
|
|
|
21174
21174
|
function createPipeDefinitionMap(meta) {
|
|
21175
21175
|
const definitionMap = new DefinitionMap();
|
|
21176
21176
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION));
|
|
21177
|
-
definitionMap.set('version', literal$1('13.0.
|
|
21177
|
+
definitionMap.set('version', literal$1('13.0.2'));
|
|
21178
21178
|
definitionMap.set('ngImport', importExpr(Identifiers$1.core));
|
|
21179
21179
|
// e.g. `type: MyPipe`
|
|
21180
21180
|
definitionMap.set('type', meta.internalType);
|
|
@@ -21206,7 +21206,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
|
|
|
21206
21206
|
* Use of this source code is governed by an MIT-style license that can be
|
|
21207
21207
|
* found in the LICENSE file at https://angular.io/license
|
|
21208
21208
|
*/
|
|
21209
|
-
new Version('13.0.
|
|
21209
|
+
new Version('13.0.2');
|
|
21210
21210
|
|
|
21211
21211
|
/**
|
|
21212
21212
|
* @license
|