@angular/language-service 14.0.0-next.8 → 14.0.0-next.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.
@@ -1,6 +1,6 @@
1
1
 
2
2
  /**
3
- * @license Angular v14.0.0-next.8
3
+ * @license Angular v14.0.0-next.9
4
4
  * Copyright Google LLC All Rights Reserved.
5
5
  * License: MIT
6
6
  */
@@ -19424,7 +19424,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
19424
19424
  * Use of this source code is governed by an MIT-style license that can be
19425
19425
  * found in the LICENSE file at https://angular.io/license
19426
19426
  */
19427
- new Version('14.0.0-next.8');
19427
+ new Version('14.0.0-next.9');
19428
19428
 
19429
19429
  /**
19430
19430
  * @license
@@ -19984,7 +19984,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
19984
19984
  function compileDeclareClassMetadata(metadata) {
19985
19985
  const definitionMap = new DefinitionMap();
19986
19986
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$6));
19987
- definitionMap.set('version', literal$1('14.0.0-next.8'));
19987
+ definitionMap.set('version', literal$1('14.0.0-next.9'));
19988
19988
  definitionMap.set('ngImport', importExpr(Identifiers.core));
19989
19989
  definitionMap.set('type', metadata.type);
19990
19990
  definitionMap.set('decorators', metadata.decorators);
@@ -20101,7 +20101,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
20101
20101
  function createDirectiveDefinitionMap(meta) {
20102
20102
  const definitionMap = new DefinitionMap();
20103
20103
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$5));
20104
- definitionMap.set('version', literal$1('14.0.0-next.8'));
20104
+ definitionMap.set('version', literal$1('14.0.0-next.9'));
20105
20105
  // e.g. `type: MyDirective`
20106
20106
  definitionMap.set('type', meta.internalType);
20107
20107
  // e.g. `selector: 'some-dir'`
@@ -20319,7 +20319,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
20319
20319
  function compileDeclareFactoryFunction(meta) {
20320
20320
  const definitionMap = new DefinitionMap();
20321
20321
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$4));
20322
- definitionMap.set('version', literal$1('14.0.0-next.8'));
20322
+ definitionMap.set('version', literal$1('14.0.0-next.9'));
20323
20323
  definitionMap.set('ngImport', importExpr(Identifiers.core));
20324
20324
  definitionMap.set('type', meta.internalType);
20325
20325
  definitionMap.set('deps', compileDependencies(meta.deps));
@@ -20361,7 +20361,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
20361
20361
  function createInjectableDefinitionMap(meta) {
20362
20362
  const definitionMap = new DefinitionMap();
20363
20363
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$3));
20364
- definitionMap.set('version', literal$1('14.0.0-next.8'));
20364
+ definitionMap.set('version', literal$1('14.0.0-next.9'));
20365
20365
  definitionMap.set('ngImport', importExpr(Identifiers.core));
20366
20366
  definitionMap.set('type', meta.internalType);
20367
20367
  // Only generate providedIn property if it has a non-null value
@@ -20419,7 +20419,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
20419
20419
  function createInjectorDefinitionMap(meta) {
20420
20420
  const definitionMap = new DefinitionMap();
20421
20421
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$2));
20422
- definitionMap.set('version', literal$1('14.0.0-next.8'));
20422
+ definitionMap.set('version', literal$1('14.0.0-next.9'));
20423
20423
  definitionMap.set('ngImport', importExpr(Identifiers.core));
20424
20424
  definitionMap.set('type', meta.internalType);
20425
20425
  definitionMap.set('providers', meta.providers);
@@ -20456,7 +20456,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
20456
20456
  function createNgModuleDefinitionMap(meta) {
20457
20457
  const definitionMap = new DefinitionMap();
20458
20458
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$1));
20459
- definitionMap.set('version', literal$1('14.0.0-next.8'));
20459
+ definitionMap.set('version', literal$1('14.0.0-next.9'));
20460
20460
  definitionMap.set('ngImport', importExpr(Identifiers.core));
20461
20461
  definitionMap.set('type', meta.internalType);
20462
20462
  // We only generate the keys in the metadata if the arrays contain values.
@@ -20514,7 +20514,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
20514
20514
  function createPipeDefinitionMap(meta) {
20515
20515
  const definitionMap = new DefinitionMap();
20516
20516
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION));
20517
- definitionMap.set('version', literal$1('14.0.0-next.8'));
20517
+ definitionMap.set('version', literal$1('14.0.0-next.9'));
20518
20518
  definitionMap.set('ngImport', importExpr(Identifiers.core));
20519
20519
  // e.g. `type: MyPipe`
20520
20520
  definitionMap.set('type', meta.internalType);
@@ -20546,7 +20546,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
20546
20546
  * Use of this source code is governed by an MIT-style license that can be
20547
20547
  * found in the LICENSE file at https://angular.io/license
20548
20548
  */
20549
- new Version('14.0.0-next.8');
20549
+ new Version('14.0.0-next.9');
20550
20550
 
20551
20551
  /**
20552
20552
  * @license
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular/language-service",
3
- "version": "14.0.0-next.8",
3
+ "version": "14.0.0-next.9",
4
4
  "description": "Angular - language services",
5
5
  "main": "./index.js",
6
6
  "typings": "./index.d.ts",