@angular/language-service 12.2.4 → 12.2.5

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.
package/bundles/ivy.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v12.2.4
2
+ * @license Angular v12.2.5
3
3
  * Copyright Google LLC All Rights Reserved.
4
4
  * License: MIT
5
5
  */
@@ -19938,7 +19938,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
19938
19938
  * Use of this source code is governed by an MIT-style license that can be
19939
19939
  * found in the LICENSE file at https://angular.io/license
19940
19940
  */
19941
- const VERSION$1 = new Version('12.2.4');
19941
+ const VERSION$1 = new Version('12.2.5');
19942
19942
 
19943
19943
  /**
19944
19944
  * @license
@@ -20577,7 +20577,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
20577
20577
  function compileDeclareClassMetadata(metadata) {
20578
20578
  const definitionMap = new DefinitionMap();
20579
20579
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION));
20580
- definitionMap.set('version', literal('12.2.4'));
20580
+ definitionMap.set('version', literal('12.2.5'));
20581
20581
  definitionMap.set('ngImport', importExpr(Identifiers.core));
20582
20582
  definitionMap.set('type', metadata.type);
20583
20583
  definitionMap.set('decorators', metadata.decorators);
@@ -20617,7 +20617,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
20617
20617
  function createDirectiveDefinitionMap(meta) {
20618
20618
  const definitionMap = new DefinitionMap();
20619
20619
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$1));
20620
- definitionMap.set('version', literal('12.2.4'));
20620
+ definitionMap.set('version', literal('12.2.5'));
20621
20621
  // e.g. `type: MyDirective`
20622
20622
  definitionMap.set('type', meta.internalType);
20623
20623
  // e.g. `selector: 'some-dir'`
@@ -20834,7 +20834,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
20834
20834
  function compileDeclareFactoryFunction(meta) {
20835
20835
  const definitionMap = new DefinitionMap();
20836
20836
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$2));
20837
- definitionMap.set('version', literal('12.2.4'));
20837
+ definitionMap.set('version', literal('12.2.5'));
20838
20838
  definitionMap.set('ngImport', importExpr(Identifiers.core));
20839
20839
  definitionMap.set('type', meta.internalType);
20840
20840
  definitionMap.set('deps', compileDependencies(meta.deps));
@@ -20876,7 +20876,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
20876
20876
  function createInjectableDefinitionMap(meta) {
20877
20877
  const definitionMap = new DefinitionMap();
20878
20878
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$3));
20879
- definitionMap.set('version', literal('12.2.4'));
20879
+ definitionMap.set('version', literal('12.2.5'));
20880
20880
  definitionMap.set('ngImport', importExpr(Identifiers.core));
20881
20881
  definitionMap.set('type', meta.internalType);
20882
20882
  // Only generate providedIn property if it has a non-null value
@@ -20955,7 +20955,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
20955
20955
  function createInjectorDefinitionMap(meta) {
20956
20956
  const definitionMap = new DefinitionMap();
20957
20957
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$4));
20958
- definitionMap.set('version', literal('12.2.4'));
20958
+ definitionMap.set('version', literal('12.2.5'));
20959
20959
  definitionMap.set('ngImport', importExpr(Identifiers.core));
20960
20960
  definitionMap.set('type', meta.internalType);
20961
20961
  definitionMap.set('providers', meta.providers);
@@ -20992,7 +20992,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
20992
20992
  function createNgModuleDefinitionMap(meta) {
20993
20993
  const definitionMap = new DefinitionMap();
20994
20994
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$5));
20995
- definitionMap.set('version', literal('12.2.4'));
20995
+ definitionMap.set('version', literal('12.2.5'));
20996
20996
  definitionMap.set('ngImport', importExpr(Identifiers.core));
20997
20997
  definitionMap.set('type', meta.internalType);
20998
20998
  // We only generate the keys in the metadata if the arrays contain values.
@@ -21050,7 +21050,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
21050
21050
  function createPipeDefinitionMap(meta) {
21051
21051
  const definitionMap = new DefinitionMap();
21052
21052
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$6));
21053
- definitionMap.set('version', literal('12.2.4'));
21053
+ definitionMap.set('version', literal('12.2.5'));
21054
21054
  definitionMap.set('ngImport', importExpr(Identifiers.core));
21055
21055
  // e.g. `type: MyPipe`
21056
21056
  definitionMap.set('type', meta.internalType);
@@ -21082,7 +21082,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
21082
21082
  * Use of this source code is governed by an MIT-style license that can be
21083
21083
  * found in the LICENSE file at https://angular.io/license
21084
21084
  */
21085
- const VERSION$2 = new Version('12.2.4');
21085
+ const VERSION$2 = new Version('12.2.5');
21086
21086
 
21087
21087
  /**
21088
21088
  * @license
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v12.2.4
2
+ * @license Angular v12.2.5
3
3
  * Copyright Google LLC All Rights Reserved.
4
4
  * License: MIT
5
5
  */
@@ -21475,7 +21475,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'typescript', 'path'], func
21475
21475
  * Use of this source code is governed by an MIT-style license that can be
21476
21476
  * found in the LICENSE file at https://angular.io/license
21477
21477
  */
21478
- const VERSION$1 = new Version('12.2.4');
21478
+ const VERSION$1 = new Version('12.2.5');
21479
21479
 
21480
21480
  /**
21481
21481
  * @license
@@ -37554,7 +37554,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'typescript', 'path'], func
37554
37554
  /**
37555
37555
  * @publicApi
37556
37556
  */
37557
- const VERSION$2 = new Version$1('12.2.4');
37557
+ const VERSION$2 = new Version$1('12.2.5');
37558
37558
 
37559
37559
  /**
37560
37560
  * @license
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular/language-service",
3
- "version": "12.2.4",
3
+ "version": "12.2.5",
4
4
  "description": "Angular - language services",
5
5
  "main": "./index.js",
6
6
  "typings": "./index.d.ts",