@angular/language-service 17.2.0-rc.0 → 17.2.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 v17.2.0-rc.
|
|
3
|
+
* @license Angular v17.2.0-rc.1
|
|
4
4
|
* Copyright Google LLC All Rights Reserved.
|
|
5
5
|
* License: MIT
|
|
6
6
|
*/
|
|
@@ -33445,7 +33445,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
|
|
|
33445
33445
|
* Use of this source code is governed by an MIT-style license that can be
|
|
33446
33446
|
* found in the LICENSE file at https://angular.io/license
|
|
33447
33447
|
*/
|
|
33448
|
-
new Version('17.2.0-rc.
|
|
33448
|
+
new Version('17.2.0-rc.1');
|
|
33449
33449
|
|
|
33450
33450
|
/**
|
|
33451
33451
|
* @license
|
|
@@ -33593,7 +33593,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
|
|
|
33593
33593
|
function compileDeclareClassMetadata(metadata) {
|
|
33594
33594
|
const definitionMap = new DefinitionMap();
|
|
33595
33595
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$5));
|
|
33596
|
-
definitionMap.set('version', literal$1('17.2.0-rc.
|
|
33596
|
+
definitionMap.set('version', literal$1('17.2.0-rc.1'));
|
|
33597
33597
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
33598
33598
|
definitionMap.set('type', metadata.type);
|
|
33599
33599
|
definitionMap.set('decorators', metadata.decorators);
|
|
@@ -33703,7 +33703,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
|
|
|
33703
33703
|
const definitionMap = new DefinitionMap();
|
|
33704
33704
|
const minVersion = getMinimumVersionForPartialOutput(meta);
|
|
33705
33705
|
definitionMap.set('minVersion', literal$1(minVersion));
|
|
33706
|
-
definitionMap.set('version', literal$1('17.2.0-rc.
|
|
33706
|
+
definitionMap.set('version', literal$1('17.2.0-rc.1'));
|
|
33707
33707
|
// e.g. `type: MyDirective`
|
|
33708
33708
|
definitionMap.set('type', meta.type.value);
|
|
33709
33709
|
if (meta.isStandalone) {
|
|
@@ -34106,7 +34106,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
|
|
|
34106
34106
|
function compileDeclareFactoryFunction(meta) {
|
|
34107
34107
|
const definitionMap = new DefinitionMap();
|
|
34108
34108
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$4));
|
|
34109
|
-
definitionMap.set('version', literal$1('17.2.0-rc.
|
|
34109
|
+
definitionMap.set('version', literal$1('17.2.0-rc.1'));
|
|
34110
34110
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
34111
34111
|
definitionMap.set('type', meta.type.value);
|
|
34112
34112
|
definitionMap.set('deps', compileDependencies(meta.deps));
|
|
@@ -34148,7 +34148,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
|
|
|
34148
34148
|
function createInjectableDefinitionMap(meta) {
|
|
34149
34149
|
const definitionMap = new DefinitionMap();
|
|
34150
34150
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$3));
|
|
34151
|
-
definitionMap.set('version', literal$1('17.2.0-rc.
|
|
34151
|
+
definitionMap.set('version', literal$1('17.2.0-rc.1'));
|
|
34152
34152
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
34153
34153
|
definitionMap.set('type', meta.type.value);
|
|
34154
34154
|
// Only generate providedIn property if it has a non-null value
|
|
@@ -34206,7 +34206,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
|
|
|
34206
34206
|
function createInjectorDefinitionMap(meta) {
|
|
34207
34207
|
const definitionMap = new DefinitionMap();
|
|
34208
34208
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$2));
|
|
34209
|
-
definitionMap.set('version', literal$1('17.2.0-rc.
|
|
34209
|
+
definitionMap.set('version', literal$1('17.2.0-rc.1'));
|
|
34210
34210
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
34211
34211
|
definitionMap.set('type', meta.type.value);
|
|
34212
34212
|
definitionMap.set('providers', meta.providers);
|
|
@@ -34246,7 +34246,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
|
|
|
34246
34246
|
throw new Error('Invalid path! Local compilation mode should not get into the partial compilation path');
|
|
34247
34247
|
}
|
|
34248
34248
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$1));
|
|
34249
|
-
definitionMap.set('version', literal$1('17.2.0-rc.
|
|
34249
|
+
definitionMap.set('version', literal$1('17.2.0-rc.1'));
|
|
34250
34250
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
34251
34251
|
definitionMap.set('type', meta.type.value);
|
|
34252
34252
|
// We only generate the keys in the metadata if the arrays contain values.
|
|
@@ -34304,7 +34304,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
|
|
|
34304
34304
|
function createPipeDefinitionMap(meta) {
|
|
34305
34305
|
const definitionMap = new DefinitionMap();
|
|
34306
34306
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION));
|
|
34307
|
-
definitionMap.set('version', literal$1('17.2.0-rc.
|
|
34307
|
+
definitionMap.set('version', literal$1('17.2.0-rc.1'));
|
|
34308
34308
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
34309
34309
|
// e.g. `type: MyPipe`
|
|
34310
34310
|
definitionMap.set('type', meta.type.value);
|
|
@@ -34339,7 +34339,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
|
|
|
34339
34339
|
* Use of this source code is governed by an MIT-style license that can be
|
|
34340
34340
|
* found in the LICENSE file at https://angular.io/license
|
|
34341
34341
|
*/
|
|
34342
|
-
new Version('17.2.0-rc.
|
|
34342
|
+
new Version('17.2.0-rc.1');
|
|
34343
34343
|
|
|
34344
34344
|
/**
|
|
34345
34345
|
* @license
|