@angular/language-service 13.3.10 → 13.3.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 v13.3.10
3
+ * @license Angular v13.3.11
4
4
  * Copyright Google LLC All Rights Reserved.
5
5
  * License: MIT
6
6
  */
@@ -19457,7 +19457,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
19457
19457
  * Use of this source code is governed by an MIT-style license that can be
19458
19458
  * found in the LICENSE file at https://angular.io/license
19459
19459
  */
19460
- new Version('13.3.10');
19460
+ new Version('13.3.11');
19461
19461
 
19462
19462
  /**
19463
19463
  * @license
@@ -20017,7 +20017,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
20017
20017
  function compileDeclareClassMetadata(metadata) {
20018
20018
  const definitionMap = new DefinitionMap();
20019
20019
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$6));
20020
- definitionMap.set('version', literal$1('13.3.10'));
20020
+ definitionMap.set('version', literal$1('13.3.11'));
20021
20021
  definitionMap.set('ngImport', importExpr(Identifiers.core));
20022
20022
  definitionMap.set('type', metadata.type);
20023
20023
  definitionMap.set('decorators', metadata.decorators);
@@ -20134,7 +20134,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
20134
20134
  function createDirectiveDefinitionMap(meta) {
20135
20135
  const definitionMap = new DefinitionMap();
20136
20136
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$5));
20137
- definitionMap.set('version', literal$1('13.3.10'));
20137
+ definitionMap.set('version', literal$1('13.3.11'));
20138
20138
  // e.g. `type: MyDirective`
20139
20139
  definitionMap.set('type', meta.internalType);
20140
20140
  // e.g. `selector: 'some-dir'`
@@ -20352,7 +20352,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
20352
20352
  function compileDeclareFactoryFunction(meta) {
20353
20353
  const definitionMap = new DefinitionMap();
20354
20354
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$4));
20355
- definitionMap.set('version', literal$1('13.3.10'));
20355
+ definitionMap.set('version', literal$1('13.3.11'));
20356
20356
  definitionMap.set('ngImport', importExpr(Identifiers.core));
20357
20357
  definitionMap.set('type', meta.internalType);
20358
20358
  definitionMap.set('deps', compileDependencies(meta.deps));
@@ -20394,7 +20394,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
20394
20394
  function createInjectableDefinitionMap(meta) {
20395
20395
  const definitionMap = new DefinitionMap();
20396
20396
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$3));
20397
- definitionMap.set('version', literal$1('13.3.10'));
20397
+ definitionMap.set('version', literal$1('13.3.11'));
20398
20398
  definitionMap.set('ngImport', importExpr(Identifiers.core));
20399
20399
  definitionMap.set('type', meta.internalType);
20400
20400
  // Only generate providedIn property if it has a non-null value
@@ -20452,7 +20452,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
20452
20452
  function createInjectorDefinitionMap(meta) {
20453
20453
  const definitionMap = new DefinitionMap();
20454
20454
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$2));
20455
- definitionMap.set('version', literal$1('13.3.10'));
20455
+ definitionMap.set('version', literal$1('13.3.11'));
20456
20456
  definitionMap.set('ngImport', importExpr(Identifiers.core));
20457
20457
  definitionMap.set('type', meta.internalType);
20458
20458
  definitionMap.set('providers', meta.providers);
@@ -20489,7 +20489,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
20489
20489
  function createNgModuleDefinitionMap(meta) {
20490
20490
  const definitionMap = new DefinitionMap();
20491
20491
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$1));
20492
- definitionMap.set('version', literal$1('13.3.10'));
20492
+ definitionMap.set('version', literal$1('13.3.11'));
20493
20493
  definitionMap.set('ngImport', importExpr(Identifiers.core));
20494
20494
  definitionMap.set('type', meta.internalType);
20495
20495
  // We only generate the keys in the metadata if the arrays contain values.
@@ -20547,7 +20547,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
20547
20547
  function createPipeDefinitionMap(meta) {
20548
20548
  const definitionMap = new DefinitionMap();
20549
20549
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION));
20550
- definitionMap.set('version', literal$1('13.3.10'));
20550
+ definitionMap.set('version', literal$1('13.3.11'));
20551
20551
  definitionMap.set('ngImport', importExpr(Identifiers.core));
20552
20552
  // e.g. `type: MyPipe`
20553
20553
  definitionMap.set('type', meta.internalType);
@@ -20579,7 +20579,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
20579
20579
  * Use of this source code is governed by an MIT-style license that can be
20580
20580
  * found in the LICENSE file at https://angular.io/license
20581
20581
  */
20582
- new Version('13.3.10');
20582
+ new Version('13.3.11');
20583
20583
 
20584
20584
  /**
20585
20585
  * @license
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular/language-service",
3
- "version": "13.3.10",
3
+ "version": "13.3.11",
4
4
  "description": "Angular - language services",
5
5
  "main": "./index.js",
6
6
  "typings": "./index.d.ts",