@angular/language-service 16.1.0-next.0 → 16.1.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 v16.1.0-next.
|
|
3
|
+
* @license Angular v16.1.0-next.1
|
|
4
4
|
* Copyright Google LLC All Rights Reserved.
|
|
5
5
|
* License: MIT
|
|
6
6
|
*/
|
|
@@ -20490,7 +20490,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
|
|
|
20490
20490
|
* Use of this source code is governed by an MIT-style license that can be
|
|
20491
20491
|
* found in the LICENSE file at https://angular.io/license
|
|
20492
20492
|
*/
|
|
20493
|
-
new Version('16.1.0-next.
|
|
20493
|
+
new Version('16.1.0-next.1');
|
|
20494
20494
|
|
|
20495
20495
|
/**
|
|
20496
20496
|
* @license
|
|
@@ -21049,7 +21049,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
|
|
|
21049
21049
|
function compileDeclareClassMetadata(metadata) {
|
|
21050
21050
|
const definitionMap = new DefinitionMap();
|
|
21051
21051
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$6));
|
|
21052
|
-
definitionMap.set('version', literal$1('16.1.0-next.
|
|
21052
|
+
definitionMap.set('version', literal$1('16.1.0-next.1'));
|
|
21053
21053
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
21054
21054
|
definitionMap.set('type', metadata.type);
|
|
21055
21055
|
definitionMap.set('decorators', metadata.decorators);
|
|
@@ -21166,7 +21166,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
|
|
|
21166
21166
|
function createDirectiveDefinitionMap(meta) {
|
|
21167
21167
|
const definitionMap = new DefinitionMap();
|
|
21168
21168
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$5));
|
|
21169
|
-
definitionMap.set('version', literal$1('16.1.0-next.
|
|
21169
|
+
definitionMap.set('version', literal$1('16.1.0-next.1'));
|
|
21170
21170
|
// e.g. `type: MyDirective`
|
|
21171
21171
|
definitionMap.set('type', meta.type.value);
|
|
21172
21172
|
if (meta.isStandalone) {
|
|
@@ -21405,7 +21405,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
|
|
|
21405
21405
|
function compileDeclareFactoryFunction(meta) {
|
|
21406
21406
|
const definitionMap = new DefinitionMap();
|
|
21407
21407
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$4));
|
|
21408
|
-
definitionMap.set('version', literal$1('16.1.0-next.
|
|
21408
|
+
definitionMap.set('version', literal$1('16.1.0-next.1'));
|
|
21409
21409
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
21410
21410
|
definitionMap.set('type', meta.type.value);
|
|
21411
21411
|
definitionMap.set('deps', compileDependencies(meta.deps));
|
|
@@ -21447,7 +21447,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
|
|
|
21447
21447
|
function createInjectableDefinitionMap(meta) {
|
|
21448
21448
|
const definitionMap = new DefinitionMap();
|
|
21449
21449
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$3));
|
|
21450
|
-
definitionMap.set('version', literal$1('16.1.0-next.
|
|
21450
|
+
definitionMap.set('version', literal$1('16.1.0-next.1'));
|
|
21451
21451
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
21452
21452
|
definitionMap.set('type', meta.type.value);
|
|
21453
21453
|
// Only generate providedIn property if it has a non-null value
|
|
@@ -21505,7 +21505,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
|
|
|
21505
21505
|
function createInjectorDefinitionMap(meta) {
|
|
21506
21506
|
const definitionMap = new DefinitionMap();
|
|
21507
21507
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$2));
|
|
21508
|
-
definitionMap.set('version', literal$1('16.1.0-next.
|
|
21508
|
+
definitionMap.set('version', literal$1('16.1.0-next.1'));
|
|
21509
21509
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
21510
21510
|
definitionMap.set('type', meta.type.value);
|
|
21511
21511
|
definitionMap.set('providers', meta.providers);
|
|
@@ -21542,7 +21542,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
|
|
|
21542
21542
|
function createNgModuleDefinitionMap(meta) {
|
|
21543
21543
|
const definitionMap = new DefinitionMap();
|
|
21544
21544
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$1));
|
|
21545
|
-
definitionMap.set('version', literal$1('16.1.0-next.
|
|
21545
|
+
definitionMap.set('version', literal$1('16.1.0-next.1'));
|
|
21546
21546
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
21547
21547
|
definitionMap.set('type', meta.type.value);
|
|
21548
21548
|
// We only generate the keys in the metadata if the arrays contain values.
|
|
@@ -21600,7 +21600,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
|
|
|
21600
21600
|
function createPipeDefinitionMap(meta) {
|
|
21601
21601
|
const definitionMap = new DefinitionMap();
|
|
21602
21602
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION));
|
|
21603
|
-
definitionMap.set('version', literal$1('16.1.0-next.
|
|
21603
|
+
definitionMap.set('version', literal$1('16.1.0-next.1'));
|
|
21604
21604
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
21605
21605
|
// e.g. `type: MyPipe`
|
|
21606
21606
|
definitionMap.set('type', meta.type.value);
|
|
@@ -21635,7 +21635,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
|
|
|
21635
21635
|
* Use of this source code is governed by an MIT-style license that can be
|
|
21636
21636
|
* found in the LICENSE file at https://angular.io/license
|
|
21637
21637
|
*/
|
|
21638
|
-
new Version('16.1.0-next.
|
|
21638
|
+
new Version('16.1.0-next.1');
|
|
21639
21639
|
|
|
21640
21640
|
/**
|
|
21641
21641
|
* @license
|