@angular/language-service 14.1.0-next.2 → 14.1.0-next.3

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.1.0-next.2
3
+ * @license Angular v14.1.0-next.3
4
4
  * Copyright Google LLC All Rights Reserved.
5
5
  * License: MIT
6
6
  */
@@ -19558,7 +19558,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
19558
19558
  * Use of this source code is governed by an MIT-style license that can be
19559
19559
  * found in the LICENSE file at https://angular.io/license
19560
19560
  */
19561
- new Version('14.1.0-next.2');
19561
+ new Version('14.1.0-next.3');
19562
19562
 
19563
19563
  /**
19564
19564
  * @license
@@ -20118,7 +20118,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
20118
20118
  function compileDeclareClassMetadata(metadata) {
20119
20119
  const definitionMap = new DefinitionMap();
20120
20120
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$6));
20121
- definitionMap.set('version', literal$1('14.1.0-next.2'));
20121
+ definitionMap.set('version', literal$1('14.1.0-next.3'));
20122
20122
  definitionMap.set('ngImport', importExpr(Identifiers.core));
20123
20123
  definitionMap.set('type', metadata.type);
20124
20124
  definitionMap.set('decorators', metadata.decorators);
@@ -20235,7 +20235,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
20235
20235
  function createDirectiveDefinitionMap(meta) {
20236
20236
  const definitionMap = new DefinitionMap();
20237
20237
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$5));
20238
- definitionMap.set('version', literal$1('14.1.0-next.2'));
20238
+ definitionMap.set('version', literal$1('14.1.0-next.3'));
20239
20239
  // e.g. `type: MyDirective`
20240
20240
  definitionMap.set('type', meta.internalType);
20241
20241
  if (meta.isStandalone) {
@@ -20446,7 +20446,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
20446
20446
  function compileDeclareFactoryFunction(meta) {
20447
20447
  const definitionMap = new DefinitionMap();
20448
20448
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$4));
20449
- definitionMap.set('version', literal$1('14.1.0-next.2'));
20449
+ definitionMap.set('version', literal$1('14.1.0-next.3'));
20450
20450
  definitionMap.set('ngImport', importExpr(Identifiers.core));
20451
20451
  definitionMap.set('type', meta.internalType);
20452
20452
  definitionMap.set('deps', compileDependencies(meta.deps));
@@ -20488,7 +20488,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
20488
20488
  function createInjectableDefinitionMap(meta) {
20489
20489
  const definitionMap = new DefinitionMap();
20490
20490
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$3));
20491
- definitionMap.set('version', literal$1('14.1.0-next.2'));
20491
+ definitionMap.set('version', literal$1('14.1.0-next.3'));
20492
20492
  definitionMap.set('ngImport', importExpr(Identifiers.core));
20493
20493
  definitionMap.set('type', meta.internalType);
20494
20494
  // Only generate providedIn property if it has a non-null value
@@ -20546,7 +20546,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
20546
20546
  function createInjectorDefinitionMap(meta) {
20547
20547
  const definitionMap = new DefinitionMap();
20548
20548
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$2));
20549
- definitionMap.set('version', literal$1('14.1.0-next.2'));
20549
+ definitionMap.set('version', literal$1('14.1.0-next.3'));
20550
20550
  definitionMap.set('ngImport', importExpr(Identifiers.core));
20551
20551
  definitionMap.set('type', meta.internalType);
20552
20552
  definitionMap.set('providers', meta.providers);
@@ -20583,7 +20583,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
20583
20583
  function createNgModuleDefinitionMap(meta) {
20584
20584
  const definitionMap = new DefinitionMap();
20585
20585
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$1));
20586
- definitionMap.set('version', literal$1('14.1.0-next.2'));
20586
+ definitionMap.set('version', literal$1('14.1.0-next.3'));
20587
20587
  definitionMap.set('ngImport', importExpr(Identifiers.core));
20588
20588
  definitionMap.set('type', meta.internalType);
20589
20589
  // We only generate the keys in the metadata if the arrays contain values.
@@ -20641,7 +20641,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
20641
20641
  function createPipeDefinitionMap(meta) {
20642
20642
  const definitionMap = new DefinitionMap();
20643
20643
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION));
20644
- definitionMap.set('version', literal$1('14.1.0-next.2'));
20644
+ definitionMap.set('version', literal$1('14.1.0-next.3'));
20645
20645
  definitionMap.set('ngImport', importExpr(Identifiers.core));
20646
20646
  // e.g. `type: MyPipe`
20647
20647
  definitionMap.set('type', meta.internalType);
@@ -20676,7 +20676,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
20676
20676
  * Use of this source code is governed by an MIT-style license that can be
20677
20677
  * found in the LICENSE file at https://angular.io/license
20678
20678
  */
20679
- new Version('14.1.0-next.2');
20679
+ new Version('14.1.0-next.3');
20680
20680
 
20681
20681
  /**
20682
20682
  * @license
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular/language-service",
3
- "version": "14.1.0-next.2",
3
+ "version": "14.1.0-next.3",
4
4
  "description": "Angular - language services",
5
5
  "main": "./index.js",
6
6
  "typings": "./index.d.ts",