@angular/language-service 5.2.4 → 5.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/language-service.umd.js +10 -8
- package/bundles/language-service.umd.js.map +1 -1
- package/bundles/language-service.umd.min.js +8 -8
- 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.5
|
|
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.5
|
|
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.5');
|
|
695
695
|
|
|
696
696
|
/**
|
|
697
697
|
* @fileoverview added by tsickle
|
|
@@ -6815,7 +6815,8 @@ var _ParseAST = /** @class */ (function () {
|
|
|
6815
6815
|
switch (operator) {
|
|
6816
6816
|
case '+':
|
|
6817
6817
|
this.advance();
|
|
6818
|
-
|
|
6818
|
+
result = this.parsePrefix();
|
|
6819
|
+
return new Binary(this.span(start), '-', result, new LiteralPrimitive(new ParseSpan(start, start), 0));
|
|
6819
6820
|
case '-':
|
|
6820
6821
|
this.advance();
|
|
6821
6822
|
result = this.parsePrefix();
|
|
@@ -42103,7 +42104,7 @@ function share() {
|
|
|
42103
42104
|
var share_3 = share;
|
|
42104
42105
|
|
|
42105
42106
|
/**
|
|
42106
|
-
* @license Angular v5.2.
|
|
42107
|
+
* @license Angular v5.2.5
|
|
42107
42108
|
* (c) 2010-2018 Google, Inc. https://angular.io/
|
|
42108
42109
|
* License: MIT
|
|
42109
42110
|
*/
|
|
@@ -42534,7 +42535,7 @@ var Version$1 = /** @class */ (function () {
|
|
|
42534
42535
|
/**
|
|
42535
42536
|
* \@stable
|
|
42536
42537
|
*/
|
|
42537
|
-
var VERSION$2 = new Version$1('5.2.
|
|
42538
|
+
var VERSION$2 = new Version$1('5.2.5');
|
|
42538
42539
|
|
|
42539
42540
|
/**
|
|
42540
42541
|
* @fileoverview added by tsickle
|
|
@@ -47826,6 +47827,7 @@ var QueryList = /** @class */ (function () {
|
|
|
47826
47827
|
this.dirty = true;
|
|
47827
47828
|
this._results = [];
|
|
47828
47829
|
this.changes = new EventEmitter();
|
|
47830
|
+
this.length = 0;
|
|
47829
47831
|
}
|
|
47830
47832
|
/**
|
|
47831
47833
|
* See
|
|
@@ -56775,7 +56777,7 @@ function initViewStaticData(viewIndex, parent) {
|
|
|
56775
56777
|
var NO_CHANGE = /** @type {?} */ ({});
|
|
56776
56778
|
|
|
56777
56779
|
/**
|
|
56778
|
-
* @license Angular v5.2.
|
|
56780
|
+
* @license Angular v5.2.5
|
|
56779
56781
|
* (c) 2010-2018 Google, Inc. https://angular.io/
|
|
56780
56782
|
* License: MIT
|
|
56781
56783
|
*/
|
|
@@ -59424,7 +59426,7 @@ function create(info /* ts.server.PluginCreateInfo */) {
|
|
|
59424
59426
|
/**
|
|
59425
59427
|
* @stable
|
|
59426
59428
|
*/
|
|
59427
|
-
var VERSION = new Version$1('5.2.
|
|
59429
|
+
var VERSION = new Version$1('5.2.5');
|
|
59428
59430
|
|
|
59429
59431
|
exports.createLanguageService = createLanguageService;
|
|
59430
59432
|
exports.TypeScriptServiceHost = TypeScriptServiceHost;
|