@angular/language-service 13.3.12 → 13.4.0

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 v13.3.12
3
+ * @license Angular v13.4.0
4
4
  * Copyright Google LLC All Rights Reserved.
5
5
  * License: MIT
6
6
  */
@@ -19504,7 +19504,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
19504
19504
  * Use of this source code is governed by an MIT-style license that can be
19505
19505
  * found in the LICENSE file at https://angular.io/license
19506
19506
  */
19507
- new Version('13.3.12');
19507
+ new Version('13.4.0');
19508
19508
 
19509
19509
  /**
19510
19510
  * @license
@@ -20064,7 +20064,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
20064
20064
  function compileDeclareClassMetadata(metadata) {
20065
20065
  const definitionMap = new DefinitionMap();
20066
20066
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$6));
20067
- definitionMap.set('version', literal$1('13.3.12'));
20067
+ definitionMap.set('version', literal$1('13.4.0'));
20068
20068
  definitionMap.set('ngImport', importExpr(Identifiers.core));
20069
20069
  definitionMap.set('type', metadata.type);
20070
20070
  definitionMap.set('decorators', metadata.decorators);
@@ -20181,7 +20181,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
20181
20181
  function createDirectiveDefinitionMap(meta) {
20182
20182
  const definitionMap = new DefinitionMap();
20183
20183
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$5));
20184
- definitionMap.set('version', literal$1('13.3.12'));
20184
+ definitionMap.set('version', literal$1('13.4.0'));
20185
20185
  // e.g. `type: MyDirective`
20186
20186
  definitionMap.set('type', meta.internalType);
20187
20187
  // e.g. `selector: 'some-dir'`
@@ -20399,7 +20399,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
20399
20399
  function compileDeclareFactoryFunction(meta) {
20400
20400
  const definitionMap = new DefinitionMap();
20401
20401
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$4));
20402
- definitionMap.set('version', literal$1('13.3.12'));
20402
+ definitionMap.set('version', literal$1('13.4.0'));
20403
20403
  definitionMap.set('ngImport', importExpr(Identifiers.core));
20404
20404
  definitionMap.set('type', meta.internalType);
20405
20405
  definitionMap.set('deps', compileDependencies(meta.deps));
@@ -20441,7 +20441,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
20441
20441
  function createInjectableDefinitionMap(meta) {
20442
20442
  const definitionMap = new DefinitionMap();
20443
20443
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$3));
20444
- definitionMap.set('version', literal$1('13.3.12'));
20444
+ definitionMap.set('version', literal$1('13.4.0'));
20445
20445
  definitionMap.set('ngImport', importExpr(Identifiers.core));
20446
20446
  definitionMap.set('type', meta.internalType);
20447
20447
  // Only generate providedIn property if it has a non-null value
@@ -20499,7 +20499,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
20499
20499
  function createInjectorDefinitionMap(meta) {
20500
20500
  const definitionMap = new DefinitionMap();
20501
20501
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$2));
20502
- definitionMap.set('version', literal$1('13.3.12'));
20502
+ definitionMap.set('version', literal$1('13.4.0'));
20503
20503
  definitionMap.set('ngImport', importExpr(Identifiers.core));
20504
20504
  definitionMap.set('type', meta.internalType);
20505
20505
  definitionMap.set('providers', meta.providers);
@@ -20536,7 +20536,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
20536
20536
  function createNgModuleDefinitionMap(meta) {
20537
20537
  const definitionMap = new DefinitionMap();
20538
20538
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$1));
20539
- definitionMap.set('version', literal$1('13.3.12'));
20539
+ definitionMap.set('version', literal$1('13.4.0'));
20540
20540
  definitionMap.set('ngImport', importExpr(Identifiers.core));
20541
20541
  definitionMap.set('type', meta.internalType);
20542
20542
  // We only generate the keys in the metadata if the arrays contain values.
@@ -20594,7 +20594,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
20594
20594
  function createPipeDefinitionMap(meta) {
20595
20595
  const definitionMap = new DefinitionMap();
20596
20596
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION));
20597
- definitionMap.set('version', literal$1('13.3.12'));
20597
+ definitionMap.set('version', literal$1('13.4.0'));
20598
20598
  definitionMap.set('ngImport', importExpr(Identifiers.core));
20599
20599
  // e.g. `type: MyPipe`
20600
20600
  definitionMap.set('type', meta.internalType);
@@ -20626,7 +20626,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
20626
20626
  * Use of this source code is governed by an MIT-style license that can be
20627
20627
  * found in the LICENSE file at https://angular.io/license
20628
20628
  */
20629
- new Version('13.3.12');
20629
+ new Version('13.4.0');
20630
20630
 
20631
20631
  /**
20632
20632
  * @license
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular/language-service",
3
- "version": "13.3.12",
3
+ "version": "13.4.0",
4
4
  "description": "Angular - language services",
5
5
  "main": "./index.js",
6
6
  "typings": "./index.d.ts",