@angular/language-service 14.2.12 → 14.3.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 v14.2.12
3
+ * @license Angular v14.3.0
4
4
  * Copyright Google LLC All Rights Reserved.
5
5
  * License: MIT
6
6
  */
@@ -19623,7 +19623,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
19623
19623
  * Use of this source code is governed by an MIT-style license that can be
19624
19624
  * found in the LICENSE file at https://angular.io/license
19625
19625
  */
19626
- new Version('14.2.12');
19626
+ new Version('14.3.0');
19627
19627
 
19628
19628
  /**
19629
19629
  * @license
@@ -20183,7 +20183,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
20183
20183
  function compileDeclareClassMetadata(metadata) {
20184
20184
  const definitionMap = new DefinitionMap();
20185
20185
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$6));
20186
- definitionMap.set('version', literal$1('14.2.12'));
20186
+ definitionMap.set('version', literal$1('14.3.0'));
20187
20187
  definitionMap.set('ngImport', importExpr(Identifiers.core));
20188
20188
  definitionMap.set('type', metadata.type);
20189
20189
  definitionMap.set('decorators', metadata.decorators);
@@ -20300,7 +20300,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
20300
20300
  function createDirectiveDefinitionMap(meta) {
20301
20301
  const definitionMap = new DefinitionMap();
20302
20302
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$5));
20303
- definitionMap.set('version', literal$1('14.2.12'));
20303
+ definitionMap.set('version', literal$1('14.3.0'));
20304
20304
  // e.g. `type: MyDirective`
20305
20305
  definitionMap.set('type', meta.internalType);
20306
20306
  if (meta.isStandalone) {
@@ -20511,7 +20511,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
20511
20511
  function compileDeclareFactoryFunction(meta) {
20512
20512
  const definitionMap = new DefinitionMap();
20513
20513
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$4));
20514
- definitionMap.set('version', literal$1('14.2.12'));
20514
+ definitionMap.set('version', literal$1('14.3.0'));
20515
20515
  definitionMap.set('ngImport', importExpr(Identifiers.core));
20516
20516
  definitionMap.set('type', meta.internalType);
20517
20517
  definitionMap.set('deps', compileDependencies(meta.deps));
@@ -20553,7 +20553,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
20553
20553
  function createInjectableDefinitionMap(meta) {
20554
20554
  const definitionMap = new DefinitionMap();
20555
20555
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$3));
20556
- definitionMap.set('version', literal$1('14.2.12'));
20556
+ definitionMap.set('version', literal$1('14.3.0'));
20557
20557
  definitionMap.set('ngImport', importExpr(Identifiers.core));
20558
20558
  definitionMap.set('type', meta.internalType);
20559
20559
  // Only generate providedIn property if it has a non-null value
@@ -20611,7 +20611,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
20611
20611
  function createInjectorDefinitionMap(meta) {
20612
20612
  const definitionMap = new DefinitionMap();
20613
20613
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$2));
20614
- definitionMap.set('version', literal$1('14.2.12'));
20614
+ definitionMap.set('version', literal$1('14.3.0'));
20615
20615
  definitionMap.set('ngImport', importExpr(Identifiers.core));
20616
20616
  definitionMap.set('type', meta.internalType);
20617
20617
  definitionMap.set('providers', meta.providers);
@@ -20648,7 +20648,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
20648
20648
  function createNgModuleDefinitionMap(meta) {
20649
20649
  const definitionMap = new DefinitionMap();
20650
20650
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$1));
20651
- definitionMap.set('version', literal$1('14.2.12'));
20651
+ definitionMap.set('version', literal$1('14.3.0'));
20652
20652
  definitionMap.set('ngImport', importExpr(Identifiers.core));
20653
20653
  definitionMap.set('type', meta.internalType);
20654
20654
  // We only generate the keys in the metadata if the arrays contain values.
@@ -20706,7 +20706,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
20706
20706
  function createPipeDefinitionMap(meta) {
20707
20707
  const definitionMap = new DefinitionMap();
20708
20708
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION));
20709
- definitionMap.set('version', literal$1('14.2.12'));
20709
+ definitionMap.set('version', literal$1('14.3.0'));
20710
20710
  definitionMap.set('ngImport', importExpr(Identifiers.core));
20711
20711
  // e.g. `type: MyPipe`
20712
20712
  definitionMap.set('type', meta.internalType);
@@ -20741,7 +20741,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
20741
20741
  * Use of this source code is governed by an MIT-style license that can be
20742
20742
  * found in the LICENSE file at https://angular.io/license
20743
20743
  */
20744
- new Version('14.2.12');
20744
+ new Version('14.3.0');
20745
20745
 
20746
20746
  /**
20747
20747
  * @license
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular/language-service",
3
- "version": "14.2.12",
3
+ "version": "14.3.0",
4
4
  "description": "Angular - language services",
5
5
  "main": "./index.js",
6
6
  "typings": "./index.d.ts",