@angular/language-service 15.2.0-next.4 → 15.2.0-rc.0

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.
@@ -1,6 +1,6 @@
1
1
 
2
2
  /**
3
- * @license Angular v15.2.0-next.4
3
+ * @license Angular v15.2.0-rc.0
4
4
  * Copyright Google LLC All Rights Reserved.
5
5
  * License: MIT
6
6
  */
@@ -19959,7 +19959,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
19959
19959
  * Use of this source code is governed by an MIT-style license that can be
19960
19960
  * found in the LICENSE file at https://angular.io/license
19961
19961
  */
19962
- new Version('15.2.0-next.4');
19962
+ new Version('15.2.0-rc.0');
19963
19963
 
19964
19964
  /**
19965
19965
  * @license
@@ -20518,7 +20518,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
20518
20518
  function compileDeclareClassMetadata(metadata) {
20519
20519
  const definitionMap = new DefinitionMap();
20520
20520
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$6));
20521
- definitionMap.set('version', literal$1('15.2.0-next.4'));
20521
+ definitionMap.set('version', literal$1('15.2.0-rc.0'));
20522
20522
  definitionMap.set('ngImport', importExpr(Identifiers.core));
20523
20523
  definitionMap.set('type', metadata.type);
20524
20524
  definitionMap.set('decorators', metadata.decorators);
@@ -20635,7 +20635,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
20635
20635
  function createDirectiveDefinitionMap(meta) {
20636
20636
  const definitionMap = new DefinitionMap();
20637
20637
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$5));
20638
- definitionMap.set('version', literal$1('15.2.0-next.4'));
20638
+ definitionMap.set('version', literal$1('15.2.0-rc.0'));
20639
20639
  // e.g. `type: MyDirective`
20640
20640
  definitionMap.set('type', meta.internalType);
20641
20641
  if (meta.isStandalone) {
@@ -20871,7 +20871,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
20871
20871
  function compileDeclareFactoryFunction(meta) {
20872
20872
  const definitionMap = new DefinitionMap();
20873
20873
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$4));
20874
- definitionMap.set('version', literal$1('15.2.0-next.4'));
20874
+ definitionMap.set('version', literal$1('15.2.0-rc.0'));
20875
20875
  definitionMap.set('ngImport', importExpr(Identifiers.core));
20876
20876
  definitionMap.set('type', meta.internalType);
20877
20877
  definitionMap.set('deps', compileDependencies(meta.deps));
@@ -20913,7 +20913,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
20913
20913
  function createInjectableDefinitionMap(meta) {
20914
20914
  const definitionMap = new DefinitionMap();
20915
20915
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$3));
20916
- definitionMap.set('version', literal$1('15.2.0-next.4'));
20916
+ definitionMap.set('version', literal$1('15.2.0-rc.0'));
20917
20917
  definitionMap.set('ngImport', importExpr(Identifiers.core));
20918
20918
  definitionMap.set('type', meta.internalType);
20919
20919
  // Only generate providedIn property if it has a non-null value
@@ -20971,7 +20971,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
20971
20971
  function createInjectorDefinitionMap(meta) {
20972
20972
  const definitionMap = new DefinitionMap();
20973
20973
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$2));
20974
- definitionMap.set('version', literal$1('15.2.0-next.4'));
20974
+ definitionMap.set('version', literal$1('15.2.0-rc.0'));
20975
20975
  definitionMap.set('ngImport', importExpr(Identifiers.core));
20976
20976
  definitionMap.set('type', meta.internalType);
20977
20977
  definitionMap.set('providers', meta.providers);
@@ -21008,7 +21008,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
21008
21008
  function createNgModuleDefinitionMap(meta) {
21009
21009
  const definitionMap = new DefinitionMap();
21010
21010
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$1));
21011
- definitionMap.set('version', literal$1('15.2.0-next.4'));
21011
+ definitionMap.set('version', literal$1('15.2.0-rc.0'));
21012
21012
  definitionMap.set('ngImport', importExpr(Identifiers.core));
21013
21013
  definitionMap.set('type', meta.internalType);
21014
21014
  // We only generate the keys in the metadata if the arrays contain values.
@@ -21066,7 +21066,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
21066
21066
  function createPipeDefinitionMap(meta) {
21067
21067
  const definitionMap = new DefinitionMap();
21068
21068
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION));
21069
- definitionMap.set('version', literal$1('15.2.0-next.4'));
21069
+ definitionMap.set('version', literal$1('15.2.0-rc.0'));
21070
21070
  definitionMap.set('ngImport', importExpr(Identifiers.core));
21071
21071
  // e.g. `type: MyPipe`
21072
21072
  definitionMap.set('type', meta.internalType);
@@ -21101,7 +21101,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
21101
21101
  * Use of this source code is governed by an MIT-style license that can be
21102
21102
  * found in the LICENSE file at https://angular.io/license
21103
21103
  */
21104
- new Version('15.2.0-next.4');
21104
+ new Version('15.2.0-rc.0');
21105
21105
 
21106
21106
  /**
21107
21107
  * @license
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular/language-service",
3
- "version": "15.2.0-next.4",
3
+ "version": "15.2.0-rc.0",
4
4
  "description": "Angular - language services",
5
5
  "main": "./index.js",
6
6
  "typings": "./index.d.ts",