@angular/language-service 12.1.4 → 12.1.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.1.4
2
+ * @license Angular v12.1.5
3
3
  * Copyright Google LLC All Rights Reserved.
4
4
  * License: MIT
5
5
  */
@@ -19925,7 +19925,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
19925
19925
  * Use of this source code is governed by an MIT-style license that can be
19926
19926
  * found in the LICENSE file at https://angular.io/license
19927
19927
  */
19928
- const VERSION$1 = new Version('12.1.4');
19928
+ const VERSION$1 = new Version('12.1.5');
19929
19929
 
19930
19930
  /**
19931
19931
  * @license
@@ -20564,7 +20564,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
20564
20564
  function compileDeclareClassMetadata(metadata) {
20565
20565
  const definitionMap = new DefinitionMap();
20566
20566
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION));
20567
- definitionMap.set('version', literal('12.1.4'));
20567
+ definitionMap.set('version', literal('12.1.5'));
20568
20568
  definitionMap.set('ngImport', importExpr(Identifiers.core));
20569
20569
  definitionMap.set('type', metadata.type);
20570
20570
  definitionMap.set('decorators', metadata.decorators);
@@ -20604,7 +20604,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
20604
20604
  function createDirectiveDefinitionMap(meta) {
20605
20605
  const definitionMap = new DefinitionMap();
20606
20606
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$1));
20607
- definitionMap.set('version', literal('12.1.4'));
20607
+ definitionMap.set('version', literal('12.1.5'));
20608
20608
  // e.g. `type: MyDirective`
20609
20609
  definitionMap.set('type', meta.internalType);
20610
20610
  // e.g. `selector: 'some-dir'`
@@ -20821,7 +20821,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
20821
20821
  function compileDeclareFactoryFunction(meta) {
20822
20822
  const definitionMap = new DefinitionMap();
20823
20823
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$2));
20824
- definitionMap.set('version', literal('12.1.4'));
20824
+ definitionMap.set('version', literal('12.1.5'));
20825
20825
  definitionMap.set('ngImport', importExpr(Identifiers.core));
20826
20826
  definitionMap.set('type', meta.internalType);
20827
20827
  definitionMap.set('deps', compileDependencies(meta.deps));
@@ -20863,7 +20863,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
20863
20863
  function createInjectableDefinitionMap(meta) {
20864
20864
  const definitionMap = new DefinitionMap();
20865
20865
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$3));
20866
- definitionMap.set('version', literal('12.1.4'));
20866
+ definitionMap.set('version', literal('12.1.5'));
20867
20867
  definitionMap.set('ngImport', importExpr(Identifiers.core));
20868
20868
  definitionMap.set('type', meta.internalType);
20869
20869
  // Only generate providedIn property if it has a non-null value
@@ -20942,7 +20942,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
20942
20942
  function createInjectorDefinitionMap(meta) {
20943
20943
  const definitionMap = new DefinitionMap();
20944
20944
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$4));
20945
- definitionMap.set('version', literal('12.1.4'));
20945
+ definitionMap.set('version', literal('12.1.5'));
20946
20946
  definitionMap.set('ngImport', importExpr(Identifiers.core));
20947
20947
  definitionMap.set('type', meta.internalType);
20948
20948
  definitionMap.set('providers', meta.providers);
@@ -20979,7 +20979,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
20979
20979
  function createNgModuleDefinitionMap(meta) {
20980
20980
  const definitionMap = new DefinitionMap();
20981
20981
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$5));
20982
- definitionMap.set('version', literal('12.1.4'));
20982
+ definitionMap.set('version', literal('12.1.5'));
20983
20983
  definitionMap.set('ngImport', importExpr(Identifiers.core));
20984
20984
  definitionMap.set('type', meta.internalType);
20985
20985
  // We only generate the keys in the metadata if the arrays contain values.
@@ -21037,7 +21037,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
21037
21037
  function createPipeDefinitionMap(meta) {
21038
21038
  const definitionMap = new DefinitionMap();
21039
21039
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$6));
21040
- definitionMap.set('version', literal('12.1.4'));
21040
+ definitionMap.set('version', literal('12.1.5'));
21041
21041
  definitionMap.set('ngImport', importExpr(Identifiers.core));
21042
21042
  // e.g. `type: MyPipe`
21043
21043
  definitionMap.set('type', meta.internalType);
@@ -21069,7 +21069,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
21069
21069
  * Use of this source code is governed by an MIT-style license that can be
21070
21070
  * found in the LICENSE file at https://angular.io/license
21071
21071
  */
21072
- const VERSION$2 = new Version('12.1.4');
21072
+ const VERSION$2 = new Version('12.1.5');
21073
21073
 
21074
21074
  /**
21075
21075
  * @license
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v12.1.4
2
+ * @license Angular v12.1.5
3
3
  * Copyright Google LLC All Rights Reserved.
4
4
  * License: MIT
5
5
  */
@@ -21466,7 +21466,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'typescript', 'path'], func
21466
21466
  * Use of this source code is governed by an MIT-style license that can be
21467
21467
  * found in the LICENSE file at https://angular.io/license
21468
21468
  */
21469
- const VERSION$1 = new Version('12.1.4');
21469
+ const VERSION$1 = new Version('12.1.5');
21470
21470
 
21471
21471
  /**
21472
21472
  * @license
@@ -37544,7 +37544,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'typescript', 'path'], func
37544
37544
  /**
37545
37545
  * @publicApi
37546
37546
  */
37547
- const VERSION$2 = new Version$1('12.1.4');
37547
+ const VERSION$2 = new Version$1('12.1.5');
37548
37548
 
37549
37549
  /**
37550
37550
  * @license
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular/language-service",
3
- "version": "12.1.4",
3
+ "version": "12.1.5",
4
4
  "description": "Angular - language services",
5
5
  "main": "./index.js",
6
6
  "typings": "./index.d.ts",