@angular/language-service 13.3.1 → 13.3.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,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
/**
|
|
3
|
-
* @license Angular v13.3.
|
|
3
|
+
* @license Angular v13.3.2
|
|
4
4
|
* Copyright Google LLC All Rights Reserved.
|
|
5
5
|
* License: MIT
|
|
6
6
|
*/
|
|
@@ -19448,7 +19448,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
|
|
|
19448
19448
|
* Use of this source code is governed by an MIT-style license that can be
|
|
19449
19449
|
* found in the LICENSE file at https://angular.io/license
|
|
19450
19450
|
*/
|
|
19451
|
-
new Version('13.3.
|
|
19451
|
+
new Version('13.3.2');
|
|
19452
19452
|
|
|
19453
19453
|
/**
|
|
19454
19454
|
* @license
|
|
@@ -20008,7 +20008,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
|
|
|
20008
20008
|
function compileDeclareClassMetadata(metadata) {
|
|
20009
20009
|
const definitionMap = new DefinitionMap();
|
|
20010
20010
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$6));
|
|
20011
|
-
definitionMap.set('version', literal$1('13.3.
|
|
20011
|
+
definitionMap.set('version', literal$1('13.3.2'));
|
|
20012
20012
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
20013
20013
|
definitionMap.set('type', metadata.type);
|
|
20014
20014
|
definitionMap.set('decorators', metadata.decorators);
|
|
@@ -20125,7 +20125,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
|
|
|
20125
20125
|
function createDirectiveDefinitionMap(meta) {
|
|
20126
20126
|
const definitionMap = new DefinitionMap();
|
|
20127
20127
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$5));
|
|
20128
|
-
definitionMap.set('version', literal$1('13.3.
|
|
20128
|
+
definitionMap.set('version', literal$1('13.3.2'));
|
|
20129
20129
|
// e.g. `type: MyDirective`
|
|
20130
20130
|
definitionMap.set('type', meta.internalType);
|
|
20131
20131
|
// e.g. `selector: 'some-dir'`
|
|
@@ -20343,7 +20343,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
|
|
|
20343
20343
|
function compileDeclareFactoryFunction(meta) {
|
|
20344
20344
|
const definitionMap = new DefinitionMap();
|
|
20345
20345
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$4));
|
|
20346
|
-
definitionMap.set('version', literal$1('13.3.
|
|
20346
|
+
definitionMap.set('version', literal$1('13.3.2'));
|
|
20347
20347
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
20348
20348
|
definitionMap.set('type', meta.internalType);
|
|
20349
20349
|
definitionMap.set('deps', compileDependencies(meta.deps));
|
|
@@ -20385,7 +20385,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
|
|
|
20385
20385
|
function createInjectableDefinitionMap(meta) {
|
|
20386
20386
|
const definitionMap = new DefinitionMap();
|
|
20387
20387
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$3));
|
|
20388
|
-
definitionMap.set('version', literal$1('13.3.
|
|
20388
|
+
definitionMap.set('version', literal$1('13.3.2'));
|
|
20389
20389
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
20390
20390
|
definitionMap.set('type', meta.internalType);
|
|
20391
20391
|
// Only generate providedIn property if it has a non-null value
|
|
@@ -20443,7 +20443,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
|
|
|
20443
20443
|
function createInjectorDefinitionMap(meta) {
|
|
20444
20444
|
const definitionMap = new DefinitionMap();
|
|
20445
20445
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$2));
|
|
20446
|
-
definitionMap.set('version', literal$1('13.3.
|
|
20446
|
+
definitionMap.set('version', literal$1('13.3.2'));
|
|
20447
20447
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
20448
20448
|
definitionMap.set('type', meta.internalType);
|
|
20449
20449
|
definitionMap.set('providers', meta.providers);
|
|
@@ -20480,7 +20480,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
|
|
|
20480
20480
|
function createNgModuleDefinitionMap(meta) {
|
|
20481
20481
|
const definitionMap = new DefinitionMap();
|
|
20482
20482
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$1));
|
|
20483
|
-
definitionMap.set('version', literal$1('13.3.
|
|
20483
|
+
definitionMap.set('version', literal$1('13.3.2'));
|
|
20484
20484
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
20485
20485
|
definitionMap.set('type', meta.internalType);
|
|
20486
20486
|
// We only generate the keys in the metadata if the arrays contain values.
|
|
@@ -20538,7 +20538,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
|
|
|
20538
20538
|
function createPipeDefinitionMap(meta) {
|
|
20539
20539
|
const definitionMap = new DefinitionMap();
|
|
20540
20540
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION));
|
|
20541
|
-
definitionMap.set('version', literal$1('13.3.
|
|
20541
|
+
definitionMap.set('version', literal$1('13.3.2'));
|
|
20542
20542
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
20543
20543
|
// e.g. `type: MyPipe`
|
|
20544
20544
|
definitionMap.set('type', meta.internalType);
|
|
@@ -20570,7 +20570,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
|
|
|
20570
20570
|
* Use of this source code is governed by an MIT-style license that can be
|
|
20571
20571
|
* found in the LICENSE file at https://angular.io/license
|
|
20572
20572
|
*/
|
|
20573
|
-
new Version('13.3.
|
|
20573
|
+
new Version('13.3.2');
|
|
20574
20574
|
|
|
20575
20575
|
/**
|
|
20576
20576
|
* @license
|