@angular/language-service 16.1.5 → 16.1.7

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-fastbuild/bin/packages/language-service/api.mjs
19
+ // bazel-out/k8-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.5
3
+ * @license Angular v16.1.7
4
4
  * Copyright Google LLC All Rights Reserved.
5
5
  * License: MIT
6
6
  */
@@ -20622,7 +20622,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
20622
20622
  * Use of this source code is governed by an MIT-style license that can be
20623
20623
  * found in the LICENSE file at https://angular.io/license
20624
20624
  */
20625
- new Version('16.1.5');
20625
+ new Version('16.1.7');
20626
20626
 
20627
20627
  /**
20628
20628
  * @license
@@ -21181,7 +21181,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
21181
21181
  function compileDeclareClassMetadata(metadata) {
21182
21182
  const definitionMap = new DefinitionMap();
21183
21183
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$6));
21184
- definitionMap.set('version', literal$1('16.1.5'));
21184
+ definitionMap.set('version', literal$1('16.1.7'));
21185
21185
  definitionMap.set('ngImport', importExpr(Identifiers.core));
21186
21186
  definitionMap.set('type', metadata.type);
21187
21187
  definitionMap.set('decorators', metadata.decorators);
@@ -21298,7 +21298,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
21298
21298
  function createDirectiveDefinitionMap(meta) {
21299
21299
  const definitionMap = new DefinitionMap();
21300
21300
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$5));
21301
- definitionMap.set('version', literal$1('16.1.5'));
21301
+ definitionMap.set('version', literal$1('16.1.7'));
21302
21302
  // e.g. `type: MyDirective`
21303
21303
  definitionMap.set('type', meta.type.value);
21304
21304
  if (meta.isStandalone) {
@@ -21537,7 +21537,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
21537
21537
  function compileDeclareFactoryFunction(meta) {
21538
21538
  const definitionMap = new DefinitionMap();
21539
21539
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$4));
21540
- definitionMap.set('version', literal$1('16.1.5'));
21540
+ definitionMap.set('version', literal$1('16.1.7'));
21541
21541
  definitionMap.set('ngImport', importExpr(Identifiers.core));
21542
21542
  definitionMap.set('type', meta.type.value);
21543
21543
  definitionMap.set('deps', compileDependencies(meta.deps));
@@ -21579,7 +21579,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
21579
21579
  function createInjectableDefinitionMap(meta) {
21580
21580
  const definitionMap = new DefinitionMap();
21581
21581
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$3));
21582
- definitionMap.set('version', literal$1('16.1.5'));
21582
+ definitionMap.set('version', literal$1('16.1.7'));
21583
21583
  definitionMap.set('ngImport', importExpr(Identifiers.core));
21584
21584
  definitionMap.set('type', meta.type.value);
21585
21585
  // Only generate providedIn property if it has a non-null value
@@ -21637,7 +21637,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
21637
21637
  function createInjectorDefinitionMap(meta) {
21638
21638
  const definitionMap = new DefinitionMap();
21639
21639
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$2));
21640
- definitionMap.set('version', literal$1('16.1.5'));
21640
+ definitionMap.set('version', literal$1('16.1.7'));
21641
21641
  definitionMap.set('ngImport', importExpr(Identifiers.core));
21642
21642
  definitionMap.set('type', meta.type.value);
21643
21643
  definitionMap.set('providers', meta.providers);
@@ -21677,7 +21677,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
21677
21677
  throw new Error('Invalid path! Local compilation mode should not get into the partial compilation path');
21678
21678
  }
21679
21679
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$1));
21680
- definitionMap.set('version', literal$1('16.1.5'));
21680
+ definitionMap.set('version', literal$1('16.1.7'));
21681
21681
  definitionMap.set('ngImport', importExpr(Identifiers.core));
21682
21682
  definitionMap.set('type', meta.type.value);
21683
21683
  // We only generate the keys in the metadata if the arrays contain values.
@@ -21735,7 +21735,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
21735
21735
  function createPipeDefinitionMap(meta) {
21736
21736
  const definitionMap = new DefinitionMap();
21737
21737
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION));
21738
- definitionMap.set('version', literal$1('16.1.5'));
21738
+ definitionMap.set('version', literal$1('16.1.7'));
21739
21739
  definitionMap.set('ngImport', importExpr(Identifiers.core));
21740
21740
  // e.g. `type: MyPipe`
21741
21741
  definitionMap.set('type', meta.type.value);
@@ -21770,7 +21770,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
21770
21770
  * Use of this source code is governed by an MIT-style license that can be
21771
21771
  * found in the LICENSE file at https://angular.io/license
21772
21772
  */
21773
- new Version('16.1.5');
21773
+ new Version('16.1.7');
21774
21774
 
21775
21775
  /**
21776
21776
  * @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-fastbuild/bin/packages/language-service/plugin-factory.mjs
19
+ // bazel-out/k8-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.5",
3
+ "version": "16.1.7",
4
4
  "description": "Angular - language services",
5
5
  "main": "./index.js",
6
6
  "typings": "./index.d.ts",