@angular/language-service 14.2.0-next.0 → 14.2.0-next.1
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 v14.2.0-next.
|
|
3
|
+
* @license Angular v14.2.0-next.1
|
|
4
4
|
* Copyright Google LLC All Rights Reserved.
|
|
5
5
|
* License: MIT
|
|
6
6
|
*/
|
|
@@ -19554,7 +19554,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
|
|
|
19554
19554
|
* Use of this source code is governed by an MIT-style license that can be
|
|
19555
19555
|
* found in the LICENSE file at https://angular.io/license
|
|
19556
19556
|
*/
|
|
19557
|
-
new Version('14.2.0-next.
|
|
19557
|
+
new Version('14.2.0-next.1');
|
|
19558
19558
|
|
|
19559
19559
|
/**
|
|
19560
19560
|
* @license
|
|
@@ -20114,7 +20114,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
|
|
|
20114
20114
|
function compileDeclareClassMetadata(metadata) {
|
|
20115
20115
|
const definitionMap = new DefinitionMap();
|
|
20116
20116
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$6));
|
|
20117
|
-
definitionMap.set('version', literal$1('14.2.0-next.
|
|
20117
|
+
definitionMap.set('version', literal$1('14.2.0-next.1'));
|
|
20118
20118
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
20119
20119
|
definitionMap.set('type', metadata.type);
|
|
20120
20120
|
definitionMap.set('decorators', metadata.decorators);
|
|
@@ -20231,7 +20231,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
|
|
|
20231
20231
|
function createDirectiveDefinitionMap(meta) {
|
|
20232
20232
|
const definitionMap = new DefinitionMap();
|
|
20233
20233
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$5));
|
|
20234
|
-
definitionMap.set('version', literal$1('14.2.0-next.
|
|
20234
|
+
definitionMap.set('version', literal$1('14.2.0-next.1'));
|
|
20235
20235
|
// e.g. `type: MyDirective`
|
|
20236
20236
|
definitionMap.set('type', meta.internalType);
|
|
20237
20237
|
if (meta.isStandalone) {
|
|
@@ -20442,7 +20442,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
|
|
|
20442
20442
|
function compileDeclareFactoryFunction(meta) {
|
|
20443
20443
|
const definitionMap = new DefinitionMap();
|
|
20444
20444
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$4));
|
|
20445
|
-
definitionMap.set('version', literal$1('14.2.0-next.
|
|
20445
|
+
definitionMap.set('version', literal$1('14.2.0-next.1'));
|
|
20446
20446
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
20447
20447
|
definitionMap.set('type', meta.internalType);
|
|
20448
20448
|
definitionMap.set('deps', compileDependencies(meta.deps));
|
|
@@ -20484,7 +20484,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
|
|
|
20484
20484
|
function createInjectableDefinitionMap(meta) {
|
|
20485
20485
|
const definitionMap = new DefinitionMap();
|
|
20486
20486
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$3));
|
|
20487
|
-
definitionMap.set('version', literal$1('14.2.0-next.
|
|
20487
|
+
definitionMap.set('version', literal$1('14.2.0-next.1'));
|
|
20488
20488
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
20489
20489
|
definitionMap.set('type', meta.internalType);
|
|
20490
20490
|
// Only generate providedIn property if it has a non-null value
|
|
@@ -20542,7 +20542,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
|
|
|
20542
20542
|
function createInjectorDefinitionMap(meta) {
|
|
20543
20543
|
const definitionMap = new DefinitionMap();
|
|
20544
20544
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$2));
|
|
20545
|
-
definitionMap.set('version', literal$1('14.2.0-next.
|
|
20545
|
+
definitionMap.set('version', literal$1('14.2.0-next.1'));
|
|
20546
20546
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
20547
20547
|
definitionMap.set('type', meta.internalType);
|
|
20548
20548
|
definitionMap.set('providers', meta.providers);
|
|
@@ -20579,7 +20579,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
|
|
|
20579
20579
|
function createNgModuleDefinitionMap(meta) {
|
|
20580
20580
|
const definitionMap = new DefinitionMap();
|
|
20581
20581
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$1));
|
|
20582
|
-
definitionMap.set('version', literal$1('14.2.0-next.
|
|
20582
|
+
definitionMap.set('version', literal$1('14.2.0-next.1'));
|
|
20583
20583
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
20584
20584
|
definitionMap.set('type', meta.internalType);
|
|
20585
20585
|
// We only generate the keys in the metadata if the arrays contain values.
|
|
@@ -20637,7 +20637,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
|
|
|
20637
20637
|
function createPipeDefinitionMap(meta) {
|
|
20638
20638
|
const definitionMap = new DefinitionMap();
|
|
20639
20639
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION));
|
|
20640
|
-
definitionMap.set('version', literal$1('14.2.0-next.
|
|
20640
|
+
definitionMap.set('version', literal$1('14.2.0-next.1'));
|
|
20641
20641
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
20642
20642
|
// e.g. `type: MyPipe`
|
|
20643
20643
|
definitionMap.set('type', meta.internalType);
|
|
@@ -20672,7 +20672,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
|
|
|
20672
20672
|
* Use of this source code is governed by an MIT-style license that can be
|
|
20673
20673
|
* found in the LICENSE file at https://angular.io/license
|
|
20674
20674
|
*/
|
|
20675
|
-
new Version('14.2.0-next.
|
|
20675
|
+
new Version('14.2.0-next.1');
|
|
20676
20676
|
|
|
20677
20677
|
/**
|
|
20678
20678
|
* @license
|