@angular/language-service 12.2.15 → 12.2.16

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.15
2
+ * @license Angular v12.2.16
3
3
  * Copyright Google LLC All Rights Reserved.
4
4
  * License: MIT
5
5
  */
@@ -20028,7 +20028,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
20028
20028
  * Use of this source code is governed by an MIT-style license that can be
20029
20029
  * found in the LICENSE file at https://angular.io/license
20030
20030
  */
20031
- const VERSION$1 = new Version('12.2.15');
20031
+ const VERSION$1 = new Version('12.2.16');
20032
20032
 
20033
20033
  /**
20034
20034
  * @license
@@ -20667,7 +20667,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
20667
20667
  function compileDeclareClassMetadata(metadata) {
20668
20668
  const definitionMap = new DefinitionMap();
20669
20669
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION));
20670
- definitionMap.set('version', literal('12.2.15'));
20670
+ definitionMap.set('version', literal('12.2.16'));
20671
20671
  definitionMap.set('ngImport', importExpr(Identifiers.core));
20672
20672
  definitionMap.set('type', metadata.type);
20673
20673
  definitionMap.set('decorators', metadata.decorators);
@@ -20784,7 +20784,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
20784
20784
  function createDirectiveDefinitionMap(meta) {
20785
20785
  const definitionMap = new DefinitionMap();
20786
20786
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$1));
20787
- definitionMap.set('version', literal('12.2.15'));
20787
+ definitionMap.set('version', literal('12.2.16'));
20788
20788
  // e.g. `type: MyDirective`
20789
20789
  definitionMap.set('type', meta.internalType);
20790
20790
  // e.g. `selector: 'some-dir'`
@@ -21002,7 +21002,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
21002
21002
  function compileDeclareFactoryFunction(meta) {
21003
21003
  const definitionMap = new DefinitionMap();
21004
21004
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$2));
21005
- definitionMap.set('version', literal('12.2.15'));
21005
+ definitionMap.set('version', literal('12.2.16'));
21006
21006
  definitionMap.set('ngImport', importExpr(Identifiers.core));
21007
21007
  definitionMap.set('type', meta.internalType);
21008
21008
  definitionMap.set('deps', compileDependencies(meta.deps));
@@ -21044,7 +21044,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
21044
21044
  function createInjectableDefinitionMap(meta) {
21045
21045
  const definitionMap = new DefinitionMap();
21046
21046
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$3));
21047
- definitionMap.set('version', literal('12.2.15'));
21047
+ definitionMap.set('version', literal('12.2.16'));
21048
21048
  definitionMap.set('ngImport', importExpr(Identifiers.core));
21049
21049
  definitionMap.set('type', meta.internalType);
21050
21050
  // Only generate providedIn property if it has a non-null value
@@ -21102,7 +21102,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
21102
21102
  function createInjectorDefinitionMap(meta) {
21103
21103
  const definitionMap = new DefinitionMap();
21104
21104
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$4));
21105
- definitionMap.set('version', literal('12.2.15'));
21105
+ definitionMap.set('version', literal('12.2.16'));
21106
21106
  definitionMap.set('ngImport', importExpr(Identifiers.core));
21107
21107
  definitionMap.set('type', meta.internalType);
21108
21108
  definitionMap.set('providers', meta.providers);
@@ -21139,7 +21139,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
21139
21139
  function createNgModuleDefinitionMap(meta) {
21140
21140
  const definitionMap = new DefinitionMap();
21141
21141
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$5));
21142
- definitionMap.set('version', literal('12.2.15'));
21142
+ definitionMap.set('version', literal('12.2.16'));
21143
21143
  definitionMap.set('ngImport', importExpr(Identifiers.core));
21144
21144
  definitionMap.set('type', meta.internalType);
21145
21145
  // We only generate the keys in the metadata if the arrays contain values.
@@ -21197,7 +21197,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
21197
21197
  function createPipeDefinitionMap(meta) {
21198
21198
  const definitionMap = new DefinitionMap();
21199
21199
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$6));
21200
- definitionMap.set('version', literal('12.2.15'));
21200
+ definitionMap.set('version', literal('12.2.16'));
21201
21201
  definitionMap.set('ngImport', importExpr(Identifiers.core));
21202
21202
  // e.g. `type: MyPipe`
21203
21203
  definitionMap.set('type', meta.internalType);
@@ -21229,7 +21229,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
21229
21229
  * Use of this source code is governed by an MIT-style license that can be
21230
21230
  * found in the LICENSE file at https://angular.io/license
21231
21231
  */
21232
- const VERSION$2 = new Version('12.2.15');
21232
+ const VERSION$2 = new Version('12.2.16');
21233
21233
 
21234
21234
  /**
21235
21235
  * @license
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v12.2.15
2
+ * @license Angular v12.2.16
3
3
  * Copyright Google LLC All Rights Reserved.
4
4
  * License: MIT
5
5
  */
@@ -21634,7 +21634,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'typescript', 'path'], func
21634
21634
  * Use of this source code is governed by an MIT-style license that can be
21635
21635
  * found in the LICENSE file at https://angular.io/license
21636
21636
  */
21637
- const VERSION$1 = new Version('12.2.15');
21637
+ const VERSION$1 = new Version('12.2.16');
21638
21638
 
21639
21639
  /**
21640
21640
  * @license
@@ -36868,7 +36868,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'typescript', 'path'], func
36868
36868
  /**
36869
36869
  * @publicApi
36870
36870
  */
36871
- const VERSION$2 = new Version$1('12.2.15');
36871
+ const VERSION$2 = new Version$1('12.2.16');
36872
36872
 
36873
36873
  /**
36874
36874
  * @license
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular/language-service",
3
- "version": "12.2.15",
3
+ "version": "12.2.16",
4
4
  "description": "Angular - language services",
5
5
  "main": "./index.js",
6
6
  "typings": "./index.d.ts",