@angular/language-service 5.2.10 → 5.2.11
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.11
|
|
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.11
|
|
63
63
|
* (c) 2010-2018 Google, Inc. https://angular.io/
|
|
64
64
|
* License: MIT
|
|
65
65
|
*/
|
|
@@ -692,7 +692,7 @@ var Version = /** @class */ (function () {
|
|
|
692
692
|
/**
|
|
693
693
|
* \@stable
|
|
694
694
|
*/
|
|
695
|
-
var VERSION$1 = new Version('5.2.
|
|
695
|
+
var VERSION$1 = new Version('5.2.11');
|
|
696
696
|
|
|
697
697
|
/**
|
|
698
698
|
* @fileoverview added by tsickle
|
|
@@ -42114,7 +42114,7 @@ function share() {
|
|
|
42114
42114
|
var share_3 = share;
|
|
42115
42115
|
|
|
42116
42116
|
/**
|
|
42117
|
-
* @license Angular v5.2.
|
|
42117
|
+
* @license Angular v5.2.11
|
|
42118
42118
|
* (c) 2010-2018 Google, Inc. https://angular.io/
|
|
42119
42119
|
* License: MIT
|
|
42120
42120
|
*/
|
|
@@ -42546,7 +42546,7 @@ var Version$1 = /** @class */ (function () {
|
|
|
42546
42546
|
/**
|
|
42547
42547
|
* \@stable
|
|
42548
42548
|
*/
|
|
42549
|
-
var VERSION$2 = new Version$1('5.2.
|
|
42549
|
+
var VERSION$2 = new Version$1('5.2.11');
|
|
42550
42550
|
|
|
42551
42551
|
/**
|
|
42552
42552
|
* @fileoverview added by tsickle
|
|
@@ -56836,7 +56836,7 @@ function initViewStaticData(viewIndex, parent) {
|
|
|
56836
56836
|
var NO_CHANGE = /** @type {?} */ ({});
|
|
56837
56837
|
|
|
56838
56838
|
/**
|
|
56839
|
-
* @license Angular v5.2.
|
|
56839
|
+
* @license Angular v5.2.11
|
|
56840
56840
|
* (c) 2010-2018 Google, Inc. https://angular.io/
|
|
56841
56841
|
* License: MIT
|
|
56842
56842
|
*/
|
|
@@ -59485,7 +59485,7 @@ function create(info /* ts.server.PluginCreateInfo */) {
|
|
|
59485
59485
|
/**
|
|
59486
59486
|
* @stable
|
|
59487
59487
|
*/
|
|
59488
|
-
var VERSION = new Version$1('5.2.
|
|
59488
|
+
var VERSION = new Version$1('5.2.11');
|
|
59489
59489
|
|
|
59490
59490
|
exports.createLanguageService = createLanguageService;
|
|
59491
59491
|
exports.TypeScriptServiceHost = TypeScriptServiceHost;
|