@angular/language-service 13.2.3 → 13.2.4

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.2.3
3
+ * @license Angular v13.2.4
4
4
  * Copyright Google LLC All Rights Reserved.
5
5
  * License: MIT
6
6
  */
@@ -19410,7 +19410,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
19410
19410
  * Use of this source code is governed by an MIT-style license that can be
19411
19411
  * found in the LICENSE file at https://angular.io/license
19412
19412
  */
19413
- new Version('13.2.3');
19413
+ new Version('13.2.4');
19414
19414
 
19415
19415
  /**
19416
19416
  * @license
@@ -19970,7 +19970,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
19970
19970
  function compileDeclareClassMetadata(metadata) {
19971
19971
  const definitionMap = new DefinitionMap();
19972
19972
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$6));
19973
- definitionMap.set('version', literal$1('13.2.3'));
19973
+ definitionMap.set('version', literal$1('13.2.4'));
19974
19974
  definitionMap.set('ngImport', importExpr(Identifiers.core));
19975
19975
  definitionMap.set('type', metadata.type);
19976
19976
  definitionMap.set('decorators', metadata.decorators);
@@ -20087,7 +20087,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
20087
20087
  function createDirectiveDefinitionMap(meta) {
20088
20088
  const definitionMap = new DefinitionMap();
20089
20089
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$5));
20090
- definitionMap.set('version', literal$1('13.2.3'));
20090
+ definitionMap.set('version', literal$1('13.2.4'));
20091
20091
  // e.g. `type: MyDirective`
20092
20092
  definitionMap.set('type', meta.internalType);
20093
20093
  // e.g. `selector: 'some-dir'`
@@ -20305,7 +20305,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
20305
20305
  function compileDeclareFactoryFunction(meta) {
20306
20306
  const definitionMap = new DefinitionMap();
20307
20307
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$4));
20308
- definitionMap.set('version', literal$1('13.2.3'));
20308
+ definitionMap.set('version', literal$1('13.2.4'));
20309
20309
  definitionMap.set('ngImport', importExpr(Identifiers.core));
20310
20310
  definitionMap.set('type', meta.internalType);
20311
20311
  definitionMap.set('deps', compileDependencies(meta.deps));
@@ -20347,7 +20347,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
20347
20347
  function createInjectableDefinitionMap(meta) {
20348
20348
  const definitionMap = new DefinitionMap();
20349
20349
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$3));
20350
- definitionMap.set('version', literal$1('13.2.3'));
20350
+ definitionMap.set('version', literal$1('13.2.4'));
20351
20351
  definitionMap.set('ngImport', importExpr(Identifiers.core));
20352
20352
  definitionMap.set('type', meta.internalType);
20353
20353
  // Only generate providedIn property if it has a non-null value
@@ -20405,7 +20405,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
20405
20405
  function createInjectorDefinitionMap(meta) {
20406
20406
  const definitionMap = new DefinitionMap();
20407
20407
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$2));
20408
- definitionMap.set('version', literal$1('13.2.3'));
20408
+ definitionMap.set('version', literal$1('13.2.4'));
20409
20409
  definitionMap.set('ngImport', importExpr(Identifiers.core));
20410
20410
  definitionMap.set('type', meta.internalType);
20411
20411
  definitionMap.set('providers', meta.providers);
@@ -20442,7 +20442,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
20442
20442
  function createNgModuleDefinitionMap(meta) {
20443
20443
  const definitionMap = new DefinitionMap();
20444
20444
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$1));
20445
- definitionMap.set('version', literal$1('13.2.3'));
20445
+ definitionMap.set('version', literal$1('13.2.4'));
20446
20446
  definitionMap.set('ngImport', importExpr(Identifiers.core));
20447
20447
  definitionMap.set('type', meta.internalType);
20448
20448
  // We only generate the keys in the metadata if the arrays contain values.
@@ -20500,7 +20500,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
20500
20500
  function createPipeDefinitionMap(meta) {
20501
20501
  const definitionMap = new DefinitionMap();
20502
20502
  definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION));
20503
- definitionMap.set('version', literal$1('13.2.3'));
20503
+ definitionMap.set('version', literal$1('13.2.4'));
20504
20504
  definitionMap.set('ngImport', importExpr(Identifiers.core));
20505
20505
  // e.g. `type: MyPipe`
20506
20506
  definitionMap.set('type', meta.internalType);
@@ -20532,7 +20532,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
20532
20532
  * Use of this source code is governed by an MIT-style license that can be
20533
20533
  * found in the LICENSE file at https://angular.io/license
20534
20534
  */
20535
- new Version('13.2.3');
20535
+ new Version('13.2.4');
20536
20536
 
20537
20537
  /**
20538
20538
  * @license
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular/language-service",
3
- "version": "13.2.3",
3
+ "version": "13.2.4",
4
4
  "description": "Angular - language services",
5
5
  "main": "./index.js",
6
6
  "typings": "./index.d.ts",