@angular/language-service 14.0.0-next.6 → 14.0.0-next.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.
@@ -1,6 +1,6 @@
1
1
 
2
2
  /**
3
- * @license Angular v14.0.0-next.6
3
+ * @license Angular v14.0.0-next.7
4
4
  * Copyright Google LLC All Rights Reserved.
5
5
  * License: MIT
6
6
  */
@@ -19374,7 +19374,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
19374
19374
  * Use of this source code is governed by an MIT-style license that can be
19375
19375
  * found in the LICENSE file at https://angular.io/license
19376
19376
  */
19377
- new Version('14.0.0-next.6');
19377
+ new Version('14.0.0-next.7');
19378
19378
 
19379
19379
  /**
19380
19380
  * @license
@@ -19934,7 +19934,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
19934
19934
  function compileDeclareClassMetadata(metadata) {
19935
19935
  const definitionMap = new DefinitionMap();
19936
19936
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$6));
19937
- definitionMap.set('version', literal$1('14.0.0-next.6'));
19937
+ definitionMap.set('version', literal$1('14.0.0-next.7'));
19938
19938
  definitionMap.set('ngImport', importExpr(Identifiers.core));
19939
19939
  definitionMap.set('type', metadata.type);
19940
19940
  definitionMap.set('decorators', metadata.decorators);
@@ -20051,7 +20051,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
20051
20051
  function createDirectiveDefinitionMap(meta) {
20052
20052
  const definitionMap = new DefinitionMap();
20053
20053
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$5));
20054
- definitionMap.set('version', literal$1('14.0.0-next.6'));
20054
+ definitionMap.set('version', literal$1('14.0.0-next.7'));
20055
20055
  // e.g. `type: MyDirective`
20056
20056
  definitionMap.set('type', meta.internalType);
20057
20057
  // e.g. `selector: 'some-dir'`
@@ -20269,7 +20269,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
20269
20269
  function compileDeclareFactoryFunction(meta) {
20270
20270
  const definitionMap = new DefinitionMap();
20271
20271
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$4));
20272
- definitionMap.set('version', literal$1('14.0.0-next.6'));
20272
+ definitionMap.set('version', literal$1('14.0.0-next.7'));
20273
20273
  definitionMap.set('ngImport', importExpr(Identifiers.core));
20274
20274
  definitionMap.set('type', meta.internalType);
20275
20275
  definitionMap.set('deps', compileDependencies(meta.deps));
@@ -20311,7 +20311,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
20311
20311
  function createInjectableDefinitionMap(meta) {
20312
20312
  const definitionMap = new DefinitionMap();
20313
20313
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$3));
20314
- definitionMap.set('version', literal$1('14.0.0-next.6'));
20314
+ definitionMap.set('version', literal$1('14.0.0-next.7'));
20315
20315
  definitionMap.set('ngImport', importExpr(Identifiers.core));
20316
20316
  definitionMap.set('type', meta.internalType);
20317
20317
  // Only generate providedIn property if it has a non-null value
@@ -20369,7 +20369,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
20369
20369
  function createInjectorDefinitionMap(meta) {
20370
20370
  const definitionMap = new DefinitionMap();
20371
20371
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$2));
20372
- definitionMap.set('version', literal$1('14.0.0-next.6'));
20372
+ definitionMap.set('version', literal$1('14.0.0-next.7'));
20373
20373
  definitionMap.set('ngImport', importExpr(Identifiers.core));
20374
20374
  definitionMap.set('type', meta.internalType);
20375
20375
  definitionMap.set('providers', meta.providers);
@@ -20406,7 +20406,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
20406
20406
  function createNgModuleDefinitionMap(meta) {
20407
20407
  const definitionMap = new DefinitionMap();
20408
20408
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$1));
20409
- definitionMap.set('version', literal$1('14.0.0-next.6'));
20409
+ definitionMap.set('version', literal$1('14.0.0-next.7'));
20410
20410
  definitionMap.set('ngImport', importExpr(Identifiers.core));
20411
20411
  definitionMap.set('type', meta.internalType);
20412
20412
  // We only generate the keys in the metadata if the arrays contain values.
@@ -20464,7 +20464,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
20464
20464
  function createPipeDefinitionMap(meta) {
20465
20465
  const definitionMap = new DefinitionMap();
20466
20466
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION));
20467
- definitionMap.set('version', literal$1('14.0.0-next.6'));
20467
+ definitionMap.set('version', literal$1('14.0.0-next.7'));
20468
20468
  definitionMap.set('ngImport', importExpr(Identifiers.core));
20469
20469
  // e.g. `type: MyPipe`
20470
20470
  definitionMap.set('type', meta.internalType);
@@ -20496,7 +20496,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
20496
20496
  * Use of this source code is governed by an MIT-style license that can be
20497
20497
  * found in the LICENSE file at https://angular.io/license
20498
20498
  */
20499
- new Version('14.0.0-next.6');
20499
+ new Version('14.0.0-next.7');
20500
20500
 
20501
20501
  /**
20502
20502
  * @license
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular/language-service",
3
- "version": "14.0.0-next.6",
3
+ "version": "14.0.0-next.7",
4
4
  "description": "Angular - language services",
5
5
  "main": "./index.js",
6
6
  "typings": "./index.d.ts",