@angular/language-service 5.2.7 → 5.2.8
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/language-service.umd.js +7 -7
- package/bundles/language-service.umd.js.map +1 -1
- package/bundles/language-service.umd.min.js +5 -5
- package/bundles/language-service.umd.min.js.map +1 -1
- package/esm2015/language-service.js +2 -2
- package/esm2015/language-service.js.map +1 -1
- package/esm5/language-service.js +2 -2
- package/esm5/language-service.js.map +1 -1
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v5.2.
|
|
2
|
+
* @license Angular v5.2.8
|
|
3
3
|
* (c) 2010-2018 Google, Inc. https://angular.io/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
@@ -59,7 +59,7 @@ var __assign = Object.assign || function __assign(t) {
|
|
|
59
59
|
};
|
|
60
60
|
|
|
61
61
|
/**
|
|
62
|
-
* @license Angular v5.2.
|
|
62
|
+
* @license Angular v5.2.8
|
|
63
63
|
* (c) 2010-2018 Google, Inc. https://angular.io/
|
|
64
64
|
* License: MIT
|
|
65
65
|
*/
|
|
@@ -691,7 +691,7 @@ var Version = /** @class */ (function () {
|
|
|
691
691
|
/**
|
|
692
692
|
* \@stable
|
|
693
693
|
*/
|
|
694
|
-
var VERSION$1 = new Version('5.2.
|
|
694
|
+
var VERSION$1 = new Version('5.2.8');
|
|
695
695
|
|
|
696
696
|
/**
|
|
697
697
|
* @fileoverview added by tsickle
|
|
@@ -42106,7 +42106,7 @@ function share() {
|
|
|
42106
42106
|
var share_3 = share;
|
|
42107
42107
|
|
|
42108
42108
|
/**
|
|
42109
|
-
* @license Angular v5.2.
|
|
42109
|
+
* @license Angular v5.2.8
|
|
42110
42110
|
* (c) 2010-2018 Google, Inc. https://angular.io/
|
|
42111
42111
|
* License: MIT
|
|
42112
42112
|
*/
|
|
@@ -42537,7 +42537,7 @@ var Version$1 = /** @class */ (function () {
|
|
|
42537
42537
|
/**
|
|
42538
42538
|
* \@stable
|
|
42539
42539
|
*/
|
|
42540
|
-
var VERSION$2 = new Version$1('5.2.
|
|
42540
|
+
var VERSION$2 = new Version$1('5.2.8');
|
|
42541
42541
|
|
|
42542
42542
|
/**
|
|
42543
42543
|
* @fileoverview added by tsickle
|
|
@@ -56783,7 +56783,7 @@ function initViewStaticData(viewIndex, parent) {
|
|
|
56783
56783
|
var NO_CHANGE = /** @type {?} */ ({});
|
|
56784
56784
|
|
|
56785
56785
|
/**
|
|
56786
|
-
* @license Angular v5.2.
|
|
56786
|
+
* @license Angular v5.2.8
|
|
56787
56787
|
* (c) 2010-2018 Google, Inc. https://angular.io/
|
|
56788
56788
|
* License: MIT
|
|
56789
56789
|
*/
|
|
@@ -59432,7 +59432,7 @@ function create(info /* ts.server.PluginCreateInfo */) {
|
|
|
59432
59432
|
/**
|
|
59433
59433
|
* @stable
|
|
59434
59434
|
*/
|
|
59435
|
-
var VERSION = new Version$1('5.2.
|
|
59435
|
+
var VERSION = new Version$1('5.2.8');
|
|
59436
59436
|
|
|
59437
59437
|
exports.createLanguageService = createLanguageService;
|
|
59438
59438
|
exports.TypeScriptServiceHost = TypeScriptServiceHost;
|