@angular/language-service 16.0.0-rc.0 → 16.0.0-rc.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.0.0-rc.
|
|
3
|
+
* @license Angular v16.0.0-rc.1
|
|
4
4
|
* Copyright Google LLC All Rights Reserved.
|
|
5
5
|
* License: MIT
|
|
6
6
|
*/
|
|
@@ -20368,7 +20368,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
|
|
|
20368
20368
|
* Use of this source code is governed by an MIT-style license that can be
|
|
20369
20369
|
* found in the LICENSE file at https://angular.io/license
|
|
20370
20370
|
*/
|
|
20371
|
-
new Version('16.0.0-rc.
|
|
20371
|
+
new Version('16.0.0-rc.1');
|
|
20372
20372
|
|
|
20373
20373
|
/**
|
|
20374
20374
|
* @license
|
|
@@ -20927,7 +20927,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
|
|
|
20927
20927
|
function compileDeclareClassMetadata(metadata) {
|
|
20928
20928
|
const definitionMap = new DefinitionMap();
|
|
20929
20929
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$6));
|
|
20930
|
-
definitionMap.set('version', literal$1('16.0.0-rc.
|
|
20930
|
+
definitionMap.set('version', literal$1('16.0.0-rc.1'));
|
|
20931
20931
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
20932
20932
|
definitionMap.set('type', metadata.type);
|
|
20933
20933
|
definitionMap.set('decorators', metadata.decorators);
|
|
@@ -21044,7 +21044,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
|
|
|
21044
21044
|
function createDirectiveDefinitionMap(meta) {
|
|
21045
21045
|
const definitionMap = new DefinitionMap();
|
|
21046
21046
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$5));
|
|
21047
|
-
definitionMap.set('version', literal$1('16.0.0-rc.
|
|
21047
|
+
definitionMap.set('version', literal$1('16.0.0-rc.1'));
|
|
21048
21048
|
// e.g. `type: MyDirective`
|
|
21049
21049
|
definitionMap.set('type', meta.type.value);
|
|
21050
21050
|
if (meta.isStandalone) {
|
|
@@ -21280,7 +21280,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
|
|
|
21280
21280
|
function compileDeclareFactoryFunction(meta) {
|
|
21281
21281
|
const definitionMap = new DefinitionMap();
|
|
21282
21282
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$4));
|
|
21283
|
-
definitionMap.set('version', literal$1('16.0.0-rc.
|
|
21283
|
+
definitionMap.set('version', literal$1('16.0.0-rc.1'));
|
|
21284
21284
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
21285
21285
|
definitionMap.set('type', meta.type.value);
|
|
21286
21286
|
definitionMap.set('deps', compileDependencies(meta.deps));
|
|
@@ -21322,7 +21322,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
|
|
|
21322
21322
|
function createInjectableDefinitionMap(meta) {
|
|
21323
21323
|
const definitionMap = new DefinitionMap();
|
|
21324
21324
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$3));
|
|
21325
|
-
definitionMap.set('version', literal$1('16.0.0-rc.
|
|
21325
|
+
definitionMap.set('version', literal$1('16.0.0-rc.1'));
|
|
21326
21326
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
21327
21327
|
definitionMap.set('type', meta.type.value);
|
|
21328
21328
|
// Only generate providedIn property if it has a non-null value
|
|
@@ -21380,7 +21380,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
|
|
|
21380
21380
|
function createInjectorDefinitionMap(meta) {
|
|
21381
21381
|
const definitionMap = new DefinitionMap();
|
|
21382
21382
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$2));
|
|
21383
|
-
definitionMap.set('version', literal$1('16.0.0-rc.
|
|
21383
|
+
definitionMap.set('version', literal$1('16.0.0-rc.1'));
|
|
21384
21384
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
21385
21385
|
definitionMap.set('type', meta.type.value);
|
|
21386
21386
|
definitionMap.set('providers', meta.providers);
|
|
@@ -21417,7 +21417,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
|
|
|
21417
21417
|
function createNgModuleDefinitionMap(meta) {
|
|
21418
21418
|
const definitionMap = new DefinitionMap();
|
|
21419
21419
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$1));
|
|
21420
|
-
definitionMap.set('version', literal$1('16.0.0-rc.
|
|
21420
|
+
definitionMap.set('version', literal$1('16.0.0-rc.1'));
|
|
21421
21421
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
21422
21422
|
definitionMap.set('type', meta.type.value);
|
|
21423
21423
|
// We only generate the keys in the metadata if the arrays contain values.
|
|
@@ -21475,7 +21475,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
|
|
|
21475
21475
|
function createPipeDefinitionMap(meta) {
|
|
21476
21476
|
const definitionMap = new DefinitionMap();
|
|
21477
21477
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION));
|
|
21478
|
-
definitionMap.set('version', literal$1('16.0.0-rc.
|
|
21478
|
+
definitionMap.set('version', literal$1('16.0.0-rc.1'));
|
|
21479
21479
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
21480
21480
|
// e.g. `type: MyPipe`
|
|
21481
21481
|
definitionMap.set('type', meta.type.value);
|
|
@@ -21510,7 +21510,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
|
|
|
21510
21510
|
* Use of this source code is governed by an MIT-style license that can be
|
|
21511
21511
|
* found in the LICENSE file at https://angular.io/license
|
|
21512
21512
|
*/
|
|
21513
|
-
new Version('16.0.0-rc.
|
|
21513
|
+
new Version('16.0.0-rc.1');
|
|
21514
21514
|
|
|
21515
21515
|
/**
|
|
21516
21516
|
* @license
|