@angular/language-service 16.1.8 → 16.1.9

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.
package/api_bundle.js CHANGED
@@ -16,7 +16,7 @@ var __copyProps = (to, from, except, desc) => {
16
16
  };
17
17
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
18
18
 
19
- // bazel-out/darwin_arm64-fastbuild/bin/packages/language-service/api.mjs
19
+ // bazel-out/darwin-fastbuild/bin/packages/language-service/api.mjs
20
20
  var api_exports = {};
21
21
  __export(api_exports, {
22
22
  isNgLanguageService: () => isNgLanguageService
@@ -1,6 +1,6 @@
1
1
 
2
2
  /**
3
- * @license Angular v16.1.8
3
+ * @license Angular v16.1.9
4
4
  * Copyright Google LLC All Rights Reserved.
5
5
  * License: MIT
6
6
  */
@@ -20625,7 +20625,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
20625
20625
  * Use of this source code is governed by an MIT-style license that can be
20626
20626
  * found in the LICENSE file at https://angular.io/license
20627
20627
  */
20628
- new Version('16.1.8');
20628
+ new Version('16.1.9');
20629
20629
 
20630
20630
  /**
20631
20631
  * @license
@@ -21184,7 +21184,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
21184
21184
  function compileDeclareClassMetadata(metadata) {
21185
21185
  const definitionMap = new DefinitionMap();
21186
21186
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$6));
21187
- definitionMap.set('version', literal$1('16.1.8'));
21187
+ definitionMap.set('version', literal$1('16.1.9'));
21188
21188
  definitionMap.set('ngImport', importExpr(Identifiers.core));
21189
21189
  definitionMap.set('type', metadata.type);
21190
21190
  definitionMap.set('decorators', metadata.decorators);
@@ -21301,7 +21301,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
21301
21301
  function createDirectiveDefinitionMap(meta) {
21302
21302
  const definitionMap = new DefinitionMap();
21303
21303
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$5));
21304
- definitionMap.set('version', literal$1('16.1.8'));
21304
+ definitionMap.set('version', literal$1('16.1.9'));
21305
21305
  // e.g. `type: MyDirective`
21306
21306
  definitionMap.set('type', meta.type.value);
21307
21307
  if (meta.isStandalone) {
@@ -21540,7 +21540,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
21540
21540
  function compileDeclareFactoryFunction(meta) {
21541
21541
  const definitionMap = new DefinitionMap();
21542
21542
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$4));
21543
- definitionMap.set('version', literal$1('16.1.8'));
21543
+ definitionMap.set('version', literal$1('16.1.9'));
21544
21544
  definitionMap.set('ngImport', importExpr(Identifiers.core));
21545
21545
  definitionMap.set('type', meta.type.value);
21546
21546
  definitionMap.set('deps', compileDependencies(meta.deps));
@@ -21582,7 +21582,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
21582
21582
  function createInjectableDefinitionMap(meta) {
21583
21583
  const definitionMap = new DefinitionMap();
21584
21584
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$3));
21585
- definitionMap.set('version', literal$1('16.1.8'));
21585
+ definitionMap.set('version', literal$1('16.1.9'));
21586
21586
  definitionMap.set('ngImport', importExpr(Identifiers.core));
21587
21587
  definitionMap.set('type', meta.type.value);
21588
21588
  // Only generate providedIn property if it has a non-null value
@@ -21640,7 +21640,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
21640
21640
  function createInjectorDefinitionMap(meta) {
21641
21641
  const definitionMap = new DefinitionMap();
21642
21642
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$2));
21643
- definitionMap.set('version', literal$1('16.1.8'));
21643
+ definitionMap.set('version', literal$1('16.1.9'));
21644
21644
  definitionMap.set('ngImport', importExpr(Identifiers.core));
21645
21645
  definitionMap.set('type', meta.type.value);
21646
21646
  definitionMap.set('providers', meta.providers);
@@ -21680,7 +21680,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
21680
21680
  throw new Error('Invalid path! Local compilation mode should not get into the partial compilation path');
21681
21681
  }
21682
21682
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$1));
21683
- definitionMap.set('version', literal$1('16.1.8'));
21683
+ definitionMap.set('version', literal$1('16.1.9'));
21684
21684
  definitionMap.set('ngImport', importExpr(Identifiers.core));
21685
21685
  definitionMap.set('type', meta.type.value);
21686
21686
  // We only generate the keys in the metadata if the arrays contain values.
@@ -21738,7 +21738,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
21738
21738
  function createPipeDefinitionMap(meta) {
21739
21739
  const definitionMap = new DefinitionMap();
21740
21740
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION));
21741
- definitionMap.set('version', literal$1('16.1.8'));
21741
+ definitionMap.set('version', literal$1('16.1.9'));
21742
21742
  definitionMap.set('ngImport', importExpr(Identifiers.core));
21743
21743
  // e.g. `type: MyPipe`
21744
21744
  definitionMap.set('type', meta.type.value);
@@ -21773,7 +21773,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
21773
21773
  * Use of this source code is governed by an MIT-style license that can be
21774
21774
  * found in the LICENSE file at https://angular.io/license
21775
21775
  */
21776
- new Version('16.1.8');
21776
+ new Version('16.1.9');
21777
21777
 
21778
21778
  /**
21779
21779
  * @license
package/factory_bundle.js CHANGED
@@ -16,7 +16,7 @@ var __copyProps = (to, from, except, desc) => {
16
16
  };
17
17
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
18
18
 
19
- // bazel-out/darwin_arm64-fastbuild/bin/packages/language-service/plugin-factory.mjs
19
+ // bazel-out/darwin-fastbuild/bin/packages/language-service/plugin-factory.mjs
20
20
  var plugin_factory_exports = {};
21
21
  __export(plugin_factory_exports, {
22
22
  factory: () => factory
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular/language-service",
3
- "version": "16.1.8",
3
+ "version": "16.1.9",
4
4
  "description": "Angular - language services",
5
5
  "main": "./index.js",
6
6
  "typings": "./index.d.ts",