@angular/language-service 14.2.9 → 14.2.11

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 v14.2.9
3
+ * @license Angular v14.2.11
4
4
  * Copyright Google LLC All Rights Reserved.
5
5
  * License: MIT
6
6
  */
@@ -19576,7 +19576,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
19576
19576
  * Use of this source code is governed by an MIT-style license that can be
19577
19577
  * found in the LICENSE file at https://angular.io/license
19578
19578
  */
19579
- new Version('14.2.9');
19579
+ new Version('14.2.11');
19580
19580
 
19581
19581
  /**
19582
19582
  * @license
@@ -20136,7 +20136,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
20136
20136
  function compileDeclareClassMetadata(metadata) {
20137
20137
  const definitionMap = new DefinitionMap();
20138
20138
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$6));
20139
- definitionMap.set('version', literal$1('14.2.9'));
20139
+ definitionMap.set('version', literal$1('14.2.11'));
20140
20140
  definitionMap.set('ngImport', importExpr(Identifiers.core));
20141
20141
  definitionMap.set('type', metadata.type);
20142
20142
  definitionMap.set('decorators', metadata.decorators);
@@ -20253,7 +20253,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
20253
20253
  function createDirectiveDefinitionMap(meta) {
20254
20254
  const definitionMap = new DefinitionMap();
20255
20255
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$5));
20256
- definitionMap.set('version', literal$1('14.2.9'));
20256
+ definitionMap.set('version', literal$1('14.2.11'));
20257
20257
  // e.g. `type: MyDirective`
20258
20258
  definitionMap.set('type', meta.internalType);
20259
20259
  if (meta.isStandalone) {
@@ -20464,7 +20464,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
20464
20464
  function compileDeclareFactoryFunction(meta) {
20465
20465
  const definitionMap = new DefinitionMap();
20466
20466
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$4));
20467
- definitionMap.set('version', literal$1('14.2.9'));
20467
+ definitionMap.set('version', literal$1('14.2.11'));
20468
20468
  definitionMap.set('ngImport', importExpr(Identifiers.core));
20469
20469
  definitionMap.set('type', meta.internalType);
20470
20470
  definitionMap.set('deps', compileDependencies(meta.deps));
@@ -20506,7 +20506,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
20506
20506
  function createInjectableDefinitionMap(meta) {
20507
20507
  const definitionMap = new DefinitionMap();
20508
20508
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$3));
20509
- definitionMap.set('version', literal$1('14.2.9'));
20509
+ definitionMap.set('version', literal$1('14.2.11'));
20510
20510
  definitionMap.set('ngImport', importExpr(Identifiers.core));
20511
20511
  definitionMap.set('type', meta.internalType);
20512
20512
  // Only generate providedIn property if it has a non-null value
@@ -20564,7 +20564,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
20564
20564
  function createInjectorDefinitionMap(meta) {
20565
20565
  const definitionMap = new DefinitionMap();
20566
20566
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$2));
20567
- definitionMap.set('version', literal$1('14.2.9'));
20567
+ definitionMap.set('version', literal$1('14.2.11'));
20568
20568
  definitionMap.set('ngImport', importExpr(Identifiers.core));
20569
20569
  definitionMap.set('type', meta.internalType);
20570
20570
  definitionMap.set('providers', meta.providers);
@@ -20601,7 +20601,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
20601
20601
  function createNgModuleDefinitionMap(meta) {
20602
20602
  const definitionMap = new DefinitionMap();
20603
20603
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$1));
20604
- definitionMap.set('version', literal$1('14.2.9'));
20604
+ definitionMap.set('version', literal$1('14.2.11'));
20605
20605
  definitionMap.set('ngImport', importExpr(Identifiers.core));
20606
20606
  definitionMap.set('type', meta.internalType);
20607
20607
  // We only generate the keys in the metadata if the arrays contain values.
@@ -20659,7 +20659,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
20659
20659
  function createPipeDefinitionMap(meta) {
20660
20660
  const definitionMap = new DefinitionMap();
20661
20661
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION));
20662
- definitionMap.set('version', literal$1('14.2.9'));
20662
+ definitionMap.set('version', literal$1('14.2.11'));
20663
20663
  definitionMap.set('ngImport', importExpr(Identifiers.core));
20664
20664
  // e.g. `type: MyPipe`
20665
20665
  definitionMap.set('type', meta.internalType);
@@ -20694,7 +20694,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
20694
20694
  * Use of this source code is governed by an MIT-style license that can be
20695
20695
  * found in the LICENSE file at https://angular.io/license
20696
20696
  */
20697
- new Version('14.2.9');
20697
+ new Version('14.2.11');
20698
20698
 
20699
20699
  /**
20700
20700
  * @license
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular/language-service",
3
- "version": "14.2.9",
3
+ "version": "14.2.11",
4
4
  "description": "Angular - language services",
5
5
  "main": "./index.js",
6
6
  "typings": "./index.d.ts",