@angular/language-service 16.0.0-next.5 → 16.0.0-next.6

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/k8-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.0.0-next.5
3
+ * @license Angular v16.0.0-next.6
4
4
  * Copyright Google LLC All Rights Reserved.
5
5
  * License: MIT
6
6
  */
@@ -19989,7 +19989,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
19989
19989
  * Use of this source code is governed by an MIT-style license that can be
19990
19990
  * found in the LICENSE file at https://angular.io/license
19991
19991
  */
19992
- new Version('16.0.0-next.5');
19992
+ new Version('16.0.0-next.6');
19993
19993
 
19994
19994
  /**
19995
19995
  * @license
@@ -20548,7 +20548,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
20548
20548
  function compileDeclareClassMetadata(metadata) {
20549
20549
  const definitionMap = new DefinitionMap();
20550
20550
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$6));
20551
- definitionMap.set('version', literal$1('16.0.0-next.5'));
20551
+ definitionMap.set('version', literal$1('16.0.0-next.6'));
20552
20552
  definitionMap.set('ngImport', importExpr(Identifiers.core));
20553
20553
  definitionMap.set('type', metadata.type);
20554
20554
  definitionMap.set('decorators', metadata.decorators);
@@ -20665,7 +20665,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
20665
20665
  function createDirectiveDefinitionMap(meta) {
20666
20666
  const definitionMap = new DefinitionMap();
20667
20667
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$5));
20668
- definitionMap.set('version', literal$1('16.0.0-next.5'));
20668
+ definitionMap.set('version', literal$1('16.0.0-next.6'));
20669
20669
  // e.g. `type: MyDirective`
20670
20670
  definitionMap.set('type', meta.internalType);
20671
20671
  if (meta.isStandalone) {
@@ -20901,7 +20901,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
20901
20901
  function compileDeclareFactoryFunction(meta) {
20902
20902
  const definitionMap = new DefinitionMap();
20903
20903
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$4));
20904
- definitionMap.set('version', literal$1('16.0.0-next.5'));
20904
+ definitionMap.set('version', literal$1('16.0.0-next.6'));
20905
20905
  definitionMap.set('ngImport', importExpr(Identifiers.core));
20906
20906
  definitionMap.set('type', meta.internalType);
20907
20907
  definitionMap.set('deps', compileDependencies(meta.deps));
@@ -20943,7 +20943,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
20943
20943
  function createInjectableDefinitionMap(meta) {
20944
20944
  const definitionMap = new DefinitionMap();
20945
20945
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$3));
20946
- definitionMap.set('version', literal$1('16.0.0-next.5'));
20946
+ definitionMap.set('version', literal$1('16.0.0-next.6'));
20947
20947
  definitionMap.set('ngImport', importExpr(Identifiers.core));
20948
20948
  definitionMap.set('type', meta.internalType);
20949
20949
  // Only generate providedIn property if it has a non-null value
@@ -21001,7 +21001,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
21001
21001
  function createInjectorDefinitionMap(meta) {
21002
21002
  const definitionMap = new DefinitionMap();
21003
21003
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$2));
21004
- definitionMap.set('version', literal$1('16.0.0-next.5'));
21004
+ definitionMap.set('version', literal$1('16.0.0-next.6'));
21005
21005
  definitionMap.set('ngImport', importExpr(Identifiers.core));
21006
21006
  definitionMap.set('type', meta.internalType);
21007
21007
  definitionMap.set('providers', meta.providers);
@@ -21038,7 +21038,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
21038
21038
  function createNgModuleDefinitionMap(meta) {
21039
21039
  const definitionMap = new DefinitionMap();
21040
21040
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$1));
21041
- definitionMap.set('version', literal$1('16.0.0-next.5'));
21041
+ definitionMap.set('version', literal$1('16.0.0-next.6'));
21042
21042
  definitionMap.set('ngImport', importExpr(Identifiers.core));
21043
21043
  definitionMap.set('type', meta.internalType);
21044
21044
  // We only generate the keys in the metadata if the arrays contain values.
@@ -21096,7 +21096,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
21096
21096
  function createPipeDefinitionMap(meta) {
21097
21097
  const definitionMap = new DefinitionMap();
21098
21098
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION));
21099
- definitionMap.set('version', literal$1('16.0.0-next.5'));
21099
+ definitionMap.set('version', literal$1('16.0.0-next.6'));
21100
21100
  definitionMap.set('ngImport', importExpr(Identifiers.core));
21101
21101
  // e.g. `type: MyPipe`
21102
21102
  definitionMap.set('type', meta.internalType);
@@ -21131,7 +21131,7 @@ define(['module', 'exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript
21131
21131
  * Use of this source code is governed by an MIT-style license that can be
21132
21132
  * found in the LICENSE file at https://angular.io/license
21133
21133
  */
21134
- new Version('16.0.0-next.5');
21134
+ new Version('16.0.0-next.6');
21135
21135
 
21136
21136
  /**
21137
21137
  * @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/k8-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.0.0-next.5",
3
+ "version": "16.0.0-next.6",
4
4
  "description": "Angular - language services",
5
5
  "main": "./index.js",
6
6
  "typings": "./index.d.ts",