@angular/language-service 14.0.0-next.10 → 14.0.0-next.11

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.10
3
+ * @license Angular v14.0.0-next.11
4
4
  * Copyright Google LLC All Rights Reserved.
5
5
  * License: MIT
6
6
  */
@@ -19430,7 +19430,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
19430
19430
  * Use of this source code is governed by an MIT-style license that can be
19431
19431
  * found in the LICENSE file at https://angular.io/license
19432
19432
  */
19433
- new Version('14.0.0-next.10');
19433
+ new Version('14.0.0-next.11');
19434
19434
 
19435
19435
  /**
19436
19436
  * @license
@@ -19990,7 +19990,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
19990
19990
  function compileDeclareClassMetadata(metadata) {
19991
19991
  const definitionMap = new DefinitionMap();
19992
19992
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$6));
19993
- definitionMap.set('version', literal$1('14.0.0-next.10'));
19993
+ definitionMap.set('version', literal$1('14.0.0-next.11'));
19994
19994
  definitionMap.set('ngImport', importExpr(Identifiers.core));
19995
19995
  definitionMap.set('type', metadata.type);
19996
19996
  definitionMap.set('decorators', metadata.decorators);
@@ -20107,7 +20107,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
20107
20107
  function createDirectiveDefinitionMap(meta) {
20108
20108
  const definitionMap = new DefinitionMap();
20109
20109
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$5));
20110
- definitionMap.set('version', literal$1('14.0.0-next.10'));
20110
+ definitionMap.set('version', literal$1('14.0.0-next.11'));
20111
20111
  // e.g. `type: MyDirective`
20112
20112
  definitionMap.set('type', meta.internalType);
20113
20113
  // e.g. `selector: 'some-dir'`
@@ -20325,7 +20325,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
20325
20325
  function compileDeclareFactoryFunction(meta) {
20326
20326
  const definitionMap = new DefinitionMap();
20327
20327
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$4));
20328
- definitionMap.set('version', literal$1('14.0.0-next.10'));
20328
+ definitionMap.set('version', literal$1('14.0.0-next.11'));
20329
20329
  definitionMap.set('ngImport', importExpr(Identifiers.core));
20330
20330
  definitionMap.set('type', meta.internalType);
20331
20331
  definitionMap.set('deps', compileDependencies(meta.deps));
@@ -20367,7 +20367,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
20367
20367
  function createInjectableDefinitionMap(meta) {
20368
20368
  const definitionMap = new DefinitionMap();
20369
20369
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$3));
20370
- definitionMap.set('version', literal$1('14.0.0-next.10'));
20370
+ definitionMap.set('version', literal$1('14.0.0-next.11'));
20371
20371
  definitionMap.set('ngImport', importExpr(Identifiers.core));
20372
20372
  definitionMap.set('type', meta.internalType);
20373
20373
  // Only generate providedIn property if it has a non-null value
@@ -20425,7 +20425,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
20425
20425
  function createInjectorDefinitionMap(meta) {
20426
20426
  const definitionMap = new DefinitionMap();
20427
20427
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$2));
20428
- definitionMap.set('version', literal$1('14.0.0-next.10'));
20428
+ definitionMap.set('version', literal$1('14.0.0-next.11'));
20429
20429
  definitionMap.set('ngImport', importExpr(Identifiers.core));
20430
20430
  definitionMap.set('type', meta.internalType);
20431
20431
  definitionMap.set('providers', meta.providers);
@@ -20462,7 +20462,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
20462
20462
  function createNgModuleDefinitionMap(meta) {
20463
20463
  const definitionMap = new DefinitionMap();
20464
20464
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$1));
20465
- definitionMap.set('version', literal$1('14.0.0-next.10'));
20465
+ definitionMap.set('version', literal$1('14.0.0-next.11'));
20466
20466
  definitionMap.set('ngImport', importExpr(Identifiers.core));
20467
20467
  definitionMap.set('type', meta.internalType);
20468
20468
  // We only generate the keys in the metadata if the arrays contain values.
@@ -20520,7 +20520,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
20520
20520
  function createPipeDefinitionMap(meta) {
20521
20521
  const definitionMap = new DefinitionMap();
20522
20522
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION));
20523
- definitionMap.set('version', literal$1('14.0.0-next.10'));
20523
+ definitionMap.set('version', literal$1('14.0.0-next.11'));
20524
20524
  definitionMap.set('ngImport', importExpr(Identifiers.core));
20525
20525
  // e.g. `type: MyPipe`
20526
20526
  definitionMap.set('type', meta.internalType);
@@ -20552,7 +20552,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
20552
20552
  * Use of this source code is governed by an MIT-style license that can be
20553
20553
  * found in the LICENSE file at https://angular.io/license
20554
20554
  */
20555
- new Version('14.0.0-next.10');
20555
+ new Version('14.0.0-next.11');
20556
20556
 
20557
20557
  /**
20558
20558
  * @license
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular/language-service",
3
- "version": "14.0.0-next.10",
3
+ "version": "14.0.0-next.11",
4
4
  "description": "Angular - language services",
5
5
  "main": "./index.js",
6
6
  "typings": "./index.d.ts",