@angular/language-service 16.0.1 → 16.0.2

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 v16.0.1
3
+ * @license Angular v16.0.2
4
4
  * Copyright Google LLC All Rights Reserved.
5
5
  * License: MIT
6
6
  */
@@ -20433,7 +20433,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
20433
20433
  * Use of this source code is governed by an MIT-style license that can be
20434
20434
  * found in the LICENSE file at https://angular.io/license
20435
20435
  */
20436
- new Version('16.0.1');
20436
+ new Version('16.0.2');
20437
20437
 
20438
20438
  /**
20439
20439
  * @license
@@ -20992,7 +20992,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
20992
20992
  function compileDeclareClassMetadata(metadata) {
20993
20993
  const definitionMap = new DefinitionMap();
20994
20994
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$6));
20995
- definitionMap.set('version', literal$1('16.0.1'));
20995
+ definitionMap.set('version', literal$1('16.0.2'));
20996
20996
  definitionMap.set('ngImport', importExpr(Identifiers.core));
20997
20997
  definitionMap.set('type', metadata.type);
20998
20998
  definitionMap.set('decorators', metadata.decorators);
@@ -21109,7 +21109,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
21109
21109
  function createDirectiveDefinitionMap(meta) {
21110
21110
  const definitionMap = new DefinitionMap();
21111
21111
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$5));
21112
- definitionMap.set('version', literal$1('16.0.1'));
21112
+ definitionMap.set('version', literal$1('16.0.2'));
21113
21113
  // e.g. `type: MyDirective`
21114
21114
  definitionMap.set('type', meta.type.value);
21115
21115
  if (meta.isStandalone) {
@@ -21345,7 +21345,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
21345
21345
  function compileDeclareFactoryFunction(meta) {
21346
21346
  const definitionMap = new DefinitionMap();
21347
21347
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$4));
21348
- definitionMap.set('version', literal$1('16.0.1'));
21348
+ definitionMap.set('version', literal$1('16.0.2'));
21349
21349
  definitionMap.set('ngImport', importExpr(Identifiers.core));
21350
21350
  definitionMap.set('type', meta.type.value);
21351
21351
  definitionMap.set('deps', compileDependencies(meta.deps));
@@ -21387,7 +21387,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
21387
21387
  function createInjectableDefinitionMap(meta) {
21388
21388
  const definitionMap = new DefinitionMap();
21389
21389
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$3));
21390
- definitionMap.set('version', literal$1('16.0.1'));
21390
+ definitionMap.set('version', literal$1('16.0.2'));
21391
21391
  definitionMap.set('ngImport', importExpr(Identifiers.core));
21392
21392
  definitionMap.set('type', meta.type.value);
21393
21393
  // Only generate providedIn property if it has a non-null value
@@ -21445,7 +21445,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
21445
21445
  function createInjectorDefinitionMap(meta) {
21446
21446
  const definitionMap = new DefinitionMap();
21447
21447
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$2));
21448
- definitionMap.set('version', literal$1('16.0.1'));
21448
+ definitionMap.set('version', literal$1('16.0.2'));
21449
21449
  definitionMap.set('ngImport', importExpr(Identifiers.core));
21450
21450
  definitionMap.set('type', meta.type.value);
21451
21451
  definitionMap.set('providers', meta.providers);
@@ -21482,7 +21482,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
21482
21482
  function createNgModuleDefinitionMap(meta) {
21483
21483
  const definitionMap = new DefinitionMap();
21484
21484
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$1));
21485
- definitionMap.set('version', literal$1('16.0.1'));
21485
+ definitionMap.set('version', literal$1('16.0.2'));
21486
21486
  definitionMap.set('ngImport', importExpr(Identifiers.core));
21487
21487
  definitionMap.set('type', meta.type.value);
21488
21488
  // We only generate the keys in the metadata if the arrays contain values.
@@ -21540,7 +21540,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
21540
21540
  function createPipeDefinitionMap(meta) {
21541
21541
  const definitionMap = new DefinitionMap();
21542
21542
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION));
21543
- definitionMap.set('version', literal$1('16.0.1'));
21543
+ definitionMap.set('version', literal$1('16.0.2'));
21544
21544
  definitionMap.set('ngImport', importExpr(Identifiers.core));
21545
21545
  // e.g. `type: MyPipe`
21546
21546
  definitionMap.set('type', meta.type.value);
@@ -21575,7 +21575,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
21575
21575
  * Use of this source code is governed by an MIT-style license that can be
21576
21576
  * found in the LICENSE file at https://angular.io/license
21577
21577
  */
21578
- new Version('16.0.1');
21578
+ new Version('16.0.2');
21579
21579
 
21580
21580
  /**
21581
21581
  * @license
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular/language-service",
3
- "version": "16.0.1",
3
+ "version": "16.0.2",
4
4
  "description": "Angular - language services",
5
5
  "main": "./index.js",
6
6
  "typings": "./index.d.ts",