@angular/language-service 15.1.4 → 15.1.5

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